While installing SQL server Enterprise manager 2000 " "There Is Not Enough Space on Drive"
Resolution:
Please try to install the SQL Software via Add New programs option in Control Panel ----> Add/Remove Programs
1. Control Panel ----> Add/Remove Programs
2. Select Add New Programs in left side
3. Click on CD or Floppy
4. Click Next
5. Select Browse and mention the path where software .exe is available
6. Proceed with Next on further screens
7. Even if you get the same error just click Next the Software will get installed automatically.
Thursday, February 13, 2014
Friday, April 26, 2013
Windows could not start the Independent Management Architecture on Local Computer…contact the service vendor, and refer to server-specific error code -2147483626
While restarting the IMA Service in the Citrix server it will end up with the below error
"Windows could not start the Independent Management Architecture on Local Computer…contact the service vendor, and refer to server-specific error code -2147483626 "
Error Screenshot:
Resolution:
1. Please configure the Database again in the server using the below command
Dsmaint config /user:SQLusername /pwd:SQLpassword /dsn:"c:\program files\citrix\independent management architecture\yourdsnfile.dsn"
Whereas,
SQLusername: I used my account Domain\username (HAM\C52179va). make sure your account has Full admin rights in the server
SQLpassword: Use your acount password
yourdsnfile.dsn : MF20.dsn .
Also make sure to pint to Correct Drive where Citrix is installed in the server.
For Example:
C:\Documents and Settings\c50442va>Dsmaint config /user:HAM\C52179va /pwd:honda123 /dsn:"F:\program files\citrix\independent management architecture\MF20.dsn"
Once you run the command the output will be below
Then Finally,
Restart the IMA service, and also start MFCOM, Citrix SMA, Citrix WMI services.
"Windows could not start the Independent Management Architecture on Local Computer…contact the service vendor, and refer to server-specific error code -2147483626 "
Error Screenshot:
1. Please configure the Database again in the server using the below command
Dsmaint config /user:SQLusername /pwd:SQLpassword /dsn:"c:\program files\citrix\independent management architecture\yourdsnfile.dsn"
Whereas,
SQLusername: I used my account Domain\username (HAM\C52179va). make sure your account has Full admin rights in the server
SQLpassword: Use your acount password
yourdsnfile.dsn : MF20.dsn .
Also make sure to pint to Correct Drive where Citrix is installed in the server.
For Example:
C:\Documents and Settings\c50442va>Dsmaint config /user:HAM\C52179va /pwd:honda123 /dsn:"F:\program files\citrix\independent management architecture\MF20.dsn"
Once you run the command the output will be below
Then Finally,
Restart the IMA service, and also start MFCOM, Citrix SMA, Citrix WMI services.
Wednesday, April 10, 2013
The logon screen turns black after you press CTRL+ALT+DELETE
This issue occurs if all the values under the following registry subkey are set to "0 0 0":
HKEY_USERS\.Default\Control Panel\Colors
Solution :
Export the registry subkey from another Windows Server 2003 based computer
1. Click Start, point to Run, type regedit in the Open box, and then click OK.
2 .Locate the following registry subkey:
HKEY_USERS\.Default\Control Panel\Colors
3. Right-click the Colors registry subkey, and then click Export.
4. In the File name box, type a name for the file.
5. Note the location where you will save the file, and then click Save.
Import the registry subkey into the affected computer
1. Click Start, point to Run, type regedit in the Open box, and then click OK.
2. On the File menu, click Import.
3 .Double-click the .reg file that you want to import.
4. Quit Registry Editor, and then restart the computer.
Friday, December 14, 2012
WMI error retrieving object MetaFrame_DisconnectedSession_Happening: Received error: 0x80041002: Not found
In Eventvwr under Application Log WSH
Citrix Monitoring Script Event 2
Citrix MetaFrame Compute Event Rate:
WMI error retrieving object MetaFrame_DisconnectedSession_Happening:
Received error: 0x80041002: Not found
Event Type: Error
Event Source: WSH
Event Category: None
Event ID: 1 Description:
Citrix Monitoring Script Event 2
Citrix MetaFrame Compute Event Rate:
WMI error retrieving object MetaFrame_DisconnectedSession_Happening:
Received error: 0x80041002: Not found
SOLUTION:
Recompile Microsoft Windows .MOF files:
net stop winmgmtc: cd %systemroot%\system32\wbem rd /S /Q repository
regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp cimwin32.mof mofcomp cimwin32.mfl mofcomp rsop.mof mofcomp rsop.mfl for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s for /f %s in ('dir /b *.mof') do mofcomp %s for /f %s in ('dir /b *.mfl') do mofcomp %s
Recompile Citrix .MOF files:
cd %programfiles%\citrix\system32\citrix\wmi for /f %s in ('dir /b *.mof *.mfl') do mofcomp %snet start winmgmt
Citrix Monitoring Script Event 2
Citrix MetaFrame Compute Event Rate:
WMI error retrieving object MetaFrame_DisconnectedSession_Happening:
Received error: 0x80041002: Not found
Event Type: Error
Event Source: WSH
Event Category: None
Event ID: 1 Description:
Citrix Monitoring Script Event 2
Citrix MetaFrame Compute Event Rate:
WMI error retrieving object MetaFrame_DisconnectedSession_Happening:
Received error: 0x80041002: Not found
SOLUTION:
Recompile the complete WMI repositories and then run the following commands for recreating these files.
regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp cimwin32.mof mofcomp cimwin32.mfl mofcomp rsop.mof mofcomp rsop.mfl for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s for /f %s in ('dir /b *.mof') do mofcomp %s for /f %s in ('dir /b *.mfl') do mofcomp %s
Sunday, December 9, 2012
Windows cannot open Help and Support because a system Service is not running
Windows cannot open Help and Support because a system Service is not running
Windows cannot open Help and Support because a system Service is not running
We have seen a rash of these problems on Windows Server 2003. Research seems to indicate the problem is related to the installation of Windows Server 2003 Service Pack 2 (SP2).
The simplest fix we have found is this:
Windows cannot open Help and Support because a system Service is not running
We have seen a rash of these problems on Windows Server 2003. Research seems to indicate the problem is related to the installation of Windows Server 2003 Service Pack 2 (SP2).
The simplest fix we have found is this:
- Open a Command Prompt
- Run the following commands
- %SystemDrive%
- CD %windir%\PCHealth\HelpCtr\Binaries
- start /w helpsvc /svchost netsvcs /regserver /install
The Citrix XML Service service on Local computer started and then stopped
CITRIX XML SERVICE :
If you ever do any research on what port to use for the XML service in a Citrix XenApp environment, you’ll notice that there are options to share port 80 with IIS, use port 443 with SSL on IIS and finally port 8080. I haven’t really found any official documentation on what is best practice but I was able to find forum posts where Citrix engineers recommend the use of port 8080 and not to rely on IIS.
The process of changing the XML service port to 8080 is quite easy but since I know I’m bound to forget after not having to perform the configuration on a regular basis, I thought it would be good to write a blog post so I can reference it in the future.
Begin by logging onto your XenApp server and stop the Citrix XML Service:
Once the service has been stopped, proceed with opening up the command prompt as an administrator an executing the following command to unregister the Citrix XML Service port:
ctxxmlss /u
Once the command completes successfully, proceed with executing the following command to register the port to 8080:
ctxxmlss /r8080
Once the command successfully completes, proceed with starting the Citrix XML Service:
… then open up the registry to confirm that the changes have been applied via the following registry key:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\CtxHttp
Name: TcpPort
Type: REG_DWORD
Data: 0x00001f90 (8080)
Type: REG_DWORD
Data: 0x00001f90 (8080)
Once the port change has been confirmed, log onto your Web Interface server and reconfigure the farm settings for your websites:
Wednesday, December 5, 2012
Troubleshooting ICA Client / PNAgent Error 2306
Program Neighbourhood Agent / PNAgent Error 2306
On setting up the ICA Client 10.105 I received the following error on trying to connect via the applications listed under the PNAgent.', 'On setting up the ICA Client 10.105 I received the following error on trying to connect via the applications listed under the PNAgent:
This was being caused because the ICA file was being deleted before the PNAgent had finished reading it… very strange. After browsing a few forum posts I found that by modifying my local workstation registry I could resolve the issue by changing the ‘RemoveICAFile’ entry to equal false:
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Client Engine\ICA File
Alternately, if you are an Administrator wanting to resolve this for all of your PNAgent users and Web Interface users simply follow these instructions:
Modify the \Inetpub\wwwroot\Citrix\MetaFrame\conf\default.ica on all of your Citrix Servers that have the web interface.
Change the line "RemoveICAFile=yes" to "RemoveICAFile=no"
Subscribe to:
Posts (Atom)