ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » WorkFlow 3.3.2 on AIX fmcamain problem

Post new topic  Reply to topic
 WorkFlow 3.3.2 on AIX fmcamain problem « View previous topic :: View next topic » 
Author Message
Erik
PostPosted: Sun Aug 25, 2002 11:06 am    Post subject: WorkFlow 3.3.2 on AIX fmcamain problem Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Mon Aug 26, 2002 6:32 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Erik
PostPosted: Mon Aug 26, 2002 6:53 am    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Mon Aug 26, 2002 7:02 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

How about no check number 3
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vennela
PostPosted: Mon Aug 26, 2002 7:02 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

How about check number 3
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Erik
PostPosted: Mon Aug 26, 2002 7:17 am    Post subject: Reply with quote

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
View user's profile Send private message
Ratan
PostPosted: Mon Aug 26, 2002 8:58 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

Can you tell us what your fmcsys and fmcerr logs show.

-Laze.
Back to top
View user's profile Send private message Send e-mail
Erik
PostPosted: Mon Aug 26, 2002 9:05 am    Post subject: Reply with quote

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
View user's profile Send private message
Erik
PostPosted: Mon Aug 26, 2002 9:07 am    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Mon Aug 26, 2002 9:43 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
manoj
PostPosted: Mon Aug 26, 2002 9:53 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Yahoo Messenger
Erik
PostPosted: Mon Aug 26, 2002 10:56 am    Post subject: PROBLEM SOLVED THANKS ALL. Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » WorkFlow 3.3.2 on AIX fmcamain problem
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.