Hello,
I have a pf where with a starting payment number that I need to keep track of and increment each time the pf runs. I created a variable in my configurations on LM and I'm using a Landmark Transaction node to update it. I get the value of the configuration property and set it to a local value and increment by 1. Then I try to set the configuration property to the local variable value. I get the following error when trying to run it.
Activity Error com.lawson.rdtech.type.ViewException: Remote call failed: com.lawson.rdtech.type.ServiceAction; local class incompatible: stream classdesc serialVersionUID = -5855575179992000011, local class serialVersionUID = -5134494559472712660
I'm not sure what's wrong. Can someone tell me if I'm missing required fields? Do the dates have to be filled in?
_dataArea="<!--appProdline-->" & _module="pfi" & _objectName="PfiConfigurationProperty" & _actionName="Update" & _actionOperator="NONE" & _actionType="CreateUpdateDelete" & _runAsUser="" & _authenticatedUser="" & _pageSize="30" & _relationName="" & _setName="" & _asOfDate="" & _effectiveDate="" & PfiConfiguration="MyConfig" & PfiConfigurationProperty="GlobalPayNum" & Value="<!--val1-->"
I was running it locally. That seemed to be the problem. Once I uploaded the PF to LM and ran it worked. Were you able to run it local?
FireGeek21,
The editor must have put in the dashes when I copied in my code. I had the Configuration Name drop down set to the one I was going to update. I change it to system since I specify which Configuration Name I want to update in the path/string. Didn't seem to make a difference when runnng it locally.
I cannot run it locally. If I have any connection to the Lawson/Infor, I cannot run it locally unless I bypass that Lawson/Infor connection. For testing purposes, I run this through our Dev system until I have all the kinks worked out.
I do have a "sandbox" pflow where I work out pieces of larger pflows like javascript, sql, etc.
Glad you found the issue.
Tammy