Search found 3329 matches

by Sainath.Srinivasan
Mon Jun 22, 2009 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Help_ My jobs aborted in the middle of loading
Replies: 9
Views: 1966

In short, if you take out the first 37 records from input, will the resulting flow work lead to full load?
by Sainath.Srinivasan
Mon Jun 22, 2009 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: whitespace between two words
Replies: 13
Views: 3668

Steps B and D are identical but yet said to result in different values.

Are you using any stage variables and derivations in them?
by Sainath.Srinivasan
Mon Jun 22, 2009 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: whitespace between two words
Replies: 13
Views: 3668

Can you list the derivation of the target column tracing from its source. Something like Craig asked.
by Sainath.Srinivasan
Mon Jun 22, 2009 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: whitespace between two words
Replies: 13
Views: 3668

What if you get the link from very first transformer without any derivation ?
by Sainath.Srinivasan
Mon Jun 22, 2009 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Help_ My jobs aborted in the middle of loading
Replies: 9
Views: 1966

Craig,

Being Server edition, I did think about deleting or including a constraint to skip 37.

But that is on the assumption that the target is direct load of source with no other dml or "prev-next" included.
by Sainath.Srinivasan
Mon Jun 22, 2009 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Help_ My jobs aborted in the middle of loading
Replies: 9
Views: 1966

Are you saying that it had happened or you want to prevent such happening? Unless there is any metadata related information to locate records affected by current load, you cannot restart from failure. Alternatively you can set the commit size to zero to ensure that it is everything or nothing. There...
by Sainath.Srinivasan
Mon Jun 22, 2009 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: whitespace between two words
Replies: 13
Views: 3668

Removing trailing spaces is default property for Varchar.

Branch the result immediately after Oracle source and check the result.
by Sainath.Srinivasan
Mon Jun 22, 2009 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i query on flat files
Replies: 13
Views: 3213

Priyadarshi, Using ODBC drivers for text files may be simpler option. Creating external tables in Oracle is not straightforward. You have several hurdles to clear - such as create oracle directory, grant priv to the user, create external table ddl, grant select to the user. Also this must be visible...
by Sainath.Srinivasan
Mon Jun 22, 2009 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BuildOp
Replies: 1
Views: 551

Try commenting doTransfer.

Also check default properties for data transfer.
by Sainath.Srinivasan
Mon Jun 22, 2009 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-existent field issue
Replies: 7
Views: 14159

What is the source of the 'missing' column?

If it is SQL, can you post the SQL here?

If it is from DataSet, can you check whether it has the mentioned column?
by Sainath.Srinivasan
Fri Jun 19, 2009 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-existent field issue
Replies: 7
Views: 14159

Trace it back from the modify. You appear to be missing the mentioned column.

Is the source from user-defined SQL?
by Sainath.Srinivasan
Wed Jun 10, 2009 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete file using afterjobroutine
Replies: 7
Views: 1997

Create a seq file as output from the job with your condition and output as "del A.txt" or "del B.txt"

In the post-job, execute the resulting script file.
by Sainath.Srinivasan
Tue Jun 09, 2009 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting Dataset file
Replies: 4
Views: 1174

What do you wish to achieve? How will you control which part of the dataset you will use in a job?

If it is just the size of partitions, you can copy the dataset using orchadmin into different configuration. But that is not straight-forward.