#1  
Old 4th July 2012, 02:59 AM
jdazevedo jdazevedo is offline
Junior Member
 
Join Date: Jul 2011
Location: Ribeirao Preto / SP / Brazil
Posts: 11
Send a message via Skype™ to jdazevedo
Default Run NXSERVER using a settings file

I'm trying to run the Nexusdb using a settings file. The settings file is in the same directory NEXUSDB.EXE. I made dozens of attempts and no work. The following are some attempts:
The following command always loads default settings:
NXSERVER.EXE / RESET / IMPORTSETTINGS: "NXSERVER.INI"
---
The following command always gives an error and not run the nxserver:
NXSERVER.EXE / RESET / CONFIG: "NXSERVER.INI"
---
In the following command I rename NXSERVER.INI to NXSERVER.INIT and also only loads the default settings:
NXSERVER.EXE / RESET
---
In the following command I rename NXSERVER.INI to NXSERVER.NXDBWORKSETTINGS and also only loads default settings:
NXSERVER.EXE
---
I also tried the following command, and did not work:
NXSERVER.EXE / IMPORTSETTINGS: "NXSERVER.NXDBWORKSETTINGS"
------
I also tried the following command without success:
NXSERVER.EXE / RESET / IMPORTSETTINGS: "NXSERVER.NXDBWORKSETTINGS"
------
Is it possible to run the nxserver using a settings file? Has anyone succeeded?

Can anyone help me?
__________________
Joao Duarte de Azevedo
Utilsoft - Brazil
  #2  
Old 4th July 2012, 04:04 AM
Ad Franse
 
Posts: n/a
Default Re: Run NXSERVER using a settings file

Op 3-7-2012 17:59, jdazevedo schreef:
> I'm trying to run the Nexusdb using a settings file. The settings file
> is in the same directory NEXUSDB.EXE. I made dozens of attempts and no
> work. The following are some attempts:
> The following command always loads default settings:
> NXSERVER.EXE / RESET / IMPORTSETTINGS: "NXSERVER.INI"
> ---
> The following command always gives an error and not run the nxserver:
> NXSERVER.EXE / RESET / CONFIG: "NXSERVER.INI"
> ---
> In the following command I rename NXSERVER.INI to NXSERVER.INIT and also
> only loads the default settings:
> NXSERVER.EXE / RESET
> ---
> In the following command I rename NXSERVER.INI to
> NXSERVER.NXDBWORKSETTINGS and also only loads default settings:
> NXSERVER.EXE
> ---
> I also tried the following command, and did not work:
> NXSERVER.EXE / IMPORTSETTINGS: "NXSERVER.NXDBWORKSETTINGS"
> ------
> I also tried the following command without success:
> NXSERVER.EXE / RESET / IMPORTSETTINGS: "NXSERVER.NXDBWORKSETTINGS"
> ------
> Is it possible to run the nxserver using a settings file? Has anyone
> succeeded?
>
> Can anyone help me?
>
>

There MUST be a file in the same directory as nxServer.exe with a name
nxServer.init

to load :

nxServer /interactive /reset

NOTES:

1) there is NO space between the slash and 'reset'

2) the init file is not loaded if the server is started as a service !

3) there is no commandlineswitch importsettings

Ad Franse

  #3  
Old 4th July 2012, 05:28 AM
jdazevedo jdazevedo is offline
Junior Member
 
Join Date: Jul 2011
Location: Ribeirao Preto / SP / Brazil
Posts: 11
Send a message via Skype™ to jdazevedo
Default

Thanks Ad Franse.
__________________
Joao Duarte de Azevedo
Utilsoft - Brazil
  #4  
Old 4th July 2012, 08:51 PM
Christian Holm Jørgensen
 
Posts: n/a
Default Re: Run NXSERVER using a settings file

Ad Franse wrote:

> Op 3-7-2012 17:59, jdazevedo schreef:
> > I'm trying to run the Nexusdb using a settings file. The settings
> > file is in the same directory NEXUSDB.EXE. I made dozens of
> > attempts and no work. The following are some attempts:
> > The following command always loads default settings:
> > NXSERVER.EXE / RESET / IMPORTSETTINGS: "NXSERVER.INI"
> > ---
> > The following command always gives an error and not run the
> > nxserver: NXSERVER.EXE / RESET / CONFIG: "NXSERVER.INI"
> > ---
> > In the following command I rename NXSERVER.INI to NXSERVER.INIT and
> > also only loads the default settings:
> > NXSERVER.EXE / RESET
> > ---
> > In the following command I rename NXSERVER.INI to
> > NXSERVER.NXDBWORKSETTINGS and also only loads default settings:
> > NXSERVER.EXE
> > ---
> > I also tried the following command, and did not work:
> > NXSERVER.EXE / IMPORTSETTINGS: "NXSERVER.NXDBWORKSETTINGS"
> > ------
> > I also tried the following command without success:
> > NXSERVER.EXE / RESET / IMPORTSETTINGS: "NXSERVER.NXDBWORKSETTINGS"
> > ------
> > Is it possible to run the nxserver using a settings file? Has anyone
> > succeeded?
> >
> > Can anyone help me?
> >
> >

> There MUST be a file in the same directory as nxServer.exe with a
> name nxServer.init
>
> to load :
>
> nxServer /interactive /reset
>
> NOTES:
>
> 1) there is NO space between the slash and 'reset'
>
> 2) the init file is not loaded if the server is started as a service !
>
> 3) there is no commandlineswitch importsettings
>
> Ad Franse


Hi,
would you also happen to know if there are some documentation and
examples about this topic?
(I have tried with little luck)
Best regards Christian
  #5  
Old 4th July 2012, 09:34 PM
Ad Franse
 
Posts: n/a
Default Re: Run NXSERVER using a settings file

Op 4-7-2012 11:51, Christian Holm Jørgensen schreef:
> would you also happen to know if there are some documentation and



grep -ird 'reset *.pas

-> server\nxServerForm.pas
-> server\nxServerSettings.pas


http://www.nexusdb.com/mantis/view.php?id=1382

for mantis use the search on

http://www.nexusdb.com/mantis/view_all_bug_page.php

the problem is, that mantis is currently not updated (up to the daily
builds) so trouble shooting is becoming very difficult now ....


Ad Franse




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I logoff nxServer after changing settings? David Miller nexusdb.public.support 2 30th November 2011 03:38 PM
Loosing nxServer aliasses/settings. R. Lichtendahl nexusdb.public.support 23 4th June 2009 02:45 PM
nxServer settings disappeared Glen Thompson nexusdb.public.support 1 31st March 2005 08:39 PM
nxServer Init settings not working properly ? Vojko Cendak nexusdb.public.support 10 18th February 2004 10:44 AM
Server INIT file and GUI Settings Phil Corley nexusdb.public.support 8 29th September 2003 07:27 AM


All times are GMT +11. The time now is 02:55 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.