I have a problem in installing the trading networks on my local machine. I dont understand if iam making the mistake in giving the exact JDBC URL while installation.
This is the URL i give when installing the IS, TN, Broker. Dont know if i have to give the table name also here.
[Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist
and
“ErrorMsg=com.wm.app.tn.db.DatastoreException: Trading Networks could not retrieve data from your database. Go to the JDBC Pools page in the Integration Server Administrator and make sure your database URL, user name, and password are set correctly. Also make sure you created the Trading Networks database tables as described in the webMethods Installation guide”
I tried to create using Database Component Configurator with the Database Componenent specifying “PRODUCT - Trading Networks” and the same url given above but here it get this error:
[Oracle JDBC Driver][Oracle]ORA-00959: tablespace ‘WEBMDATA’ does not exist
Can someone please tell me what mistakes i do while using Database Configurator and while specifying the jdbc url.
Error [wm-cjdbc36-0007][Oracle JDBC Driver][Oracle]ORA-02097: parameter cannot be modified because specified value is invalid
ORA-01261: Parameter db_create_file_dest destination string cannot be translated
ORA-01263: Name given for file destination directory is invalid
OSD-04018: Unable to access the specified directory or device.
O/S-Error: (OS 3) The system cannot find the path specified.
ORA-06512: at line 10[/color]"
Hi Naveen,
Dev is right. Use different user for WM database instead of system. For example wm71 can be used as USER for WM database and password you can choose then in the Administrator section you have to give Admin user id it may be ‘system’ and table space directory can be default table space directory of oracle or any directory path you have to give. Do not give any sql file name.
It will work.
I could execute the scripts successfully. The problem was with the tablespace directory path. I found a strange problem later after fixing this error.
“CREATE STORAGE [25] FAILED CDC ERROR Illegal group reference”
I could browse thru the forum and found out that the above error was because i had special character ‘$’ in password field which was not letting me execute the script. Hopefully its been fixed in the later versions than 7.1.