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 » Search

 Search found 42 matches
Author Message
  Topic: MQ88.jar versus 5.3 client jar files
tdwells

Replies: 3
Views: 2609

PostForum: IBM MQ Java / JMS   Posted: Tue Mar 01, 2005 1:06 pm   Subject: MQ88.jar versus 5.3 client jar files
My code is very similar:

MQEnvironment.hostname = sc.hostname;
MQEnvironment.channel = sc.channel;
MQEnvironment.port = Integer.valueOf(sc.port).intValue();

The qm's are 5.3.
This is ver ...
  Topic: MQ88.jar versus 5.3 client jar files
tdwells

Replies: 3
Views: 2609

PostForum: IBM MQ Java / JMS   Posted: Tue Mar 01, 2005 10:41 am   Subject: MQ88.jar versus 5.3 client jar files
We have a java application that sets MQEnvironment.hostname, MQEnvironment.channel and MQEnvironment.port. We have been using the MQ88.jar file for our classes for MQClient. We recently moved away f ...
  Topic: Changing from Oracle to DB2 with MQSI 2.1
tdwells

Replies: 1
Views: 1478

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 14, 2005 10:49 am   Subject: Changing from Oracle to DB2 with MQSI 2.1
Just a quick addition to this is that we do have 1 last flow that uses NEON.
Is there any hooks within the broker for the NEON database that we need to consider?
  Topic: Changing from Oracle to DB2 with MQSI 2.1
tdwells

Replies: 1
Views: 1478

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 14, 2005 6:38 am   Subject: Changing from Oracle to DB2 with MQSI 2.1
As an interim before upgrading from mqsi 2.1 to wbimb 5.0 on our production box, we are being required by our database group to migrate from oracle to db2 since we now have a site license for db2 and ...
  Topic: WBIMB 5.0 Database Select with database MIN() function
tdwells

Replies: 3
Views: 2466

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Dec 03, 2004 1:31 pm   Subject: WBIMB 5.0 Database Select with database MIN() function
For consistency with my original posts, my changed esql is:

SET Environment.Data[] = PASSTHRU ('SELECT a.PARM1_TXT
FROM adbfTable AS a WHERE a.maint_by_uid = (select MIN(b.maint_by_uid) from adbfT ...
  Topic: WBIMB 5.0 Database Select with database MIN() function
tdwells

Replies: 3
Views: 2466

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Dec 03, 2004 12:38 pm   Subject: WBIMB 5.0 Database Select with database MIN() function
FYI. I managed to get this to work by changing my esql to:

SET Environment.Data[] = PASSTHRU ('SELECT a.PARM1_TXT
FROM VFAI.INTG_PARMS_DTL AS a WHERE a.maint_by_uid = (select M ...
  Topic: WBIMB 5.0 Database Select with database MIN() function
tdwells

Replies: 3
Views: 2466

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Dec 03, 2004 10:34 am   Subject: WBIMB 5.0 Database Select with database MIN() function
Can anyone tell me what is wrong with below esql statement. We are running WBIMB 5.0 CSD04
The esql is:


SET strCorrelId = THE (SELECT ITEM a.PARM1_TXT
FROM Database.adbfTable AS a
WHERE a.main ...
  Topic: WMQI 2.1 CSD03 strange problem
tdwells

Replies: 7
Views: 4561

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 02, 2004 7:59 pm   Subject: WMQI 2.1 CSD03 strange problem
I have ran into the same problem. By not specifiying the -n and -m options on the mqsideleteconfigmgr and then recreating the configmgr using the -n and -m options, will the original topology of the ...
  Topic: ActImplCorrelID in Workflow
tdwells

Replies: 3
Views: 1992

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Fri Jan 23, 2004 6:58 am   Subject: ActImplCorrelID in Workflow
Here is the response from L3;
Sorry, but there is no way to retrieve the ActImplCorrelID. It is the
responsibility of the UPES implementation to take care of it and to
maintain the outstanding Co ...
  Topic: ActImplCorrelID in Workflow
tdwells

Replies: 3
Views: 1992

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Thu Jan 22, 2004 10:47 am   Subject: ActImplCorrelID in Workflow
Does anyone know how to find the ActImplCorrelID for a process activity of a currently running process? Can I find it in anywhere in the runtime database?
  Topic: purging fmcsys.log and fmcerr.log
tdwells

Replies: 4
Views: 2521

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Tue Nov 25, 2003 6:18 am   Subject: purging fmcsys.log and fmcerr.log
Thanks Andy. Also thanks to JMac.
JMac also confirmed that these files could be deleted. But, of course, should be done after shutting down workflow. In addition, JMac recommended that this prob ...
  Topic: purging fmcsys.log and fmcerr.log
tdwells

Replies: 4
Views: 2521

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Mon Nov 24, 2003 11:31 am   Subject: purging fmcsys.log and fmcerr.log
Does anyone have a safe suggestion for cleaning up entries in these system files or purging them. The files are taking up a lot of disk space.
  Topic: automated shutdown (script) of Workflow 3.4
tdwells

Replies: 9
Views: 4699

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Wed Sep 24, 2003 10:13 am   Subject: automated shutdown (script) of Workflow 3.4
Thanks for the responses. Works great.
  Topic: automated shutdown (script) of Workflow 3.4
tdwells

Replies: 9
Views: 4699

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Tue Sep 23, 2003 12:26 pm   Subject: automated shutdown (script) of Workflow 3.4
We are currently setting up our AIX box for weekly system level backups. In order to backup DB2, we will need to shutdown Workflow.

Does anyone have any suggestions on how to setup a unix shell sc ...
  Topic: Workflow Process not starting
tdwells

Replies: 11
Views: 3469

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Thu Sep 11, 2003 8:31 am   Subject: Workflow Process not starting
Think I found my problem. Yesterday, I was starting fmcxspea under the mqm userid. Today, I started the fmcxspea under the fmc userid and things starting working.
Goto page 1, 2, 3  Next Page 1 of 3

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.