Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
iwsyncdb.ipl problem
velisian
Hi,
Currently I am using DD 5.5.2 and SQL Server as my database. When i tried to run the iwsyncdb.ipl -initial <workarea> in comand prompt, I have this kind of funny situation:
First time I execute the command, it works fine and I can deploy the data to database.
Second time I execute the command, it will return an error (repeating) in my command prompt screen :
ERROR: connect: No connection could be made because the target machine actively refused it.
This occured altenately while I execute it. May I know is this caused by somewhere I din't set the configuration properly ??
Find more posts tagged with
Comments
KevB
I believe that message is from trying to connect to the DataDeploy daemon.
Make sure that you have copied daemon.cfg.example to daemon.cfg and have copied iwsyncdb.cfg.example to iwsyncdb.cfg and that the port number in iwsyncdb.cfg
does not conflict with other port numbers that may be
in use by the TeamSite/DataDeploy machine.
You can use iwsyncdb.ipl -stopddd
to stop the DataDeploy daemon and
iwsyncdb.ipl -startddd
to start the DataDeploy daemon explicitly.
To detect port conflicts, one can use the 'netstat' program, which is available on Windows and Solaris. However, the netstat program does not display the process that is using a given port. On Solaris (and many other UNIXes) the lsof program can be used to determine this:
lsof | grep <dd daemon port number>
lsof is available from
http://www.sunfreeware.com
On Windows, one can use ActivePorts (
http://www.protect-me.com/freeware.html
).