Search found 595 matches

by kandyshandy
Fri Feb 17, 2012 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is the functionality of change capture stage
Replies: 4
Views: 2075

chulett wrote:Why not simply read the documentation for that stage?
Craig, i would have asked "can anyone tell me the use of documentation?" ;)
by kandyshandy
Fri Feb 17, 2012 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link Partitioner outputing incorrect number of rows
Replies: 2
Views: 1128

Did you monitor or see performance statistics to check where the rows were dropped?
by kandyshandy
Thu Feb 16, 2012 11:59 pm
Forum: General
Topic: DSParams
Replies: 11
Views: 15552

All i can say is it allowed me to update manually provided I had write permission... ;)
by kandyshandy
Thu Feb 16, 2012 11:51 pm
Forum: General
Topic: How to assign $Var value to Param value
Replies: 15
Views: 4744

Yes. it is.
by kandyshandy
Thu Feb 16, 2012 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dumping dataset to a file
Replies: 6
Views: 2942

do you have permission to execite orchadmin command?
by kandyshandy
Thu Feb 16, 2012 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture changed records.
Replies: 11
Views: 5548

Change apply is not need when you are dealing with tables. It will be useful when you are dealing with datasets.
by kandyshandy
Thu Feb 16, 2012 11:32 pm
Forum: General
Topic: Log to file
Replies: 32
Views: 15485

This single function gives you both start and end event ids for the latest run...

DSGetLogEventIds (JobHandle, 0, "S")
by kandyshandy
Thu Feb 16, 2012 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found in Reject link of Odbc Connector Stage
Replies: 9
Views: 7032

Partheev,

I doubt. I did spend a minute to check this out.

Connected a transfomer -> ODBC Connector -> Seq file (Reject Link).

After defining few dummy columns in ODBC connector, i see them automatically under "columns" tab of Reject link. I see them in the target seq. file as well.
by kandyshandy
Thu Feb 16, 2012 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External source stage skipping blank lines
Replies: 13
Views: 5116

So it is the other way of what you told earlier.

Ok. Is it expecting a backslash infront of the special character? :roll:
by kandyshandy
Thu Feb 16, 2012 3:56 am
Forum: General
Topic: Handling files
Replies: 3
Views: 1531

Did you start writing the script? Google can help you a lot. If you face any specific issue, then people here will help you out.
by kandyshandy
Thu Feb 16, 2012 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with sequential file stage
Replies: 10
Views: 5104

suneyes wrote:am I getting it wrong...
No.. I don't have access to the tool to check it out.
by kandyshandy
Thu Feb 16, 2012 1:48 am
Forum: General
Topic: But when I tried to Adminstrator Run time error 457
Replies: 3
Views: 993

Did you search the forum? I think many have discussed the same issue earlier and someone pointed out the possible cause!
by kandyshandy
Thu Feb 16, 2012 1:40 am
Forum: General
Topic: Log to file
Replies: 32
Views: 15485

There is another way to achieve this...

Use DSGetLogEventIds... To get the details of latest run, just pass 0 as RunNumber ;)