Author |
Message
|
mqwhelp |
Posted: Fri Mar 01, 2002 2:41 pm Post subject: |
|
|
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 |
|
 |
jmac |
Posted: Sat Mar 02, 2002 7:25 am Post subject: |
|
|
 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 |
|
 |
mqwhelp |
Posted: Tue Mar 05, 2002 1:18 pm Post subject: |
|
|
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 |
|
 |
jmac |
Posted: Wed Mar 06, 2002 8:08 pm Post subject: |
|
|
 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 |
|
 |
mqwhelp |
Posted: Thu Mar 07, 2002 12:22 pm Post subject: |
|
|
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 |
|
 |
jmac |
Posted: Thu Mar 07, 2002 2:05 pm Post subject: |
|
|
 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 |
|
 |
mqwhelp |
Posted: Thu Mar 07, 2002 2:10 pm Post subject: |
|
|
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 |
|
 |
jmac |
Posted: Mon Mar 11, 2002 9:19 am Post subject: |
|
|
 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 |
|
 |
mqwhelp |
Posted: Mon Mar 11, 2002 9:45 am Post subject: |
|
|
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 |
|
 |
satboppana |
Posted: Tue Apr 09, 2002 7:09 am Post subject: |
|
|
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 |
|
 |
mqwhelp |
Posted: Tue Apr 09, 2002 7:24 am Post subject: |
|
|
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 |
|
 |
satboppana |
Posted: Tue Apr 09, 2002 8:45 am Post subject: |
|
|
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 |
|
 |
jmac |
Posted: Tue Apr 09, 2002 8:57 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You need to stop those services
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mqwhelp |
Posted: Tue Apr 09, 2002 9:01 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 85 Location: TCS
|
Could you give some more details?
What exactly you want to do? |
|
Back to top |
|
 |
satboppana |
Posted: Tue Apr 09, 2002 9:38 am Post subject: |
|
|
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 |
|
 |
|