|
Log in |
FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]() I have installed a embedded server nx app in a win98se computer. However
when activating the session I get a 15645 (Session not connected to a serverengine) error. Example code is like this: nxSession1.ServerEngine := ServerEngine; try try nxSession1.Active := TRUE; // Exception thrown at this line except on E : EnxDatabaseError do begin Why do i get this error here? The same app works nicely on other w98se, w2k, and xp computers. Do you have a clue why I would get this type of error on a påarticular computer and not others? rgds Tor |
#2
|
|||
|
|||
![]() "Tor Tveitane" <nospam@nowhere.biz> wrote in news:3fd5fdc5@wic040d.:
> I have installed a embedded server nx app in a win98se computer. However Check the manual available in the Nexus Download/Documentatio Page You have to connect the object in the appripriate chain: TnxTable/TnxQuery -> TnxDatabase -> TnxSession -> TnxServerEngine -> TnxSqlEngine (if you need sql) Roberto |
#3
|
|||
|
|||
![]() "Roberto Nicchi" <software@masterinformatica.net> skrev i melding
news:Xns944CB905DB142softwaremasterinform@203.147. 131.213... > "Tor Tveitane" <nospam@nowhere.biz> wrote in news:3fd5fdc5@wic040d.: > > > I have installed a embedded server nx app in a win98se computer. However > > Check the manual available in the Nexus Download/Documentatio Page > > You have to connect the object in the appripriate chain: TnxTable/TnxQuery > -> TnxDatabase -> TnxSession -> TnxServerEngine -> TnxSqlEngine (if you > need sql) Yes, I activate the serverengine before the session, but I just wondered why this error only occurred on one particular computer when there is no prob with all others Tor |
#4
|
|||
|
|||
![]() "Tor Tveitane" <nospam@nowhere.biz> skrev i melding
news:3fd5fdc5@wic040d.... > I have installed a embedded server nx app in a win98se computer. However > when activating the session I get a 15645 (Session not connected to a > serverengine) error. I have been able to isolate the problem now. This particular computer unfortunately didn't have the supplied nxServer.nxdbworksettings file in the app folder. There was only a nxServer.init file containing an [Alias] section (and nothing else). Do I need to supply a complete .init file before activating the serverengine? I thought the server would use 'normal' default values if the .init file did not contain anything but aliases. I have tried with autosaveoptions false and true but the 15465 error persists when trying to activate the session and the nxServer.nxdbworksettings file is not present. What is the minimum server config file requirement when not supplying a nxServer.nxdbworksettings file? rdgs Tor Example code is like this: > > nxSession1.ServerEngine := ServerEngine; > try > try > nxSession1.Active := TRUE; // Exception thrown at this line > except > on E : EnxDatabaseError do begin > > Why do i get this error here? The same app works nicely on other w98se, > w2k, and xp computers. Do you have a clue why I would get this type of > error on a påarticular computer and not others? > > rgds > > Tor > > |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
weird error encountered - possible thread safe issue (with my code)? | Brenton Wildman | nexusdb.public.discussions | 2 | 27th February 2007 08:06 PM |
Weird error message | Ole Willy Tuv | nexusdb.public.support.sql | 1 | 10th August 2006 12:20 AM |
Weird SQL | Lauchlan M | nexusdb.public.support.sql | 7 | 1st May 2004 10:18 AM |
Weird error when autoinc field has value of -1 | Nathan Sutcliffe | nexusdb.public.support.sql | 4 | 1st April 2004 02:59 PM |
Weird behaviour | Tor Tveitane | nexusdb.public.support | 6 | 6th December 2003 06:33 AM |