Search found 46 matches

by premupdate
Mon Aug 07, 2017 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring Generic stage for Change capture operator
Replies: 4
Views: 5071

Re: Configuring Generic stage for Change capture operator

Hi Sir,

Could you please explain elaborately about the below design. For CDC we need two input links....

Below is your flow,

BeforeData --> CE(keys) --> CE (Value) --> CDC --> CI --> target DS

Thanks,
by premupdate
Tue Apr 28, 2015 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length file where last field is variable length
Replies: 4
Views: 2595

Why cant the last field can be split in to two with Nullable yes property and then combine in it further stages,if this schema going to be constant ?

Thanks,
Prem
by premupdate
Tue Apr 28, 2015 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle append method without duplicates entry
Replies: 5
Views: 2914

Hello All,

Found a solution of using the strength of Before SQL in Oracle Stage where it will have a delete statement with extract date in it.So whenever a rerun happens with partial records in table,the before SQL will delete the records with date matching before being inserted.

Thanks,
Prem
by premupdate
Mon Apr 20, 2015 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle append method without duplicates entry
Replies: 5
Views: 2914

Thanks Ray,

But the table dont have an option like timestamp or row id...is there anyway to achieve this.The only column is Extract date where we should have manual interference incase of any issues which is not allowed as per process.
by premupdate
Mon Apr 20, 2015 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle append method without duplicates entry
Replies: 5
Views: 2914

Oracle append method without duplicates entry

Hello Folks, My Job design Job 1: Teradata Table -> TFM -> DataSet Job 2: DataSet ->TFM -> Oracle Requirement: To load all data from TD in to oracle without any transformation or conditions The TD table is temporary table which will get loaded in a daily basis with a truncate and load option. The Or...
by premupdate
Mon Feb 02, 2015 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Table issue
Replies: 1
Views: 2309

Teradata Table issue

Hi ALL, I am facing issue in teradata. Please find the description below and provide the solution to resolve this. how to load teradata table using TPT utility by enabling parallel synchronization. While loading we are facing the issue ISSUE: RDBMS code 2129: cannot read global variable, status = in...
by premupdate
Sun Jul 27, 2014 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header row is missing in ftp enterprise stage
Replies: 3
Views: 3211

Thanks for your help. It is working fine. :lol:
by premupdate
Sat Jul 26, 2014 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header row is missing in ftp enterprise stage
Replies: 3
Views: 3211

Header row is missing in ftp enterprise stage

Hello folks, Job Design: Sequentialfile-->copy-->ftpenterprise stage I want to transfer the file to another server through FTP stage. In file it contains 50 data records and one header record has column name. The target server receives file which has only data records and not header record. Sequenti...
by premupdate
Sat Jun 14, 2014 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage -Multiple update statements - Lock
Replies: 4
Views: 2862

Sorry for the delayed reply. There are some ten update statements for a single table with different where clause and different joins with other tables. First we thought of using multiple ODBC stages as lookups and process these updates.Keeping performance in mind , all update statements are used in ...
by premupdate
Fri Jun 13, 2014 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage -Multiple update statements - Lock
Replies: 4
Views: 2862

ODBC stage -Multiple update statements - Lock

Gurus, Job flow Row generator -----> transformer ------>ODBC stage I have been trying to update a sybase table.There are multiple update statements.(I had used Row generator and transformer for a dummy purpose)Due to restrictions, we are allowed to use ODBC connector stage where we created DSN for s...
by premupdate
Thu Nov 14, 2013 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Multiple files
Replies: 7
Views: 3347

Ray, As the number of source files are dynamic,sometimes 1 file and sometimes 60 files how can i decide the additional loop design to process. Also,the existing process includes fetching data from Teradata table(as reference link).If am using multiple loops,i.e.,same select query will be executed mu...
by premupdate
Thu Nov 14, 2013 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Multiple files
Replies: 7
Views: 3347

Craig,

1) Yes ,the files has to be processed individually.
2)Thanks,I will check this and get back on the outcome.
by premupdate
Thu Nov 14, 2013 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Multiple files
Replies: 7
Views: 3347

Processing Multiple files

Hello All, There is an existing sequencer which process some N number of files and produce N number of outputs daily. Number of Source files are dynamic. It is passing through loop one by one and producing one file at a time.Need help on the following two concerns 1)This process is consuming a lot o...
by premupdate
Tue Jan 15, 2013 11:53 pm
Forum:
Topic: Error while importing CSV file in to Metadata Workbench
Replies: 2
Views: 3572

Error while importing CSV file in to Metadata Workbench

Hi Folks, Am using Metadata Workbench 8.5 and trying to import a CSV file from windows, which is given as Sample import file in the tool itself. File name='Extension_File_Template.csv'. Got the below error. "ERROR: An error occurred while importing the file [IOErrorEvent type="ioError"...
by premupdate
Mon Dec 17, 2012 6:51 am
Forum:
Topic: Data Lineage from a DAT file in Unix box
Replies: 3
Views: 2103

Thanks for the reply.

I cant save my table definition as the metadata comes from a schema file(Parametrized) with RCP enabled.

We need to get run time information with Filepath,Filename,schemafile defined as parameters.