Technote (troubleshooting)
Problem(Abstract)
Customer was unable to complile the Java sample code supplied
Symptom
package com.cognos.developer.schemas.bibus._3 does not exist.
Cause
build.bat did not correctly specify the CRN_HOME variable.
Resolving the problem
There was an unnecessary quote and a backslash missing at the end of the line set CRN_HOME
incorrect
set CRN_HOME="C:\Progra~1\Cognos\c8
correct
set CRN_HOME=C:\Progra~1\Cognos\c8\
Historical Number
1041934
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.