Page 1 of 1

Error with BLOB Image

Posted: Sat Mar 09, 2019 1:41 am
by lawingo
Has anyone seen this before?

The user gets this error when trying to save a BLOB image. The JOB doesn't exist anymore and I'm not sure how to track down *LOB_UNIQUE_FILENAME. Google hasn't been much help.

The program is running in a Windows environment saving the image to an iSeries file.

Thanks
Chad

Image

Re: Error with BLOB Image

Posted: Mon Mar 11, 2019 8:20 am
by MarkDale
This is just a guess, but there's a file called DC@FOL that lansa sometimes writes to, to lock things.

If there is a record on that for GOIM GOIMIMG *LOB_UNIQUE_FILENAME, you could try deleting that record and see if it clears the lock.

Re: Error with BLOB Image

Posted: Mon Mar 11, 2019 11:14 pm
by lawingo
Awesome Guess! Thanks for your help!