Author |
Message |
Topic: Communicaton error |
texan
Replies: 6 Views: 6618
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Sep 08, 2005 8:33 am Subject: Communicaton error |
I tried no. of times. but its not working. |
Topic: Communicaton error |
texan
Replies: 6 Views: 6618
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Sep 08, 2005 8:25 am Subject: Communicaton error |
I performed dis chs(*) on both client and server. Here is the output:
on Server:
AMQ8417: Display Channel Status details.
CHANNEL(SYSTEM.DEF.CLUSSDR) XMITQ(SYSTEM.CLUSTER.TRANSMIT ... |
Topic: Communicaton error |
texan
Replies: 6 Views: 6618
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Sep 08, 2005 7:30 am Subject: Communicaton error |
We have a WF server installed on AIX box and Web client installed on another AIX. When I opened web client through URL, am getting following error:
FMC00013E Communication error - Failing Action: ... |
Topic: Transaction attributes on MDB |
texan
Replies: 2 Views: 2784
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 25, 2005 5:41 am Subject: Transaction attributes on MDB |
I have a MDB that listens to a queue. If MDB cannot process the message, then I want to move that message to error queue. MDB calls another EJB to perform datbase insert/updates. In my scenario, if ... |
Topic: jobs |
texan
Replies: 3 Views: 2678
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 21, 2005 9:17 am Subject: jobs |
I am looking whether I can avoid this cron and WF process automatically gets up. Thanks for the reply. |
Topic: jobs |
texan
Replies: 3 Views: 2678
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 21, 2005 8:44 am Subject: jobs |
I have following requirement and need help whether I can implement this using WF. I need a process that gets up automatically at scheduled intervals and update database and if it fails, it has to sen ... |
Topic: WF configuration |
texan
Replies: 8 Views: 5673
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Nov 09, 2004 1:44 pm Subject: WF configuration |
I added second config. connect name to first config. Now I am able to access this second config from RT client. The only problem is it is too slow. It takes a while to login. Do you know why? Tha ... |
Topic: WF configuration |
texan
Replies: 8 Views: 5673
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Nov 08, 2004 10:55 am Subject: WF configuration |
Amit,
just some clarifications .. So when you bring up the config. utility, just select Server and do not select any other like clients etc. and on the next screen select existing Runtime databas ... |
Topic: WF configuration |
texan
Replies: 8 Views: 5673
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Nov 08, 2004 10:37 am Subject: WF configuration |
Vennela,
I have already added connect name (FMC1.FMCGRP1.FMCSYS1,FMCQM1) during configuration. I verified it again and it looked fine. Verified in windows registry too. I brought up the run time ... |
Topic: WF configuration |
texan
Replies: 8 Views: 5673
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Nov 08, 2004 6:32 am Subject: WF configuration |
I created a second configuration FMC1, FMCGRP1, FMCSYS1 and new Runtime database. During the creation, I did not select a new Runtime Client and Buildtime client. Can't I use same Runtime client tha ... |
Topic: JMSAdmin in WAS5.1 |
texan
Replies: 10 Views: 14013
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 01, 2004 9:06 am Subject: JMSAdmin in WAS5.1 |
The issue is: if I use JMSAdmin in WAS4.5, it created QCF with MQQueueConnectionFactory. JMSAdmin is not supported in WAS51. So if you use was51 console, it is creating QCF with QueueConnectionFacto ... |
Topic: JMSAdmin in WAS5.1 |
texan
Replies: 10 Views: 14013
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 01, 2004 8:52 am Subject: JMSAdmin in WAS5.1 |
Do you have the right JDK version?
--- what ever comes with WAS51. I believe it is 1.4.1.
Do you have the right MQ java libraries?
----I think I do. They worked fine with WAS4.5.
What ve ... |
Topic: JMSAdmin in WAS5.1 |
texan
Replies: 10 Views: 14013
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 01, 2004 6:38 am Subject: JMSAdmin in WAS5.1 |
1) You shouldn't use JMSAdmin with version 5, as the objects you create will not be persistent..
--- I could not even create objects. After running JMSadmin, I got initial context prompt. If I run ... |
Topic: JMSAdmin in WAS5.1 |
texan
Replies: 10 Views: 14013
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 01, 2004 5:56 am Subject: JMSAdmin in WAS5.1 |
I am in process of migrating my J2EE app. from WAS4 to WAS5.1. Under WAS4, we defined several MQ objects in JNDI using JMSAdmin tool. Does anyone know how to run JMSAdmin with WAS5.1? I tried sever ... |
Topic: [SOLVED]Authentication Exit (ad nauseam) |
texan
Replies: 7 Views: 4260
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Oct 04, 2004 10:25 am Subject: [SOLVED]Authentication Exit (ad nauseam) |
Start workflow from command line (fmcamain) instead of starting it as a service. What I found is: If you run it as a service, it won't be able to read your classpath. |