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 » [SOLVED]Error during MQWorkflow 3.3.2 stand aolone setup

Post new topic  Reply to topic
 [SOLVED]Error during MQWorkflow 3.3.2 stand aolone setup « View previous topic :: View next topic » 
Author Message
mgrabinski
PostPosted: Mon Apr 07, 2003 11:28 pm    Post subject: [SOLVED]Error during MQWorkflow 3.3.2 stand aolone setup Reply with quote

Master

Joined: 16 Oct 2001
Posts: 246
Location: Katowice, Poland

Hi,

I've installed a stand-alone (all in one) version of MQWorkflow 3.3.2 on WinXP. During the configuration of the server part I've got the following error:

setmqaut -m FMCQM -t qmgr -g Użytkownicy +allmqi
AMQ7026: A principal or group name was invalid.

The group 'Użytkownicy' (which in Polish means 'Users') is a valid and existing group. I suppose the error comes up because the group name contains a special Polish character. So I would like to create a group called 'users' and change the server setup, but I don't know how to change the configuration script.

I can of course leave the configuration utility and create the queue manager manually, but then MQ Workflow doesn't see it and thinks the setup is not complete and doesn't allow me to start the server service.

All other components were configured properly.

How can I get around this problem? TIA for any hints.
_________________
Marcin Grabinski <><
Back to top
View user's profile Send private message
amittalekar
PostPosted: Tue Apr 08, 2003 5:17 am    Post subject: Reply with quote

Disciple

Joined: 03 Apr 2002
Posts: 166
Location: VA, USA

Use command line utility fmczutil to remove the existing configuration & create the new one.
Back to top
View user's profile Send private message Yahoo Messenger
vennela
PostPosted: Tue Apr 08, 2003 10:48 am    Post subject: Reply with quote

Jedi Knight

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

On UNIX platforms there is a command called
"fmczdmqa" which will set the authorities required for the groups/principals we specify. I am not aware of any Windows command that does the same (I seriously doubt if there is one).

Were you able to create a configuration? Can you start the server?

I have MQWF 3.3.2 on XP but I installed and configured it as administrator.

Maybe you should post what the error message is

-------
Venny
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mgrabinski
PostPosted: Thu Apr 10, 2003 2:30 am    Post subject: Reply with quote

Master

Joined: 16 Oct 2001
Posts: 246
Location: Katowice, Poland

Thanks for your response.

I've run the fmczutil, removed everything and started from scratch. I was able to configure everything successfuly. I've started the server.
But other problems have occured:
- when running fmczchk I've got following errors:
Code:

FMC34013I: ===> Server message device found, checks started.
FMC34nnnE: Instance for FMCQM in Queue manager FMCQM registry is <null>, should be DB2
FMC34nnnE: DB name for FMCQM in Queue manager FMCQM registry is <null>, should be FMCDB
FMC34nnnE: QM switch file not set for FMCQM in Queue manager FMCQM registry
FMC34nnnE: ThreadOfControl for FMCQM in Queue manager FMCQM registry is <null>, should be CONTROL


- in the MQWorkflow programs folder I do not see Client - there are Administration Utility FMC, Buildtime FMC and Configuration Utility

Thanks in advance
_________________
Marcin Grabinski <><
Back to top
View user's profile Send private message
mgrabinski
PostPosted: Thu Apr 10, 2003 5:28 am    Post subject: Reply with quote

Master

Joined: 16 Oct 2001
Posts: 246
Location: Katowice, Poland

Hi again,

I removed everything and started again from the beginning. This time all components are configured properly, but the server won't start.. Here is what it says in the log:

Code:

                MQSeries Workflow 3.3 Error Report

Report creation = 2003-04-10 15:24:35
Related message = FMC31050E An error has occurred which has terminated processing.


Error location  = File=e:\v332\src\fmcrrstx.cxx, Line=618, Function=FmcRRSTx::BeginGlobTx()
Error data      = FmcTransXException, ReturnCode=2121

In the description of the error message I've found an advice to "Analyze the error log and take corrective actions."

Please help me
_________________
Marcin Grabinski <><
Back to top
View user's profile Send private message
vennela
PostPosted: Thu Apr 10, 2003 6:27 am    Post subject: Reply with quote

Jedi Knight

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

Quote:
FMC31050E


The above is one of the frequent errors and most likely your DB2 is not running.
Before you start the server make sure
DB2 is running
QMGR is running.

-------
Venny
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mgrabinski
PostPosted: Thu Apr 10, 2003 6:57 am    Post subject: Reply with quote

Master

Joined: 16 Oct 2001
Posts: 246
Location: Katowice, Poland

Both are running? What else should I check?
_________________
Marcin Grabinski <><
Back to top
View user's profile Send private message
amittalekar
PostPosted: Thu Apr 10, 2003 6:59 am    Post subject: Reply with quote

Disciple

Joined: 03 Apr 2002
Posts: 166
Location: VA, USA

restart ur box and try again
Back to top
View user's profile Send private message Yahoo Messenger
vennela
PostPosted: Thu Apr 10, 2003 7:12 am    Post subject: Reply with quote

Jedi Knight

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

what is your TP_MON_NAME set to.
It should be mqmax

at DB2 command propmt do:
get dbm cfg

2121 error is "MQRC_NO_EXTERNAL_PARTICIPANTS".
What do you think this error is.

Restarting the server may take care of everything.

-------
Venny
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mgrabinski
PostPosted: Thu Apr 10, 2003 10:34 pm    Post subject: Reply with quote

Master

Joined: 16 Oct 2001
Posts: 246
Location: Katowice, Poland

Hi, thanks for your replies.

TP_MON_NAME is set to mqmax, I've restarted the server, but still have the same error message

All DB2 services are running, I see no reason for the MQRC_NO_EXTERNAL_PARTICIPANTS message

What else can I check?
_________________
Marcin Grabinski <><
Back to top
View user's profile Send private message
Ratan
PostPosted: Fri Apr 11, 2003 8:32 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

what version of MQ are you running. I believe MQ v5.2 has problems with winXP.

-Ratan.
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Fri Apr 11, 2003 10:26 am    Post subject: Reply with quote

Jedi Knight

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

Do an fmczchk now and see if you get any kind of errors. How are you starting MQWF. Using services ? Are you getting any kind of errors in MQ files. See if you can find any info in db2diag.log. I don't think there will be any info in Workflow logs but you may look at workflow logs also.

-------
Venny
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jet
PostPosted: Wed Apr 16, 2003 7:42 am    Post subject: Reply with quote

Apprentice

Joined: 04 Dec 2002
Posts: 49
Location: New York

upgrade to fixpack 4 of 3.3.2...it may solve the problem
Back to top
View user's profile Send private message
mgrabinski
PostPosted: Thu Apr 17, 2003 5:14 am    Post subject: Reply with quote

Master

Joined: 16 Oct 2001
Posts: 246
Location: Katowice, Poland

Thank you all for your replies.

I've eventually given up configuring MQ Workflow 3.3.2 on my WinXP workstation. I've started from scratch at colleague's Win2000 and installed and configured everythng within less than one hour. No problems.
_________________
Marcin Grabinski <><
Back to top
View user's profile Send private message
jmac
PostPosted: Thu Apr 17, 2003 6:08 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

V3.4 supports XP. So when you upgrade MQWF you can move back to XP.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
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 » [SOLVED]Error during MQWorkflow 3.3.2 stand aolone setup
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.