Tagged Questions
0
votes
0answers
12 views
SSL between Windows Service and Tomcat 7 on Linux
I am trying to configure a Windows Service (Server 2008 Domain Controller) that sends a JSON POST to a RESTful Web Service (Tomcat 6) on Ubuntu.
I have SSL configured on Tomcat itself, and can use ...
0
votes
1answer
87 views
ODBC data connection on windows service
I have a console application that connects to a database through a ODBC connection, running on a windows server 2008. When I copy the exact same code into a web service, it doesn't work. Why is this/ ...
3
votes
1answer
147 views
Access windows server 2003 share folder from windows server 2008
I am creating a windows service application to run on a Windows Server 2008. Another windows server 2003 server running on a different live IP exists. Both these servers are from the same providers, ...
-2
votes
1answer
112 views
Barebones list of windows services on server 2008 [closed]
Can any one share or point me to a barebones list of windows services to leave enabled on a clean windows server 2008 install.
All I need is rdp, firewall and maybe telnet.
-2
votes
1answer
56 views
Deploy Windows Service on 100 Servers [closed]
I wrote a Windows Service and now I need to deploy it to all the Servers on my internal network. How to I automatically install the service on all the servers, and update it when I have a new ...
2
votes
0answers
43 views
Deployment of Microsoft stack apps without reinventing the wheel
We have the following three things we need to deploy to a Windows Server 2008 farm:
ASP.NET MVC 4 web applications (x3)
.NET Windows services (x2)
I have inherited the deploy process and would ...
-1
votes
1answer
94 views
Slow Windows Server performance after starting windows service. [closed]
I am using Windows Services built in C-sharp code which processes txt files and loads its content to oracle 11g database.
I have installed it in windows server 2008. I am facing issue of slow server ...
0
votes
1answer
292 views
RestFul Wcf Video Streaming to iPhone Client
Hi I am trying to play video from my restful wcf service on mobile client. It doesn't play the video in mediaPlayer and in the browser when I open the link it, actually start downloading the file.
...
0
votes
1answer
243 views
How to schedule an email task using windows service in C#?
I'm creating a notification task. I have a web interface to create the task. So, I have two tables, one is NotificationToBeReleased and the other one is Notifications. I want to run a windows service ...
0
votes
0answers
807 views
Windows media player cannot play rtsp and mms stream urls in Session 0 of Win7 and Win Server 2008
In Windows Server 2003, we developed a program. The architecture is:
(1)There is a Service (called ServA),
(2)There is a process (called ProcB), it is an override Windows Media Player by ...
1
vote
2answers
109 views
MongoDB Service taking off
I am concern about my server machine performance . The application deals with gazillion data from RETS sever feed. Whenever server starts mongod service its getting like taking off the performance and ...
0
votes
0answers
97 views
parallel plesk php_win32service no rights to SCM database error
I am running Windows 2008 R2 Standard server with Parallel Plesk v10.4.4. I've noticed it came with PHP 5.2 with extension php_win32service, which allows PHP to communicate with the Service Control ...
0
votes
1answer
1k views
Restart windows service on server (Windows 2008 R2) having UAC turned ON (from ASP.NET application)
I am trying to restart a windows service (part of the application) from my ASP.NET (.Net 4) application but it fails with the error:
Cannot open <ServiceName> service on computer '.'.
Inner ...
1
vote
1answer
1k views
Could not load file or assembly or one of its dependencies. Access is denied
Now I decided to ask for some help. After having investigate for 2 days on my issue, I cannot figure out any solution. Maybe I will be luckier here!
So here is my issue:
On our production server ...
1
vote
1answer
169 views
Windows Server scheduled restarts causing not sending response from IIS to Windows Service
We have Windows Server 2008 as our Production server hosted in RackSpace environment.
Following things are hosted on the server
1) An asp.net web site in IIS 6.0
2) A ReportScheduler (report email ...
3
votes
4answers
3k views
jenkins service fail to start on windows 2008
I'm trying to get Jenkins installed as a service on a Windows Server 2008 Datacenter (SP2). I can't seem to get it to run as a service and am
looking for any ideas to help get it going.
When I try ...
5
votes
0answers
340 views
Difference between creating cluster-aware service and Windows service? [closed]
I want to create 2 cluster-aware services for running on 2 Windows server2008 systems.
I could write simple code for Windows service, but couldn't find anything to show me how to develop a service ...
1
vote
0answers
400 views
How do you run jvisualvm.exe under the local system account under Windows Server 2008?
I've been looking for a comparable approach as posted here for Windows Server 2003 for starting jvisualvm under system account. But I got the error:
...\jdk1.6.0_24\bin\jvisualvm.exe exited on ... ...
0
votes
1answer
102 views
Programmaticly Stopping a Windows Service from a Web App
I have a web application running in a GlassFish 3.1 service on Windows 7 and Server 2008. I would like this application to be able to control a number of other services on the same machine. In ...
1
vote
2answers
393 views
How do I install this service_wrapper for mongrel/rails on my windows server?
I have been given the unpleasant task of installing a Rails 3 app I have written on Windows Server 2008 (definitely not my choice - was promised a linux server but I.T. pulled the rug out at the last ...
3
votes
1answer
998 views
Printing PDFs in WinServer 2008 from a non-interactive process (Windows service, scheduled task, etc.)
I am trying to write a non-interactive process that prints PDFs, and I need advice on how to build this on Windows Server 2008 (and Vista/7).
Previously, we have had a scheduled task (set to run ...
1
vote
1answer
174 views
Windows Service end of starting process notification (2003,2008)
I have a service (C++) that during its startup might sleep for 10 minutes (error case).
in 2003 - it worked fine, when I migrated the code to 2008 product, Windows Services notify me that the service ...
1
vote
1answer
288 views
Hudson - Enable TLS for Emails on a Windows Service
I have Hudson installed as a windows service on my server. I need to send emails over port 587 and I need TLS/SSL enabled. I saw that some people were able to get this to work on this forum post:
...
0
votes
1answer
724 views
Problem Running SSIS Package from Windows Service
I created a Windows Service that executes a SSIS Package every five minutes. It works pretty well, but something is tripping it up.
Every week the server restarts, and after the restart, the Service ...
3
votes
0answers
477 views
Windows Server 2008 and jstatd as a service
I have a JBoss server installed as a service on Windows Server 2008 with Local System as the Log On user.
I want to be able to run visualgc on the JBoss server, and prior to Server 2008 I was able to ...
1
vote
4answers
2k views
How to auto login to windows account?
I am researching ways to auto login to a windows server, so applications can be restarted on reboot if the server crashes. Do windows services load before or after a user logs in? Can a windows ...
0
votes
2answers
482 views
.Net service on Windows Server 2008
I am making a service that is going to run on a Windows server 2008 R2 box.
Now the thing i'm wondering about is how would I sort out the configurtation of the service.
Is it possible to integrate a ...
0
votes
1answer
526 views
Service not responding to the c# program that uses service controller on windows server 2008 r2
I have a C# program that acts as a GUI for a windows service I created. The service can be stopped or started based on a button press from the GUI...a start button press event would call the function ...
1
vote
2answers
544 views
Read Settings properties (C#) in a Windows service with Windows server 2008
I can´t start a windows service in Windows Server 2008 because of reading Settings properties. It can be a little strange but if I quit just the code of Settings.Default.myProperty the service ...
2
votes
3answers
1k views
Delphi Win32 Service “Printer Selected is not valid” error on 2008 64bit standard server
I have developed a simple win 32 service in delphi 7 which performs some print operations. All works fine on our XP machines, but fails on the target Windows 2008 standard server. When I put a try ...
0
votes
1answer
772 views
NET STOP: service is not responding to the control function?
I'm trying to use a .bat script to stop two services on Windows Server 2008 (using net stop)
I get an error saying:
The service is not responding to the control function.
More help is available by ...
1
vote
4answers
613 views
Delete a Windows Service without the EXE
I have a windows service running on a server (that I would rather not reboot if I can).
The EXE for this service is gone (beyond recovery) and I don't have a copy (it was a debugging version that has ...
3
votes
4answers
4k views
Really tough one… Windows Service throws System.BadImageFormatException on Windows Server 2008, x64, .NET 4 migrated from 3.5
I'm really hoping someone's seen this before, because I'm dying on this one.
I have tried compiling the service EXE file as AnyCPU, x86, and x64. It works on my Windows 7 x64 box. I'm ...
2
votes
2answers
61 views
Pushing a mail include to a java program
I have a Windows Server that recives mail. These mail contains only 1 single CSV file. I want my server to automatically take the attachment from any incoming mail and send to a java program locally ...
0
votes
1answer
321 views
Windows Service Printing Behaviour
Alright, I was tasked to develop a Windows Service that listens to a directory for files that are dropped in it, read them, delete them and print out a report.
I installed the service on my work ...
1
vote
3answers
1k views
Run Windows application as a service?
What is the cleanest, most reliable way to run a Windows application as a service without touching its code?
Use case: NorthScale's 64-bit Windows version of memcached runs as a generic application. ...
6
votes
2answers
4k views
Windows 2008 RenderFarm Service: CreateProcessAsUser “Session 0 Isolation” and OpenGL
I have a legacy Windows server service and (spawned) application that works fine in XP-64 and W2K3, but fails on W2K8. I believe it is because of the new "Session 0 isolation" feature.
Consequently, ...
1
vote
2answers
694 views
How to determine if a machine is running Active Directory
I would like to know from Java code if the machine that I'm on is running active directory or that it has active directory installed (e.g. service may be stopped). Is there a reliable registry key to ...
0
votes
1answer
590 views
WMI Error in Windows Server 2008 (WMI Provider)
I've implemented a WMI provider (Window service, Instance, Methods and Properties provider).
It works fine on Windows Server 2003, but when it run on Windows Server 2008 with non-local administrator ...
0
votes
1answer
309 views
How do you ensure windows applications and windows services access the same ProgramData on Win2008 x64?
I have a windows forms application that reads and updates an XML file with information which a windows service must act on.
This has been working on Windows Server 2003, XP and Vista (x32) for some ...
0
votes
1answer
148 views
Give webservice access to windows service
I am running a webservice on server 2008 that needs access to a windows service and I need to give access to [the user that the web service is running as] via the command line.
(sorry if my wording ...
0
votes
1answer
2k views
Hosting a WCF(mex endpoint) service inside a windows service on windows 2008
I'm hosting a WCF service inside a windows hosted service.
When I start the WHS, I get the following error:
The ChannelDispatcher at 'net.tcp://mysecreturl/' with contract(s) '"IClass"' is unable ...
0
votes
4answers
711 views
Setup Project for Windows Service won't build under Server 2008 (Visual Studio 2008)
We've got new machines here for doing development on running Server 2008.
With Visual Studio 2008 we're having problems building a Setup Project which installs the Windows Service - Under Custom ...
11
votes
2answers
6k views
Automating Office via Windows Service on Server 2008
We have a Windows Service which runs on 2003 Server. It opens a source Word document using the Word Interop and then does some stuff with it. It also does likewise with Excel and PowerPoint files.
...
1
vote
2answers
4k views
Tomcat 5.5 as service on Windows Server 2008 64bit
Has anybody managed to get Tomcat to run as a service on Win2008 64bit? I need it for a 3rd party component that my site relies on. It works fine otherwise, but I just can't get it to run as a ...