Home
TeamSite
DataDeploy Not Working - Exit code: 256
cashford
I am running a WF that uses OD to deploy a file then uses DD to insert a record of that document in a SQL DB. Sometimes it works and sometimes it doesn't.
It seems that when it doesn't, I am getting an exit code of 256?
What does Exit code 256 mean?
Thanks.
Find more posts tagged with
Comments
Migrateduser
How are you invoking DD using iwexecdascmd or iwdd.ipl?
If you are invoking from a perl script a retcode of 1 shows up as 256 you need to divide the retcode by 256 to get the actual value.
The CLT does not provide any error information you need to open up the logs and look for the error.
cashford
Thanks. What does a return code of 1 mean? A return code of zero means no error, correct?
Migrateduser
What CLT are you using: iwdd.ipl or iwexecdascmd.
cashford
We are using iwdd.ipl.
Migrateduser
For iwdd.ipl your assumption is correct 0 - no error 1 -- error
For iwexecdascmd its tht reverse