473,387 Members | 3,684 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Installing a windows service on a differnt machine

hello all..i have a windows service which inserts a record into a table after every 24hours....while creating this windows service i selected 'Localsystem' as the account type in the properties windows of 'serviceProcessInstaller1'.....this windows service is working fine after installing in my machine(where this service is actually created)....but now i want the same windows service to install on a different machine........i could install the service successfully but its not inserting any record into the table.......please help me out and tell me where am i going wrong.....thx for any kind of help..
Sep 4 '07 #1
4 1134
If the service is started there may be problem somewhere else.
Maybe in database.

I am using this command to install the services:
'"%windir%\Microsoft.NET\Framework\v2.0.50727\Inst allUtil
"path to exe file of Service in bin"
@pause'

hello all..i have a windows service which inserts a record into a table after every 24hours....while creating this windows service i selected 'Localsystem' as the account type in the properties windows of 'serviceProcessInstaller1'.....this windows service is working fine after installing in my machine(where this service is actually created)....but now i want the same windows service to install on a different machine........i could install the service successfully but its not inserting any record into the table.......please help me out and tell me where am i going wrong.....thx for any kind of help..
Sep 5 '07 #2
can u please tell me more about the command ur using.....do i need to install from the commad prompt, if so how should i do it..please tell me more in details...thx for giving me a reply....

If the service is started there may be problem somewhere else.
Maybe in database.

I am using this command to install the services:
'"%windir%\Microsoft.NET\Framework\v2.0.50727\Inst allUtil
"path to exe file of Service in bin"
@pause'
Sep 5 '07 #3
Well, I have batch file and when I am installing service on other machine, I at first copy all dll and exe for service and als config files to the specified location.
Than I edit this batch file and run it.
Its clear now?

can u please tell me more about the command ur using.....do i need to install from the commad prompt, if so how should i do it..please tell me more in details...thx for giving me a reply....
Sep 6 '07 #4
Was it helpfull or what?
Do you have some other questions? :D
Sep 11 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
1
by: Smita | last post by:
hello ! > > > I am trying to intstall Mysql binary version with installor in Windows > XP machine . But it is not working . i have installed in the default > path ,in windows service componenet...
3
by: John S | last post by:
Hi, I'm trying to install VS.Net onto a server running Win 2003 and Sharepoint Portal. The machine has had the latest updates applied from the Windows Update Site. Each time I run the...
4
by: Claire | last post by:
Hi, I know this isn't strictly C# language related, but my service IS written in c# and I checked out the list of microsoft newsgroups for win2000 and couldn't really see one that applies. I'm...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
6
by: BK | last post by:
I've created a windows service and tested it. It works the way I want it to. I added a ProjectInstaller and set the appropriate properties in my Windows Service project. To install it, I went to...
6
by: =?Utf-8?B?RGlvZ28gQWx2ZXM=?= | last post by:
Greetings everyone, I am trying to access my SQL Server 2005 database with a windows service, the problem is that I can't access it! It says ERROR Login failed for user 'ONEWORLD\N5DALVES$'....
0
by: =?Utf-8?B?U2ltb25EZXY=?= | last post by:
Hi All I would like to install the same Windows Service project on the same server under different names, one for each customer. I have been able to do it but I would like an expert opinion as...
0
by: Chris Leonard | last post by:
James - you could be running into a known issue with installing Oracle8i software on a P4. Here is a plain-text section of our internal documentation of the issue: Subject/Title: Installing...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.