Search found 5168 matches

by kumar_s
Tue Mar 06, 2007 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 15946

kduke wrote:One day only on the less colorful logo. Okay?

I ll wait for your next change.
by kumar_s
Tue Mar 06, 2007 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2359

bucks wrote:Thanks kumar and for all the replies,

I have used lengthy procedure for this conversion using function DateFromDaysSince(), using stage var.


Funny thing is, it worked with simple StringToDate(datefield,"%yyyy%ddd").


:lol:

Do you mind marking the post as resolved.
by kumar_s
Tue Mar 06, 2007 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2359

Re: Date Conversion

Hi Mohan,

Iconv/Oconv are BASIC function used in Server jobs, and Basic Transformer in PX jobs which are seldom used.
by kumar_s
Tue Mar 06, 2007 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

chulett wrote:Yes, both - and it depends on whether your scheduling request is a 'recurring' request or not....

Cool :P
by kumar_s
Tue Mar 06, 2007 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

If the issue is the parameter, are you sure you are assigning the prarameter correctly? Hope you know that its case sensitive. Use click option to assign parameter.
If you are all sure about that, to check the value, try "echo #parameter#" and check for output in log.
by kumar_s
Tue Mar 06, 2007 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Performance
Replies: 30
Views: 5036

Couple of things: - It is faster to write to a sequential file than writing to a hashed file. - It is faster to read from a sequential file than reading from the database. P.S. (In most cases) May be because, 1.it need to apply the Hash algorithm for each field 2.Connection to the database need to ...
by kumar_s
Tue Mar 06, 2007 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture Duplicates
Replies: 4
Views: 1501

Or use, Sort stage with KeyChangeColumn and filter those rows with the value 0 for duplicate stream, and 1's for Main stream.
by kumar_s
Tue Mar 06, 2007 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs getting stuck
Replies: 18
Views: 4371

Is your server and client on same machine? What is the version of your Windows? Each type of file system has its own restriction of maximum file size limit. Check if it falls under any of such category. So could you confirm that, if the same job is been processed with less number of rows, it gets pr...
by kumar_s
Tue Mar 06, 2007 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

But OP is confirming that JobMon is running, may be its better to recheck the Environmental variable value, True or False.
by kumar_s
Tue Mar 06, 2007 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to access the Director
Replies: 13
Views: 4185

I had a installation of MCM this morning as well. Went without any issues. Able access all clients wihtout any issues.
Just give a try from Command prompt, execute the director.exe or manager.exe from respective folder.
by kumar_s
Tue Mar 06, 2007 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

Could you clarify my other question, were you able to see the performance statistics from any other machine (apart from the two what you were using) for the same Project, possibly same Job?
by kumar_s
Tue Mar 06, 2007 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2359

Hi and Welcome to Dsxchange :D !!!!!

Try using

Code: Select all

StingToDate(Input.field, "%YYYY%DDD")
by kumar_s
Tue Mar 06, 2007 5:31 am
Forum: DSXchange Testimonials
Topic: Keep up the good work friends!
Replies: 8
Views: 18947

Hi Welcome aboard :D !!!! Career in DWH requires a sound business knowledge of the domain along with analytical skills to identify patterns.There is a lot of demand for DWH specialists. If you find any consultancies, you can find huge opening for Datastage professionals. There are many articles ther...
by kumar_s
Tue Mar 06, 2007 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture reject records in ETL process?
Replies: 15
Views: 7980

As noted, you can try writing into dataset, and later you can convert Varbinary into varchar in Sequential file.
by kumar_s
Tue Mar 06, 2007 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage EE install on nfs mount and active directory
Replies: 1
Views: 683

Hi Bob,

What you mean, "locally and globally."? You mean do you have seperate profile for mount where the installation is?