henriqu...@gmail.com
unread,May 31, 2017, 9:39:05 AM5/31/17You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello everyone,
When trying to install DB2 Express-C Version 11.1.1.1 in Windows 10 64 bits, I got the following error when creating the sample database:
---------------------------------------------------------------------
C:\Program Files\IBM\SQLLIB\BIN>db2sampl.exe -force
Starting the DB2 instance...
Creating database "SAMPLE"...
Existing "SAMPLE" database found...
Dropping and recreating database "SAMPLE"...
Connecting to database "SAMPLE"...
Creating tables and data in schema "62000456"...
Creating tables with XML columns and XML data in schema "62000456"...
--ERROR------------------
SQLSTATE = 42604
Native Error Code = -103
[IBM][CLI Driver][DB2/NT64] SQL0103N The numeric literal "62000456.customer" is not valid. SQLSTATE=42604
-------------------------
Stopping the DB2 instance...
'db2sampl' processing complete.
C:\Program Files\IBM\SQLLIB\BIN>
---------------------------------------------------------------------
62000456 is my local username on a Novel network (non-AD). I'm learning DB2 and would like to use IBM Data Studio to connect to that local database, which I've been unable to.
Many thanks.