How to execute the MACRO through Infoview?

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


Please Help Members By Posting Answers For Below Questions

What are the steps to do to use alerts in bo?

635


How to execute the plsql procedure from the report by clicking with mouse?

623


What is the functional & architectural differences between business objects and web intelligence reports?

564


what is xcelsius architecture?

3750


1. 101 vinay hyderabad 123 naresh usa 152 singh delhi 101 vinay usa 123 naresh mumbai 156 raju chennai From the above data we need to retrive current data in a report ? how and explain in detail ?

5985






If I have three predefined prompts. In a report it will come randomly. How they will come in a specified format?

698


What is a fantrap in business objects?

587


What is the difference between business requirement document and use case document.

590


Explain are data mart and dwh normalized or denormalized? Do both of them exist in the same tier?

627


Difference between zabo and webi?

642


What is Indexing? how did u implement indexing?

1820


Explain the data types present in bo and what happens if we implement view in the designer and report?

566


What is the difference between the public object&schema object?

582


What sort of existing documents should business analysts refer to when starting on a new project?

626


Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye

1435