Author |
Message
|
Erik |
Posted: Sun Aug 25, 2002 11:06 am Post subject: WorkFlow 3.3.2 on AIX fmcamain problem |
|
|
Apprentice
Joined: 25 Aug 2002 Posts: 47 Location: Caracas Venezuela
|
> Hi all,
> I'm loading an AIX box with MQSeries5.2, WMQSI 2.1 and WF3.3.2
> Everything has been going OK until I tried to run the servers on WF.
> My knowledge on DB2 is unfortunatly a bit limited and I don't have a clue
> about this message.
>
> If someone could give me a atleast a hint in the rigth direction or a
> translation of the message I'd be very happy..
>
> The MEssage:
>
> [root@sprod2mq]/>su - fmc
> [fmc@sprod2mq]/home/fmc>fmcamain -y FMC &
> [1] 39764
> [fmc@sprod2mq]/home/fmc>08/24/02 15:19:42 FMC31050E An error has occurred
> which has terminated processing.
> FmcTransXException, ReturnCode=2121,
> Origin=File=/projects/fmc/drvp/lbld/v332/src/fmcrrstx.cxx, Line=618,
> Function=FmcRRSTx::BeginGlobTx()
>
>
> Please advice
> Erik _________________ Erik |
|
Back to top |
|
 |
vennela |
Posted: Mon Aug 26, 2002 6:32 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
That's obviously a database error. Check the following
1. Is DB2 started
a) su -fmc (I am assuming fmc is a member of db2 sysadmin group)
b) db2start -- if it's already started it should say so or else it would say "the starting was successful".
If the database manager is active then start the trigger monitor and then issue an FMCAMAIN
That should do it. If you still have the problem then
2. Check who the transaction coordinator is in your fmcrc file (present in cfgs directory). It should be fmc
3. In your dbm configuration check what the TP_MON_NAME is set to. It should be mqmax
Commands to issue at the UNIX command prompt are
1. db2 get dbm cfg
2. db2 update dbm cfg using TP_MON_NAME mqmax (command to update the dbm cfg if the TP_MON_NAME value is set to something else)
---
venny
Last edited by vennela on Mon Aug 26, 2002 7:03 am; edited 2 times in total |
|
Back to top |
|
 |
Erik |
Posted: Mon Aug 26, 2002 6:53 am Post subject: |
|
|
Apprentice
Joined: 25 Aug 2002 Posts: 47 Location: Caracas Venezuela
|
Hi all,
Yes it is obviously a BD2 problem,
1. DB2 is started
2. fmc is memeber of db2 sysadmin group
3. Database manager is active and trigger monitor is running.
4. transaction coordinator is fmc
Problem is still present...
Have been checking initiation and config files against our test machine which is also an AIX and found nothing different..
The testmachine runs just fine..
Please advice
Erik _________________ Erik |
|
Back to top |
|
 |
vennela |
Posted: Mon Aug 26, 2002 7:02 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
How about no check number 3 |
|
Back to top |
|
 |
vennela |
Posted: Mon Aug 26, 2002 7:02 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
Erik |
Posted: Mon Aug 26, 2002 7:17 am Post subject: |
|
|
Apprentice
Joined: 25 Aug 2002 Posts: 47 Location: Caracas Venezuela
|
Hi again,
Sorry didn't se the number 3.
Anyway I checked and here's the result..
Transaction processor monitor name (TP_MON_NAME) = mqmax
Still searching for a solution.
Best regards
Erik _________________ Erik |
|
Back to top |
|
 |
Ratan |
Posted: Mon Aug 26, 2002 8:58 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Can you tell us what your fmcsys and fmcerr logs show.
-Laze. |
|
Back to top |
|
 |
Erik |
Posted: Mon Aug 26, 2002 9:05 am Post subject: |
|
|
Apprentice
Joined: 25 Aug 2002 Posts: 47 Location: Caracas Venezuela
|
Hi there,
Here goes....
fmcerr.log:
MQSeries Workflow 3.3 Error Report
Report creation = 08/24/02 14:17:11
Related message = FMC31050E An error has occurred which has terminated processing.
Error location = File=/projects/fmc/drvp/lbld/v332/src/fmcrrstx.cxx, Line=618, Function=FmcRRSTx::BeginGlobTx()
Error data = FmcTransXException, ReturnCode=2121
MQSeries Workflow 3.3 Error Report
Report creation = 08/24/02 15:05:41
Related message = FMC31050E An error has occurred which has terminated processing.
Error location = File=/projects/fmc/drvp/lbld/v332/src/fmcrrstx.cxx, Line=618, Function=FmcRRSTx::BeginGlobTx()
Error data = FmcTransXException, ReturnCode=2121
~ _________________ Erik |
|
Back to top |
|
 |
Erik |
Posted: Mon Aug 26, 2002 9:07 am Post subject: |
|
|
Apprentice
Joined: 25 Aug 2002 Posts: 47 Location: Caracas Venezuela
|
Here goes,
fmcsys.log:
-----------------------------
08/24/02 14:17:11 FMC31050E An error has occurred which has terminated processing.
08/24/02 14:17:11 FmcTransXException, ReturnCode=2121
-----------------------------
08/24/02 15:05:41 FMC31050E An error has occurred which has terminated processing.
08/24/02 15:05:41 FmcTransXException, ReturnCode=2121
~
~ _________________ Erik |
|
Back to top |
|
 |
vennela |
Posted: Mon Aug 26, 2002 9:43 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Have you changed the db2 passwords
If you did, are they longer than 8 characters. Then you may have to change them back to a password with 8 chars or less. DB2 is stingy regarding userids and passwords.
If the DB2 is already started then stop DB2, start DB2 again and see if it can successfully start.
Is there enough tablespace. If there isn't enough tablespace then you may have to re-organise the database. Were you able to bring the server up atleast once?
If it is the first time then re-organising the database doesn't make any sese.
---
venny |
|
Back to top |
|
 |
manoj |
Posted: Mon Aug 26, 2002 9:53 am Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
This could be problem with wrong userid/password. check u r qm.ini file /var/mqm/qmgrs/FMCQM for userId and password. This has to be in conjunction with the user-id and password used to start the system.
Best regds
manoj |
|
Back to top |
|
 |
Erik |
Posted: Mon Aug 26, 2002 10:56 am Post subject: PROBLEM SOLVED THANKS ALL. |
|
|
Apprentice
Joined: 25 Aug 2002 Posts: 47 Location: Caracas Venezuela
|
Problem was solved...
We did a shutdown on the machine and restarted everything with the correct userID/psswd.
We don't know if the problem was in the db2 or the userID/psswd but it works now.
Thanks everone  _________________ Erik |
|
Back to top |
|
 |
|