We are experiencing an issue where the AGS call is failing sporadically in our Requistion Flow. I am at a lost trying to determine why this is happening. Any help would be greatly appreciated!
Could you include your AGS? Might be helpful to see if you have any Keys missing....
I'd start by looking at the WF log. We just implemented PF for PO approvals and I've been able to solve a few issues looking at these. Start by determining the ID number of the AGS call and then search for it in the log. I should mention we are an iSeries shop.
Thank you for the replies. Still looking into this...
We get the exact same "Unknown source" in the java debug and "error connecting to". For us it happens every time and not sporadically. I agree that it is not a connection issue. It is something else. For us, it only happens when you check "Run on server"...locally works just fine.
Joe
Kurt, Did the user change when you click the run on server box I am noticing that it is a service account when I do that an not my user account. I am having a really difficult time diagnosing this. Joe
Nope, the user has not changed.
If it's working locally and not when choosing "Run on Server" then it sounds like some type of configuration issue, and those two files (pfserv.cfg and bpm.properties) are involved in the configuration of processflow. I had a similar problem recently and it turned out there was an extra carriage return in the pfserf.cfg in one of the lines which were preventing both queries and ags to fail when running 'Run on Server' (worked fine when running locally).