Question : Linked Informix DB to SQL Server

I want linked Informix Database to SQL Server 2005, this is first time I am working with Informix only thing I know that it is on Linux Server.

My question is what else I need to linked the database & then how to link the database:
I already have following information:

    Version - IBM Informix Dynamic Server Version 10.00.UC9XB
    DB Server Name - myServerName
    ROOTNAME- ********
    The ports used by Informix are TCP ****/****
    Server IP
    UserID
    Password

Answer : Linked Informix DB to SQL Server

WSUS clients actually do a pull. On the clients, you may have to do a run: gpupdate /force (done from cmd box and may require a reboot) and wuauclt.exe /detectnow. The GPupdate and changing the client local registry should do the trick.
You might even have to update the client registry (deliver the .reg through AD) with something like this (local):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://your server name here"
"WUStatusServer"="http://your server name here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AUOptions"=dword:00000004
"AutoInstallMinorUpdates"=dword:00000001
"DetectionFrequency"=dword:00000003
"DetectionFrequencyEnabled"=dword:00000001
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"RebootRelaunchTimeout"=dword:00000480
"RebootRelaunchTimeoutEnabled"=dword:00000001
"RebootWarningTimeout"=dword:00000030
"RebootWarningTimeoutEnabled"=dword:00000001
"RescheduleWaitTime"=dword:00000010
"RescheduleWaitTimeEnabled"=dword:00000001
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000011
"UseWUServer"=dword:00000001
Random Solutions  
 
programming4us programming4us