Search found 16 matches

by Saad
Wed Jun 24, 2009 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Job failed
Replies: 0
Views: 1378

Loading Job failed

Hi All, I've been trying to load data through Teradata Parallel Transporter (TPT) stage but every time it fails with following error message TeradataLoad,0: [IIS-CONN-TERA-005029] Unable to continue because another instance encountered an error (CC_TeraDBStatement::dbsExecute, file CC_TeraDBRecordDa...
by Saad
Wed Apr 15, 2009 4:39 am
Forum: General
Topic: Exporting Project level Director log
Replies: 6
Views: 4731

Thanks for sharing this link
by Saad
Wed Apr 15, 2009 3:24 am
Forum: General
Topic: Exporting Project level Director log
Replies: 6
Views: 4731

I can understand limiting the information out of log file, and to store only information which is more relevant (rows processed/rejected) but this requires a complete framework of storing metadata inside database alongside data itself. My intention of asking this question was that what if metadata p...
by Saad
Tue Apr 14, 2009 11:19 am
Forum: General
Topic: Exporting Project level Director log
Replies: 6
Views: 4731

Exporting Project level Director log

Hi All,

I was interested to know if we can export log against all the jobs under a single project. I can manually save logs against individual jobs, just that it's not practical to export log of hundreds of jobs that way.

Regards,

Saad
by Saad
Wed Dec 31, 2008 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variable length records loading to multiple tables
Replies: 11
Views: 3690

Well you can make use of Multiload multiple layouts in this case. You can define all the different layouts in a single script and based upon the value of first 2 characters jump to different labels in the script. One of the limitations using multiload is that import task can do multiple data insert,...
by Saad
Wed Dec 03, 2008 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting all the jobs of a sequence
Replies: 3
Views: 1943

I don't know if there is an easy way but you can simply look out for dependency of the sequence and find all the jobs that have been used through Manager. Then select all the jobs from one folder to other (or put all the jobs in 1 common folder) and keep on exporting it in the same dsx file (by appe...
by Saad
Tue Nov 11, 2008 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Week Number in Quarter
Replies: 8
Views: 4301

Ray, you seem to second your thoughts at the moment :wink:
by Saad
Tue Nov 11, 2008 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Week Number in Quarter
Replies: 8
Views: 4301

I agree with Mike, in most of the cases there is always a calendar table defined for business related queries. You can simply fetch the records from that table joining on the date, this way you'll not need to define the business rule again.

Regards,

Saad
by Saad
Thu Nov 06, 2008 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding New Job Parameter from PX routine
Replies: 9
Views: 4740

We implemented a similar scenario at one of our projects where we had to dynamically assign a new table for different set of months. The approach we adopted was to call that job through another sequence in which we used to loop around generating the next month and then calling the same job again. We...
by Saad
Thu Nov 06, 2008 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Stage Custom Query
Replies: 2
Views: 2390

Re: Teradata Connector Stage Custom Query

Just wanted to update everyone, there is no direct solution to this problem at the moment. May be a patch is required for this by IBM. Anyhow we have implemented a workaround and that is to do the FORMATting of the columns in a view, we create this view in Before-Sql tab, use it in our query and the...
by Saad
Thu Nov 06, 2008 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem
Replies: 7
Views: 3116

Re: Performance problem

Can you give some more information about your job structure, like it source stages, intermediate processing stages and finally where actually you're inserting/writing data ?

Saad
by Saad
Wed Oct 29, 2008 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Stage Custom Query
Replies: 2
Views: 2390

Teradata Connector Stage Custom Query

We're facing a peculiar problem while exporting data through Teradata Connector Stage. The problem is that when we try to enter custom query in the "Select Statement" field it gives warning in a dialog box "Expecting : Symbol of type: row_value_constructor". I tried to figure out...
by Saad
Thu Apr 10, 2008 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String to Date Format
Replies: 11
Views: 4211

Kumar,

Try inserting the record simply using Iconv(Input._DT, "DMYD"), actually this generates an internal value which Teradata recognizes and inserts properly. We had been doing this in one of our projects.

Regards,

Saad
by Saad
Mon Apr 07, 2008 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insight for Project Review
Replies: 5
Views: 2474

Thanks Ray for a very thorough and useful insight. This will definitely help us in our new assignment.

Saad
by Saad
Mon Apr 07, 2008 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insight for Project Review
Replies: 5
Views: 2474

Ray, Thanks for sharing your views. Actually by 'Review' i mean that we are going to do the Audit of an existing ETL implementation. We would be looking into certain areas as mentioned in my email and then recommending based upon our findings. What I would like to know are other related areas of imp...