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 19 matches
Author Message
  Topic: Open cursor issue.
AgentSmith

Replies: 7
Views: 5546

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jul 15, 2004 5:26 am   Subject: Open cursor issue.
Hi,
I am also part of Varghese Thomas's team.

The exception we got was:


(
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S000_P\src\DataFlowEngi ...
  Topic: XML Transformation node
AgentSmith

Replies: 12
Views: 6072

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 13, 2004 1:46 am   Subject: XMLTransformation node doesn't work for me in WBIMB5
Hi All,
I'm using WBIMB5 and the XMLTransformation node doesn't seem to work properly.

In its properties, I gave Node selection priority as 1 since I have supplied the XSL Directory and file nam ...
  Topic: Hardcode XSL Path in Plug-in node for WBIMB5 - urgent
AgentSmith

Replies: 0
Views: 1399

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Feb 12, 2004 11:08 am   Subject: Hardcode XSL Path in Plug-in node for WBIMB5 - urgent
Hi,
This query is regarding XML transformation by applying XSLT.
I'm migrating from WMQI2.1 to Websphere Broker Integrator Message Broker version 5.
I am trying to migrate a java plug-in node t ...
  Topic: urgent:string concatenation error in esql of WMQI v5.0
AgentSmith

Replies: 2
Views: 3345

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Feb 12, 2004 6:05 am   Subject: urgent:string concatenation error in esql of WMQI v5.0
in esql :

DECLARE Path AS CHARACTER;
DECLARE tempStr AS CHARACTER;
SET Path = 'InputExceptionList.*[1]';
SET tempStr = Path || CAST(ctr AS CHARACTER);

getting syntax error at line : SET tempS ...
  Topic: Accessing multiple database tables
AgentSmith

Replies: 1
Views: 1553

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 11, 2004 7:58 am   Subject: Accessing multiple database tables
Hi,

SELECT statements with multiple table joins are giving a strange problem.. Kindly help me resolve this:

An ESQL statement like this:

SET Environment.Variables.SOURCE_DATA[]=( ...
  Topic: MQ 5.1 version downward compatab with import of 2.1??
AgentSmith

Replies: 3
Views: 2015

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Feb 02, 2004 8:53 am   Subject: MQ 5.1 version downward compatab with import of 2.1??
Does MQ 5.1 version has downward compatab with import of ver2.1??
Can we import the ver2.1 xml message flows directly to 5.1 w/o any changes? Does it work?
  Topic: ( Brk ) The broker has detected that Execution Group db2admi
AgentSmith

Replies: 0
Views: 1527

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Feb 02, 2004 8:50 am   Subject: ( Brk ) The broker has detected that Execution Group db2admi
While deploying the message flow, the following error is thrown in System Log, Any ideas ??

-----------------

( Brk ) The broker has detected that Execution Group db2admin3, process ID 1872, has ...
  Topic: Apply XSL to XML - urgent.
AgentSmith

Replies: 12
Views: 7665

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 27, 2004 9:05 pm   Subject: Apply XSL to XML - urgent.
Hi,
Thx for the idea.

I'm using WMQI 2.1

Regards,
AgentSmith
  Topic: Apply XSL to XML - urgent.
AgentSmith

Replies: 12
Views: 7665

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 27, 2004 3:23 am   Subject: Apply XSL to XML - urgent.
Hi,
As u said, I used two RCDs - one b4 the XMLTransf node that converts input XML to BLOB and one after the node that converts output BLOB to XML.

IT WORKED !!!

Thx a lot.

But, I still h ...
  Topic: Apply XSL to XML - urgent.
AgentSmith

Replies: 12
Views: 7665

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Jan 24, 2004 3:51 am   Subject: Apply XSL to XML - urgent.
Hi IamSam,
As u suggested, I downoladed the XML transf node (IA0G) from IBM and installed it.
But, the installation manual and the help page for the node do not explain clearly how to use the node ...
  Topic: Apply XSL to XML - urgent.
AgentSmith

Replies: 12
Views: 7665

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jan 18, 2004 3:08 am   Subject: Apply XSL to XML - urgent.
Hi,
I need to find some way to apply XSL to transform XML to required format.

Has anybody done that?

Pleease reply ASAP.

Regards,
AgentSmith
  Topic: SourceQueue from MQMD
AgentSmith

Replies: 1
Views: 2040

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Jan 17, 2004 11:14 pm   Subject: SourceQueue from MQMD
Hello,

I have a Java Plugin node where I have to determine the Queue by which a message has entered the flow.

I tried to get the value from Root.MQMD.SourceQueue field, but this is returning an ...
  Topic: Apply XSL to XML - urgent.
AgentSmith

Replies: 12
Views: 7665

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Jan 17, 2004 3:49 am   Subject: Apply XSL to XML - urgent.
Hi,
I want to apply XSL to input XML and transform to output XML of required format in my message flow.

Is there an easy way of doing it?

I downloaded the CSIJava node SupportPac and installe ...
  Topic: XML Attribute (Simple) question
AgentSmith

Replies: 7
Views: 4761

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jan 14, 2004 2:16 am   Subject: XML Attribute (Simple) question
Yep. I got it.
Thx,
Smith.
  Topic: XML Attribute (Simple) question
AgentSmith

Replies: 7
Views: 4761

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Jan 03, 2004 10:45 pm   Subject: XML Attribute (Simple) question
Hey,
That worked.

Thx,
AgentSmith
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.