Search found 320 matches

by mydsworld
Thu May 01, 2008 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web services
Replies: 6
Views: 1841

Each of those 10,000 rows need some kind of lookup thats being offered by a web service.

So, what are the alternative solutions.
by mydsworld
Thu May 01, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP Idoc processing
Replies: 8
Views: 4420

What kind of debugging we can do in RFC connection
by mydsworld
Thu May 01, 2008 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web services
Replies: 6
Views: 1841

Web services

I have a scenario :

Seq File1 -> Web Services Transformer -> Seq File2

Now, if there are 10,000 rows in Seq file1, then in the Web services transformer the web service will be called 10,000 times.
Is it the efficient way to do things or there are any better method available.

Thanks
by mydsworld
Thu May 01, 2008 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Problem
Replies: 11
Views: 3288

Good question.

But I dbout whether DS does it automatically or not.

Any thoughts.
by mydsworld
Thu May 01, 2008 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading excel files
Replies: 6
Views: 2376

I need to load data from xls without converting them into csv.

If I need to create a DSN for xls, I hope it should be at the server and in case of Unix server, how do I create DSN for xls.

Also, what if the xls contain any macro.

Thanks
by mydsworld
Thu May 01, 2008 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading excel files
Replies: 6
Views: 2376

Loading excel files

Please let me know the method of loading an xls doc in DS.Can it be treated as sequential file stage, then with what delimiter.

Or it requires a DSN to be created,in that case which stage to use.

Thanks
by mydsworld
Wed Apr 30, 2008 9:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP Idoc processing
Replies: 8
Views: 4420

Can you please let me know the following :

When we run a DS job with IDOC Load stage, What type of IDOC files are created in the IDOC Data Directory path.

Perhaps that can help me find out whether the DS job is generating the Idocs or not.
by mydsworld
Wed Apr 30, 2008 8:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP Idoc processing
Replies: 8
Views: 4420

Yes, I can not find the Idocs with BD87.

The DS Director (performance statistics) shows job has ran successfully. But Idocs are not created surprisingly.

Please suggest.
by mydsworld
Wed Apr 30, 2008 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP Idoc processing
Replies: 8
Views: 4420

SAP Idoc processing

I have the following problems while working with SAP plug-ins : 1. Though my DS job with Idoc Load stage runs successfully without any error, but the Idocs are not showing in SAP system (have the partner & destination partner profile configured). 2. How to check whether there is Listener configu...
by mydsworld
Tue Apr 29, 2008 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format
Replies: 3
Views: 1081

Where it is to be done, at the DS level or database level.
by mydsworld
Tue Apr 29, 2008 8:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format
Replies: 3
Views: 1081

Date Format

I am trying to generate date in format YYYYMMDD as required by SAP.

Transformation derivation like

StringToDate(DateToString(CurrentDate(),"%yyyy%mm%dd"),"%yyyy%mm%dd")

gives date in the form YYYY-MM-DD

Please advise.
by mydsworld
Tue Apr 29, 2008 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP Error
Replies: 1
Views: 882

SAP Error

Hi,

I have a SAP userid that goes fine with Idoc generation, but when I use the same userid for running a ABAP extract query, it fails with 'CPI-C' login error.The userid is recently given access to SAP, so I am afraid some permission for CPI-C is left out.Can anyone plz help.

Thanks.
by mydsworld
Tue Apr 29, 2008 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Stage Error
Replies: 5
Views: 1018

Thanks.

By 'server' in your reply 'ID used to login the DS must be a member of "mqm" group on the server' do you mean, datastage server or the mq server.
by mydsworld
Tue Apr 29, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control routine
Replies: 10
Views: 2605

Suppose I have a scenario where there is nothing (no stages) in the canvas and I am using only DS Basic codes in Job Control to do a specific work.

In that case, will there be any parallelism.

Thanks
by mydsworld
Tue Apr 29, 2008 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control routine
Replies: 10
Views: 2605

Suppose I have a scenario where there is nothing (no stages) in the canvas and I am using only DS Basic codes in Job Control to do a specific work.

In that case, will there be any parallelism.

Thanks