Author |
Message
|
ucbus1 |
Posted: Tue Mar 02, 2004 8:25 am Post subject: FMC24170E No value found for Key 'RTDatabasePassword' in pro |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
I have a new configuration FMC1 on AIX and trying to import an FDL. The FDL is an export from development run time environment having the same configuration FMc1.
I am getting the following error.
FMC24170E No value found for Key 'RTDatabasePassword' in profile.
Please let me know how to get over this error
Thanks |
|
Back to top |
|
 |
Ratan |
Posted: Tue Mar 02, 2004 10:48 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I am not sure if it helps, but I would give it a shot.
run 'fmczutil'
select ur configuration
select runtime database utilities
change password. _________________ -Ratan |
|
Back to top |
|
 |
ucbus1 |
Posted: Tue Mar 02, 2004 11:43 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
I am using user id as ADMIN and password. When I run fmczutil and do like you mentioned will it chage the password for ADMIN to some other thing what I key. I do not want the password to be cahnged for ADMIN. id I select "change password" and say enter what ever existiong password, will it treat it as I cahnged the password?
This I have to do in production, hence making it sure i understand |
|
Back to top |
|
 |
vennela |
Posted: Tue Mar 02, 2004 11:49 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
what value do you have for the RTDatabasePassword in your fmcrc.
grep RTDatabasePassword /var/fmc/cfgs/FMC1/fmcrc
and see what it says.
Do you have the entry at all.
Quote: |
I do not want the password to be cahnged for ADMIN |
. This will not change. |
|
Back to top |
|
 |
ucbus1 |
Posted: Tue Mar 02, 2004 12:35 pm Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
I went through the file and unfortunately I did not find mention of RTDatabasePassword in /var/fmc/cfgs/FMC1/fmcrc file. Is something wrong?
Just for curiousity I checked other configuration FMC and it does have Configuration/FMC/RTDatabasePassword=F468080C166458 at the very end of the file.
Do I have to add this?
Thanks |
|
Back to top |
|
 |
jmac |
Posted: Tue Mar 02, 2004 12:40 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
When you put up this new configuration did you point to the existing Data base? or did you put in a new databse?
It is beginning to sound to me like the RT Database does not exist _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
ucbus1 |
Posted: Tue Mar 02, 2004 1:45 pm Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
I did try to connect to FMCDB1 under FMC1. I could connect wtih out any problem.
Thanks |
|
Back to top |
|
 |
ucbus1 |
Posted: Wed Mar 03, 2004 11:22 am Post subject: Solved:FMC24170E No value found for Key 'RTDatabasePassword' |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Thanks guys.
Ratan thnaks for the suggestion it worked.
Now this is what could have happenned.
When the new configuration FMC1 was created we had a user id fmc1 with password "xyz". This was done by our Unix admin. The configuration FMC1 was created by unix admin. Now I went in and changed the password to say "abc".
Will the the entry in the var/fmc/cfg/FMC1/fmcrr file get deleted?? apprently it is so. When the unix admin ran the fmczutil and changed the password to one I have ("abc"), it created the entry again.
Please Let me know if you have any input on it |
|
Back to top |
|
 |
nwhi |
Posted: Thu Mar 04, 2004 6:59 am Post subject: |
|
|
Apprentice
Joined: 19 Dec 2002 Posts: 25 Location: UK
|
I've seen this problem several times - running fmczutil to create a configuration, which it does successfuly but fails to add the RTDatabasePassword to the fmcrc file. Result is what you say and a configuration that cannot be started.
The source of the problem, I believe, is the way MQWF creates the database. I think it switches userid to create the database and then tries to update fmcrc with the RTDatabasePassword from that i.d. If the UNIX file permissions don't allow the DB userid to write to fmcrc then you don't get the RTDatabasePassword as the last line. Interestingly, the configuration routine doesn't report an error in doing this.
Every time this has occured it has been resolved by altering file permissions or userid rights. Unfortunately every time it has happened I haven't had the luxury of time to work out exactly what the problem is and raise a PMR with IBM. _________________ Nick Whittle
IBM Certified Solutions Designer -
WebSphere MQ Workflow V3.4
MQSolutions (UK) Ltd |
|
Back to top |
|
 |
|