|
Home > Archive > SQL Anywhere Mobile > August 2005 > dbmlsrv9 on AIX
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Masood 2005-08-23, 11:24 am |
| hi all,
When I try to rum dbmlsrv9 to connect to ASE DB in IBM AIX Machine , I am
getting error -10002 datasource not found
could anybody please help me on how to run the mobilink with ASE DB on AIX
machine?
Thanks in Advance
-vhm
| |
|
| are you running dbmlsrv in a m/c that has an odbc connection defined for
your aix machine.
did you run syncase125 if you run ase > 12.5.0
or syncase found in the setup folder under mobilink.
hope this helps.
vsv
"Masood" <masood.v@solutiondetails.com.sg> wrote in message
news:430b4348$1@foru
ms-2-dub...
> hi all,
>
> When I try to rum dbmlsrv9 to connect to ASE DB in IBM AIX Machine , I am
> getting error -10002 datasource not found
>
> could anybody please help me on how to run the mobilink with ASE DB on AIX
> machine?
>
> Thanks in Advance
> -vhm
>
>
| |
|
| hi
No, I have tried with the following command to run the mobilink in IBM AIX
machine which is the loaded with ASE consolidated DB and Mobilink
$ ./dbmlsrv9 -c "uid=sa;pwd=" -o
/pos_data1/dbmlsrvout.txt -fr -v+ -dl -zp -zu+ -x tcpip
But I am getting the following Error message.
E. 08/23 12:21:30. <Main>: Error: [-10002] ODBC: [Sybase][ODBC Driver
Loader] Da
ta source not found and no default driver specified (ODBC State = IM002,
Native
error code = -620)
E. 08/23 12:21:30. <Main>: Error: [-10002] ODBC: [Sybase][ODBC Driver
Loader] Da
ta source not found and no default driver specified (ODBC State = IM002,
Native
error code = -620)
am I missing Somthing?
thanks & regards,
vhm
"vsv" <nospam@nospam.com> wrote in message news:430b8353$1@foru
ms-2-dub...
> are you running dbmlsrv in a m/c that has an odbc connection defined for
> your aix machine.
> did you run syncase125 if you run ase > 12.5.0
> or syncase found in the setup folder under mobilink.
> hope this helps.
> vsv
>
> "Masood" <masood.v@solutiondetails.com.sg> wrote in message
> news:430b4348$1@foru
ms-2-dub...
>
>
| |
|
| i doubt you can run mobilink in an AIX m/c, its not a supported OS.
However look at the help file
MobiLink Synchronization User's Guide
Running MobiLink Outside the Current Session
Running the UNIX MobiLink server as a daemon
To run the UNIX MobiLink server as a daemon
Use the -ud option when starting the MobiLink server. For example:
dbmlsrv9 -c "dsn=ASA 9.0 Sample;uid=DBA;pwd=S
QL" -ud
For more information, see -ud option.
In unix based machine you should run it as a daemon.
vsv
"vhm" <masood.v@solutiondetails.com.sg> wrote in message
news:430c0b8f$1@foru
ms-2-dub...
> hi
> No, I have tried with the following command to run the mobilink in IBM AIX
> machine which is the loaded with ASE consolidated DB and Mobilink
>
> $ ./dbmlsrv9 -c "uid=sa;pwd=" -o
> /pos_data1/dbmlsrvout.txt -fr -v+ -dl -zp -zu+ -x tcpip
>
> But I am getting the following Error message.
>
> E. 08/23 12:21:30. <Main>: Error: [-10002] ODBC: [Sybase][ODBC Driver
> Loader] Da
> ta source not found and no default driver specified (ODBC State = IM002,
> Native
> error code = -620)
> E. 08/23 12:21:30. <Main>: Error: [-10002] ODBC: [Sybase][ODBC Driver
> Loader] Da
> ta source not found and no default driver specified (ODBC State = IM002,
> Native
> error code = -620)
>
> am I missing Somthing?
>
> thanks & regards,
> vhm
> "vsv" <nospam@nospam.com> wrote in message news:430b8353$1@foru
ms-2-dub...
am[color=darkred]
>
>
| |
| Greg Fenton 2005-08-25, 3:37 am |
| vhm wrote:
>
> $ ./dbmlsrv9 -c "uid=sa;pwd=" -o
> /pos_data1/dbmlsrvout.txt -fr -v+ -dl -zp -zu+ -x tcpip
>
> E. 08/23 12:21:30. <Main>: Error: [-10002] ODBC: [Sybase][ODBC Driver
> Loader] Da
> ta source not found and no default driver specified (ODBC State = IM002,
Your connection does not include valid ODBC connection string. MobiLink
requires ODBC to connect to the database. At the very least you need to
specify the ODBC driver to be used, but I would suggest that you use the
"dbdsn" command-line utility to create a proper DSN and reference that
DSN in your connection string.
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
|
|
|
|
|