Log Manager with longchar variable

Posted by tharanga_herath on 29-Aug-2016 03:17

Hi All

I’m using progress “LOG-MANAGER” to Write log information. I have a “LONGCHAR” Variable that retrieve web-service response and need to write this content into the same log file that use by the LOG-MANAGER. But when the size exceed to 32K string function get fail. Any workaround to resolve this. I need to write all these information to same log file.    

All Replies

Posted by tharanga_herath on 29-Aug-2016 05:21

Hi ,

I was able to overcome the issue by splitting the “LONGCHAR” value in to manageable set of string values. That can be pass to LOG-MANAGER without an issue.

This thread is closed