[Progress Communities] [Progress OpenEdge ABL] Forum Post: Progress 11.6.2 Error surrounding IHttpRequest from OpenEdge.Net.pl

  • Thread starter Thread starter mmcallister
  • Start date Start date
Status
Not open for further replies.
M

mmcallister

Guest
Has anyone else seen a similar error [SYSTEM ERROR: Memory violation. (49)] trying to run IHttpRequest code from AppServer ABL? We are having an issue running IHttpRequest code from and state free AppServer . The AppServer log entries follow: etl/getlogissoticket.p at line 124 (/agility/database/devel/testdb/r-code/etl/getlogissoticket.r) etl/getlogissoticket.p at line 124 (/agility/database/devel/testdb/r-code/etl/getlogissoticket.r) A valid example of i pcURL is: devellogi.dmsi.com/.../rdGetSecureKey.aspx Line 124 of /etl/getlogissoticket.r is: goLibrary = ClientLibraryBuilder:Build():sslVerifyHost(NO):Library. goRequest = RequestBuilder:Get( ipcURL ):ContentType('text/xml;charset=UTF-8'):AcceptAll():REQUEST NO-ERROR. …logging code here is never executed when SYSTEM ERROR: Memory violation. (24) occurs. ASSIGN goResponse = ClientBuilder:Build():UsingLibrary(goLibrary):Client:EXECUTE(goRequest). IF VALID-OBJECT(goResponse) THEN DO: …handle response; this block always seems to work fine, when it executes; when there is no SYSTEM ERROR: Memory violation. (49) that occurs earlier.

Continue reading...
 
Status
Not open for further replies.
Back
Top