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 with user pfadmind Query string 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.