| pescador 2008-01-03, 1:25 pm |
| The log you provided shows the following error:
1: Setting default global profile registry variables:.......Success
1: ERROR:LIC1416N The license could not be added to the nodelock file automatically. The return code is "-100".
1: ERROR:The installation of the license file
" E:\WEBSPHERE\WEBSPHERE11\windows\ia32\db
2express\db2\Windows\..\license\db2exp
lic" using the command "C:\Program Files\IBM\PE\db2\bin\db2licm.exe -a
C:\DOCUME~1\anshita_mittal\Local Settings\Temp\db2t01.tmp -install" did not
complete successfully. The error data is "". The Return value was "4294967196".
1: Registering DB2 licenses:.......Failure
1: The instance "WPDB2INS" has been created successfully.
1: The value "DFTDBPATH=C:" was set in the DBM CFG file for the "WPDB2INS"
instance.
1: The value "SVCENAME=db2c_WPDB2INS" was set in the DBM CFG file for the
"WPDB2INS" instance.
1: The value "DB2COMM=TCPIP" was set in the Profile Registry for the "WPDB2INS"
instance.
1: ERROR:SQL8000N DB2START processing failed; a valid product license was not found. If you have licensed this product, ensure the license key is properly registered. You can register the license via the License Center or db2licm command line utility. Th
e license key can be obtained from your licensed product CD.
SQL8008N The product "DB2 Express Edition" does not have a valid license key
installed and the evaluation period has expired. Functions specific to this
product are not enabled.
1: ERROR:An error occurred while trying to start the "WPDB2INS" instance. The
return code is "15" and the SQL Message is: "PROCESS_ERROR"
Looks like the command its failing on is:
"C:\Program Files\IBM\PE\db2\bin\db2licm.exe -a
C:\DOCUME~1\anshita_mittal\Local Settings\Temp\db2t01.tmp -install"
You can try to run that command manually to see if you get the same error. But my research shows that this error can be caused by file permissions problems. Make sure the OS userid has access to those directories. Make sure there is space in those dire
ctories.
You can also attempt to add the license manually by referring to this link:
<a class="jive-link-external" href="http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.msg.doc/doc/lic1416.htm">http://publib.boulder.ibm.com/infocenter/db2 luw/v9/index.jsp?topic=/com.ibm.db2.udb.msg.doc/doc/lic1416.htm</
a>
|