Search found 68 matches

by HariK
Thu Aug 19, 2010 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get records rejected from reference link
Replies: 6
Views: 2720

The other way is to use the refernce input as source or use join stage full outer join instead of lookup
by HariK
Tue Aug 17, 2010 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to fire an update query using datastage job?
Replies: 23
Views: 17777

What is the array/transaction size you have set for delete operation?
by HariK
Tue Aug 17, 2010 1:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link collector
Replies: 11
Views: 6504

The Link collector Stage can be used independently if you have set the row buffer inter process property active in job properties. from what I recall what Link collector does is an SQL 'UNION ALL' functionality not the SQL 'UNION' functionality. So you might have to design your job to remove duplica...
by HariK
Mon Aug 16, 2010 2:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to delete data using datastage job?
Replies: 5
Views: 4185

Re: how to delete data using datastage job?

What do you want to delete. delete all the records or just one record?
What is your target?
by HariK
Thu Aug 12, 2010 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the excel data in MS Acess database using DS
Replies: 4
Views: 1574

Access database do use tables. Even Excel worksheets can be read as tables. I thought you were using some macroes kind of stuff to get data in Excel to Access and then using the Access file as source in DS job.

But as mentioned by Craig, you can use ODBC stage to access both of them.
by HariK
Fri Aug 06, 2010 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting less spaces in viewing the data from seqfile
Replies: 13
Views: 5215

can you check if there are any hidden characters in file on UNIX.

cat -v filename

also check character count on the file to see if it matches with the length you foun from DataStage
by HariK
Fri Aug 06, 2010 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicates of logical key loaded into dimension table
Replies: 13
Views: 6654

I am considering Buskey 51 for example BusKey|ChangeKey|StartTS K1|Data2|2010-07-30 09:12:12 K1|Data3|2010-07-30 11:12:12 union with existing dimension data BusKey|ChangeKey|StartTS K1|Data1|2010-07-19 09:12:12 if required add remove duplicates stage here based on data analysis. then sort on Buskey(...
by HariK
Mon Jun 14, 2010 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup input variable NOTFOUND not working
Replies: 1
Views: 1309

lookup input variable NOTFOUND not working

Hi, The job description is as follows Source -- DRS for SQL server Reference -- DRS for SQL server Transformer -- performing lookup operation Target -- DRS for SQL server I am using lookup input link variable NOTFOUND(=0) in transformer constraint to segregate records which has a match from which do...
by HariK
Fri Feb 12, 2010 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Plug-in requirements
Replies: 4
Views: 2574

The issue has been resolved.

The solution is very trivial. may be that is the reason we overlooked it. The plug-ins were nt working because the PATH variable was not updated.
by HariK
Wed Feb 10, 2010 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Plug-in requirements
Replies: 4
Views: 2574

No.. I will get the clients installed.
Is there anything else nees to be taken care of such as updating dsenv, restarting the server etc..
by HariK
Wed Feb 10, 2010 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Plug-in requirements
Replies: 4
Views: 2574

Teradata Plug-in requirements

Hi, What are the requirements for teradata plug-in stages in Server 7.5.2 version. The plug-ins are registered on manager, which are also visible in pallete. When I try to import table defintion using 'Plug-in Meta Data Defintions' option and selecting Teradata, it gives below error. Unable to initi...
by HariK
Wed Dec 23, 2009 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00942: table or view does not exist
Replies: 15
Views: 18129

Siva..Check if you have any open query(pre load) in target stage.
it could be possible that this is added in development for testing purposes.
by HariK
Thu Oct 29, 2009 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate table
Replies: 6
Views: 2269

If you want to truncate then why do it in first job.
you can do the same as well in second job either by using any of the solutions mentioned above or simply using the Load method with truncate option.
by HariK
Wed Oct 28, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Geting warning's in decimal conversion
Replies: 11
Views: 4280

You can check if the particular warning is downgraded to information or suppressed from log on 7.5 V. If it is the case then you can do the same in 8V.
The mentioned activity is done on director. not sure whether it will get migrated when upgraded from one to other.