Spotfire Webplayer Auto Refresh 6.5.2 - tibco

I am looking for the solution for Spotfire Webplayer Auto Refresh for version 6.5.2
I am aware of a similar question being asked in the forum, but the answer has not been able to resolve my query.
What I have done:
I have the information link connected to a Oracle table and this Information link is being reloaded periodically every 5 minutes.( The solution in the previous posts).
The users are logging into the webpayer, every time they want to see the latest values in the visualizations.So basically, they are closing the visualization and reopening it.
What is the query:
Users need not close and open the visualizations to see the latest values. The webplayer screen should automatically refresh in periodic intervals and show the latest values.It should be like a page reload in the browser in regular intervals.
Can anyone help me with this query?
Regards,
Kaka

Spotfire provides possibility to add the JavaScript to the dashboard so perhaps adding JavaScript that would reload the page at particular interval would be your bet here ?
Please check the link https://docs.tibco.com/pub/spotfire/6.0.0-november-2013/userguide-webhelp/text/text_javascript_example_scripts.htm.

Related

How to prevent refresh of a Superset dashboard when opening it

I'm new to Superset and I don't know how to prevent my dashboard from refreshing every time it is opened.
I don't need it because in the database I'm using the data is inserted once a day and I've set the auto refresh interval to 24 hours. Also, the queries are quite complex so the charts take quite a long time to load.
I've searched the docs and found nothing about this issue.
A default installation of SuperSet does not have caching enabled by default. You should enable caching so that a query is not fired everytime the dashboard is viewed. It's possible to define global level caching strategy and also have dashboard specific overrides.
https://superset.apache.org/docs/installation/cache

How to get Infromation Link query from Spotfire Library Database

I am new to Tibco Spotfire and I am working on a query to retrieve the query used by/generated by Spotfire while designing an information link.
I have access to the Library DB which saves the metadata of all the items/elements used in dashboards and stuff like that. I have been able to locate the information link items in the DB but I can't find the actual query that is used by the information link.
I need a solution that can be implemented from the DB, UI solutions are already in use and I am looking to automate that manual process of going to each info-link and clicking the "SQL" button in the Information Designer tool
so far I have come across [this link] (https://support.tibco.com/s/article/How-to-find-the-manually-modified-SQL-query-used-by-a-particular-Information-Link) on Tibco's community forum but it doesn't show the autogenerated queries (only the manually modified queries).
Any and all help on this will be much appreciated
Thanks
This should be in the SQL logs on the server. Attempt to open the info link. Then, log into the server. Go to the folder where your spotfire installation is and find a folder that looks like this...
\Tibco\tss\10.3.6\tomcat\logs
...and you want the SQL.txt file. Search for your user name.

web analytics without the help of google analytics

I am trying to display dashboards to every user who accesses my website with an analysis of his previous data. Can I do it without the help of google analytics?
Well if you do not want to use Google-Analytics then YES you can do it.
Few steps you need to do:
Create a database table in which save page URL and visitor's ip
Also try to get time that how many seconds/minutes visitor stay on page
You may generate reports and show on dashboard
By the way, if we have a free of cost solution then why you are spending time on it ?
Paperclip is free and ethical: Website. Users can see all the data collected about them. I'm in their beta program, where you can suggest things to them and they'll add it.

How to display last refresh status of OBIEE Report in Another website?

I have around 20 OBIEE Reports and these Reports automatically refreshed after a certain time period (different for each report). Users navigate to these reports through my SharePoint site home page. Now, I want to display which report is refresh at time in SharePoint page.
Is there any way I can achieve this capability?
Please let me know if requirement is not clear.
Not sure if you comprehend how OBI and analytical systems work but let me make something clear:
It is NOT the "OBIEE Report" getting refreshed.
First of all because OBI uses "Analyses" whereas BIP uses "Reports".
Second and most importantly it is because the DATA SOURCES are refreshed. The "analysis" is just a visualization container and nothing else. OBIEE does not store or persist data.

Oracle ADF 11.1.1.4 blind query triggered

I am working/maintaining an application built on Oracle ADF 11.1.1.4 version migrated from 10g during developement phase itself. We are using BC4j to talk to Oracle 10g database. The application is very heavily data centric and so there are chances that the query triggered through GUI may be have bad plan based on the search criteria entered by the user. Most of the places we have marked few fields mandatory to search on where potentially we see a bad query to be formed.
Issue: Currently in production user open muliple tabs for different screens, one of which is a screen where we have made it mandatory to enter few search values before searching/Querying the data. In the corresponding view criteria of that View Object we have marked those fields as selective required. But somehow we see a blind query triggered even when user hasn't clicked on search button on that page
It seems to comeup when the session expires on one of the pages opened and user clicks the OK. button
I am not sure is the framework triggereing some blind query when the page expires or else. There are many listeners on the page, but I am not sure why session timeeout can cause it.THe query is the same as that in the corresponding VO where we have maked few fields as selectively required. The long running query causes stuck thread on Weblogic server causing it to crash eventually after sometime.
Kindly anybody please advise if there has been an Oracle bug reported or any solution. We are seeing this on couple of pages where view criteria has few fields marked as selectively required.
Thanks
#Edit: The pages either jspx or page fragments jsff
You might be running into an effect as described here http://andrejusb.blogspot.ca/2012/08/adf-bc-passivationactivation-and-sql.html?m=1
You can try the technique I showed here https://tompeez.wordpress.com/2012/03/18/jdeveloper-preventing-return-of-large-row-sets-on-page-load-of-vo-using-bind-variable/ to prevent executing of queues on first load.

Resources