C
cverbiest
Guest
Next edit , in order to help me debug the read-json I changed Line 85 of automation/scm/custom/rtb/Utils/TempTableHelper.cls UNDO, THROW NEW Progress.Lang.AppError(substitute("Error &1 reading &2", err:getMessage(1), string(plcJsondata)), 0). In automation/appSolutions/appSolute/RTB/Base/RTBAutomationApi.cls I replaced the FileExist test with a "try" block. /*IF oFileHelper:FileExists("rtb/p/rtb_api.p") THEN*/ do on error undo, retry on stop undo, retry: RUN rtb/p/rtb_api.p PERSISTENT SET phRTBApi. catch e as Progress.Lang.Error: UNDO, THROW NEW Progress.Lang.AppError(substitute("*** Unable to start Roundtable API! &1", e:getMessage(1)), 0). end catch. end.
Continue reading...
Continue reading...