Search found 42189 matches

by chulett
Thu Feb 16, 2012 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is the functionality of change capture stage
Replies: 4
Views: 1382

Why not simply read the documentation for that stage?
by chulett
Thu Feb 16, 2012 8:01 am
Forum: General
Topic: Log to file
Replies: 32
Views: 12015

pandeesh wrote:Don't feel that i am hijacking the thread. I am trying to provide the proper solution for badra(the same issue i have faced earlier).
I know, I know... just your normal hijacky way of helping out. :wink:
by chulett
Thu Feb 16, 2012 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting an error while writing or updating the access db
Replies: 1
Views: 1797

We know, you already posted that in your other post. In your shoes, I would take that question to your official support provider.
by chulett
Thu Feb 16, 2012 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin1 not initialised
Replies: 3
Views: 1836

So, do you have the NLS mismatch as noted? If version 8.5 is installed with NLS option and version 7.5 is not, then run ds_nls_run_off.bat in the specific project folder, and then re-run ds_nls_on.bat in the specific project folder to resolve the issue. Just to be anal and depending on how you searc...
by chulett
Thu Feb 16, 2012 12:31 am
Forum: General
Topic: Log to file
Replies: 32
Views: 12015

Also be more careful with your variable names, "valid" and "Valid" are two different variables.
by chulett
Wed Feb 15, 2012 2:07 pm
Forum: General
Topic: Log to file
Replies: 32
Views: 12015

mdbatra wrote:Is there any way in BASIC to fetch the log based on the start and end time ?
From what I recall the answer is yes, but I don't have my documention handy to check at this moment.
by chulett
Wed Feb 15, 2012 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDate function not returning 1 or 0
Replies: 4
Views: 5817

The lesson to take away from this is to first check to see if your string is valid and then convert it only if it is in fact valid. Converting and then checking is too late.
by chulett
Wed Feb 15, 2012 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: some jobs not running after upgrading to IS 8.1 from 8.0.1
Replies: 4
Views: 10059

Many times problems or loopholes are corrected in an upgrade and things that people thought were 'working fine' no longer do, meaning they never really worked properly in the first place. ps. Next time, post once in the proper forum rather than repeating your post in multiple forums. I removed the o...
by chulett
Wed Feb 15, 2012 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting LONG datatype from Oracle connector
Replies: 3
Views: 2264

The LONG datatype has never been supported. They are painful to work with in SQL, never mind an ETL tool.
by chulett
Wed Feb 15, 2012 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Source Data by Key
Replies: 4
Views: 1497

If you literally mean a constraint, that won't affect your Oracle data being sourced. You'd need to use the date in the where clause in order to leverage your index and only source the appropriate records.
by chulett
Wed Feb 15, 2012 8:42 am
Forum: General
Topic: Log to file
Replies: 32
Views: 12015

The only way to know would be to open a support case. If you are seeing this behaviour across multiple jobs (rather than just a specific one) then that would be the next step that I would suggest.
by chulett
Wed Feb 15, 2012 8:07 am
Forum: General
Topic: Log to file
Replies: 32
Views: 12015

Yes, so you'll need to get a handle to that other job and use that rather than DSJ.ME and release it when you are done.
by chulett
Tue Feb 14, 2012 10:13 am
Forum: General
Topic: Getting JobStatus in After-Job Subroutine
Replies: 7
Views: 1761

So, out of curiousity, do you actually do validation runs or is this mostly just an academic question?
by chulett
Tue Feb 14, 2012 8:29 am
Forum: General
Topic: Getting JobStatus in After-Job Subroutine
Replies: 7
Views: 1761

The question is quite clear, however I for one don't have an answer. If you've found that checking the interim status doesn't differentiate between those two end states, I'm not sure how else you would go about it. Not saying it can't be done, just that off the top of my head I don't know how. Never...
by chulett
Tue Feb 14, 2012 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variables reset to initial value
Replies: 7
Views: 2668

chetan.c wrote:Trying to have a better understanding of stage variables so asked. :)
No worries, just wanted to make sure there wasn't an actual problem lurking under there. :wink: