Author |
Message |
Topic: Remote Queue manger connnection problem |
dilep
Replies: 3 Views: 5072
|
Forum: General IBM MQ Support Posted: Thu Sep 20, 2012 1:02 am Subject: Remote Queue manger connnection problem |
The svrconn channel is created by me "'TEST.SVRCONN'
for this remote connection from windows. |
Topic: Remote Queue manger connnection problem |
dilep
Replies: 3 Views: 5072
|
Forum: General IBM MQ Support Posted: Tue Sep 18, 2012 7:20 am Subject: Remote Queue manger connnection problem |
Hi,
I am trying to connect remotely the queuemanger in AIX using MQExplorer , i am getting below error
------------------------------------------------------------------
AMQ9504: A protocol err ... |
Topic: QueueManger Starting Error |
dilep
Replies: 5 Views: 4785
|
Forum: General IBM MQ Support Posted: Sun Nov 14, 2010 8:19 pm Subject: QueueManger Starting Error |
I tried with -c option, same error getting.
-bash-3.00$ strmqm -c QMBRK
AMQ5615: Default objects cannot be created: CompCode = 0 Reason = 0.
-bash-3.00 |
Topic: QueueManger Starting Error |
dilep
Replies: 5 Views: 4785
|
Forum: General IBM MQ Support Posted: Sun Nov 14, 2010 7:48 pm Subject: QueueManger Starting Error |
Hi,
When I am starting the queuemanager , I am getting the below error.
AMQ5615: Default objects cannot be created: CompCode = 0 Reason = 0.
It was running fine. Suddenly it went down. The os is ... |
Topic: Two listeners in a single queue |
dilep
Replies: 8 Views: 7523
|
Forum: General IBM MQ Support Posted: Tue Oct 26, 2010 7:50 pm Subject: Two listeners in a single queue |
Hi,
Is two listeners (different Websphere Java application, putting message by one application getting message by another application) is possible to a single queue.
Thanks & Regards |
Topic: delete messsage flow |
dilep
Replies: 3 Views: 4584
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 05, 2010 12:34 am Subject: delete messsage flow |
Hi,
I want to delete some message flows.
please tell me the command, mqsideletemsgflow
Thanks |
Topic: mqfte space truncated |
dilep
Replies: 2 Views: 5797
|
Forum: IBM MQ File Transfer Edition Posted: Thu Dec 03, 2009 10:24 pm Subject: mqfte space truncated |
Hi,
When the file transfer,the spaces at the end are truncated.
Does anyone know how this happening. Please advise me
Thanks |
Topic: MQFTE file transfer error |
dilep
Replies: 6 Views: 14070
|
Forum: IBM MQ File Transfer Edition Posted: Wed Nov 18, 2009 9:55 pm Subject: MQFTE file transfer error |
the FFDC.FTE.log". is
Filename: /home/wmqfte/bin/./FFDC.FTE.log
Level: f701-20090527-1216
Time: 18/11/2009 03:44:53:579 PST
Thread: 1 (main)
Class: com.ibm.wmqfte ... |
Topic: MQFTE file transfer error |
dilep
Replies: 6 Views: 14070
|
Forum: IBM MQ File Transfer Edition Posted: Wed Nov 18, 2009 7:37 pm Subject: MQFTE file transfer error |
Hi,
When i am transferring file from one system to another system through fteCreateTransfer command , i am getting the following error. the systems are in unix
BFGUT0002E: An internal error has oc ... |
Topic: JCL for triggerring |
dilep
Replies: 1 Views: 5160
|
Forum: IBM MQ File Transfer Edition Posted: Fri Nov 13, 2009 7:27 am Subject: JCL for triggerring |
Hai ,
How to create JCL for FTECREATETRANSFER use trigerring
Thanks |
Topic: MQFTE_Db2 _Audit Error |
dilep
Replies: 7 Views: 12909
|
Forum: IBM MQ File Transfer Edition Posted: Sun Nov 08, 2009 7:18 pm Subject: MQFTE_Db2 _Audit Error |
I have addd in the XA resource mangers,
Name : DB2DB
SwitchFile : jdbcdb2
XAOpenString: FTEAUDIT,userid,password,toc=p,tpm=mq
and i copied the jdbcdb2.dll into <insll.dir>\WebsphereMQ\exi ... |
Topic: MQFTE_Db2 _Audit Error |
dilep
Replies: 7 Views: 12909
|
Forum: IBM MQ File Transfer Edition Posted: Thu Nov 05, 2009 6:56 pm Subject: MQFTE_Db2 _Audit Error |
the os in windows xp , i didn't change the QM.ini file.
please help me where to find the qm.ini file in windows. what are the modifications want to do in qm.ini file |
Topic: MQFTE_Db2 _Audit Error |
dilep
Replies: 7 Views: 12909
|
Forum: IBM MQ File Transfer Edition Posted: Thu Nov 05, 2009 12:44 am Subject: MQFTE_Db2 _Audit Error |
Hi,
I have installed the MQFTE, and I am auditing the log file in database DB2,
When I start the database logger (ftestartDatabaseLogger) I am getting the error
“BFGDB0018E: An MQ problem occur ... |
Topic: TDS Creation |
dilep
Replies: 2 Views: 3675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 08, 2009 2:31 am Subject: TDS Creation |
Hi,
I have a fixed length input message of below type..
Header<CR><LF>
NumofRec<CR><LF>
Datas<CR><LF>
Datas <CR><LF>
Datas <CR><LF& ... |
Topic: convert :CHAR to BLOB |
dilep
Replies: 1 Views: 4070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 04, 2009 10:38 pm Subject: convert :CHAR to BLOB |
Hi,
How to convert CHARACTER TO BLOB.
The code is,
DECLAARE VAR1 CHARACTER;
SET VAR1= InputRoot.XMLNSC.Message.Element.Data;
SET OutputRoot."BLOB"."BLOB"=cast(VAR1 as BLOB)
... |