|
Home > Archive > SQL Anywhere database > June 2005 > Problem with DBINIT
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]
| Author |
Problem with DBINIT
|
|
| Thomas Kehl 2005-06-29, 3:23 am |
| Hello.
I try to create a .db-file with dbinit.
I use the fallowing command:
dbinit -i -p 4096 c:\test.db
When I call this, I get the fallowing output:
Adaptive Server Anywhere Initialization Utility Version 9.0.2.3124
Creating system tables
Collation sequence: 1252LATIN1
Creating system views
Setting permissions on system tables und views
Error in file mksadb60.sql at line 2273 with sqlcode -131
SQL error (-131) -- Syntax error near 'uniqueidentifier' on line 1
Database "c:\test.db" not created.
After, I have installed Sybase 9.0.2.3124 one more time and become the same
error.
Can anyone help me? - Thanks a lot!
Thomas
| |
| Bruce Hay 2005-06-29, 7:23 am |
| Looks like you are using a 9.0.2 server with a mksadb60.sql file from 9.0.1.
I'm not sure what would have caused that. If you have a working installation
of 9.0.2.3124 on another machine, you could just copy the scripts
(<asany>\scripts\*.sql) from that machine; otherwise, you should re-install
9.0.2 and then the 3124 EBF.
Whitepapers, TechDocs, bug fixes are all available through the iAnywhere
Developer Community at http://www.ianywhere.com/developer
"Thomas Kehl" <t.kehl (at) heeb.com> wrote in message
news:42c25d4d@forums
-1-dub...
> Hello.
>
> I try to create a .db-file with dbinit.
> I use the fallowing command:
> dbinit -i -p 4096 c:\test.db
>
> When I call this, I get the fallowing output:
> Adaptive Server Anywhere Initialization Utility Version 9.0.2.3124
> Creating system tables
> Collation sequence: 1252LATIN1
> Creating system views
> Setting permissions on system tables und views
> Error in file mksadb60.sql at line 2273 with sqlcode -131
> SQL error (-131) -- Syntax error near 'uniqueidentifier' on line 1
> Database "c:\test.db" not created.
>
> After, I have installed Sybase 9.0.2.3124 one more time and become the
same
> error.
>
> Can anyone help me? - Thanks a lot!
>
> Thomas
>
>
|
|
|
|
|