I have a flow that uses the syscmd node to execute a bat file that contains the command: ssoconfig -S pwd D:\Data\SyncFile\Sync_File.xml. This is supposed to perform a list based sync. If I run the bat file from the command line on the server it works fine without any issues. If I execute the bat file from IPA I get the following error:
com.lawson.lawsec.util.LawsonEventException:Required attribute SYNC_STATUS is missing from message (Error: No more tokens). (and 468 additional characters) Command error output: com.lawson.lawsec.util.LawsonEventException:Required attribute SYNC_STATUS is missing from message (Error: No more tokens). at com.lawson.lawsec.server.events.LSFBaseEvent.getNextMsgAttribute(LSFBas (and 393 additional characters) System command returned error code 0
Not sure what to do with this one. I opened a ticket with Infor, but haven't had much progress so I thought I would post it hear. This is on a Windows Server 2008r2 and the landmark version is 10.1.1.23. Thank you.