cancel
Showing results for 
Search instead for 
Did you mean: 

Vault API failing with class not registred

leeline99
Not applicable
Hi All,
 
I am trying to implement an interface to vault using MS VB .net.  I am using the samples provided with version 6.0 of vault. But when I search the vault I get the following error "Class not registered [0x80040154]".
 
We are using version 7.0...
 
I have successfully called other objects within the vault API prior to calling this object/method.
 
Source code causing error
 
results.results = search.search(query.query, 1, 50, auth)
 
where query.query  = ""auth" 0 "dave"" and auth = "."
 
Any ideas? What objects need to be registered?
 
Any additional pointers to documentation greatly appreciated too.
 
TIA
 
Lee


Message Edited by leeline99 on 10-24-2007 09:00 AM
3 REPLIES 3

MichelZ
Level 6
Partner Accredited Certified
Hi

Have you got a solution for this?

Cheers
Michel

cloudficient - EV Migration, creators of EVComplete.

jimbo2
Level 6
Partner
What do you see in the Event log?
 
Also,
I noticed that you are reading the 0 ZERO as a number. I will assume that this is correct and is probable a Boolean value but I wanted to verify.
 
where query.query  = ""auth" 0 "dave"" and auth = "."
 
Jim S.

Ted_Broyles
Level 2
I've had the same problem for about two years now.
My code works fine on the server, just not my workstation.
I can compile fine, it just throws an exception during the Search method call at runtime.
 
Dealing with this API has never been a good experience, and getting help at this level is very difficult.
Most support is designed around supporting the product.
 
I'm currently trying to figure out how to get case sensitive searching to work.
 
 
I'll try to keep an eye out on this forum for API related question to see if I can answer them.