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 15 matches
Author Message
  Topic: Compiling C++ MQ-Code under WinNT using Borland
Armin

Replies: 4
Views: 14449

PostForum: IBM MQ API Support   Posted: Fri Nov 16, 2001 11:08 am   Subject: Compiling C++ MQ-Code under WinNT using Borland
Maybe the article at http://www.bcbdev.com/articles/vcdll.htm will help you. It describes how to call MS Visual C++ DLL from Borland. I know, MQSeries has no dll but library files. But it maybe will g ...
  Topic: MQSI - Syntax - ESQL
Armin

Replies: 5
Views: 6765

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 12, 2001 10:54 am   Subject: MQSI - Syntax - ESQL

On 2001-11-12 10:34, mehedih wrote:
It is the last staement that is causing the
syntax error -

The last statement is ok. But an endif is missing in the previous statement. Like

IF (InputBo ...
  Topic: PASSTHRU vs SQL
Armin

Replies: 6
Views: 8080

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 24, 2001 11:09 am   Subject: PASSTHRU vs SQL
I think you have to use "from TBL as b" assuming that the name of your Database Table is TBL.

Like:

SET OutputRoot.XML.Message.Record[] = PASSTHRU('Select SUM(b.FLD1 - b.FLD2) as SUPPLY, sum(b.F ...
  Topic: Save complete XML Message in Destinationlist
Armin

Replies: 8
Views: 9181

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 24, 2001 11:00 am   Subject: Save complete XML Message in Destinationlist
Well, I try to explain.

Input to the flow is XML. Output is SAP IDOC format.

The customer wishes that part of the original XML Message ist stored in some textfields of the IDOC (don't ask me why ...
  Topic: PASSTHRU vs SQL
Armin

Replies: 6
Views: 8080

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 22, 2001 10:45 pm   Subject: PASSTHRU vs SQL
PASSTHRU is also necessary if you want to use order or group by clauses in your select.

Armin
  Topic: Save complete XML Message in Destinationlist
Armin

Replies: 8
Views: 9181

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 22, 2001 10:39 pm   Subject: Save complete XML Message in Destinationlist
thanks to all your solutions,

but now I have another related problem. I have to save the contents of the original XML Message not in a tree structure but in one Variable, e.g.

The contents of De ...
  Topic: Sort order in ESQL DB-Access
Armin

Replies: 2
Views: 9666

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2001 9:54 am   Subject: Sort order in ESQL DB-Access
in a Compute Node I have to access a database table twice, the sort order ist different for each access. In ESQL I cannot use "ORDER BY" or "GROUP BY". Do I have to implement my own sort? I can´t bel ...
  Topic: Save complete XML Message in Destinationlist
Armin

Replies: 8
Views: 9181

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2001 7:50 am   Subject: Save complete XML Message in Destinationlist
I would like to save the comlete content of an XML Message in the OutputDestinationList of a compute node. Saving the message to OutputRoot.XML works ok with this command:

SET "OutputRoot&quo ...
  Topic: MQSI MRM lngth Problem
Armin

Replies: 17
Views: 35443

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 23, 2001 1:36 am   Subject: MQSI MRM lngth Problem
I had the same problem.
Are you Using Integrator 2.01? From what I see, the flow is written in V 2.02.
But you can look at the XML file and search for DestinationList. I looks ugly but you can see ...
  Topic: MQSI & SAP Idocs
Armin

Replies: 4
Views: 4925

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 17, 2001 5:45 am   Subject: MQSI & SAP Idocs
Is this webpage already existing?

I have to generate IDOCs with repeating segments and the repeat-count is not fix.

Armin
  Topic: Changing contents of BLOB Msg
Armin

Replies: 8
Views: 24525

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 09, 2001 9:59 am   Subject: Changing contents of BLOB Msg
>I always "escape" my tree component names as a matter of habit.

Good idea. I will adopt it. And sorry for blaming the syntax checker

Armin
  Topic: XML Problem with MQSI 2.02 (bug?)
Armin

Replies: 4
Views: 12830

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 09, 2001 9:55 am   Subject: XML Problem with MQSI 2.02 (bug?)
I had a similar problem and this worked for me:

SET OutputRoot.XML.(XML.tag)MSG =InputBody;

Armin
  Topic: Changing contents of BLOB Msg
Armin

Replies: 8
Views: 24525

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 09, 2001 8:34 am   Subject: Changing contents of BLOB Msg
I´ve already done it the "BLOB-way". It works like a charm. The real problem was, that everytime I enteres a statement like

SET OutputRoot.BLOB.BLOB = ......

in a compute node, the compute note ...
  Topic: Changing contents of BLOB Msg
Armin

Replies: 8
Views: 24525

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 25, 2001 9:05 am   Subject: Changing contents of BLOB Msg
Our goal was to avoid NEON if any possible, because we were not very happy with NEON Integrator 1.1 . We tried to do it the "Integrator 2 Way" . Besides your tip to use NEON, just for curiousity, is ...
  Topic: Changing contents of BLOB Msg
Armin

Replies: 8
Views: 24525

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 25, 2001 8:30 am   Subject: Changing contents of BLOB Msg
I have to convert pipe-delimited input messages into MRM-Format (e.g. data1|data2|. My idea was to receive msgs as BLOB, change all occurences of '|' to X'00' and reset the content descriptor to my MR ...
Page 1 of 1

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.