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)
OpenDeploy Error Codes
System
Does anyone know where I can get a error code reference for OpenDeploy. I have some deployments that say they are completing, but when I go the the destination, they are not updated. The log files on the receiver end are showing errno=2 and errno=13
Thanks.
Find more posts tagged with
Comments
Migrateduser
I opened a support case asking for an index of OpenDeploy error codes back on 10/00. Still have never seen such a thing.
Migrateduser
errno=2 is "no such file or directory"
errno=13 is "permission denied"
Usually the error code explanation is right there in the log itself (usually right around where the errno is printed out). I actually got these errno's from the TS command line tool manual (which has a large list of error numbers).
If you posted a snippet from the error log we might be able to give you a better idea of what when wrong with the deployment.
Most likely though there were problems with the deployment because the user that started the client could not read the file it was attempting to deploy (errno=2)... maybe this is a file list deployment? The errno=13 was most likely due to the user running the od sender (client) did not have the privileges to read the file it was attempting to deploy.