Hi all,
I'm new to DB2 and want to create a new database in DB2.
I tried doing so with the help of DB2 help but it's giving me following error:
can anybody please help me on that.
Thanks in advance,
Amol
I'm new to DB2 and want to create a new database in DB2.
I tried doing so with the help of DB2 help but it's giving me following error:
Code:
SQL1032N No start database manager command was issued. SQLSTATE=57019 DBA0102W Unable to detect nodetype for instance - "STRDB (DB2) ". Reason Code: "-1". Explanation: The start database manager command has not been processed. It must be processed before a stop database manager, any SQL statement, or utility can be issued. The command cannot be processed. User Response: Issue a start database manager command and resubmit the current command. If using multiple logical nodes, ensure the DB2NODE environment variable is set correctly. The DB2NODE environment variable indicates the node the application will attempt to connect to. DB2NODE must be set to the node number of one of the nodes defined on the same host as the application. sqlcode : -1032 sqlstate : 57019
Thanks in advance,
Amol
Comment