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  Performance Management Framework (PMF)    [resolved] Loading Measures outside the GUI

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[resolved] Loading Measures outside the GUI
 Login/Join
 
Guru
posted
Hi Team,

There is a file in mainstreet called: pmf_meas_ldr_load_batch_tmplt.fex

This utility exists to load measures outside of the PMF GUI, and I've used it at a previous client, but now I am running into an issue.

I copied the file into pmf_custom, renamed it to something meaningful to my client, added all my measure_series ids to the list and ran it from within Dev Studio. The first 10 to 15 measures worked fine, but then the screen pops up with this message and the load stops:

Reporting Server messages exceeded IBIF_max_messages, report retrieval aborted.


I thought it might be a problem with a specific measure load, so I did a test where I loaded the same measure again and again. It completes about 15 cycles and then stops, and the translog.log gets to be about 11 KB in size; the log shows 15 complete runs and then the start of a 16th run.

With WebFOCUS, when I see the above message, it is often because I'm echoing my code and it becomes too large for the server to handle. To solve that, I will include this SET, which stops the collection of the code during execution, thus preventing the message from happening:

-SET &ECHO = OFF ;


Unfortunately, I included the SET, but it did not seem to make any difference in this situation.

How do I solve this, please?

Cheers,

Joey

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


-WebFOCUS 8.2.01 on Windows
 
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005Report This Post
Master
posted Hide Post
Max messages is a WebFOCUS Client setting.

Go to WebFOCUS Administration Console, Configuration, General, set IBIF_max_messages to -1 to make it infinite. The default is pretty low - 20K lines of tracing, barely enough to run even a simple FOCEXEC if you have set ECHO=ALL.

B


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!

 
Posts: 919 | Registered: March 26, 2003Report This Post
Guru
posted Hide Post
Hi Bob,

I set the IBIF_max_messages to -1, and I no longer get that error.

I loaded about 50 measures and then received this:
 
Reporting server exceeeded connection limit.
Please investigate reporting server log for: EDASERVE 


I know where that setting lives, so I'm going to experiment with various options to get past this error.

Cheers,

Joey
 
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005Report This Post
Guru
posted Hide Post
On the reporting server, I clicked Workspace | Configuration Files | Workspace - edaserve.cfg

I changed this:
SERVICE = DEFAULT
BEGIN
  maximum = 50
  number_ready = 10
  idle_session_limit = 10
  idle_agent_limit = 10
  agent_refresh = 1
  connection_limit = 120
END


To this:
SERVICE = DEFAULT
BEGIN
  maximum = 50
  number_ready = 10
  idle_session_limit = 10
  idle_agent_limit = 10
  agent_refresh = 1
  connection_limit = 250
END


End result is that I loaded 88 measures in about three minutes. If I'd done it through the GUI, it would have taken about an hour's worth of clicks.

Thank you, Bob, and have a great rest of your day.

Cheers,

Joey
 
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    [resolved] Loading Measures outside the GUI

Copyright © 1996-2020 Information Builders