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 26 matches
Author Message
  Topic: JDBC adapter getting statement is closed error
mqseries123

Replies: 0
Views: 4360

PostForum: WebSphere Interchange Server + Adapters   Posted: Mon Nov 19, 2007 4:11 am   Subject: JDBC adapter getting statement is closed error
Hi All,

We are using the JDBC adapter which connects to a remote DB2 database. The adapter performs both read and write operation on the database. We are phasing the following problem very frequent ...
  Topic: Native method not found error
mqseries123

Replies: 3
Views: 11664

PostForum: WebSphere Process Server (WID/WPS/WAS+)   Posted: Sun Jul 15, 2007 8:28 pm   Subject: Native method not found error
Hi,

During the deployment of the ear file in WPS (6.0.1) on Windows XP server, the following error is encountered:

WMSG0031E: Exception processing JMS Message for MDB export.SendMessageExportEIS ...
  Topic: set Correlid not working[solved]
mqseries123

Replies: 15
Views: 29012

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 02, 2007 7:04 pm   Subject: set Correlid not working[solved]
Thanks a lot. The ReplyIdentifier field was set to the MessageId.

[SET OutputRoot.Properties.ReplyIdentifier = OutputRoot.MQMD.MsgId.]

This solved the problem. The CorrelId is populated with the ...
  Topic: set Correlid not working[solved]
mqseries123

Replies: 15
Views: 29012

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 02, 2007 1:45 am   Subject: set Correlid not working[solved]
I am not specifying any option in MQOutput node.
  Topic: set Correlid not working[solved]
mqseries123

Replies: 15
Views: 29012

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Apr 01, 2007 11:22 pm   Subject: set Correlid not working[solved]
Hi mqseries123,

See if this works...
CREATE LASTCHILD OF Environment.Variables DOMAIN 'MQMD' NAME 'MQMD';
SET Environment.Variables.MQMD = InputRoot.MQMD;
Regards.

Hi Elvis,

Implemented th ...
  Topic: set Correlid not working[solved]
mqseries123

Replies: 15
Views: 29012

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Apr 01, 2007 10:15 pm   Subject: set Correlid not working[solved]
I did try to set the CorrelId as specified below:
SET OutputRoot.MQMD.CorrelId = Environment.Variables.MQMD.MsgId;

The correlId is populated in the OutputRoot.MQMD.CorrelId as seen in the debugge ...
  Topic: set Correlid not working[solved]
mqseries123

Replies: 15
Views: 29012

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Apr 01, 2007 8:47 pm   Subject: set Correlid not working[solved]
I am trying to implement the below message flow:

MQInput -> Compute1 -> HttpRequest -> Compute2 -> MQOutput

In Compute1 node:

SET Environment.Variables.MQMD = InputRoot.MQMD;

I ...
  Topic: set Correlid not working[solved]
mqseries123

Replies: 15
Views: 29012

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Apr 01, 2007 8:21 pm   Subject: set Correlid not working[solved]
Hi All,

I am trying to restore the MQMD header from Environment.Variables.MQMD subtree.
But, the CorrelId is getting reset to 00000000000000000000.

[SET OutputRoot.MQMD = Environment.Variables. ...
  Topic: problem faced while deploying the mesage flow
mqseries123

Replies: 0
Views: 1954

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jan 18, 2007 10:00 pm   Subject: problem faced while deploying the mesage flow
Hi,

I am trying to return data type row from a fuction. While deploying, I get the following error:
"Syntax error : Keyword row"

The following is the ESQL code:

CREATE FUNCTION Sam ...
  Topic: Adapters shutting down frequently.
mqseries123

Replies: 1
Views: 3485

PostForum: WebSphere Interchange Server + Adapters   Posted: Mon Nov 20, 2006 4:45 am   Subject: Adapters shutting down frequently.
Hi All,

We have a setup where in the adapter processes a message and then fails trying to move the processed message to the Archive queue. The error encountered is MQRC 2009(MQRC_CONNECTION_BROKEN) ...
  Topic: Issue relate to the JDBC Connector[solved]
mqseries123

Replies: 5
Views: 6486

PostForum: WebSphere Interchange Server + Adapters   Posted: Tue Oct 17, 2006 8:02 pm   Subject: Issue relate to the JDBC Connector[solved]
Thanks a lot.

We resolved the issue. the problem was with the installation of Fixpack 1. Installed the fixpack once again. Everything seems to work fine.
  Topic: Issue relate to the JDBC Connector[solved]
mqseries123

Replies: 5
Views: 6486

PostForum: WebSphere Interchange Server + Adapters   Posted: Thu Oct 12, 2006 8:23 pm   Subject: Issue relate to the JDBC Connector[solved]
ICS picks the message from the queue, and the JDBC adapter inserts the record to the application table TABLE1. So it not an event based polling.

The messages come from workflow to a queue from whic ...
  Topic: Issue relate to the JDBC Connector[solved]
mqseries123

Replies: 5
Views: 6486

PostForum: WebSphere Interchange Server + Adapters   Posted: Wed Oct 11, 2006 7:52 pm   Subject: Issue relate to the JDBC Connector[solved]
Hi,

The configuration of the system is :

OS : Windows 2000
WICS 4.3.1
MQ 5.3
DB2 8.2

It is required that the JDBC Adapter inserts a record to the table. The records are inserted fine if in ...
  Topic: Workflow configuration problem
mqseries123

Replies: 4
Views: 5665

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Sun Jul 30, 2006 10:19 pm   Subject: Thanks...
We didnt have enough time to debug the error. Instead we installed mq5.3. And seems to work perfectly fine.

If time permits, I will install mq6.0 and then try the config once again.
  Topic: Workflow configuration problem
mqseries123

Replies: 4
Views: 5665

PostForum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer   Posted: Thu Jul 20, 2006 7:28 pm   Subject: Workflow configuration problem
Hi All,

We are facing some problems while configuring workflow. The software specifications are :
-> DB2 8.1 fixpatch 2
-> MQ 6.0
-> MQWF 3.5
Windows XP

1) When we configure the se ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.