Search found 42189 matches

by chulett
Thu Jul 15, 2010 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the Row Count
Replies: 15
Views: 4971

"jobname.$JobName"? :? That should be the name of the first job, either hard-coded or you can use that syntax if "jobname" is the name of the first Job Activity stage. How are you handling the downstream jobs, trigger expressions? If so can you post them? If you are unsure what y...
by chulett
Thu Jul 15, 2010 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Classifying Link Types as Source, Reference and Reject
Replies: 10
Views: 5690

And what 'same problem' would that be, exactly?
by chulett
Thu Jul 15, 2010 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds 8.1 not found for valid hash lookups???
Replies: 7
Views: 2261

Have you tried creating the hashed file with Varchar keys? And can you please verify that whatever column layout was used to create / populate the hashed file is identical to the columns used in the lookup?
by chulett
Thu Jul 15, 2010 9:58 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to take the backup of IADB
Replies: 4
Views: 1749

Sounds like a google for "how to backup db2 database" is in order. I'm sure whatever you'd need is already there.
by chulett
Thu Jul 15, 2010 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autosys to stop DS job
Replies: 14
Views: 7269

As long as you don't make me tell bad jokes too, I'm cool with that. :D
by chulett
Thu Jul 15, 2010 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds 8.1 not found for valid hash lookups???
Replies: 7
Views: 2261

There are only so many things that cause a hashed lookup to fail when you think it shouldn't. First and foremost is a data mismatch as noted, primarily a string trimming issue. Second is typically from using different metadata in the lookup when compared to how the hashed file was created - people s...
by chulett
Thu Jul 15, 2010 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Formatting Issues
Replies: 5
Views: 1587

Hmmm... did you generate all of the 'child' bits as chunks? They shouldn't have anything header-wise before the final merge.
by chulett
Thu Jul 15, 2010 7:51 am
Forum: Site/Forum
Topic: Problem with posting.php
Replies: 11
Views: 9317

Still happens... and now that I have The Power, I clean them up as I find them. :wink:
by chulett
Thu Jul 15, 2010 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot connect to Oracle database
Replies: 6
Views: 8906

I'd wager you are missing a soft link from where the file actually is to where DataStage is expecting to find it. I've seen it, the solution is posted here somewhere or you can involve your official support provider.
by chulett
Thu Jul 15, 2010 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running a job for multiple file from specific folder
Replies: 24
Views: 5853

My Sequence job is like from CSV file1-->transformer-->database table and my loop is designed as Start loop-->call the sequence job-->end loop in start loop I manually added file names as file1.csv,file2.csv.......etc i.e separated by comma And? It's been long enough that I have no idea what your q...
by chulett
Thu Jul 15, 2010 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: Heap allocation failed - SCD DataStage 8.1.2
Replies: 5
Views: 3926

This sounds completely different to me, what with connectors for source, lookup and target. Increasing the heap size is probably just delaying the inevitable and sounds more like a workaround than a solution to me. [shrug]
by chulett
Thu Jul 15, 2010 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: Heap allocation failed - SCD DataStage 8.1.2
Replies: 5
Views: 3926

Could be a bug with the Connector stage, me thinks.
by chulett
Thu Jul 15, 2010 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell command new line issue
Replies: 2
Views: 1241

Post your syntax and (for grins) specify your operating system.
by chulett
Thu Jul 15, 2010 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Opened Sessions are not closing in SQL Server
Replies: 3
Views: 1523

OK, if that's the case then you need to have a chat with your DBA.