DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Error message in Diadem, object no longer valid

Hello,

 

I can’t perform data analysis in Diadem (17.0.0f6657). When I want to calculate a regression there is a error message that the object is no longer valid.

When I want to perform statistical parameters there is a similar error message that you can find attached.

 

Fehlermeldung Diadem.PNG

 

The error in English:

„Error in  <…>

Error in embedded script-file <…>

The object is no longer valid.“

I already contacted out IT department if something is wrong with the icences. But they seem to be OK.

 

Can anyone give me an advice how to solve this problem?

 

Best regards

0 Kudos
Message 1 of 2
(2,432 Views)

Hello Guenni,

 

I once got the same German message when I wanted to perform an action on an object that was no longer valid.

For me it was a Channel or ChannelGroup that had been removed by me while a non-modal dialog was open, so the Channel(Group) object was no longer "valid".

Unfortunately you cannot  obtain the status from the object, i.e. it is not set to "Nothing" by Diadem (at least in version 2017.0... that we also still use), when a Channel(Group) is removed during script progress and an object variable pointing to that object gets invalid.

 

I helped myself by writing a function to check that by using "On error resume next" before trying to read out the objects name.

Perhaps your problem has a similar reason.

 

Steve

0 Kudos
Message 2 of 2
(2,393 Views)