I'm trying to reload a PDF file however it fails to load because CMOD gives the error "Fails to load because a previous failed file of the same name needs to be unloaded"? How can a file that failed to load be unloaded? There's no record of the failed file's LoadId in the System Load to unload. Tried attaching a doc, but it's not working. Anyone ever experience this before?
Error Code -
"Loading was unable to continue due to encountering a previously failed load of the same name that has yet to be unloaded"
Usually when I see this, I do some digging and find a load that failed, yet generated a loadID
I'll then fire off an arsadmin unload using the -L <LoadID> flag, and that resolves it.
I don't have the exact error code handy - but if you google it, there's a technote somewhere directly from IBM on how to resolve this at the database. But my method has worked fine.
Have you tried checking the System Log folder for message #88, Failed Loads to help identify the failed LoadID?
I found the load id in the Syslog and also tried jsquizz recommendation. This worked and I was able to load the PDF file into CMOD. Thanks guys!!