Search found 63 matches

by shershahkhan
Mon Nov 03, 2008 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character warnig in datastage
Replies: 4
Views: 6675

I don't know how it the characters works in SQL Server but i was facing the same type of issue in Teradata, to solve the issue use the character set ibm-1051_P100-1995, use the one that is used in SQL server and that will solve the issue
by shershahkhan
Mon Nov 03, 2008 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding New Job Parameter from PX routine
Replies: 9
Views: 4726

I have a shared container and which is called from many jobs at the same time, i am trying to create a temp table and wants its name to be unique(Using Teradata Connector stage in PX and Teradata MLOAd in server job), as far as i know i can't parametrize table except using Job parameter. I am lookin...
by shershahkhan
Mon Nov 03, 2008 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding New Job Parameter from PX routine
Replies: 9
Views: 4726

Adding New Job Parameter from PX routine

Is it possible that i call a PX routine and inside that routine i add a new parameter to the job in which this routine is called and set its value, Also how to change the Job parameter value when the job is running? I am facing this problem in migrating PX shared container and i want to create uniqu...
by shershahkhan
Mon Nov 03, 2008 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata String conversion Warnings
Replies: 10
Views: 14523

I enabled LATIN1_0A on Teradata and use the same characterset in Teradata connector stage and its working fine now, the warning are not coming out now.
by shershahkhan
Mon Nov 03, 2008 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with exporting characters from Teradata connector
Replies: 2
Views: 2444

UTF also works but i wanted to check it 8 bytes per character will work or not because in the Database table it was also 8 bytes per character, i enabled LATIN1_0A on Teradata and use the same characterset in Teradata connector stage and its working fine now
by shershahkhan
Thu Oct 30, 2008 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Read/Write issue
Replies: 7
Views: 8660

Thanks toshea i already did the reject link solution, but its giving a problem, here is what i did in the job 1) Insert into a temp table(Natural Keys) 2) In the after SQL, generate Surogate key for these natural keys in a specific way, then update some tables 3) Reject the rows on success 4) Lookup...
by shershahkhan
Wed Oct 29, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Read/Write issue
Replies: 7
Views: 8660

Constraint is i have to use the same shared container
by shershahkhan
Tue Oct 28, 2008 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Read/Write issue
Replies: 7
Views: 8660

Teradata Connector Read/Write issue

I have to redesign a shared container, and in the shared container i have to first insert in a table through Teradata connector stage and then export some data once the insert is compete, but in Teradata connector i can't read and write at the same time. Is there any way i can insert the data first ...
by shershahkhan
Tue Oct 28, 2008 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD Enterprise stage replaced with TD connector stage issue
Replies: 3
Views: 2156

Have to reopen as Schema reconcilition -> unused feild action = drop does not work although i thought that is what documentation says. Have done a workaround by using a modify stage and added the drop column specification. Please let me know if there is a direct way of droping the column ?
by shershahkhan
Wed Oct 22, 2008 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD Enterprise stage replaced with TD connector stage issue
Replies: 3
Views: 2156

I make it work : Schema reconcilition -> unused feild action = drop
by shershahkhan
Wed Oct 22, 2008 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD Enterprise stage replaced with TD connector stage issue
Replies: 3
Views: 2156

TD Enterprise stage replaced with TD connector stage issue

Orignal Job: Target Stage = TD Enterprise stage RCP = ON Silently Drop Column = TRUE Changed Job Target Stage = TD Connector stage RCP = ON PROBLEM The jobs is dynamic job can be called for different tables i am looking for any option which can be used if there are extra columns coming from income ...
by shershahkhan
Wed Oct 22, 2008 2:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata String conversion Warnings
Replies: 10
Views: 14523

If these are not harmful why are they shown as warning in the first place? any particular casting that can be done to remove these warning rather then suppressing them? Secondly how to make them information at project level and whats the procedure to move these handlers to other envirnoment when the...
by shershahkhan
Sat Oct 11, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector and sync table
Replies: 2
Views: 2911

There table is somewhat similar to Tera_Sync table, but Tera_sync table is only used for Teradata Enterrpise stage. You can give any name like TPT_Terasync, this table once create you will see that Tera_Sync table feilds are a subset of this table it also contain some more fields. You can give one n...
by shershahkhan
Mon Oct 06, 2008 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Feild Read in Routine
Replies: 0
Views: 584

Password Feild Read in Routine

I am trying to run before routine which is reading the parametrs values StatusId = JobName:'.':STAGECOM.WAVE.NUM Readv ParamValues From DSRTCOM.RTSTATUS.FVAR, StatusId, JOB.PARAM.VALUES On Error Release DSRTCOM.RTSTATUS.FVAR, JobName On Error Null Call DSLogFatal('File read error for ':StatusId:' on...
by shershahkhan
Mon Oct 06, 2008 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Observation in Teradata Enterprise Stage
Replies: 2
Views: 1250

When you will use Append mode to insert data into the final table, Enterprise stage create a working table, all the rows are written into that table thats what the log is saying Rows written: 153,027,180. After this step the data is copied to target table using the following query INSERT INTO TARGET...