Author |
Message |
Topic: Configure Message Count Monitor - Design |
shilpa.sabade
Replies: 1 Views: 7575
|
Forum: WebSphere DataPower Posted: Thu Aug 06, 2015 8:57 am Subject: Configure Message Count Monitor - Design |
Hello ,
Need expert advice :
I am trying to implement Configure Message Count Monitors for a MPGW .
Idea , is to reject requests coming from a individual client , if they exceed the thresh ... |
Topic: IMA - IBM Messaging Sight - v1.2 |
shilpa.sabade
Replies: 10 Views: 7344
|
Forum: General IBM MQ Support Posted: Mon Jun 08, 2015 7:05 am Subject: IMA - IBM Messaging Sight - v1.2 |
What is the fixpack/build number of the IMA server you're running?
What is the value of your LogLevel, and the LogLevels for individual components... ?
IBM MessageSight version is 1.2.0.1 20 ... |
Topic: IMA - IBM Messaging Sight - v1.2 |
shilpa.sabade
Replies: 10 Views: 7344
|
Forum: General IBM MQ Support Posted: Mon Jun 08, 2015 6:37 am Subject: IMA - IBM Messaging Sight - v1.2 |
mqjeff,
Yeah i mean imaserver test LogAutoTransfer is sucessful.
imaserver test LogAutoTransfer "Destination=scp://x.x.x.x" "Port=22" "UserID=xxxxx" "Pass ... |
Topic: IMA - IBM Messaging Sight - v1.2 |
shilpa.sabade
Replies: 10 Views: 7344
|
Forum: General IBM MQ Support Posted: Fri Jun 05, 2015 12:28 pm Subject: IMA - IBM Messaging Sight - v1.2 |
Is there a way : i can specify file path for "Destination" attribute ?
ie
imaserver create LogAutoTransfer "Destination=scp://x.x.x.x/tmp" "Port=22" "UserID=xxx ... |
Topic: IMA - IBM Messaging Sight - v1.2 |
shilpa.sabade
Replies: 10 Views: 7344
|
Forum: General IBM MQ Support Posted: Fri Jun 05, 2015 12:23 pm Subject: IMA - IBM Messaging Sight - v1.2 |
Hi ,
Connectivity test is successful |
Topic: IMA - IBM Messaging Sight - v1.2 |
shilpa.sabade
Replies: 10 Views: 7344
|
Forum: General IBM MQ Support Posted: Fri Jun 05, 2015 12:08 pm Subject: IMA - IBM Messaging Sight - v1.2 |
Hello ,
Exploring IMA - IBM Messaging Sight - v1.2 for the last few days , as we are setting up infrastructure for upcoming project.
Currently am stuck with Configuring automatic log trans ... |
Topic: Datapower - NFS Poller FSH |
shilpa.sabade
Replies: 1 Views: 7125
|
Forum: WebSphere DataPower Posted: Mon Dec 01, 2014 12:20 pm Subject: Datapower - NFS Poller FSH |
Hello All,
Need your help here!
I currently have a MPGW, which polls NFS directory and sends file content to backend webservice .
With NFS poller FSH am able configure succes ... |
Topic: PeopleSoft - MQ JMS configurations |
shilpa.sabade
Replies: 3 Views: 6329
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 17, 2014 9:14 am Subject: Re: PeopleSoft - MQ JMS configurations |
1. Documentation i got from Peoplesoft team - uses MQ explorer to create JMS administered objects - I felt MQ Admins should be kept away from JMS stuff, and this should be something to be handled ... |
Topic: PeopleSoft - MQ JMS configurations |
shilpa.sabade
Replies: 3 Views: 6329
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 17, 2014 8:28 am Subject: PeopleSoft - MQ JMS configurations |
Hi ,
(' ')
Am looking for some documentation to setup PeopleSoft - MQ integration.
We have Peoplesoft installed on AIX server .
MQ installed on Windows server .
... |
Topic: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
shilpa.sabade
Replies: 18 Views: 16513
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 13, 2014 11:25 am Subject: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
Hi all,
Here is my observation with AIX -COBOL program .. I put some DISPLAY statements and ran program again ..
1. Its not issue with MQMD Format .. program is able to identify all STRING ... |
Topic: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
shilpa.sabade
Replies: 18 Views: 16513
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 13, 2014 7:07 am Subject: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
Ok so you're getting a format error...
How are you creating your message. We will need to see some code...
fjb_saper , thank you so much for your and time and guidance ..
Flow doesn ... |
Topic: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
shilpa.sabade
Replies: 18 Views: 16513
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Mar 12, 2014 2:12 pm Subject: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
Any errors recorded in the system or qmgr error files? An FFST dump created?
no FDC files .
error files do not report any errors. |
Topic: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
shilpa.sabade
Replies: 18 Views: 16513
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Mar 12, 2014 1:07 pm Subject: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
Have you tried it with MQFMT_NONE ?
Tries this option now .. Got same ABCODE -2110.  |
Topic: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
shilpa.sabade
Replies: 18 Views: 16513
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Mar 12, 2014 12:09 pm Subject: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
Format : 'MQSTR '
So the message is described as a text string, but has packed decimals in a mixed format? Does that offer a clue to your problem?
I did some more digging on this -- In ... |
Topic: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
shilpa.sabade
Replies: 18 Views: 16513
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Mar 12, 2014 11:05 am Subject: REHOST from IBM mainframe to AIX - Signed COMP-3 issue |
Have you looked up the 2110 reason code (not just the MQRC_FORMAT_ERROR part)?
What is the MQMD.Format value?
Is Convert set on the MQGet call?
Format : 'MQSTR '
Yes - its MQGET with ... |