Posted: Tue Feb 28, 2012 4:11 am Post subject: Converting BLOB to CHARACTER
Newbie
Joined: 28 Feb 2012 Posts: 1
Hi,
I have an issue in converting Blob to character. I am receiving a file as an email attachment which is placed in a FTP location. The File is read as a BLOB using the File input node. While casting this blob to character I am getting an exception. Can some body help me to resolve this. code used for casting
DECLARE dataRecordBlob BLOB InputRoot.BLOB.BLOB;
SET OutputRoot.Data = CAST (dataRecordBlob AS CHAR CCSID 819 ENCODING 273);
ruchir123: How will that link help? I don't see anything that looks like this problem at all??
aarthive: You need to do one of the following:
- Google for the IBM error code 'BIP2391'. I don't see why we should have to do it for you.
- Take a user trace - the trace will contain the full text of this error, and any others.
- Look in Windows Event Viewer ( if you're on Windows ). That will also show the full text of any errors.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum