|
Home > Archive > WebSphere Commerce suite > November 2004 > WC 5.6 Fixpack 2 - Updatedb command doesnt work
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WC 5.6 Fixpack 2 - Updatedb command doesnt work
|
|
| Niranjan Soni 2004-11-19, 5:52 pm |
| Hi
I have just installed fixpack 2 on WC 5.6 and performing the updating of the
existing WC 5.6 instances as per the WC_5602_InstallationGuide. One part of
the pdf talks about updating the existing Instance Database using updatedb
command. This command accepts 9 parameters in total and the last one being
the PATH of the EAR of the instance for which DB is being updated. By
default, the ear resides in <WAS_HOME>/installedApp/<cell_name>, now the
problem i am facing is when i am giving this path on the command prompt for
updatedb command, the command gives the following error.
The input line is too long.
The syntax of the command is incorrect.
Does any one has run this command successfully or any input of how to
resolve this problem?
Thanks
Niranjan Soni
| |
|
| Hi Niranjan,
I have indeed installed this fixpack and was successful at updating the
database. Here is the command I used. I count 10 parameters needed (for
Linux). I believe they changed the commnad parameters from Cumulative Fix 1,
perhaps your updatedb.sh is an older version when ear wasn't required?.
../updatedb.sh MALL databaseuser mypassword remote DB2 test Y ws en_US
/opt/WebSphere/AppServer/installedApps/test/WC_remote.ear/
Here MALL is my database, remote is the instance name, test is the server
name.
Just an FYI: I ran into troubles with the post intall Staging as well, I had
to SQL into another file and then run them. Had the same problem in
Cumulative Fix 1 as well. IBM issued me a fix for the install, but it
appears to still be an issue. Other may have the same problem.
Regards,
Mark
"Niranjan Soni" <niranjan_soni@amway.com> wrote in message
news:cnl2ok$3to$1@news.boulder.ibm.com...
> Hi
> I have just installed fixpack 2 on WC 5.6 and performing the updating of
the
> existing WC 5.6 instances as per the WC_5602_InstallationGuide. One part
of
> the pdf talks about updating the existing Instance Database using updatedb
> command. This command accepts 9 parameters in total and the last one being
> the PATH of the EAR of the instance for which DB is being updated. By
> default, the ear resides in <WAS_HOME>/installedApp/<cell_name>, now the
> problem i am facing is when i am giving this path on the command prompt
for
> updatedb command, the command gives the following error.
>
> The input line is too long.
> The syntax of the command is incorrect.
>
>
> Does any one has run this command successfully or any input of how to
> resolve this problem?
>
> Thanks
> Niranjan Soni
>
>
|
|
|
|
|