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 39 matches
Author Message
  Topic: Stored Procedure holds up a DB2 thread
miron

Replies: 0
Views: 1257

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 31, 2003 4:43 am   Subject: Stored Procedure holds up a DB2 thread
Hello,

I use external stored procedure within my WMQI flow.
However this flow once deployed keeps an open thread with DB2 stored procedure all the time.
If we want to do any changes to stored pro ...
  Topic: AMQ4760 when instaling CSD04 for WMQ5.3
miron

Replies: 1
Views: 2235

PostForum: IBM MQ Installation/Configuration Support   Posted: Tue Sep 16, 2003 10:14 am   Subject: AMQ4760 when instaling CSD04 for WMQ5.3
Hi
Got it solved.
Directory /MQSeries/java had only read permission and that prevented CSD04 from overwriting the files there.

Miron
  Topic: AMQ4760 when instaling CSD04 for WMQ5.3
miron

Replies: 1
Views: 2235

PostForum: IBM MQ Installation/Configuration Support   Posted: Tue Sep 16, 2003 6:46 am   Subject: AMQ4760 when instaling CSD04 for WMQ5.3
Hi,

I am getting AMQ4760 error when installing CSD04 service pack on my WMQ5.3.
Any suggestions on what to do with it?

Thanks.
Miron

10:40:48 Installing 'C:\Program Files\IBM\MQSeries\Java\ ...
  Topic: accessing DB2 table with full database qualifier
miron

Replies: 2
Views: 2547

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 15, 2003 7:15 am   Subject: accessing DB2 table with full database qualifier
Hello,

I want to access my DB2 table with full path (owner.table) instead of by broker alias (database.table).
Is it possible?

I do access stored procedure within same compute node by using own ...
  Topic: DB2 Stored Procedure on os/390
miron

Replies: 6
Views: 5046

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 02, 2003 7:26 am   Subject: DB2 Stored Procedure on os/390
Hello,

Thanks for all replies.
The problem was that you can not use subsystem name in your stored procedure name. So the syntax for calling external procedure would be
"schema.procname".
I am ...
  Topic: DB2 Stored Procedure on os/390
miron

Replies: 6
Views: 5046

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 01, 2003 3:52 am   Subject: stored procedure
Hi ,

My stored procedure is written in PL/I and it is defined in DB2 catalog.
It works fine when called from another program.
In 'Developing Solutions' book it says:

External database stored p ...
  Topic: DB2 Stored Procedure on os/390
miron

Replies: 6
Views: 5046

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 30, 2003 11:23 am   Subject: DB2 Stored Procedure on os/390
Hello,

I am trying to execute a DB2 stored procedure on os/390.
I run into error:
BIP2920 The procedure is unknown to the database and no definition could be found.
However the procedure is ther ...
  Topic: ESQL - statement Case
miron

Replies: 8
Views: 19110

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 28, 2003 7:32 am   Subject: exception in CASE
Hello,

Is there a way to throw user exception in 'old' CASE ?

This example does not work:
set tempfld =
case InputRoot.XML.something.myfld
when 'a' then 'c'
when 'b' then 'd'
else ...
  Topic: default values for MRM elements
miron

Replies: 3
Views: 2493

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 02, 2003 11:57 am   Subject: default values for MRM elements
Hi Kirani,

Thanks for reply,
I receive data from external client that generates it in PL/1. As i see it can come as null or packed decimal.

So you are saying that there is no option to set a de ...
  Topic: default values for MRM elements
miron

Replies: 3
Views: 2493

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 02, 2003 10:17 am   Subject: default values for MRM elements
Hello,

I use WMQI 2.1 CSD04.
I imported Cobol copybook into MRM and ran into some problems.
Is there any way to set a default value for my MRM fields? I have element declared as float (cobol COM ...
  Topic: WMQI Debugger Error
miron

Replies: 6
Views: 4540

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 01, 2003 11:46 am   Subject: BIP5009E error when debugging
Hello,

I receive same error BIP5009E when parsing inbound MRM message. It is not in XML format but the error states that it is XML parser error.
Does anybody know what the problem is with debugge ...
  Topic: question about ASBITSTREAM
miron

Replies: 4
Views: 10706

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 13, 2003 9:34 am   Subject: question about ASBITSTREAM
Hello,

I am trying to save in database part of my RFH2 header data which is in XML format.
I did two different scenarios, one worked and the other not.

1. I moved my RFH2 data into Environment. ...
  Topic: removing RFH2 - some problems
miron

Replies: 1
Views: 1821

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 25, 2003 9:58 am   Subject: removing RFH2 - some problems
Hello,

I I ran into some problems when removing RFH2 from my incoming message.
My incoming msg is MRM CWF and it is in MQHRF2 format and my outgoing msg is in MQSAPH (idoc) format.
I use followin ...
  Topic: problem with receiving unsign intiger into CWF
miron

Replies: 1
Views: 1945

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 21, 2003 5:26 am   Subject: problem with receiving unsign intiger into CWF
Hello,

I have a problem with receiving unsigned integer or float data into my CWF MRM msg set. I imported same test structure in both Cobol and C representation. In case of C CWF tab has defaulted ...
  Topic: question about Signed & Sign Orientation in CWF
miron

Replies: 2
Views: 2321

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jan 17, 2003 7:00 pm   Subject: question about Signed & Sign Orientation in CWF
Hi Kirani,

I have PL/I program that generates data and it does not generate '+' when value is positive but it generates '-' when negative. Cobol include field is declared as S9(5) COMP-3 and WMQI e ...
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.