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 25 matches
Author Message
  Topic: IIB Timer Node used as scheduler - EXTRACT esql function
riteshprasad1

Replies: 11
Views: 15486

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 04, 2020 7:09 pm   Subject: IIB Timer Node used as scheduler - EXTRACT esql function
It still isn't a good solution. What happens if at Friday 5 pm the eg / broker is not running. What happens if you need to bounce the broker/eg middle of the week?

Explained a lot to the ...
  Topic: IIB Timer Node used as scheduler - EXTRACT esql function
riteshprasad1

Replies: 11
Views: 15486

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 04, 2020 9:08 am   Subject: Re: IIB Timer Node used as scheduler - EXTRACT esql function
Why do people think there's a "c" in my name?

Oops Sorry Vitor.

Did you seriously worry the function didn't work as described in the InfoCenter? Did you actually post here to make sure ...
  Topic: IIB Timer Node used as scheduler - EXTRACT esql function
riteshprasad1

Replies: 11
Views: 15486

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 04, 2020 9:01 am   Subject: Re: IIB Timer Node used as scheduler - EXTRACT esql function
I tried to use -

DECLARE dayoftheweek Integer;
SET OutputLocalEnvironment.dayoftheweek = EXTRACT (DAYOFWEEK FROM CURRENT_DATE);

It gave me the day of the week. Need to now work on the time and ...
  Topic: IIB Timer Node used as scheduler - EXTRACT esql function
riteshprasad1

Replies: 11
Views: 15486

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 04, 2020 7:55 am   Subject: Re: IIB Timer Node used as scheduler - EXTRACT esql function
Thanks Victor, do not want to comment on the management limitations. If I am able to extract the day and time I can write a condition to kick of the flow.
  Topic: IIB Timer Node used as scheduler - EXTRACT esql function
riteshprasad1

Replies: 11
Views: 15486

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 04, 2020 6:20 am   Subject: IIB Timer Node used as scheduler - EXTRACT esql function
Hi I am posting this to seek help for implementation of the IIB Timer node as a scheduler, I understand this is not a good option to implement when compared to an external scheduler, but using the tim ...
  Topic: MQ 9.0 Installation on AIX to NON DEFAULT directory.
riteshprasad1

Replies: 6
Views: 11083

PostForum: IBM MQ Installation/Configuration Support   Posted: Fri Jan 26, 2018 8:38 am   Subject: MQ 9.0 Installation on AIX to NON DEFAULT directory.
The multiple install prereqs 7.0.1.6 not the non-existent 7.0.1.16.

installp: relocated installation is not currently supported on TCB enabled systems. is a general AIX error message from installp ...
  Topic: MQ 9.0 Installation on AIX to NON DEFAULT directory.
riteshprasad1

Replies: 6
Views: 11083

PostForum: IBM MQ Installation/Configuration Support   Posted: Fri Jan 26, 2018 6:51 am   Subject: MQ 9.0 Installation on AIX to NON DEFAULT directory.
TCB might be Trusted Computing Base?

You need at least 7.0.1.16 to install another version of MQ alongside.

Start by applying the fixpak on your old version, to tolerate multi-install.

Be war ...
  Topic: MQ 9.0 Installation on AIX to NON DEFAULT directory.
riteshprasad1

Replies: 6
Views: 11083

PostForum: IBM MQ Installation/Configuration Support   Posted: Fri Jan 26, 2018 6:27 am   Subject: Re: MQ 9.0 Installation on AIX to NON DEFAULT directory.
installp: relocated installation is not currently supported on TCB enabled systems.

For the record, I've no idea what a TCB enabled AIX system is.

Given that IBM is the vendor for both products ...
  Topic: MQ 9.0 Installation on AIX to NON DEFAULT directory.
riteshprasad1

Replies: 6
Views: 11083

PostForum: IBM MQ Installation/Configuration Support   Posted: Thu Jan 25, 2018 10:44 pm   Subject: MQ 9.0 Installation on AIX to NON DEFAULT directory.
Hi,

We are doing multi stage migration of MQ from version 7.0.1.14 to Version 9.0.x. In the process we are trying to install the latest version to a separate directory other than the default instal ...
  Topic: Multi-Threaqding
riteshprasad1

Replies: 14
Views: 9778

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Jun 10, 2017 8:31 pm   Subject: Multi-Threaqding
Will it be worth a try to replace xsl node to ESQL?

For so many good reasons, not the least of which is it will be a good deal easier to diagnose your problem in ESQL (which you can trace) than an ...
  Topic: Multi-Threaqding
riteshprasad1

Replies: 14
Views: 9778

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 05, 2017 11:44 am   Subject: Multi-Threaqding
I tried out a couple of more things.

Made a test bed of one message expecting one response. Pushed 200 same messages to a temp queue and then moved all the messages using rfhutil to the input queu ...
  Topic: Multi-Threaqding
riteshprasad1

Replies: 14
Views: 9778

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 05, 2017 10:50 am   Subject: Multi-Threaqding
Please post examples or esql scenarios of making the code thread safe...
  Topic: Multi-Threaqding
riteshprasad1

Replies: 14
Views: 9778

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 05, 2017 10:41 am   Subject: Multi-Threaqding
There are different kinds of messages in the test bed. One message can give one response or More than one response based on a slash delimiter in the data field.

There is an xsl node + compute node ...
  Topic: Multi-Threaqding
riteshprasad1

Replies: 14
Views: 9778

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 05, 2017 10:35 am   Subject: Multi-Threaqding
yes correctly put up thanks. I am using 20 instances in all cases.

Order by - default gives me the best throughput but invalid responses.
Order by - User ID or queue order or by user defined xpa ...
  Topic: Multi-Threaqding
riteshprasad1

Replies: 14
Views: 9778

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 05, 2017 10:19 am   Subject: Multi-Threaqding
Order mode is another property of the MQ input node. Add additional instance is a separate feature.
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.