Processflow AGS query using custom form

 2 Replies
 0 Subscribed to this topic
 18 Subscribed to this forum
Sort:
Author
Messages
Roger French
Veteran Member
Posts: 549
Veteran Member
New Poster
New Poster
Congrats on posting!

Trying to test an AGS query in Processflow 9.0 with a custom form (RQPR) I created (a simple paintscreen in REQHEADER).  Created it in pgmdef, the run type us 4GL, tried both "In Production" values of None and Unix. I have full rights to the form using my laua security class. We're not using LSF9 security yet. Using AIX in 9.0 environment with 8.03.11 apps.

Here is the API call I'm testing. It works fine within LID. I tried both RQPR.1 and RQPR to no avail.

_PDL=PROD8X&_TKN=RQPR.1&_EVT=CHG&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=Inquire&RQH-COMPANY=3004&RQH-REQ-NUMBER=568476&RQH-REQUESTER=4310ME&_DELIM=%09&_OUT=XML&_EOT=TRUE

When I test the AGS node within Designer I get this error. I recompiled and did an  extra xscrgen but still I get the same error.

Any ideas anyone?

Thx,

Roger

at com.lawson.tesla.exec.Tesla.invoke(Tesla.java:303)

at com.lawson.tesla.agent.ErpTransactionAgent.processRequest(ErpTransactionAgent.java:181)

at com.lawson.ios.agent.container.AgentContainerImpl$AgentWrapper.processRequest(AgentContainerImpl.java:467)

at com.lawson.tesla.broker.TransactionBroker.processRequest(TransactionBroker.java:80)

at com.lawson.ios.agent.container.AgentContainerImpl$AgentWrapper.processRequest(AgentContainerImpl.java:467)

at com.lawson.ios.agent.container.AgentContainerImpl.processRequest(AgentContainerImpl.java:239)

at com.lawson.ios.servlet.Router.doGet(Router.java:208)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:989)

at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:930)

at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)

at com.lawson.servlet.TransformFilter.doFilter(TransformFilter.java:126)

at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)

at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)

at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)

at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:761)

at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:673)

at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498)

at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)

at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)

at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)

at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)

at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:113)

at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)

at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)

at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)

at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:556)

at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:606)

at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:979)

at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1064)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)

Caused by: com.lawson.rdtech.crtio.TranNotFoundException: Token not found in GEN/EXECUTABLE. product line is PROD8X token is RQPR.1

at com.lawson.rdtech.crtio.PersistentTran.(Unknown Source)

at com.lawson.rdtech.crtio.TranFactory.getTran(Unknown Source)

at com.lawson.rdtech.crtio.DynamicCrtioMsg.(Unknown Source)

at com.lawson.tesla.exec.Tesla.invoke(Tesla.java:246)

... 31 more

]]>

John Henley
Posts: 3364
New Poster
New Poster
Congrats on posting!
Engaged Reader
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader
Avid Reader art thou!

Did you do an IOSCacheRefresh? Can you see the form in Portal?

Thanks for using the LawsonGuru.com forums!
John
Roger French
Veteran Member
Posts: 549
Veteran Member
New Poster
New Poster
Congrats on posting!
Thanks John, IOS cache refreshed worked.