09-14-2020 08:29 AM
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.
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
09-15-2020 07:40 AM
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