LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unlock a sequence with TS API

Hello,
 
I have a sequence that is locked. I am trying to unlock the sequence porgramatically, but it never seems to work. This my psuedo code:
 
1) Create Engine
2) SequenceFile sfile = Engine::GetSequenceFileEx(...)
3) PropertyObjectFile pobjFile = sfile.AsPropertyObjectFile();
4) pobj.Unlock(<password>);
 
I always get the exception: Incorrect password specified to unlock the object or file.
 
Thanks,
Harsha
0 Kudos
Message 1 of 2
(2,292 Views)
Please refer to this thread for the cause of this problem.

Regards,

Tyler T.
0 Kudos
Message 2 of 2
(2,275 Views)