To preface this issue, the task below is being attempted through an SSIS Visual Basic applicaton. The job will run every 1 minute unattended.
The companies system has a ,tif image file on a company network drive. Upon request from the user on the iSeries needs to email an attachment of the .tif through the iSeries. It is my understanding that that bianary string that the .tif exists as needs to be converted to a base64 type data stream for the iSeries to email. The image has been converted to base64. So now a stream exists of base64 data. How do you get the stream loaded to the iSeries IFS (Integrated File System)?
Have been looking at cwbx.hlp but it is not very helpful. Maybe that is the wrong approach. If anyone has any suggestions that would be excellent.
The companies system has a ,tif image file on a company network drive. Upon request from the user on the iSeries needs to email an attachment of the .tif through the iSeries. It is my understanding that that bianary string that the .tif exists as needs to be converted to a base64 type data stream for the iSeries to email. The image has been converted to base64. So now a stream exists of base64 data. How do you get the stream loaded to the iSeries IFS (Integrated File System)?
Have been looking at cwbx.hlp but it is not very helpful. Maybe that is the wrong approach. If anyone has any suggestions that would be excellent.
Comment