Search found 172 matches

by gsherry1
Thu Mar 30, 2006 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default Partitioning method
Replies: 4
Views: 1410

What if the data was already partitioned, will the join automatically repartition it by my join key? For example. Suppose I have 2 Sequential file inputs which are linked to respective datasets using hash partitioning on key1. Then in second job I have these two datasets as inputs into join stage an...
by gsherry1
Mon Mar 27, 2006 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container - Default Parameter Values
Replies: 2
Views: 914

Shared Container - Default Parameter Values

Hello Forum,

Is it possible to have a parameter to shared container that has a default value? There does not seem be be an area in the container properties section to set this.

Thanks,

Greg
by gsherry1
Fri Mar 17, 2006 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default Partitioning method
Replies: 4
Views: 1410

Default Partitioning method

Hello Forum,

When source is sequential file and I pass this through a transformer with default partitioning methods specified ie 'Auto'. What exactly is done. Is round robin method used, or does it perform hash partitioning by the key fields from my column metadata?

Thanks,

Greg
by gsherry1
Wed Feb 15, 2006 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange behavior using DSSendMail in Basic Transformer
Replies: 3
Views: 1739

Re: Strange behavior using DSSendMail in Basic Transformer

Update: It appears that the Basic Transformer does not access job parameters reliably when in a multi-instance job. In some cases if the job had not been run yet without an invocation id, all parameter references from the job with invocation-id are assigned empty string. In my particular case I was ...
by gsherry1
Wed Feb 15, 2006 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange behavior using DSSendMail in Basic Transformer
Replies: 3
Views: 1739

Hi, Can you concider a work-around like storing all Emails in a table and having a periodical process go over it and send the emails? (you can have a DS job that rund every hour,30 minutes or any other interval you need and send the enails) IHTH, Thanks for your response. That solution would achiev...
by gsherry1
Tue Feb 14, 2006 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange behavior using DSSendMail in Basic Transformer
Replies: 3
Views: 1739

Strange behavior using DSSendMail in Basic Transformer

Hello Forum, I am running a Parallel job that contains a Basic Transformer. This basic transformer is calling DSSendMail. I have observed several strange situations when using this as a multi-Instance job: 1. The emails sometimes fail to be sent out. A network error appears consistent with the send ...
by gsherry1
Tue Jan 31, 2006 1:43 pm
Forum: Site/Forum
Topic: new FREE DataStage forum
Replies: 24
Views: 16660

Is it pure coincidence the the premium content button is shaped and colored like a greenback?
by gsherry1
Tue Jan 31, 2006 12:24 pm
Forum: Site/Forum
Topic: Premium Content
Replies: 26
Views: 20005

Premium Content

Now that we have these Premium Content advertisements, maybe we can start a countdown of active datastage users from


Free Content Follows:


10000 to 0.
by gsherry1
Fri Jan 27, 2006 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error writing to Teradata Enterprise Stage
Replies: 11
Views: 8235

Good feedback, thanks. Is someone going to report this anomaly (and problem) via their support provider? If so can you please post their response here? Enhancement request is tracked under 87666. Their response is that if the following query returns no rows, then the table is considered not writabl...
by gsherry1
Wed Jan 25, 2006 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error writing to Teradata Enterprise Stage
Replies: 11
Views: 8235

Hello Forum, I have also experienced this error while using the Teradata Enterprise stage. I solved by explicitly granting an insert privilege to the table in question. Interesting part was, that even while getting this error, I was able to load using an Teradata API using same ID and password. I'm ...
by gsherry1
Mon Jan 16, 2006 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a Teradata SP in Server Job
Replies: 0
Views: 394

How to call a Teradata SP in Server Job

Hello Forum, What are the feasible/preferred methods of calling a Teradata SP from DataStage Server job? Given that Teradata SP do not return more than one row, I am inserting the result set from the SP into a temp table, and then I had the intention of both calling the SP and selecting from the tem...
by gsherry1
Mon Jan 16, 2006 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call Teradata SP
Replies: 0
Views: 762

How to call Teradata SP

Hello Forum, What are the feasible/preferred methods of calling a Teradata SP from DataStage? Given that Teradata SP do not return more than one row, I am inserting the result set from the SP into a temp table, and then I had the intention of both calling the SP and selecting from the temp table fro...
by gsherry1
Thu Jan 12, 2006 12:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create Plugin
Replies: 3
Views: 1097

Hello Ray, Thank you for your response. My client is using Teradata, and is discouraged by the performance of the Teradata API stage. They are using the API stage in some situations where they are not using MultiLoad because of some extra indexing requirements required by that stage. A improvement i...
by gsherry1
Wed Jan 11, 2006 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create Plugin
Replies: 3
Views: 1097

How to create Plugin

Hello Forum,

How does one go about creating their own Plugin in DS? Is it feasible? Where is the procedures/interface documented? Does anybody have experience in doing this?

Thanks,

Greg
by gsherry1
Tue Jan 10, 2006 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Importing Stored Procedure Definitions from Teradata
Replies: 2
Views: 1951

Error Importing Stored Procedure Definitions from Teradata

Hello Forum, I receive the an error after doing the following: Table Definitions->Import->Stored Procedure Definitions->Ok->Import DSR.MetaGeta(GET.PROC.COLUMNS)(SQLPrepare("{CALL "DQ_CD_INSERT" (NULL,NULL)}")): BCI Error: SQLSTATE=S0002,CODE=-3824,[DataStage][SQL Client][ODBC][N...