Search found 406 matches

by JRodriguez
Tue Mar 24, 2015 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expiry Time for message queue request
Replies: 4
Views: 3517

Mani,

I see the expire property and yes you could used it. Are you just trying to clear the messages that were put in the queue by another application?

Regards
by JRodriguez
Mon Mar 23, 2015 7:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expiry Time for message queue request
Replies: 4
Views: 3517

Hello Mani, The property is at the Queue Manager level, probably you won't see it while using the connector as a target. Normally expired messages should be discarded by any MQGET command issued by a consumer, in your scenario best approach will be to set the expire Interval (EXPRYINT) on the Queue ...
by JRodriguez
Fri Mar 20, 2015 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ_connector
Replies: 4
Views: 2112

Another cool alternative is to use the trigger mechanism in the MQ manager to execute your DS job base on the arrival of the first message to the queue... this works like a charm.
by JRodriguez
Tue Mar 10, 2015 10:46 am
Forum:
Topic: Business Glossary Upgrade
Replies: 1
Views: 2393

U,
I would go with the official mechanism istool glossary export/import....

Do you have the development and the published glossary in same server? If yes, I think that the import command will be smart enough to import to the proper location

Thanks
by JRodriguez
Wed Jan 21, 2015 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Jobs Performance Very Slow post Infosphere Upgrade
Replies: 20
Views: 24638

I noticed that your server is in Windows and using DataStage server jobs. DataStage jobs behave very poorly when the &PH& directory within each project directory is large ( full of a lot of old files that DS server jobs generates, the tool don't cleanup after itself). Check if this is adding...
by JRodriguez
Fri Jan 16, 2015 8:18 pm
Forum: General
Topic: DataStage 11.3.1 Unable to connect to project dstage1
Replies: 4
Views: 7433

On 11.3.1 only https connections are allowed to the services tier, that's why the default port 9443. Have you added the security certificate for the clients? If not then below link explains step by step how to and more http://www-01.ibm.com/support/knowledgecenter/#!/SSZJPZ_11.3.0/com.ibm.swg.im.iis...
by JRodriguez
Fri Jan 16, 2015 7:42 pm
Forum: General
Topic: Installing Information Server 11.3.1 - surprises
Replies: 17
Views: 25794

ASorrell, A note about #1. When installing 11.3.1 in a existing WAS shared environment allowing you to install without disabling security is an advantage. You don't want to disabled global security in a complex WAS shared environment, specially in production. WAS admins usually makes a strong case a...
by JRodriguez
Wed Jan 14, 2015 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can one remove an end-of-wave from a data stream?
Replies: 6
Views: 3558

Hi ArnD,

I believe that is not possible to remove the end-of-wave marker once inserted in the stream, but in your scenario you could use LastRow() function to detect the end-of-wave signal in the transformer and then act on it

Regards
by JRodriguez
Thu Dec 18, 2014 6:55 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD input error: SimpleDeserializer encountered a child elem
Replies: 12
Views: 20401

Hi Jgreve, It could be that the "<" and ">" are being literally read as "less than" and "greater than" operators and not as part of the tag. To test this please create a small XML file, replace the characters in reference with &lt and &gt. < List1 >.--...
by JRodriguez
Mon Sep 09, 2013 6:30 am
Forum: General
Topic: Trial version of InfoSphere
Replies: 2
Views: 1777

Vintipa, If you are willing to pay small price, another alternative is InfoSphere Information Server on the Amazon EC2 Web Service. With minimum set up you could setup a development environment, learn or evaluate the product Below the link http://www.ibm.com/developerworks/downloads/im/infosphereser...
by JRodriguez
Mon Aug 06, 2012 1:46 pm
Forum: General
Topic: IOD 2012
Replies: 15
Views: 7389

Hello,

Any hint if the Big Blue brother will be announcing/presenting the next IIS version? 8.9?


Regards
by JRodriguez
Mon Aug 06, 2012 1:34 pm
Forum: General
Topic: FP1 for Information Server 8.7 is out!
Replies: 0
Views: 1014

FP1 for Information Server 8.7 is out!

Hello all,

The first fix pack for Information Sever version 8.7 has been published. Below the link to the fix pack page


http://www-01.ibm.com/support/docview.w ... wg24032806


Enjoy!
by JRodriguez
Sat Jul 14, 2012 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in 8.1 and 8.5
Replies: 6
Views: 4894

Karti_gana,

Are you using new Oracle connector in 8.5? If yes, there is a property to preserve the space or trim the values in there...

Hope this help
by JRodriguez
Tue Mar 20, 2012 8:12 am
Forum: General
Topic: LDAP Configuration Using Active Directory on AIX
Replies: 7
Views: 5915

Manishk, PAM is required only for the Engine. Basically your services tier (WAS) should be configured to used an LDAP user registry (MS Active Directory) which in your case is already done. Just configure PAM to be able to authenticate DataStage users using your LDAP user registry Try and let us kno...
by JRodriguez
Mon Mar 19, 2012 9:29 pm
Forum: General
Topic: LDAP Configuration Using Active Directory on AIX
Replies: 7
Views: 5915

Manish,

PAM is required even all tiers are hosted in same box

Regards