Page 1 of 1

Error executing n_texis()

Posted: Mon Apr 02, 2001 7:12 pm
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.

Error executing n_texis()

Posted: Mon Apr 02, 2001 7:38 pm
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).

Error executing n_texis()

Posted: Tue Apr 03, 2001 9:45 am
by acoulson0
Right you are! I figured it out last night!