We were facing this problem with DB2 database. We found that we were using
incompatible StartSQL (ODBC driver used to connect to DB2 database) package
Vasan
Baton Rouge International, Inc
Data Warehousing and OLAP Consulting Division http://www.bri.com
This is my first time so bear with me…
We are getting an error when trying to open Business Objects “Cannot
retrieve time reference for the security domain” Anyone know what it
means?
Seems to only be on a particular pc. Checked the date and time settings in
control panel and doesn’t seem to be anything unusual. Thanks in advance
to
anyone who can help.
For this script tobe executed after every refresh of document, create a file
called ‘busobj.spt’. put this file in scripts directory. File should
contain,
Sub OnAfterRefreshDocument
ActiveDocument.PrintOut
End Sub
This will not work when you build the query for first time. But whenever you
refresh the document, it will print
Vasan
Baton Rouge International, Inc
Data Warehousing and OLAP Consulting Division http://www.bri.com
I have a document with several tabs. After I refresh the document, is
there a way I can automatically print all the tabs within the document.