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 » configuring Workflow client to communicate to Remote WF serv

Post new topic  Reply to topic
 configuring Workflow client to communicate to Remote WF serv « View previous topic :: View next topic » 
Author Message
zaklum
PostPosted: Fri May 13, 2005 9:13 am    Post subject: configuring Workflow client to communicate to Remote WF serv Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Fri May 13, 2005 12:28 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
zaklum
PostPosted: Fri May 13, 2005 12:44 pm    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Fri May 13, 2005 12:46 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
zaklum
PostPosted: Fri May 13, 2005 1:07 pm    Post subject: Reply with quote

Voyager

Joined: 17 Mar 2005
Posts: 96
Location: Boca Raton

I tried as fmc and as root
Back to top
View user's profile Send private message
vennela
PostPosted: Sat May 14, 2005 2:33 pm    Post subject: Reply with quote

Jedi Knight

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

Search for FMC00815E
I have found a few hits and most of them are very helpful.

Looks like some kind of language setting.

Have you exported the LANG variable?


http://www.mqseries.net/phpBB2/viewtopic.php?t=21378&highlight=fmc00815e
Back to top
View user's profile Send private message Send e-mail Visit poster's website
zaklum
PostPosted: Mon May 16, 2005 5:29 am    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Mon May 16, 2005 7:39 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
zaklum
PostPosted: Mon May 16, 2005 8:51 am    Post subject: Reply with quote

Voyager

Joined: 17 Mar 2005
Posts: 96
Location: Boca Raton

Done and works!
Thanks Vennela

-zaklum
Back to top
View user's profile Send private message
vennela
PostPosted: Tue May 17, 2005 5:19 am    Post subject: Reply with quote

Jedi Knight

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

You need to apply the service pack too.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
zaklum
PostPosted: Tue May 17, 2005 7:41 am    Post subject: Reply with quote

Voyager

Joined: 17 Mar 2005
Posts: 96
Location: Boca Raton

Thank you so much.

-zaklum
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 » configuring Workflow client to communicate to Remote WF serv
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.