Search found 42189 matches

by chulett
Fri Dec 03, 2010 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 7335

I would think that you could tell it that your fields are not quoted so they come in as data and then you can trim off only the leading/trailing quotes.
by chulett
Fri Dec 03, 2010 2:39 pm
Forum: General
Topic: Find Differences between two files
Replies: 1
Views: 1039

IMHO you would be better off sticking to a file comparison utility for something like that, I use UltraCompare for example. For DataStage, you would have to individually compare all fields after joining on record numer in order to find those differences since you want to know what changed rather tha...
by chulett
Fri Dec 03, 2010 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question About Datastage extract
Replies: 3
Views: 2134

It's important to understand the topology here. All selects from sources are brought into the DataStage engine where transformations occur before being pushed to the target. So if each of those components are on different servers you could have a lot of information flying across the network that you...
by chulett
Fri Dec 03, 2010 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to timestamp error
Replies: 12
Views: 24058

That is your actual target here?
by chulett
Fri Dec 03, 2010 9:18 am
Forum: General
Topic: Space in an integer column (DS 8.1)
Replies: 3
Views: 1344

ray.wurlod wrote:In parallel jobs (in any version) data types are strictly enforced
Emphasis mine. :wink:
by chulett
Fri Dec 03, 2010 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oracle bulk stage behaviour
Replies: 2
Views: 1531

1. No to the "do we have to use" question
2. No to the "as soon as" question

Getting #1 working will get you #2. However, you may still find that your current design is faster.
by chulett
Fri Dec 03, 2010 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create xml files from flat files using schema file
Replies: 11
Views: 10274

"xsllt project"? Google is telling me that's a typo, so assuming you just meant "xslt project", yes?
by chulett
Fri Dec 03, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: one row to multiple columns & rows
Replies: 0
Views: 1064

Horizontal Pivot. You'll need to parse the data into individual columns first, the Column Import stage can do that for you.
by chulett
Fri Dec 03, 2010 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help_load data from a dataset file to a oracle table
Replies: 4
Views: 1526

Re: Help_load data from a dataset file to a oracle table

Faye wrote:see the log file for the Oracle specific message.
... and the message is?
by chulett
Fri Dec 03, 2010 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot find UVRPC in host serrvices file (81014)
Replies: 5
Views: 3279

Re: Cannot find UVRPC in host serrvices file (81014)

Bongo51 wrote:Do i have to start the service manually?
Did you try? What happened?
by chulett
Fri Dec 03, 2010 6:53 am
Forum: General
Topic: How to Restart Datastage sequence when a job aborts?
Replies: 20
Views: 28100

Please. Start your own post. Explain your problem.
by chulett
Thu Dec 02, 2010 7:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output file full
Replies: 6
Views: 5000

Or a ulimit issue... it's one or the other but more than likely you just ran out of space.
by chulett
Thu Dec 02, 2010 7:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to timestamp error
Replies: 12
Views: 24058

As noted, "May 12 2003 12:19:52:256" would typically be displayed like so: "May 12 2003 12:19:52.256" hence the "%ss.3" advice. But regardless, they need to match.
by chulett
Thu Dec 02, 2010 5:26 pm
Forum: General
Topic: Master Sequence taking long time to call sequences under it
Replies: 3
Views: 1461

That's... a LOT of parameters. :shock:

So the subsequences don't leverage a large number of parameters as well? Seems odd to me that only the Master would be affected by this but perhaps carrying all of them puts it over some mystical pain threshold that it just can't handle.