Does anyone know what would prevent a user from changing a named job?
I am using a transaction object to change the AR580. I've also tried add and delete. When I run the ProcessFlow using *Run on server*, it seems that PF changes to a different user account (service account?) and it fails with a connection error. When I run the flow locally, it works fine. Just not when I use *Run on server*.
(I've checked my other flows where I use a transaction object. It uses the service account and works fine when I use *Run on server*. I'm wondering if a user has to have special permissions to change a named job.)
I just don't know if its a user-domain issue or a lawson-configuration issue or a processflow issue.
Any ideas?
Joe
Error while Executing activity : Type=AGS, ActivityName=Transaction7200, ActivityId=AGS4, WorkUnit=1069 Date:03/25/2010 Time:08:53:08 Error while executing Transaction Activity .....java.lang.Exception: Error connecting to <script>http://dev.lawson.domain.com:80/servlet/Router/Transaction/Erp?_PDL=TEST&_TKN=AR580&_EVT=CHG&_RTN=DATA&_LFN=TRUE&_TDS=IGNORE&FC=C&JOB-NAME=TFBDAR580&USER-NAME=domain\user&COMPANY=500&GL-DATE=20100325&DEPOSIT-DATE=20100325&PROCESS-LEVEL=1180&CASH-CODE=1180&BATCH-RELEASE=Y&DEP-INST-CODE=DEP&UPDATE-OPTION=Y&_DELIM=%09&_OUT=XML&_EOT=TRUE</script><b>with user pfadmind</b> Query string<br /> at com.lawson.bpm.coreutils.CGIInvoker.invoke(Unknown Source) at com.lawson.bpm.coreutils.CGIInvoker.invoke(Unknown Source) at com.lawson.bpm.coreutils.CGIInvoker.invoke(Unknown Source) at com.lawson.bpm.database.transaction.Transaction.doQuery(Unknown Source) at com.lawson.bpm.database.transaction.Transaction.doQuery(Unknown Source) at com.lawson.bpm.processflow.workFlow.flowGraph.FgaAgs.startActivity(Unknown Source) at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(Unknown Source) at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(Unknown Source) at com.lawson.bpm.pfengine.ProcessFlowEngine.execute(Unknown Source) at com.lawson.bpm.pfengine.ProcessFlowEngine.startProcessAt(Unknown Source) at com.lawson.bpm.eprocessserver.KBConnection.startProcess(Unknown Source) at com.lawson.bpm.eprocessserver.KBConnection.startProcessDesigner(Unknown Source) at com.lawson.bpm.eprocessserver.KBConnection.execute(Unknown Source) at com.lawson.bpm.eprocessserver.KBConnection.run(Unknown Source) at com.lawson.bpm.eprocessserver.util.ThreadPool$PooledThread.run(Unknown Source)
It works locally and does not work run on server.