Search found 42189 matches

by chulett
Thu Jul 17, 2014 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Japanese .xlsx data handling in DatStage 8.7
Replies: 10
Views: 5005

naveed.zuber wrote:Now after moving CSV file from Windows to Unix,same CSV file showing Junk characters inplace of Japanese.
Showing how / where / using what tool?
by chulett
Thu Jul 17, 2014 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage - Flash Player
Replies: 9
Views: 6255

Why would you think you would need to install the Adobe Flash Player for anything in DataStage? Let's start with whatever problem / error / issue you are having rather than what you think the solution might be.
by chulett
Thu Jul 17, 2014 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on DB2 Connector Parameter
Replies: 6
Views: 1448

Interesting. That was the first solution I was going to post as those single quotes like to be stripped on the way in but it really didn't seem like the issue to me. That usually presents as "it selects nothing" or in your case a count of zero because the IN would end up looking like this:...
by chulett
Wed Jul 16, 2014 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to search for a pattern in a string?
Replies: 8
Views: 3174

How is that a solution here?
by chulett
Wed Jul 16, 2014 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on DB2 Connector Parameter
Replies: 6
Views: 1448

Question, though... does the behavior change with the number of nodes the job runs on?
by chulett
Wed Jul 16, 2014 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on DB2 Connector Parameter
Replies: 6
Views: 1448

Sorry, I don't have anything really useful to add to this other than the fact that I don't see anything obviously wrong with what you are doing. Also, from what I recall the View Data code is a separate implementation from the running code so we have seen differences in the past between their behavi...
by chulett
Tue Jul 15, 2014 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage warning : varchar(255) to varchar(50)
Replies: 3
Views: 1763

Not sure you are doing anything wrong, per se... although it's not really a 'conversion' and all you are getting is a warning you that could demote if you want to stick with the stage. Found a Vincent McBurney blog entry on the Modify stage where he notes that it is all about converting from one dat...
by chulett
Tue Jul 15, 2014 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AuditID Generation
Replies: 1
Views: 1188

That functionality doesn't exist until the 2012 version but you can mimic it in 2008. Or leverage the SDK routine KeyMgmtGetNextValue which is there for that exact purpose.
by chulett
Mon Jul 14, 2014 10:16 pm
Forum: General
Topic: How to see the purged logs in the director
Replies: 2
Views: 1409

As noted, purged logs are gone. You can also 'Print to File' to store them for your test cases but you'll need to do that before they're purged, of course.
by chulett
Mon Jul 14, 2014 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Coordinate Unit of Work
Replies: 2
Views: 1463

Have you checked out the Distributed Transaction stage? I believe it can handle that situation.
by chulett
Mon Jul 14, 2014 3:13 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need to Publish 20,000 rows through ISD output stage SOAP
Replies: 12
Views: 10893

Sorry, for some reason I thought you had a job that pulled rows from DB2 and sent the XML to another service. Going far too fast today. :( Show us the abort / timeout error messages. You need to determine what part of your design is the culprit. It's been far too long but I believe as a test you can...
by chulett
Mon Jul 14, 2014 2:21 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need to Publish 20,000 rows through ISD output stage SOAP
Replies: 12
Views: 10893

Just because you want to send all 20,000 records at once to the service doesn't mean it can handle that many / an XML that large. Check with the service owner / author first to see if that is even possible. Otherwise you may need to loop through the rows and send them individually or in smaller (lik...
by chulett
Mon Jul 14, 2014 2:10 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need to Publish 20,000 rows through ISD output stage SOAP
Replies: 12
Views: 10893

Have you confirmed that the service is designed such that it can actually consume that much information at once? You may need to feed it something more... bite sized. Multiple times.
by chulett
Mon Jul 14, 2014 1:15 pm
Forum: General
Topic: RFC Connection SetUp
Replies: 5
Views: 2657

suneelchallagali wrote:Please ask your system administrator to install uuidd according to SAP note 1391070.

We got stuck at this point.
Why is that? What kind of 'stuck' are you?
by chulett
Mon Jul 14, 2014 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer in Parlell job getting Aborting
Replies: 3
Views: 2079

You really shouldn't "need" any OConv functions as there are plenty of PX equivalents available. Why don't we start with what exactly your requirement is? And that APT variable isn't really meant to fix anything although it can in certain circumstances, it's typically used to help in findi...