Search found 42189 matches

by chulett
Mon May 07, 2012 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage
Replies: 3
Views: 1494

The latter seems like the best solution to me... sum them first upstream and then Aggregate them.
by chulett
Mon May 07, 2012 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while loading using ODBC connector
Replies: 2
Views: 1653

Not sure but an exact search for "Only limited schema reconciliation will be performed" returned 8 matches, perhaps something there will help.
by chulett
Mon May 07, 2012 6:38 am
Forum: General
Topic: Query reagarding Sequencer
Replies: 7
Views: 3122

I'm curious how you are going to handle the "once in a lifetime" condition / trigger part of this...
by chulett
Mon May 07, 2012 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Teradata table in the Datastage job
Replies: 10
Views: 6318

Just to be anal, from what Raja posted that 'Replace' option drops and recreates the table in question, it is not being truncated. One would do one or the other, not a combination of the two. :wink:
by chulett
Mon May 07, 2012 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director Job Monitor Status Shows Unknown
Replies: 4
Views: 2019

So... is this a problem with one specific job only? If so, can you describe the job? If not and these are parallel jobs, have you confirmed that jobmonapp is running?
by chulett
Mon May 07, 2012 6:29 am
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 6273

So... what was the resolution?
by chulett
Sun May 06, 2012 6:37 am
Forum: General
Topic: logs about application
Replies: 4
Views: 1591

pandeesh wrote:And also we can have a trap in unix to find our whenever it's shutdown
I've said this before and I'll say it again - a comment like this where you just say "You can do X" isn't really helpful without an explanation of how to do X.
by chulett
Sun May 06, 2012 6:34 am
Forum: General
Topic: logs about application
Replies: 4
Views: 1591

I would imagine they exist in the 8.x world but don't recall them being there in the 7.x release.
by chulett
Sat May 05, 2012 3:04 pm
Forum: DSXchange Testimonials
Topic: Jedi Day
Replies: 3
Views: 8961

Sad to say it took a minute or three to sink in... 5/4/2012... Not just the fourth but May the Fourth... be with you. Secret call-sign of the elusive Lisping Jedi Knights.
by chulett
Sat May 05, 2012 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unprintable characters
Replies: 6
Views: 3545

I'm assuming they already know this since they are successfully doing what is essentially the same thing in Oracle.
by chulett
Fri May 04, 2012 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unprintable characters
Replies: 6
Views: 3545

A combination of the Convert() and CHAR() functions should do the trick, me thinks.
by chulett
Fri May 04, 2012 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with SQL STATE 40003
Replies: 7
Views: 3621

Help yourself - involve support. People here aren't going to be able to dig into your problem and help figure it out like they would be able to do. However, if this "first time" happens every day such that you need to re-run it every day and this is a scheduled run that happens at the exac...
by chulett
Fri May 04, 2012 6:10 am
Forum: General
Topic: cronjob error
Replies: 7
Views: 4331

There's really no reason to be modifying the automatically generated crontab entries DataStage creates. Never mind the fact that they only have this issue with one particular job, all other scheduled jobs are working properly from what they noted. I'd still be curious if "re-doing" the sch...
by chulett
Thu May 03, 2012 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture Skipped records
Replies: 4
Views: 1754

What kind of reject link is it? Meaning, did you check the Reject Link property or are you using a constraint in the link to control what goes there? I'd also be curious what "they are getting skipped" means.
by chulett
Thu May 03, 2012 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in loading to table
Replies: 9
Views: 4741

Go into your job properties and add the environment variable APT_DISABLE_COMBINATION then run your job with that set to True. This will let us know the stage name generating the fatal messages...