Author |
Message |
Topic: MQTC attendee thoughts/notes/annoyances/etc |
colbype
Replies: 9 Views: 10132
|
Forum: General Discussion Posted: Mon Oct 03, 2016 6:08 pm Subject: MQTC attendee thoughts/notes/annoyances/etc |
NT |
Topic: MQTC attendee thoughts/notes/annoyances/etc |
colbype
Replies: 9 Views: 10132
|
Forum: General Discussion Posted: Mon Oct 03, 2016 12:28 pm Subject: RE: |
For session I think Meet the Experts should be duplicated (if they are willing) or maybe have it during the Social Hour. Since they normally are ready to drink after the session, let them do it during ... |
Topic: Queue Manager Restart Problem on AS400 |
colbype
Replies: 14 Views: 46671
|
Forum: iSeries, OpenVMS, HP-NSS Posted: Thu Feb 18, 2016 6:20 am Subject: Queue Manager Restart Problem on AS400 |
A mix between 7.0 for all V5R4 systems and 7.1 for V6 and above. |
Topic: Queue Manager Restart Problem on AS400 |
colbype
Replies: 14 Views: 46671
|
Forum: iSeries, OpenVMS, HP-NSS Posted: Thu Feb 11, 2016 12:46 pm Subject: Queue Manager Restart Problem on AS400 |
Doing a cold restart will get you back up and running in most cases.
As for your journals, check to see if they are managed by the system or not. A lot of places have journal cleanup jobs that run ... |
Topic: Call for Speakers for MQ Technical Conference v2.0.1.5 |
colbype
Replies: 15 Views: 15305
|
Forum: News/Updates Posted: Wed Feb 11, 2015 4:18 pm Subject: Call for Speakers for MQ Technical Conference v2.0.1.5 |
Bobbee tells only clean jokes |
Topic: SCYDATA on BlockIP2 (iSeries) |
colbype
Replies: 3 Views: 18711
|
Forum: iSeries, OpenVMS, HP-NSS Posted: Thu Aug 28, 2014 10:41 am Subject: SCYDATA on BlockIP2 (iSeries) |
I have used it for a while and this is what I have
Security Exit Name
BLOCKIP2 P#SYSP1PGM
Security Exit User data
FN=/MQM/EXITS/BLOCKIP2.INI;
I am using a very old version and the worse pa ... |
Topic: Read Access for application users in AS400 |
colbype
Replies: 6 Views: 24132
|
Forum: iSeries, OpenVMS, HP-NSS Posted: Mon Apr 21, 2014 11:21 am Subject: I/5 Security |
Most likely they have *ALLOBJ in Dev server which allows them to have authority to the commands in QMQM. All commands in QMQM are also in QSYS so just have them qualify the library and they should be ... |
Topic: FTE 7.0.4.3 now with enhanced IBM i support. |
colbype
Replies: 0 Views: 3441
|
Forum: News/Updates Posted: Sun Jun 16, 2013 7:48 pm Subject: FTE 7.0.4.3 now with enhanced IBM i support. |
FTE now support IBM i platform for QSYS.LIB and QDLS structure outside of *SAVF. QDLS supported by User Exit and QSYS.LIB supported nativity. It does not have all the same functions as the IFS, but it ... |
Topic: Monitoring Remote Queue Manager with Omegamon XE |
colbype
Replies: 10 Views: 22155
|
Forum: IBM MQ Performance Monitoring Posted: Sun Jun 16, 2013 6:19 pm Subject: answer |
I have done this with I/5 and AIX so and it just uses the client connect so as long as it can connect to an MQ server which has Tivoli install on it it is very possible. Keep in mind though that it do ... |
Topic: MQ Omegamon Situation for Put time or Put Rate |
colbype
Replies: 10 Views: 16387
|
Forum: IBM MQ Performance Monitoring Posted: Sun Jun 16, 2013 6:15 pm Subject: Solution |
Jegadeeshwaran,
You have to turn on Queue Monitoring via MQ ( like Explorer) before Omegamon can pick up the attributes. Once you do that you will notice if you look at Queue Statistics it will sh ... |
Topic: iSeries MQ Alert Monitor |
colbype
Replies: 5 Views: 10662
|
Forum: IBM MQ Performance Monitoring Posted: Sun Jun 16, 2013 6:06 pm Subject: Exit |
Rob,
While not exactly what you want you should use BlockIP exit on your client channels for I/5 in order to limit the applications on the number of channels they can open.
Other then that you c ... |
Topic: FTE expanded in Iseries |
colbype
Replies: 0 Views: 4114
|
Forum: IBM MQ File Transfer Edition Posted: Sun Jun 16, 2013 6:01 pm Subject: FTE expanded in Iseries |
Make sure to check out the new fix pack 3. Opened up QDLS and native library structures to get files in and out without *SAVF to none Iseries systems. |
Topic: A web based MQ Explorer |
colbype
Replies: 38 Views: 45157
|
Forum: General Discussion Posted: Sun Jun 16, 2013 5:35 pm Subject: I/5 |
Since this is Java base please look into the I/5 code which other then where Java is installed should not be much of a stretch for you to get to. It is always the forgotten platform even by IBM who ow ... |
Topic: Starting STRMQMTRM from MQ V6 OS400 Service ? |
colbype
Replies: 9 Views: 12750
|
Forum: General Discussion Posted: Wed Jun 22, 2011 12:55 pm Subject: Starting STRMQMTRM from MQ V6 OS400 Service ? |
It looks to me like it wants a program and not a *CMD which is why it is telling you it can not find it. It is looking for type *PGM instead of CMD.
I worked with this once before and you can drop ... |
Topic: Python pywmq |
colbype
Replies: 16 Views: 28708
|
Forum: General Discussion Posted: Wed Apr 27, 2011 4:18 am Subject: Python pywmq |
Thanks for the reply, when I get more time I will work on testing it out. With Python on the Iseries, I was not sure if they are just compiling python in the IFS, as if it was a Unix system, or if it ... |