Search found 15603 matches

by ArndW
Sat Jul 26, 2008 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Scheduled in Director not running on PROD server...
Replies: 1
Views: 699

This has happened several times to different people in this forum. The most common cause is that insufficient access rights are allocated to the user that actually performs the AT function. If you look at your entry, what userid and password have you specified?
by ArndW
Sat Jul 26, 2008 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp value comparision in transformer
Replies: 4
Views: 1351

Are you certain that this is a Server job, as the subject line and forum indicate Server yet the functionality you have described doesn't exist in server jobs.
by ArndW
Sat Jul 26, 2008 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(0),1: Field 'EWO' from input
Replies: 2
Views: 2050

In addition to checking your derivations, remember that stage variables don't allow nulls and you might be getting your error there.
by ArndW
Sat Jul 26, 2008 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To perfrom Case like operation
Replies: 3
Views: 1086

There is no case statement in a Transform stage, you need to use an IF-THEN-ELSE construct. There is a Switch stage that you can look into.
by ArndW
Sat Jul 26, 2008 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when compiling or saving jobs
Replies: 5
Views: 2143

And if it isn't XMETA, then can you try doing this same operation from a colleague's workstation - perhaps there is something different on your PC.
by ArndW
Sat Jul 26, 2008 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To perfrom Case like operation
Replies: 3
Views: 1086

The INDEX() Function is correct; but use "INDEX(FKPOSSTR_IN.SEC_CODE,'.AX',1)" instead. The "2" that you used tells INDEX to use the 2nd occurrence position, and if it doesn't occur twice then the returned value will always be "0", which equates to "False".
by ArndW
Thu Jul 24, 2008 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not find input field "sqlcode"
Replies: 7
Views: 1933

The output reject link of your Oracle stage should have "sqlcode" as an integer column, is that correct? Are you writing straight to a sequential file or going through another stage?
by ArndW
Thu Jul 24, 2008 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not find input field "sqlcode"
Replies: 7
Views: 1933

that makes sense, the "sqlcode" is added in the reject link so that you can analyze the error cause. Which stage is giving this error?
by ArndW
Thu Jul 24, 2008 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not find input field "sqlcode"
Replies: 7
Views: 1933

What are your column definitions and it would seem you are using user-defined SQL, so what do you have there?
by ArndW
Thu Jul 24, 2008 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 to Datastage Special Character Issue
Replies: 3
Views: 2067

In this case it might be easier, since the conversion is only happening in one place. What character set is your DB2 set to?
by ArndW
Thu Jul 24, 2008 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 to Datastage Special Character Issue
Replies: 3
Views: 2067

do you have DataStage with NLS installed?
by ArndW
Thu Jul 24, 2008 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateToString format "dd-Mon-yyyy"
Replies: 4
Views: 13231

It might be easiest to take this step-by-step with an example. What is a value and datatype of the input value?
by ArndW
Thu Jul 24, 2008 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming the CATEGORY in the Repository
Replies: 10
Views: 3205

The lesson learned is that you should only use the approved methods in the client tools. Revert and try again.
by ArndW
Thu Jul 24, 2008 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute DSJOB Command Remotely
Replies: 6
Views: 3783

This means it couldn't find your local "dsjob.exe" on your PC. You will need to add your dsjob.exe to your PC environment's path or explicitly code the location into your .bat program.
by ArndW
Thu Jul 24, 2008 7:10 am
Forum: General
Topic: Cannot get rejected Oracle records to post to reject file
Replies: 13
Views: 6995

I can't check this now,but would be surprised if that failed conversion didn't go down the reject link. Perhaps the easiest solution is to use a date type in the DataStage and capture the invalid date in the job.