BusinessObjects Board

Error when "If Object = Variable"

Hello All,

I have created a variable for current month, say CurrentMonth=MonthNumberofYear(CurrentDate()). I already have an object called “Month” which gives just the month in number.

I just compare the CurrentMonth Variable = Month object and should return 1 if it does match. I am keep getting blue tick Exception Handling error and quit BO all the time :confused: . What is wrong with that? Anyone had this before?

Thanks
Ravi.


Ravi_Pazhani (BOB member since 2002-08-20)

What is the exact error message?


Pierre :luxembourg: (BOB member since 2002-09-05)

This is the error message:

1 processor Pentium Family 6 Model 8 Stepping 6
Windows 2000 Workstation v5.1 build 2600
Physical Total/Avail: 260.528 Kb / 72.148 Kb
Temp directory C:\DOCUME~1\rpazhani\LOCALS~1\Temp\ (4919936 Kb available)
‘Unknown’ video card
1024 x 768 with 16777216 colors

Unhandled Exception
Code: c0000005
Description: EXCEPTION_ACCESS_VIOLATION

Call stack:

Module at 0x345d0000: C:\Program Files\Business Objects\BusinessObjects 5.0\tools50.dll
address: 0x34603b4f
address: 0x34608f9a
Module at 0x31c60000: C:\Program Files\Business Objects\BusinessObjects 5.0\cube50.dll
address: 0x31cce991


Ravi_Pazhani (BOB member since 2002-08-20)

Oups !! :shock:

Sorry, I really don’t have any idea !
I thought it was a simple syntax error message :lol:

There are two dll’s involved : cube50.dll and tools50.dll.

You should search on the techsupport about bugs with these dll’s, taking into account the version of BO you are working with.

Good luck :!:


Pierre :luxembourg: (BOB member since 2002-09-05)

Haven’t got a clue why it happened, but you might be able to get around it with something like…

=If( - = 0 ) Then 1 Else 0

It has been know that something that crashes in one document is absolutely fine in another. :crazy_face:

The tech website if a good place to search though. If there’s nothing in there, it might be worth opening a call which you can also do from the tech website.


Paul Williams :uk: (BOB member since 2002-07-10)

Did you do a search on keyword “c0000005” on BOB? Nick had a great thread on “How to fix c0000005 errors”.

Which BO version are you using?


Andreas :de: (BOB member since 2002-06-20)