Search found 42189 matches

by chulett
Mon Mar 22, 2010 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Vs Hash partition technique
Replies: 4
Views: 1887

Just to be clear... using it will give you better performance in parallel reads and writes, though, if you have a partitioned DB2 database.
by chulett
Mon Mar 22, 2010 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Vs Hash partition technique
Replies: 4
Views: 1887

Try them both and let us know. Also, do you understand what 'DB2' as a partioning method does? Just because you have 'DB2 data' doesn't automagically mean you should be using it.
by chulett
Mon Mar 22, 2010 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage error!!
Replies: 5
Views: 2138

I guess. :wink:

Solve that problem first and then we can clean up whatever else was screwed up because of it.
by chulett
Mon Mar 22, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 3
Views: 1764

No "buffers" in PX jobs. You can do that in Server but not here.
by chulett
Mon Mar 22, 2010 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage error!!
Replies: 5
Views: 2138

That error is specific to one particular job. Are you saying you can't make copies of any jobs? :?
by chulett
Mon Mar 22, 2010 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array Size & Exception:Access violation
Replies: 2
Views: 2279

Re: Array Size & Exception:Access violation

My job abort when array size is set to 32767 for the source stage. (standard setting) That's your standard setting? :shock: Just because you can set a value to a high value doesn't mean it's a good idea to do so. That (IMHO) is a ridiculously large number. That is the number of rows it attempts to ...
by chulett
Sun Mar 21, 2010 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Cent" character issue
Replies: 12
Views: 7655

Re: "Cent" character issue

Hello...did anyone go through a scenario like this? Rather than have no replies to your question, I'm going to post the less-than-helpful reply of "Sorry, no - I haven't or I would have posted something already". :( As for the 'bug in the tool' query, that kind of question should really g...
by chulett
Sun Mar 21, 2010 9:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing one line from a text file into a parm set?
Replies: 9
Views: 3125

It doesn't sound like you want to pass it to a Job Activity stage since you're not looking up parameter values. I get the impression that you are overwriting the default values file for the parameter set and, if that is indeed what you are doing, then there's nothing to pass as far as I know. Just l...
by chulett
Sun Mar 21, 2010 5:48 pm
Forum: General
Topic: Vertical Pivot SQL
Replies: 1
Views: 1534

Ah yes, the dreaded 'connect by prior'. :wink:
by chulett
Sun Mar 21, 2010 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i delete files from load directory using datastage??
Replies: 9
Views: 5289

Yes, but you'd have to use a Server Shared Container to be able to do that, hence the suggestion to just do the whole thing in Server.
by chulett
Sun Mar 21, 2010 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i delete files from load directory using datastage??
Replies: 9
Views: 5289

What I would look at doing would be writing a custom BASIC routine that leveraged DSExecute() to delete whatever filename is passed in. Then your Server job could source from your control table, filter on your status code and select the filename into your job. Then in a transformer, call the routine...
by chulett
Sun Mar 21, 2010 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing values of a text file to User variables.
Replies: 11
Views: 3861

tbtcust wrote:this seems to be a solution I could use
Somewhat but now we know you have an 8.x/PX question unlike this 7.x/Server issue you posted into. And a parameter set doesn't really equate well to the User Variables stage. Plus you can decide when the issue is resolved over there. So... new post. :wink:
by chulett
Sun Mar 21, 2010 7:39 am
Forum: General
Topic: Datastage Certification
Replies: 9
Views: 4487

I'm planning to give the Datatstage V8.0 Certification I'm new to Datastage Aren't those two statements mutually exclusive, at least at this point in time? That 'stuff' you need for certification is called experience by the way. As in actually using the tool for some period of time and then getting...
by chulett
Sun Mar 21, 2010 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting to database by NT Id
Replies: 3
Views: 1774

Re: connceting to database by NT Id

Zafar wrote:There is a database on SOL server
So... 'SOL server' should really have said 'SQL Server'? As in that is the 'database' you keep mentioning?

Ironical typo, btw.
by chulett
Sun Mar 21, 2010 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage Reject Link is not working
Replies: 7
Views: 2458

Hmmm... as Arnd noted right away, any records 'not inserted' get updated. Why? Because that's what you told it to do. And an error is generated only if both actions fail, the insert and then the update.