Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logging errors

Status
Not open for further replies.

DrSmyth

Technical User
Jul 16, 2003
557
GB
Hi,

I run some business objects reports using my PC's sceduled tasks. These reports refresh overnight and dump into a text file for other users.

The problem is that one of the reports has been returning a partial result for the past 3 months and we've only just spotted it.

Because I run several scheduled tasks and I don't want them to interrupt each other I've put some code at the beginning of each open routing to stop them breaking down:

Code:
busobj.Application.Interactive = False
busobj.Application.BreakOnVBAError = False

This means that I never get to see any errors that occur, does anybody have any ideas about how I can log these errors yet still allow my tasks to run unhindered?

I'm using BO full client version 6.5 and I'm on an XP set up.
 
Don't you have a BCA. The BCA can do this for you, can't it?

Better yet, change the limits on your universe so that you don't have the problem. The Supervisor can override the limits just for you.

Steve Krandel
Intuit
 
Partial results are a %$^$%& - thing is I'm not sure you get an error when partial results are returned so don;t know if it is trappable or not

some useful info here:

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top