on 2020 Sep 04 8:42 AM
I'm trying to start a Mobilink synchronization server, and my connection string works with dbping
...
dbping -d -c "uid=xxx;pwd=yyy"
...but fails to work with mlsrv
mlsrv -c "uid=xxx;pwd=yyy" -dl
The error is:
<Main> [-10002] Consolidated database server or ODBC error: ODBC: [SAP][ODBC Driver][SQL Anywhere]Invalid user ID or password (ODBC State = 28000, Native error code = -103)
Request clarification before answering.
The DSN parameter is required in the connection string for the MobiLink Server.
dbping only connects to SQL Anywhere databases, so when it connects to a database it will by default use dblib (i.e. SQL Anywhere native communication stream), but mlsrv17 is an ODBC application that can connect to a number of different RDBMS, so uses ODBC only, and never used dblib.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The documentation does indicate that the value supplied to the mlsrv17 -c option should be "ODBC database connection parameters for your consolidated database." See http://dcx.sap.com/index.html#sqla170/en/html/81c951cb6ce21014887280d342d9494d.html*loio81c951cb6ce2...
User | Count |
---|---|
47 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.