imsimport return codes
Could anyone point me towards a document that shows the various return codes that come from imsimport?
We are currently doing a fairly large import, and we see quite a few return codes of 19200 which seems to be a failure. We can then import the same file in a separate run without errors. Since the separate run goes fine, I assume this is load or connection related, but I'd love to know.
Thanks,
Ethan
# 1
Hi,
The imsimport command uses the standard solaris return codes (defined in /usr/include/sysexits.h). I had a quick look through all the messaging server code but couldn't find anything that matches your return code - so where it comes from is a bit of a mystery.
What version are you running of messaging server?
Do you get any other return codes apart from 19200?
Regards,
Shane.
# 2
Hi Shane,
Thanks for taking a look. Our version is:
Sun Java(tm) System Messaging Server 6.2-7.05 (built Sep 5 2006)
libimta.so 6.2-7.05 (built 12:18:44, Sep 5 2006)
SunOS v491 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V490
And the imports were over an nfs mount point to the mbox file in case that make a difference.
Ethan