Search found 42189 matches

by chulett
Fri Jan 11, 2008 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error in Bash Shell
Replies: 4
Views: 1637

Well then, post your "expressions" or script. How do you expect people to help you if all you basically say is "something is wrong"?
by chulett
Fri Jan 11, 2008 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data insert error in oracle
Replies: 5
Views: 1294

Then as Ray would say - time to mark your post as Resolved then?
by chulett
Fri Jan 11, 2008 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 5495

What the heck does that mean? Everything is fine now? We need to start over? :?
by chulett
Fri Jan 11, 2008 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key gen NEXT value
Replies: 1
Views: 760

:? If I'm following... add 1 to your "last highest value" before you pass it to the job / stage.
by chulett
Fri Jan 11, 2008 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error in Bash Shell
Replies: 4
Views: 1637

Project not found? :? I don't see the connection as you don't "path" the project when using dsjob. Post your syntax, please.
by chulett
Thu Jan 10, 2008 10:51 pm
Forum: Site/Forum
Topic: Duplicate Posts
Replies: 22
Views: 9977

Before the end of which day? :wink:
by chulett
Thu Jan 10, 2008 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle insert statement with ORACLE sequence.
Replies: 14
Views: 7064

It would help to state the actual problem you are having or errors you are getting. That should work 'fine' as long as there are only three columns defined in the stage and you fix the problem Minhajuddin noted.
by chulett
Thu Jan 10, 2008 10:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 6
Views: 1968

There's no magic parameter. You need to determine where the 'bottleneck' is. Break off the first stage from the job into a new one and write to a sequential file with an @FALSE constraint. How long does it take? Add another stage, move the constraint down. Lather, rinse, repeat. At what step do you ...
by chulett
Thu Jan 10, 2008 8:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence issue
Replies: 15
Views: 4165

Apparently what you have not done is read the docs.
by chulett
Thu Jan 10, 2008 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to avoid new line in XML output
Replies: 3
Views: 1262

Uncheck the 'formatted output' option.
by chulett
Thu Jan 10, 2008 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence issue
Replies: 15
Views: 4165

Re: sequence issue

To eradicate this the only possible way is to uncheck those two default settings. Incorrect. As I noted, the documentation tells you what you need to do. Bring up the online help, switch to the Index tab and search for Job Properties. At the bottom of the Help page, click on General on the Sequence...
by chulett
Thu Jan 10, 2008 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage dsx issue loading to ClearCase
Replies: 2
Views: 3121

I find that a strange problem as well, remembering the dsx files that I've edited being pretty much 80 character records. Or so. :?
by chulett
Thu Jan 10, 2008 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence issue
Replies: 15
Views: 4165

It is considered to have failed if the 'Automatically handle activities that fail' option is enabled, yes. Simply enough to 'fix', however - the documentation clearly states how you can handle it so the 'automatically' part doesn't kick in. In other words, it only handles it if it thinks you haven't.
by chulett
Thu Jan 10, 2008 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controlling job flow by counting rows in hashed files - ???
Replies: 9
Views: 2234

jdmiceli wrote:Return codes are:
0 = positive row count greater than zero was found
1 = zero row count was found
-1 = error condition of some sort was found

I don't see where this is happening in your code. Without intervention, you get the actual count returned, not simply a zero or a one.
by chulett
Thu Jan 10, 2008 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data insert error in oracle
Replies: 5
Views: 1294

We know, we've seen your other post. Have you run this by your Oracle DBA, see if they can shed any light on the issue?