Search found 57 matches

by goriparthi
Tue May 29, 2012 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Huge volume of Data into Oracle table
Replies: 1
Views: 1608

Loading Huge volume of Data into Oracle table

Hi all, we have a job that does a upsert , Job design is to join on XRF table and getting the surrogate key and then loading into oracle table. Now the input data which comes through a set of flat files is about 180 million records (around 20 gb) and the retention capacity of target table is around ...
by goriparthi
Mon May 07, 2012 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unicode conversion failed
Replies: 4
Views: 3649

Re: Unicode conversion failed

Hi All,

The work around was replaced the DRS stage that was being used to read the data to a ODBC Connector and re-imported the metadata, had to import the metadata partially(10 at a time or so) but it worked.

Thanks
by goriparthi
Mon May 07, 2012 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unprintable characters
Replies: 6
Views: 4625

Try This

TrimF(Convert(char(0):char(9):char(10):char(13),'-', ColumnName))
by goriparthi
Mon Apr 23, 2012 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unicode conversion failed
Replies: 4
Views: 3649

Unicode conversion failed

Hi All, i have a DRS stage that is used for extracting data from sql server , couple of the columns are declared as nvarchar in the sql server database. i tried to define them as varchar and unicode as extended in the DRS stage but am receiving this error "[IBM(DataDirect OEM)][ODBC SQL Server ...
by goriparthi
Thu Jul 02, 2009 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Client 7.5.1 Service Pack 3 Issue
Replies: 3
Views: 2541

Hi Craig ,


It worked , issue is with the 7.5.1 Datastage Fix , i installed it it and it worked fine.


Thanks for your Support
by goriparthi
Tue Jun 30, 2009 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Client 7.5.1 Service Pack 3 Issue
Replies: 3
Views: 2541

Any Ideas Please
by goriparthi
Wed Jun 24, 2009 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Client 7.5.1 Service Pack 3 Issue
Replies: 3
Views: 2541

Datastage Client 7.5.1 Service Pack 3 Issue

Hi Guys, I was trying to install Datastage Client 7.5.1 on my machine which has service pack 3 , Installation is done without errors but could not open Director and Manager , Designer and Administrator are working fine Just to give a brief of what happened I recently installed it on my laptop but th...
by goriparthi
Tue Jul 01, 2008 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Lookup
Replies: 3
Views: 2201

Hi,

Ok ,but the examples i saw today is a full 10 digit alpha numerical field
example : 05183207AD same in the source and hashed file , ididnt understand this part , any reason why this can happen
by goriparthi
Tue Jul 01, 2008 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Lookup
Replies: 3
Views: 2201

Hashed File Lookup

Hi, I have a job where i use a hashed file for lookup which has only two coloumns one of them is char 10 field this is the key field and the same field is coming from the source which is also a char 10 field. My problem is there are some records which it throws as reject but the data is there both i...
by goriparthi
Thu Feb 21, 2008 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduled sequencers are not running
Replies: 6
Views: 3242

Hey Guys I got it solved , We have four projects and the rest of the schedules in other projects are running fine with the same cron so i checked the files and found couple of them missing from this project which are dsr_sched.sh and dssendmail_template.txt I have to investigate on why they got dele...
by goriparthi
Wed Feb 20, 2008 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduled sequencers are not running
Replies: 6
Views: 3242

Hi

We just schedule our sequencers in the director, i checked the cron tab it listed the entry for the particular sequencer , when i changed the time it got reflected in the cron tab but its not able to start the sequencer
by goriparthi
Wed Feb 20, 2008 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduled sequencers are not running
Replies: 6
Views: 3242

scheduled sequencers are not running

Hi We have a daily schedule which runs at 5 pm but suddenly it stoppped today, i mean its not able to start at the stipulated time , i have to manually kick off the jobs schedule . This is infact happening with all the sequencers when i tried to test different sequencer. Can anyone shed some light o...
by goriparthi
Thu Jul 26, 2007 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat Files
Replies: 6
Views: 3429

If you are from Mainframes take the cobol copy book (i mean the metadata) ftp it to your pc and save it with .cfd extension. Then create a new table definition from cobol definitions and it automatically generates the table definitions for you. Then do a ftp of your file with binary mode ,just read ...
by goriparthi
Fri Jul 20, 2007 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS job solution arcitecture problem
Replies: 3
Views: 2393

looping sequence

Guys,


Can someone tell me how to post the generated report from a job ,Actually i just want to post one here which can help ArijitS



Thanks[/url]
by goriparthi
Thu Feb 22, 2007 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error viewing oracle stage
Replies: 8
Views: 3068

Check your Paramters if anything is fishy there. If u can view the data from sql plus u shoukd have tns entry, aslo see if u have select permission enabled for ur datastage id on that table