Search found 19 matches

by Sanket_Saraph
Thu Mar 29, 2007 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to MS Access
Replies: 4
Views: 2195

Hi Kenneth,

Could you please elaborate it, please?

Thanks,
Sanket...
by Sanket_Saraph
Thu Mar 29, 2007 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to MS Access
Replies: 4
Views: 2195

Connect to MS Access

Hi All,

I wanna make connection to MS Access through DataStage PX(7.5.1A), OS: Unix .

Did anyone successfully make it?
I have explored the previous topics but got confused.

Can we connect without Datadirect or is it necessary?

Please give the steps do the same.

Thanks a lot,
Sanket...
by Sanket_Saraph
Wed Mar 28, 2007 10:46 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Tutorial or User Manual on DS SOA
Replies: 0
Views: 2231

Tutorial or User Manual on DS SOA

I am currently working on DS PX in my current project. But my next project requires the Data File to be loaded into Database using SOA feature. I am not aware of the features,functionalities,limitations and implementaion strategy for SOA. Can anyone please provide me with the details and some user m...
by Sanket_Saraph
Wed Mar 28, 2007 10:33 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Datastage Enterprise turorial and user's guide
Replies: 7
Views: 5785

Re: Datastage Enterprise turorial and user's guide

Hi Guys,
I am Currently working on DS 7.x PX edition, needs more info on SOA part as our clients need to implement it and we need to know more about it in details.

Please provide me with more details about it and if there is any User Guide or Tutorial , it wud be great.
by Sanket_Saraph
Mon Mar 19, 2007 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning
Replies: 2
Views: 1335

Warning

Hi,

When I open my Designer/Director/Manager I am getting following warning in windows error message box,

WARNING: Repository interface Tracing is switched ON.

Any idea?

Thanks,
Sanket...
by Sanket_Saraph
Sat Mar 10, 2007 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading the Oracle Table
Replies: 5
Views: 2402

Hi, You need to put alias for start date and end date as follows, SELECT SALES_CYCLE.CYCLE_CODE, TO_CHAR(SALES_CYCLE.BEGIN_DATE,'YYYY-MM-DD HH24:MI:SS') BEGIN_DATE, TO_CHAR(SALES_CYCLE.END_DATE,'YYYY-MM-DD HH24:MI:SS') END_DATE FROM ETL.SALES_CYCLE SALES_CYCLE WHERE SALES_CYCLE.BEGIN_DATE <= sysdate...
by Sanket_Saraph
Thu Mar 08, 2007 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer logic
Replies: 6
Views: 3723

Hi,

You can just put following code in ur constraint to serve ur purpose
num(Field)

num(Field) : Returns True if Field is numeric.
by Sanket_Saraph
Tue Feb 20, 2007 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning with PWD environment!
Replies: 6
Views: 3580

Will you please mention the answer. As I am aslo getting the same warning.
by Sanket_Saraph
Tue Feb 20, 2007 11:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to sequential file
Replies: 8
Views: 2707

If writing to file is not mandatory then you can put copy stage as trash.
by Sanket_Saraph
Wed Dec 13, 2006 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Specify SQL file in Oracle stage
Replies: 0
Views: 1377

Specify SQL file in Oracle stage

Hi DS Gurus,

Instead of writing user defined query under SQL tab in Oracle stage
I wanna specify sql file to read data from Oracle database.

How can I do this?

Thanks,
Sanket...
by Sanket_Saraph
Wed Nov 22, 2006 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage
Replies: 3
Views: 1569

Hi Laxmi, If your data is clean and ready to satisfy the constraints of target table then there is no issue :lol: , using 'Load' method to load data in faster way. Now if you want to insert data by user defined insert query then use upsert method(user defined insert and update). Put your insert quer...
by Sanket_Saraph
Tue Nov 21, 2006 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create a USER
Replies: 10
Views: 4795

Thanks for your replies.

Not exactly getting how to do this.
My DS is installed on the UNIX server and has only default user 'dsadm'.

So, do I need to create one user using UNIX and then link it with DS?
Or by any option in DS client can do it for me?

Thanks,
Sanket...
by Sanket_Saraph
Mon Nov 20, 2006 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create a USER
Replies: 10
Views: 4795

How to create a USER

Hi DS Gurus,

I am using DS 7.5 installed on Sun Solaris.
I want to create one more user for DS jobs development.
How can I do the same?

Thanks,
Sanket...
by Sanket_Saraph
Tue Nov 14, 2006 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The passion of writing PX Routine, not paying off
Replies: 2
Views: 2417

The passion of writing PX Routine, not paying off

Hi DS Gurus, I have written a simple PX routine. For this I wrote simple C code which just returns simple int value. Then compiled the code with gcc & created the object file. Now when I am calling that routine from a PX transformer, getting following compilation error :cry: Transformer_221: Fai...
by Sanket_Saraph
Tue Nov 14, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with DSGetStageInfo
Replies: 7
Views: 3316

Thanks a lot for your replies.

The code is working fine now, but as I mentioned it is returning the numeric values like 8, -7.
I am not able to get the meaning of these codes.
So any upgradation on this front?

Thanks in advance,
Sanket...