Search found 42189 matches

by chulett
Fri Oct 29, 2010 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does SCD work
Replies: 6
Views: 2380

Funny (to me anyway) that neither reply so far has even attempted to answer the question as posted.
by chulett
Fri Oct 29, 2010 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does SCD work
Replies: 6
Views: 2380

Unless someone here knows for certain, I'd suggest you contact your official support provider and ask them then let us know what the answer is.
by chulett
Fri Oct 29, 2010 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Query in ODBC stage
Replies: 2
Views: 1322

There should be (I believe) an option to reference the sql filename in the stage and have it read it in at runtime. You need to do something like prefix it with {FILE} but I'm not positive of the syntax. A search with the proper terms should turn something up as we've discussed this before.
by chulett
Fri Oct 29, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User tracking in dsimport
Replies: 3
Views: 1471

I don't believe so. Let's see what others think.
by chulett
Fri Oct 29, 2010 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset vs external tables for netezza
Replies: 1
Views: 1170

It would be helpful if you detailed the job design and expanded on what exactly "congestion in netezza box" means and how it seems to be affecting your job.
by chulett
Fri Oct 29, 2010 6:58 am
Forum: General
Topic: Not able to import the job
Replies: 2
Views: 1362

... and the resolution was? :?
by chulett
Fri Oct 29, 2010 6:56 am
Forum: General
Topic: not able to login datastage and not to start WAS
Replies: 6
Views: 7552

:idea: Suggestion. Next time you find an old similar issue, do what you did here - start a new post and reference the older post. Do not 'hijack' the older post and for goodness sake please don't do both as you did today. :?
by chulett
Fri Oct 29, 2010 6:47 am
Forum: General
Topic: not able to login datastage and not to start WAS
Replies: 6
Views: 7552

If you are saying your account there is disabled, have your DBA fix that for you.
by chulett
Fri Oct 29, 2010 6:45 am
Forum: General
Topic: MySQL driver can't be loaded
Replies: 6
Views: 4206

If there is, it would have to come from the ODBC vendor I would think. That or perhaps you should contact your official support provider and get their help.
by chulett
Thu Oct 28, 2010 9:46 pm
Forum: General
Topic: counter Increment in a loop
Replies: 6
Views: 3886

8)
by chulett
Thu Oct 28, 2010 8:30 pm
Forum: General
Topic: counter Increment in a loop
Replies: 6
Views: 3886

I'm not really suggesting anything, just trying to point you to posts which talk about loops and how to handle the counter properly so you could figure out your next steps on your own. Did you check them out? In the meantime... I'm a little lost on what you are trying to accomplish with the UserVari...
by chulett
Thu Oct 28, 2010 7:45 pm
Forum: General
Topic: sending reject file if records are rejected.
Replies: 10
Views: 3292

So... in case it's still unclear what needs doing here... your final UNIX command that gets run after the two "halves" in the stage are put together need to look like one of these two: cd \The\Director\Where\TheFile\Lives && wc -m Reject_UK_VAT.txt -or- wc -m \The\Director\Where\Th...
by chulett
Thu Oct 28, 2010 6:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to implement Reject logic
Replies: 13
Views: 6308

Yes. In PX it would be directly from the stage, source or target, not off the Transformer like you would do in the Server product.
by chulett
Thu Oct 28, 2010 6:20 pm
Forum: General
Topic: Dubious 'Standards'
Replies: 8
Views: 2073

To quote some old movie: They have chosen... poorly. :wink:
by chulett
Thu Oct 28, 2010 6:19 pm
Forum: General
Topic: counter Increment in a loop
Replies: 6
Views: 3886

This should help with the $Counter question, there are plenty of others out there if you search:

viewtopic.php?t=111013

This one might help as well:

viewtopic.php?t=127425