Search found 6797 matches

by DSguru2B
Mon Feb 12, 2007 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS rollback not occuring with IPC stage
Replies: 19
Views: 4417

The keyword there is native interfaces where as for odbc, a generic connection handle is used.
by DSguru2B
Mon Feb 12, 2007 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job End Time
Replies: 13
Views: 2552

Where do you want to store the Job end timestamp? You can use system timestamp, you can write a small routine that gets the current timestamp and stores it somewhere or as Craig mentioned, you could get the log file and get the end timestamp of your job.
by DSguru2B
Mon Feb 12, 2007 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job End Time
Replies: 13
Views: 2552

chulett wrote:Or farm it from the log.

'farm it' huh, cool terminology :wink:
by DSguru2B
Mon Feb 12, 2007 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS rollback not occuring with IPC stage
Replies: 19
Views: 4417

You can also get faster loads by increasing the array size.
by DSguru2B
Mon Feb 12, 2007 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job End Time
Replies: 13
Views: 2552

In the after job subroutine you can get the system date and time. That will be the job end timestamp.
by DSguru2B
Mon Feb 12, 2007 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS rollback not occuring with IPC stage
Replies: 19
Views: 4417

Get rid of the IPC stage. Go to the job properties , performance tab, uncheck 'project defaults', check Enable row buffer and choose Inter process. Run you job. See if you still have the rollback problem.
by DSguru2B
Mon Feb 12, 2007 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup On a Lookup
Replies: 4
Views: 921

You cannot do that within a single transformer. Do it in two different transformers.
The result of the first lookup will be fed to the second transformer where in you will do the second lookup.
by DSguru2B
Mon Feb 12, 2007 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Functions
Replies: 26
Views: 7014

Give it your best shot, post your code here and then we can go from there. Its not that hard.
by DSguru2B
Mon Feb 12, 2007 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AsInteger(StringToDecimal(Field1)) producing output -1
Replies: 3
Views: 2287

What is the value when you do StringToDecimal(). Also what happens when you send rtype as 'round_inf' for StringToDecimal() ?
by DSguru2B
Mon Feb 12, 2007 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Export Handling
Replies: 3
Views: 1429

Go to the columns tab, right click on the column that is nullable and hit "edit row". In the properties window you will see 'Nullable'. You can specify the Null Field Value there.
by DSguru2B
Mon Feb 12, 2007 11:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS rollback not occuring with IPC stage
Replies: 19
Views: 4417

Get rid of the IPC stage.
by DSguru2B
Mon Feb 12, 2007 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: same source and target Oracle table
Replies: 4
Views: 819

Oracle has row level locking so you should be fine if you proceed. But a better design would be to unload the table into a flat file/dataset and proceed from there.
by DSguru2B
Mon Feb 12, 2007 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Functions
Replies: 26
Views: 7014

Use strstr() C funtion to locate your string and then do substrings or you can use sscanf() to get the literal you require.
by DSguru2B
Mon Feb 12, 2007 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: funky Unidata error
Replies: 6
Views: 2243

Reset the job and see if any entry "From previous run..." pops up in your log. Post it here for more diagnostic info. Also need more info on your job design.
Is it possible that the database was not available at the time the job was run?
by DSguru2B
Mon Feb 12, 2007 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error while running the job
Replies: 1
Views: 650

Try doing an exact search on keywords "not found in view-adapted input schema".