bpm.properties::useCgiAgs

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Joe Haveman
Advanced Member
Posts: 31
Advanced Member

    Does anyone know what this setting does in bpm.properties. When set to false, it looks like it does a url call. When set to true, it returns "useCgiAgs is enabled; calling CGI AGS" in the debug window and does not appear to make the call to actually add, update, or delete anything.

    Any ideas?.

    Joe

    John Henley
    Posts: 3353
      If true, PFlow will use /cgi-lawson/ags.exe instead of /servlet/Router/Transaction and dme.exe instead of Data. =
      Thanks for using the LawsonGuru.com forums!
      John
      Joe Haveman
      Advanced Member
      Posts: 31
      Advanced Member
        John,

        When it uses cgi-lawson/ags.exe, does it return the values like it does with /servlet/Router/Transaction? I flipped the switch to useCgiAgs, and it didn't add the invoice and didn't return anything.

        When I use the servlet, I usually get a dump of the transactions values and in this case, the returned invoice number after adding it to the BL98.1

        Joe