Hi everybody, I have .db file which is about 300 mb and it is created in SQL ANYWHERE 9 from other computer and now I want to load this file to my new computer on which Sybase central is installed with same version. But when I am trying to connect with database I always get this error message

[Sybase][ODBC Driver][Adaptive Server Anywhere]Invalid user ID or password  
Error code=-103     
SQL state=28000 
Connection parameters:  
User=dba 
Password=*** (sql)
ENG=dbeng9  
START=dbeng9    
DBN=ABC     
DBF=C:\Users\Public\Documents\test\abc.db

Please advise me and help me how can I resolve this problem. Thanks in advance

asked 25 May '11, 11:42

Ravi%20Mantra's gravatar image

Ravi Mantra
0111
accept rate: 0%

edited 25 May '11, 20:44

Graeme%20Perrow's gravatar image

Graeme Perrow
9.6k379124

2

Well, the error message says it pretty well: Your database seem not to use the default DBA credentials (DBA with password "sql").

Generally, it's very reasonable and recommended to use different credentials. So you will need to supply the correct credentials to be able to connect.

(25 May '11, 12:06) Volker Barth
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×53
×52
×48
×17

question asked: 25 May '11, 11:42

question was seen: 10,054 times

last updated: 25 May '11, 20:44