Error executing n_texis()

Post Reply
acoulson0
Posts: 8
Joined: Thu Dec 21, 2000 8:01 am

Error executing n_texis()

Post by acoulson0 »

I'm getting a "SQL: openntexis() not valid in client!" error when calling n_texis(). By the time I get there, I have already successfully called openserver() and n_regtexiscb() without error. Under what conditions is this error thrown?

Andrew Coulson
Vignette Corp.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Error executing n_texis()

Post by John »

That is thrown if you are compiling the source with NCGDIRECT to access the database directly, but are linking with the network client libraries (in particular txclnop.o).
John Turnbull
Thunderstone Software
acoulson0
Posts: 8
Joined: Thu Dec 21, 2000 8:01 am

Error executing n_texis()

Post by acoulson0 »

Right you are! I figured it out last night!
Post Reply