DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error during execution of SUDDlgShow

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

0 Kudos
Message 1 of 7
(5,616 Views)

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

Ramona Lombardo
Applications Engineer, NI Germany
Certified LabVIEW Developer
0 Kudos
Message 2 of 7
(5,586 Views)
I'll try to build a small example. Right now it happens within a "complex" SUD... it will take some time, but i'll hope i can seperate the issue. Regards, Marc
0 Kudos
Message 3 of 7
(5,570 Views)

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

0 Kudos
Message 4 of 7
(5,427 Views)

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

Ramona Lombardo
Applications Engineer, NI Germany
Certified LabVIEW Developer
0 Kudos
Message 5 of 7
(5,422 Views)

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

0 Kudos
Message 6 of 7
(5,388 Views)

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.

0 Kudos
Message 7 of 7
(5,378 Views)