This is a new instance. Win/SQL.
LSF 10.0.9, Landmark 10.1.1.51.
LSF and Landmark have been running for a few months. IPA's have been installed, configured and running OK.
Trying to schedule an existing IPA flow using Rich Client. The IPA runs fine and OK for a manual schedule meaning "Start". It runs fine in IPD too.
The issue is that if I create a schedule in My Actions, Schedule for any type of periodic schedule for the IPA to run (one a day, once a week, etc.) it fails to launch. I'm logged in as the 'lawson' user to schedule it. Lawson has full rights and permissions. I've checked and rechecked all permissions and credentials. Inbaskets work fine and OK.
The status on "Action Instances" says "Terminanted Abnormally".
And the exception log says below. I've already rebooted full stack all of servers. Tried deleting the schedule, creating new one, etc. Still does not work. Going on two weeks and support still does not have any solution. We're trying not to have to apply a new CU if at all possible. Thanks for your help.
com.lawson.rdtech.type.ViewException: Error Deserializing parameter view. at com.lawson.rdtech.framework.batch.BatchTaskHelper.getViewFromXML(BatchTaskHelper.java:157) at com.lawson.async.LandmarkActionExecutor.getRequestedAction(LandmarkActionExecutor.java:133) at com.lawson.async.LandmarkActionExecutor.execute(LandmarkActionExecutor.java:54) at com.lawson.rdtech.gridadapter.async.AsyncImplContainer.executeAction(AsyncImplContainer.java:380) at com.lawson.rdtech.gridadapter.async.AsyncImpl.executeActionLocal(AsyncImpl.java:343) at com.lawson.rdtech.gridadapter.async.AsyncImpl.runRemoteAsyncAction(AsyncImpl.java:260) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.invoke(ProxyServerImpl.java:2715) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.processRequest(ProxyServerImpl.java:2502) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.runThread(ProxyServerImpl.java:2425) at com.lawson.grid.util.thread.PooledThread.run(PooledThread.java:137) at java.lang.Thread.run(Thread.java:745) Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 212; Error at line 1 char 212: Remote call failed: invalid credentials supplied for session method IServiceProxy.getDataView(ExecutionContainerKey, DataContext, Action, String, int, String) at org.apache.commons.digester.Digester.createSAXException(Digester.java:3181) at org.apache.commons.digester.Digester.createSAXException(Digester.java:3207) at org.apache.commons.digester.Digester.startElement(Digester.java:1456) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
The above line ^^^ referencing credentials. Not sure how or why that message would appear. All of the credentials for 'lawson' and the databases are OK.
Already increased time out per the other KB article. Rebooted everything. It seemed to work for about 24 hours then it went back to the same errors.
We're on CU51, and probably in the end, a upgrade to a later CU is what it will take most likely, to get it running again.
Haven't really received any response from support on a solution.
We were having the same result after a certified partner upgraded us. Flows ran fine manually from Rich Client or from the designer but scheduling failed. Our fix ended up being reconfiguration in Grid that was needed (see following):
We've verified that Async and LPA are in LmrkDeferred node in Grid. As best practice, I suggest splitting the Async and LPA out from the LmrkDeferred node and remove the binding for the LmrkDeferred node. Please see KB 1669230 - IPA Best Practices - LPA Grid Node. Attached to this KB is a video > HOWTO-LmrkDeferredToLPA-Async.arf Also make sure you clear the failed triggers for the scheduled flows because the schedule will not update until they are taken care of. You can clear the failed triggers on the Failed tab of the Async page. In Rich Client: Start > Applications > Async Administrator > Async Overview. Select the Failed tab and delete the failed triggers.
Yep, I ended up doing what the KB article said to do and removed the LmkDeferred node and putting in the Async and LPA nodes. So far the scheduler is now working after 3 days. It's looking good.