As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
After my extract program completes (creates a save file), the agent is still 'in use' and the brower window is still open and appears to be running. I have an END, -RUN and -EXIT immediately following the 'ON TABLE SAVE' command.
Any suggestions as to how to end this process?
Thanks!This message has been edited. Last edited by: Kerry,
Is the still occupied agent really the agent that ran your process? Is it also still consuming cpu time? What does the last command executed tell you? Have you switched on tracing and looked at the resulting file(s)? If so, did it tell you what it was doing? Is the request accessing a relational table? If so, has the transaction been released by the dbms?
There are probably many more questions that can be asked but the above ones make a nice start.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
micro you can go to the server console and kill the agent. do you know how to do that? usually its port 8121 http://yourserver:8121/ibi_apps/webconsole then workspace, Monitor, data services(agents) click right on the agent, and hit kill. Why its happening..thats another story. its happened to me, when i've run some long job, live not deferrred, and logged out of mre. and lo and behold the job finishes but the agent hangs. eh bien! i just kill it and go home.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
GamP: Yes, it is still that same agent. No CPU time is being consumed. The IO, CPU and Mem Usage numbers do not change once the extract completes. Trace on gives no clues. Last request is a TABLE of a HOLD file which was built from a relational table.
Susannah: I can kill the agent (Lord knows I've done that enough times in my career!) but this will eventually be a scheduled Reportcaster job and I don't want the agent alive and kicking.
KenFR: Tried your suggestions already to no avail.