Grid, Landmark, and IPA are installed and running. Flows can be created in IPA using IPD and they execute as expected. Trying to connect to LSF and I'm getting:
[2015-10-14 12:50:58] [LPSJNIUtil] Exception encountered while calling Java, stack trace follows: com.lawson.bpm.eprocessserver.interfaces.LPSConnectionException: Null proxy for class: com.lawson.bpm.eprocessserver.interfaces.LPSDatabaseBridgeForLSF, data area: (blank) at com.lawson.bpm.eprocessserver.interfaces.LPSGridSession.checkForNullProxy(LPSGridSession.java:239) at com.lawson.bpm.eprocessserver.interfaces.LPSGridSessionForLSF.isServiceCriteriaEnabled(LPSGridSessionForLSF.java:210)
This occurs when trying to add the newly created test service in WFWK.1 as documented in verify connection between LSF and IPA of IPA InfoCenter.
pfserv config lps as been done on the LSF server with link to GridHost and port returned from managegrid list on IPA server and data area pointing to LSF dataarea which is the same as the IPA dataarea
perl install-lpa.pl DA were DA is the same as LSF dataarea
enterpriseapp DA lpa were DA is the same as LSF dataarea
using rich client a configuration name was created. Actually used "main" and in the "Infor Lawson" tab created a connection type of WEB and populated the web connection section with web root pointing to LSF server URL. First question is should this be the Mingle server URL? and pointed data area to LSF dataarea. I did this with the focus on GEN and when that failed to help I tried with the focus on IPA. Also tried the "system" configuration and repeated for both dataareas GEN and IPA. So the question there is which one should be used. I assume IPA, but it's not clear in the documentation.
Also created the service.cfg and updated the bpm.properties file as documented.
Also created the LPSClientJars.jar as documented.
Any idea why the (blank) dataarea in the LPSforLSFlog file?