Answer Posted / kvchowdary
running the VB macro as full client report by invoking DeskI
using a batch file. This bat file can then be scheduled in
Infoview too.
The batch file looks like this
Code:
"C:\Program Files\Business Objects\BusinessObjects
Enterprise 11.5\win32_x86\busobj.exe" -user "administrator"
-pass "passwd" -system "servername" -auth "enterprise"
-nologo -blind -document "C:\temp\VB_BOXI.rep"
This will invoke the DEskI application and run the .rep file
containing the macro. And it can be scheduled as program
object in CMC/Infoview.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain what are the measure objects?
any difficulitis have you phase while creating bo reports and how did u solve it
how to create reports on screech?
What is report template in b.o?
What is a bo repository?
Regarding Hyperlinking in Business Objects. We have a few reports in QA environment where a number of hyperlinks are employed using OpenDoc function.In some of the reports,hyperlink is used to move to another tab within the same report.The formula used include "DocID" and ReportName="tab name".This works fine but now,for the PROD move,this will not work as the Doc Ids are subject to change. Is there a way to overcome this?Without DocID,how will move to a particular tab? Thanks in advance
How to generate the report from excel sheet?
Give some information on report bursting and how to do it in bca as I have to split the report and send diff reports to diff people?
Explain what is aggregate table and aggregate fact table ... Any examples of both?
Which command using Query Analyzer will give you the version of SQL server and operating system ?
How to schedule the report in b.o?
is it possible to export the webi reports to crystal reports?with out using businessview?
Explain in detail about type 2(scd),
what is the difference between add link and include link in BO? Explain me with a scenario when to go for add link and when to go for include link?
Tell me a business scenario where I can achieve the data through MINUS only not through subquery.