Error installing Windows Services on Windows Server 2003 : DOTNET
This is a discussion on Error installing Windows Services on Windows Server 2003 within the DOTNET forums in Framework and Interface Programming category; I try to install Windows Services but it show this error during the installation process, "Insufficient System resources exist to complete the requested service." I created this Services in VB 2005. I has other Windows Services installed on this machine. I try to install in other computer with the same specification and its is OK. Specification OS: Windows Server 2003 Standard Edition RAM: 4GB CPU: Double CPU Xeon 3.60GHz HD: with 27.8GB of free spaces Thanks for your help....
| DOTNET Discussion forums related to Microsoft Dot net technologies, CSharp and other related items |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| installation process, "Insufficient System resources exist to complete the requested service." I created this Services in VB 2005. I has other Windows Services installed on this machine. I try to install in other computer with the same specification and its is OK. Specification OS: Windows Server 2003 Standard Edition RAM: 4GB CPU: Double CPU Xeon 3.60GHz HD: with 27.8GB of free spaces Thanks for your help. |
|
#2
| |||
| |||
| "Elioth" <Elioth@discussions.microsoft.com> wrote in message news:62139616-EB98-4E7D-BFFF-2156DBCA1696@microsoft.com... >I try to install Windows Services but it show this error during the > installation process, "Insufficient System resources exist to complete the > requested service." > > I created this Services in VB 2005. > > I has other Windows Services installed on this machine. I try to install > in > other computer with the same specification and its is OK. > > Specification > OS: Windows Server 2003 Standard Edition > RAM: 4GB > CPU: Double CPU Xeon 3.60GHz > HD: with 27.8GB of free spaces > > Thanks for your help. My best guess is that you have something running that's taking up System resources errantly, a memory leak in a program or something like that. Anti Virus solutions and things like that while running can be causing problems. You should shutdown everything that's not needed that's running on the computer like AV's, Spyware detection things like that to free up System resources. Also check the Virtual Page file size it may be too low for the amount of physical memory that computer has, which could be causing problems. |
|
#3
| |||
| |||
| "Mr. Arnold" wrote: > > "Elioth" <Elioth@discussions.microsoft.com> wrote in message > news:62139616-EB98-4E7D-BFFF-2156DBCA1696@microsoft.com... > >I try to install Windows Services but it show this error during the > > installation process, "Insufficient System resources exist to complete the > > requested service." > > > > I created this Services in VB 2005. > > > > I has other Windows Services installed on this machine. I try to install > > in > > other computer with the same specification and its is OK. > > > > Specification > > OS: Windows Server 2003 Standard Edition > > RAM: 4GB > > CPU: Double CPU Xeon 3.60GHz > > HD: with 27.8GB of free spaces > > > > Thanks for your help. > > My best guess is that you have something running that's taking up System > resources errantly, a memory leak in a program or something like that. > > Anti Virus solutions and things like that while running can be causing > problems. > > You should shutdown everything that's not needed that's running on the > computer like AV's, Spyware detection things like that to free up System > resources. > > Also check the Virtual Page file size it may be too low for the amount of > physical memory that computer has, which could be causing problems. > > I do all that but the it gave me the same error. Any other suggestion? Thanks for you help. |
|
#4
| |||
| |||
| <snipped> >> > I do all that but the it gave me the same error. Any other suggestion? > Thanks for you help. Are you using the Installutil to install the service or some other method? |
|
#5
| |||
| |||
| "Mr. Arnold" wrote: > > <snipped> > >> > > I do all that but the it gave me the same error. Any other suggestion? > > Thanks for you help. > > Are you using the Installutil to install the service or some other method? > I am using the Setup Project of VB2005 |
|
#6
| |||
| |||
| "Elioth" <Elioth@discussions.microsoft.com> wrote in message news:BC2FACF8-6292-45C8-9D66-FEFC2422C6DF@microsoft.com... > > > "Mr. Arnold" wrote: > >> >> <snipped> >> >> >> > I do all that but the it gave me the same error. Any other suggestion? >> > Thanks for you help. >> >> Are you using the Installutil to install the service or some other >> method? >> > I am using the Setup Project of VB2005 You should try the Service Installutil.exe to see if that buys you anything, look it up on Google on how to use it. You may need to take the other install stuff out if it's part of the project and simply build the project to get the Servicename.exe so that you use that exe with Installutil at the Command Prompt. |
|
#7
| |||
| |||
| Thanks Mr. Arnold for you help. I try with InstallUtil but it fail. This is the log. Installing assembly 'E:\CopyFileApp\EVERCH_OutputFiles.exe'. Affected parameters are: logtoconsole = assemblypath = E:\CopyFileApp\EVERCH_OutputFiles.exe logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog Installing service EVERCH_OutgoinFiles... Service EVERCH_OutgoinFiles has been successfully installed. Creating EventLog source EVERCH_OutgoinFiles in log Application... Rolling back assembly 'E:\CopyFileApp\EVERCH_OutputFiles.exe'. Affected parameters are: logtoconsole = assemblypath = E:\CopyFileApp\EVERCH_OutputFiles.exe logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog Restoring event log to previous state for source EVERCH_OutgoinFiles. Service EVERCH_OutgoinFiles is being removed from the system... Service EVERCH_OutgoinFiles was successfully removed from the system. Thanks for you help. |
|
#8
| |||
| |||
| "Elioth" <Elioth@discussions.microsoft.com> wrote in message news:A95A14A7-5553-4F23-8E2E-2798900EF051@microsoft.com... > Thanks Mr. Arnold for you help. > > I try with InstallUtil but it fail. This is the log. > > Installing assembly 'E:\CopyFileApp\EVERCH_OutputFiles.exe'. > Affected parameters are: > logtoconsole = > assemblypath = E:\CopyFileApp\EVERCH_OutputFiles.exe > logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog > Installing service EVERCH_OutgoinFiles... > Service EVERCH_OutgoinFiles has been successfully installed. > Creating EventLog source EVERCH_OutgoinFiles in log Application... > Rolling back assembly 'E:\CopyFileApp\EVERCH_OutputFiles.exe'. > Affected parameters are: > logtoconsole = > assemblypath = E:\CopyFileApp\EVERCH_OutputFiles.exe > logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog > Restoring event log to previous state for source EVERCH_OutgoinFiles. > Service EVERCH_OutgoinFiles is being removed from the system... > Service EVERCH_OutgoinFiles was successfully removed from the system. > > Thanks for you help. Well, what's in the log? logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog |
|
#9
| |||
| |||
| This is the log. Installing assembly 'E:\CopyFileApp\EVERCH_OutputFiles.exe'. Affected parameters are: logtoconsole = assemblypath = E:\CopyFileApp\EVERCH_OutputFiles.exe logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog Installing service EVERCH_OutgoinFiles... Service EVERCH_OutgoinFiles has been successfully installed. Creating EventLog source EVERCH_OutgoinFiles in log Application... Rolling back assembly 'E:\CopyFileApp\EVERCH_OutputFiles.exe'. Affected parameters are: logtoconsole = assemblypath = E:\CopyFileApp\EVERCH_OutputFiles.exe logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog Restoring event log to previous state for source EVERCH_OutgoinFiles. Service EVERCH_OutgoinFiles is being removed from the system... Service EVERCH_OutgoinFiles was successfully removed from the system. Thanks for help. |
|
#10
| |||
| |||
| "Elioth" <Elioth@discussions.microsoft.com> wrote in message news:E59D53BD-1324-4DFB-8675-FA053314A360@microsoft.com... > This is the log. > > Installing assembly 'E:\CopyFileApp\EVERCH_OutputFiles.exe'. > Affected parameters are: > logtoconsole = > assemblypath = E:\CopyFileApp\EVERCH_OutputFiles.exe > logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog > Installing service EVERCH_OutgoinFiles... > Service EVERCH_OutgoinFiles has been successfully installed. > Creating EventLog source EVERCH_OutgoinFiles in log Application... > Rolling back assembly 'E:\CopyFileApp\EVERCH_OutputFiles.exe'. > Affected parameters are: > logtoconsole = > assemblypath = E:\CopyFileApp\EVERCH_OutputFiles.exe > logfile = E:\CopyFileApp\EVERCH_OutputFiles.InstallLog > Restoring event log to previous state for source EVERCH_OutgoinFiles. > Service EVERCH_OutgoinFiles is being removed from the system... > Service EVERCH_OutgoinFiles was successfully removed from the system. > > Thanks for help. Even though that other install is failing are you sure it didn't somehow list the Service? If it is listed in the Services, then you have to get it uninstalled. Or there is something wrong with the assembly itself are you sure you have not left anything in that assembly dealing with the other install. If something is there from that other install remove it out of the project. Have you checked the registry to see if something is in the register? Have you checked the O/S event logs to see if there are error messages, because the log you have posted, really doesn't show why it stopped and rolled back. For future reference, if the Service is installed by Installutil, then to install a newer assembly, you must Installutil exe -u to uninstall the old one. |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Execute windows services with asp.net in windows 2003 server | usenet | Inetserver | 1 | 03-21-2007 09:56 AM |
| mail delivery/connection (relay?) problem since installing MS05-021 patch (Windows Server 2003 (fully patched, but not sp1) / Exchange 2003 sp1) | usenet | Microsoft Exchange | 0 | 04-14-2005 06:18 PM |
| Problem Installing Commerce Server 2002 on Windows 2003 Standard | usenet | Commerce server | 3 | 01-21-2005 12:57 PM |
| Installing Commerce Server 2002 on Windows Server 2003 | usenet | Commerce server | 2 | 01-20-2005 05:25 AM |
| installing serviced component on windows 2003 server | usenet | DOTNET | 0 | 10-09-2003 03:59 AM |
All times are GMT -5. The time now is 08:49 AM.


