I have a picture in c:\temp. My function is running connected to IBM i. I try to insert a record into my table with a blob field and I get fieldName length is 0. https://www.ibm.com/support/knowledgece ... n404.html
It looks like it's happening for large image files (23meg), but not for smaller ones. I don't see a timeout connection in the VLF-WIN server connection.
Saving BLOB while connected to IBM i in VLF-Forms (RESOLVED)
-
PierreLefrancois
- Posts: 23
- Joined: Wed Nov 09, 2016 3:02 am
Re: Saving BLOB while connected to IBM i in VLF-Forms
That sure looks like it. Care to share your search method?
Art Tostaine
-
PierreLefrancois
- Posts: 23
- Joined: Wed Nov 09, 2016 3:02 am
Re: Saving BLOB while connected to IBM i in VLF-Forms
I just remembered that issue we had long time ago.
Hope that solves it for you and that it's not something else.
Good luck - Pierre
Hope that solves it for you and that it's not something else.
Good luck - Pierre
Re: Saving BLOB while connected to IBM i in VLF-Forms
Darn that wasn't it. Unless I have to restart the listener subsystem?
Art Tostaine
-
PierreLefrancois
- Posts: 23
- Joined: Wed Nov 09, 2016 3:02 am
Re: Saving BLOB while connected to IBM i in VLF-Forms
You need to check-in and recreate the table on the IBM i
From the tip:
From the tip:
Maybe you did, just checking..After changing this to an acceptable value for your system, save the x_dbmenv.dat, and redo the check-in (ensure you select to recreate the file)
Re: Saving BLOB while connected to IBM i in VLF-Forms
Any joy after recreating the file? Maybe have a look at it with DSPFFD to see what it says about the BLOB field?
Re: Saving BLOB while connected to IBM i in VLF-Forms
Dspffd shows 30 meg which is what I set the environment variable to.
I also reduced the size of my images. Something fixed it.
I also reduced the size of my images. Something fixed it.
Art Tostaine