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 » Adding a new system

Post new topic  Reply to topic Goto page 1, 2  Next
 Adding a new system « View previous topic :: View next topic » 
Author Message
mqwhelp
PostPosted: Fri Mar 01, 2002 2:41 pm    Post subject: Reply with quote

Voyager

Joined: 20 Dec 2001
Posts: 85
Location: TCS

I have added a new system in the FMCGRP sysytem group in addition to "FMCSYS"(default system).
I have created a Execution server and program execution server inside it.
Now I have created a user and allocated the new system to him.
When I log into workflow client it says
"profile data for execution service is not found"

Please tell me the solution
Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Sat Mar 02, 2002 7:25 am    Post subject: Reply with quote

Jedi Knight

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

You need to add a new Queue manager, then configure a new system using the configuration utility

_________________
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
mqwhelp
PostPosted: Tue Mar 05, 2002 1:18 pm    Post subject: Reply with quote

Voyager

Joined: 20 Dec 2001
Posts: 85
Location: TCS

I have created a new Queue Manager using buildtime .I have created a new system.
too.

Now I have created new configuration id.When I clicked on done button it gives
an error stating that no system is found .

Please tell me how to add a new system ..or is there any document available related to above question.


Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Wed Mar 06, 2002 8:08 pm    Post subject: Reply with quote

Jedi Knight

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

1. Define a new Queue Manager.
2. Define the new System & Execution Server in Buildtime.
3. Export/Import the new network objects.
4. Use Configuration utility to add a new configuration for the system.

___________
Communication with the new system is via MQSeries using a Cluster. You define the new Queue Manager and during configuration you make this part of the Primary System's MQSeries Cluster

When you define the new System you will do so from the System Group. Only the first System in the System group can contain scheduling and cleanup servers, so the only server you will be able to define will be an Execution Server

Once your definitions are complete, export the new network objects from the Buildtime database and import them into the runtime database. At this point you should Stop MQWorkflow and then Restart it. This ensures that your new Network objects are known to MQWorkflow

Finally start the configuration utility and add a new configuration for your system taking care to indicate on the Cluster page that this is an "Additional Queue Manager in the Cluster"



_________________
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
mqwhelp
PostPosted: Thu Mar 07, 2002 12:22 pm    Post subject: Reply with quote

Voyager

Joined: 20 Dec 2001
Posts: 85
Location: TCS

Thnxs John,

I have created a new Queue Manager and a new System(FMCSYS1) in Same System Group(FMCGRP). Now I had exported fdl for the domain and imported into runtime database.
I have stopped and restarted MQWorkFlow service.
Then I had configured the new system using fmczutil in the same runtime database.
I am able to configure it successfully.
Now I can see a new service has been added named MQWorkflow 3.3 -FMC1 (i.e. with new Configuartion ID)
I am able to login with this new system using MQWorkFLow default client.
But when I try to login with java API it throws an error stating

"FMC00124E Profile or keyword in profile not found"

The api code is as follows

Agent agent = new Agent();
agent.setLocator(Agent.LOC_LOCATOR );
agent.setName( "LOCAL" );
service = agent.locate("FMCGRP","FMCSYS1");
service.logon(struserId,strpwssd);

Looking for your response.


Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Thu Mar 07, 2002 2:05 pm    Post subject: Reply with quote

Jedi Knight

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

I've not done this, but you might try changing:

service = agent.locate("FMCGRP","FMCSYS1");

TO

service = agent.locate("FMCGRP","FMCSYS");

Also, please let me know if this works.

GOOD LUCK


_________________
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
mqwhelp
PostPosted: Thu Mar 07, 2002 2:10 pm    Post subject: Reply with quote

Voyager

Joined: 20 Dec 2001
Posts: 85
Location: TCS

John What you have said is to connect with the default system
ie.
service = agent.locate("FMCGRP","FMCSYS");

The above one is working fine,but my question is why it is not getting connected for a new System named FMCSYS1 as mentioned earlier.

Waiting for your response.



Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Mon Mar 11, 2002 9:19 am    Post subject: Reply with quote

Jedi Knight

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

Perhaps you need to create an agent for that system?

I've never tried this, but it might work

_________________
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
mqwhelp
PostPosted: Mon Mar 11, 2002 9:45 am    Post subject: Reply with quote

Voyager

Joined: 20 Dec 2001
Posts: 85
Location: TCS

I have added agent.setConfigurationID("FMC1")..ie with new system in new profile

Its working fine..

Thanxs
Back to top
View user's profile Send private message Send e-mail
satboppana
PostPosted: Tue Apr 09, 2002 7:09 am    Post subject: Reply with quote

Acolyte

Joined: 20 Dec 2001
Posts: 64

How do i delete a new system which is added to the same FMCGRP?
How do i delete all the servers attached to the second system?
I want to clean everything related to the second system

Thanks
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
mqwhelp
PostPosted: Tue Apr 09, 2002 7:24 am    Post subject: Reply with quote

Voyager

Joined: 20 Dec 2001
Posts: 85
Location: TCS

You can use fmczutil utility and delete the related configuration.
If you are using windows then by configuration utility option you can delete
your related configuration also.

Back to top
View user's profile Send private message Send e-mail
satboppana
PostPosted: Tue Apr 09, 2002 8:45 am    Post subject: Reply with quote

Acolyte

Joined: 20 Dec 2001
Posts: 64

I still see the execution servers in runtime after i deleted the configuration using fmczutil utility.
How do i delete them from runtime?

_________________
Sb
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
jmac
PostPosted: Tue Apr 09, 2002 8:57 am    Post subject: Reply with quote

Jedi Knight

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

You need to stop those services

_________________
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
mqwhelp
PostPosted: Tue Apr 09, 2002 9:01 am    Post subject: Reply with quote

Voyager

Joined: 20 Dec 2001
Posts: 85
Location: TCS

Could you give some more details?
What exactly you want to do?
Back to top
View user's profile Send private message Send e-mail
satboppana
PostPosted: Tue Apr 09, 2002 9:38 am    Post subject: Reply with quote

Acolyte

Joined: 20 Dec 2001
Posts: 64

I added a new second system to the same group but for some reason i am not able to configure it.
I wnat to cleanup everything of the second system.
I deleted the new configuration.
I exported the fdl from runtime and i see the execution server block for the
second system.
I deleted the Queue manager created for the second system.
What is to be done?
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Adding a new system
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.