10-31-2012 09:12 AM - edited 10-31-2012 09:15 AM
We have a reproducable runtime error when executing SUDDlgShow. We get different error messages on different machines:
First set of error messages:
145 09:27:32 Fehler: Bei der Ausführung des Befehls "SUDDlgShow" ist ein Laufzeitfehler aufgetreten. Fehlerart : ACCESS VIOLATION Fehleradresse : 00002BF0 Modulname :vbscript.dll 146 09:27:33 Fehler: Fehler in (Zeile: 416,Spalte: 3): SUD-Event-Kontext: KanalManagement_EventClick(...) ... Bei der Ausführung des Befehls "SUDDlgShow" ist ein Laufzeitfehler aufgetreten. Fehlerart : ACCESS VIOLATION Fehleradresse : 00002BF0 Modulname :vbscript.dll 147 09:27:33 Fehler: Bei der Ausführung des Befehls "SUDDLGSHOW" ist ein Laufzeitfehler aufgetreten. Fehlerart : ACCESS VIOLATION Fehleradresse : 00003974 Modulname :oleaut32.dll 148 09:27:33 Fehler: Fehler in (Zeile: 85, Spalte: 5): Fehler in (Zeile: 416,Spalte: 3): SUD-Event-Kontext: KanalManagement_EventClick(...) ... Bei der Ausführung des Befehls "SUDDlgShow" ist ein Laufzeitfehler aufgetreten. Fehlerart : ACCESS VIOLATION Fehleradresse : 00002BF0 Modulname :vbscript.dll 149 09:27:33 Fehler: Bei der Ausführung des Befehls "" ist ein Laufzeitfehler aufgetreten. Fehlerart : ACCESS VIOLATION Fehleradresse : 00003974 Modulname :oleaut32.dll
Second set of error messages:
9 09:16:34 Fehler: Bei der Ausführung des Befehls "SUDDlgShow" ist ein Laufzeitfehler aufgetreten. Fehlerart : ACCESS VIOLATION Fehleradresse : 3338652D Modulname :DIAdem.exe 10 09:16:34 Fehler: Fehler in (Zeile: 416,Spalte: 3): SUD-Event-Kontext: KanalManagement_EventClick(...) ... Bei der Ausführung des Befehls "SUDDlgShow" ist ein Laufzeitfehler aufgetreten. Fehlerart : ACCESS VIOLATION Fehleradresse : 3338652D Modulname :DIAdem.exe 11 09:16:34 Fehler: Bei der Ausführung des Befehls "SUDDLGSHOW" ist ein Laufzeitfehler aufgetreten. Fehlerart : ACCESS VIOLATION Fehleradresse : 50B8358D Modulname :DIAdem.exe 12 09:16:34 Fehler: Bei der Ausführung des Befehls "" ist ein Laufzeitfehler aufgetreten. Fehlerart : UNKNOWN Fehleradresse : 000837DB Modulname :ntdll.dll
We use DIAdem 2010 (11.2.0f4346 Service Pack 1) Any suggestions what went wrong?
Kind regards, Marc
11-05-2012 02:07 AM
Hi Marc,
can you post a little script with the reproducable error? The smaller the script the easier it will be to find out where the error lies.
Thanks, RMathews
11-06-2012 06:53 AM
02-07-2013 07:57 AM
Hi,
sorry - i was not able to seperate this issue from the rest of our code. So i can't provide a sample script to reproduce the error. =/
Regards, Marc
02-07-2013 09:07 AM
Hi,
do you have any dependencies in your project? If not, I could just try to run in on my PC and to debug it. I also have the latest version installed and maybe there the error doesnt show up.
If you want to post it, I can have a look into it.
Cheers, RMathews
02-14-2013 02:55 AM
Hi,
the dialog we use, queries data from an ods database. So without the database you won't get any data and cannot use the dialog properly. I'm afraid right now there won't be any way to get the dialog running. Our company wants to outroll the latest version of DIAdem. Then I will look into it again.
Thanks for your will to support 😉
Regards Marc
02-14-2013 07:15 AM
I don't know German, but can distinguish ACCESS VIOLATION in both errors. Is it in the process of reading/writing to the DB that the error occurs?
Do you have debug setup so you can debug the SUD?
If not, put some Msgbox comments throughout the code to narrow down where the problem is.
You didn't give any info on when the error occurs. Is it upon loading the SUD or when you do some specific task.