Handling network errors while accessing BO remotely

rachit22

New Member
Joined
Nov 18, 2005
Messages
1
I am processing Business Objects reports using custom developed vbscript (Batch Processing script) executed from SysAdmiral.
The sysadmiral job will execute the script and connect to the BO server
After establishing the connection I get the report list from the database and process the reports based on a set of actions defined in the database for each report. eg save as HTML
Now I want to handle any type of network error that occurs while the script is executing.
I want that my script should
1. Exit the application.
2. Wait for 3 seconds.
3. Start the script from the beginning.
a. Read environment variables
b. Reconnect to repository
c. Read application settings from the database.
d. Fetch reports matching Batch Id and Report Id from the database
e. Perform required actions for every report in the list.

If there is an error during executing step 2 then repeat these steps again up to 3 times. After the 3-d attempt exit and send email to Applications Support.


Please help its very urgent
Thanks in advance
Rachit
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Forum statistics

Threads
1,214,920
Messages
6,122,272
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top