IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Reading ARCHIVE_BizDocContent Table

    Posted 06/01/05 05:23 PM

    How in the hell can I read the column call “Content” in the tables BizDocContent and/or ARCHIVE_BizDocContent. Thoses columns are “image” data type wich is unreadable from my iSQL…


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 2.  RE: Reading ARCHIVE_BizDocContent Table

    Posted 06/01/05 05:30 PM

    Extract the bizdoc/content(bytes) and convert to string using bytesToString for readable format.

    HTH,
    RMG


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 3.  RE: Reading ARCHIVE_BizDocContent Table

    Posted 06/01/05 10:42 PM

    Any tips on how to extract the data into a bytes array?
    My first thought was to call execSQL, but it will return a string wich is not conertible by the function “bytesToString”.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration