How to execute the MACRO through Infoview?



How to execute the MACRO through Infoview?..

Answer / 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

More Business Objects Interview Questions

What do you mean by Object qualification?

3 Answers  


What are the steps to taken care to improve the Report performance?

3 Answers  


What three things do you consider to be the most important factors for a manager?

0 Answers  


what r the advantages of creating the universe?

2 Answers  


what is incompactabulity error in sap bo

2 Answers  


while developing a report in BO i had created prompts at query level? When an end user runs the report he has to see the details of the report with out entering the prompt values? How can we do this in BO?

2 Answers   PWC,


why we are using derived tables ?how it will help?

2 Answers  


WHAT ARE THE META DATA TYPES?WHICH META USING IN BO'S

0 Answers  


i am getting multiple values from prompt like (Value1;Value2;Value3;Value4). how can i place space between values like (Value1; Value2; Value3; Value4)

0 Answers  


What is the sheduling the report? What is the need of sheduling the report?

1 Answers   Wipro,


IF VIEW IS FASTER THAN DERIVED TABLE WHY WE ARE USING DERIVED TABLE IN BUSINESS OBJECTS?

1 Answers   Accenture,


I have 2 structures in universe,but i can't link the structures b'cos no related columns,so what i have 2 do to link dat and if don't link them can i get data of 2 structures in the report that i run?

3 Answers   Wipro,


Categories