Focal Point Banner


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.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Agent on reporting server EDASERVE may have crashed

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Agent on reporting server EDASERVE may have crashed
 Login/Join
 
Silver Member
posted
Hi All,

Iam using the below code to display list of Master Files for each application folders.

APP LIST HOLD
TABLE FILE FOCAPPL
PRINT APPNAME
ON TABLE SAVE
END
-RUN

-SET &APPLIN = ' ';
-REPEAT :LAB1 &LINES TIMES
-READ SAVE &APP.64
-SET &APPLIN = &APPLIN | ' ' | &APP;
-:LAB1

APP QUERY &APPLIN HOLD
TABLE FILE FOCAPPQ
PRINT FILENAME AS 'Application Folder Name'
BY APPNAME AS 'Master Files'
IF FILENAME CONTAINS '.mas'
WHERE APPNAME EQ '&APPNAME';
HEADING
"List of Master Files in each Application Folder"
"Run Date: &DATE"
FOOTING
" "
ON TABLE PCHOLD FORMAT HTML
END

This code is working fine in my localmachine, if I run this code in my client machine where Iam actually doing the development work, Iam getting the following error msg.

Unknown error occurred. Agent on reporting server EDASERVE may have crashed. Please investigate reporting server log.

I dont know how to debug this error.
Any suggestion ,
Thanks in Advance,
Saikumar.

This message has been edited. Last edited by: Kerry,


WebFOCUS 8103 Appstudio, Dev Studio MRE
Client Windows 7, Serveron Unix.
Excel, PDF, HTML,AHTML
 
Posts: 38 | Registered: January 24, 2008Report This Post
Guru
posted Hide Post
the most often debugging method used is the 'line at a time' method- in that you strip out all code bar the first line and run it, if it crashes it's that line thats the problem, if it doesn't you add the next line, if it crashes its that line...

that will give you a starting point...

This message has been edited. Last edited by: nubi,


Developer Studio 7.64
Win XP
Output: mostly HTML, also Excel and PDF

"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
 
Posts: 285 | Location: UK | Registered: October 26, 2007Report This Post
Virtuoso
posted Hide Post
On my system your fex also does not run, although it does not crash.
It gives an error message about not being able to locate the variable &APPNAME.
Which in your code is indeed missing. Could that be the cause of the problem?


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Silver Member
posted Hide Post
Gam, Can you enable XML RUN =ON setting in WebFOCUS Administration Console,then the fex will run fine.

Nubi,I tried to Debug, the first part of the proc is working fine ,after looping for reading the all appfolders in the directory, its failing,Is this because of too many appfolders or something else.

Thanks in Advance,
Saikumar.


WebFOCUS 8103 Appstudio, Dev Studio MRE
Client Windows 7, Serveron Unix.
Excel, PDF, HTML,AHTML
 
Posts: 38 | Registered: January 24, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Agent on reporting server EDASERVE may have crashed

Copyright © 1996-2020 Information Builders