CMOD PDF Fails to Load

Previous topic - Next topic

JMichael

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"

jsquizz

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.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Joe Wolken

Have you tried checking the System Log folder for message #88, Failed Loads to help identify the failed LoadID?
#Installation #Upgrade #Migration #Administration #Integration #Customization #Training, and more!

Call: 512-517-1489
email: wolkenj@oascorp.com 
Click: http://www.oascorp.com

JMichael

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!!