Author |
Message
|
zaklum |
Posted: Fri May 13, 2005 9:13 am Post subject: configuring Workflow client to communicate to Remote WF serv |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
hello guys,
I have a question regarding the configuration files that must exist on the client side when configuring WF client to communicated with Workflow server on a remote machine. I spoted 2 diff configuration files. As you all remember you all helped me last week to get this configuration done on the Dev environment, now is time for test. Since my dev conf was not 100% clear to me, I need to find out if I have any redundant files that I can throw away and not include them in this new configuaration:
here is what I have:
/var/fmc/cfgs #> ll
total 24
drwxrwxr-x 3 fmc fmcgrp 256 May 13 13:01 ./
drwxrwxr-x 8 fmc fmcgrp 4096 Apr 29 16:47 ../
drwxrwxr-x 4 fmc fmcgrp 256 May 03 10:46 FMC/
-rw-r--r-- 1 fmc fmcgrp 1950 Apr 29 16:21 fmcrc
-rw-r--r-- 1 fmc fmcgrp 2631 May 13 13:01 fmczchk.log
//fmcrc is the first conf file that I see at this level
if I cd into FMC directory I see another fmcrc conf file with different paramters:
/var/fmc/cfgs/FMC #> ll
total 16
drwxrwxr-x 4 fmc fmcgrp 256 May 03 10:46 ./
drwxrwxr-x 3 fmc fmcgrp 256 May 13 13:01 ../
drwxrwxr-x 2 fmc fmcgrp 256 May 03 10:46 bin/
-rw-r--r-- 1 fmc fmcgrp 1147 May 03 10:46 fmcrc
-rw-r--r-- 1 fmc fmcgrp 699 May 03 10:46 fmczkcfg.dat
drwxrwxrwx 2 fmc fmcgrp 256 May 03 12:58 log/
which fmcrc file is redundant here, the one in /var/fmc/cfgs or the one in /var/fmc/cfgs/FMC? This is my client machine on workflow 3.5 client and server.
Thanks |
|
Back to top |
|
 |
vennela |
Posted: Fri May 13, 2005 12:28 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Neither of them is a redundant file.
You can look at both the files and see what each file contains and you should be able to understand why you have two files. |
|
Back to top |
|
 |
zaklum |
Posted: Fri May 13, 2005 12:44 pm Post subject: |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
great, thanks.
1 more error:
:/tmp #> fmczutil
FMC00815E Message catalog cannot be accessed. |
|
Back to top |
|
 |
vennela |
Posted: Fri May 13, 2005 12:46 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
zaklum wrote: |
great, thanks.
1 more error:
:/tmp #> fmczutil
FMC00815E Message catalog cannot be accessed. |
How are you logged in as? |
|
Back to top |
|
 |
zaklum |
Posted: Fri May 13, 2005 1:07 pm Post subject: |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
I tried as fmc and as root |
|
Back to top |
|
 |
vennela |
Posted: Sat May 14, 2005 2:33 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
zaklum |
Posted: Mon May 16, 2005 5:29 am Post subject: |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
Vennela,
Indeed, it was the language varialble issue. I had "LANG=c" and I export it to en_US. Now i am able to run the fmczutil. The only problem that I'm having is running the follow:
fmcautil -uADMIN -ppassword -y FMC
As you know, this is to test the communiction betwee (current) portal client to the workflow servere
it give me a display of not found. What do I need to install on the client machine to be able to run this command?
Here is what I have installed for workflow in the portal/workflow client:
fmc.api.rte 3.5.0.0 COMMITTED WebSphere MQ Workflow API
fmc.base 3.5.0.0 COMMITTED WebSphere MQ Workflow Base
fmc.baseext 3.5.0.0 COMMITTED WebSphere MQ Workflow Other
fmc.client 3.5.0.0 COMMITTED WebSphere MQ Workflow Client
fmc.java.agent 3.5.0.0 COMMITTED WebSphere MQ Workflow Java
fmc.java.api 3.5.0.0 COMMITTED WebSphere MQ Workflow Java API
fmc.msg 3.5.0.0 COMMITTED WebSphere MQ Workflow Message
Thanks a lot for your help, Vennela.
-zaklum |
|
Back to top |
|
 |
vennela |
Posted: Mon May 16, 2005 7:39 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
What do I need to install on the client machine to be able to run this command? |
Code: |
fmc.autil 3.5.0.0 C F MQSeries Workflow
|
|
|
Back to top |
|
 |
zaklum |
Posted: Mon May 16, 2005 8:51 am Post subject: |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
Done and works!
Thanks Vennela
-zaklum |
|
Back to top |
|
 |
vennela |
Posted: Tue May 17, 2005 5:19 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
You need to apply the service pack too. |
|
Back to top |
|
 |
zaklum |
Posted: Tue May 17, 2005 7:41 am Post subject: |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
Thank you so much.
-zaklum |
|
Back to top |
|
 |
|