Search found 107 matches

by rkdatastage
Mon Nov 28, 2005 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 20143

hi
you can export the job in two ways
1. By using datastage manager
2. By using dsexport command from the command prompt

what is the problem u are facing from the command prompt

/../datastage7.5/dsexport /job=<jobname> <projectname> <Target DSX path>

This is working fine

RK
by rkdatastage
Thu Nov 24, 2005 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Join the multiple Database sources
Replies: 5
Views: 1769

Hi
here when u are going to work with hetrogenous data sources
there is no direct stage where u can connect and extract data. you have to manually design the logic and extract the data. i think this feature has to be inculded in coming versions of datastage.

RK
by rkdatastage
Thu Nov 24, 2005 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sheduling tools for Datastage
Replies: 7
Views: 2476

Thanking you paricipants for your response

RK
by rkdatastage
Thu Nov 24, 2005 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to import project
Replies: 3
Views: 1718

unable to import project

Hi

i am encountered an error while importing a project from the command prompt.
the error messages is :
Failed to connect to host: 192.168.10.137, project: sap_sales
(Invalid account name supplied (39129))
any one have idea pls let me know
thanks in advance
RK
by rkdatastage
Thu Nov 24, 2005 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call a DS job from shell script
Replies: 4
Views: 1662

Hi
you can call ds job from shell script or batch file in windows.
DSjob -run project_name job_name
hope this will work for you

RK
by rkdatastage
Thu Nov 24, 2005 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sheduling tools for Datastage
Replies: 7
Views: 2476

Hi KCBland

In which situation can i use third party scheduler.
when can i schedule jobs using ds scheduler or any third party scheduler.
what are the other advantages when we go for third party scheduler.

Thanks in advance

RK
by rkdatastage
Wed Nov 23, 2005 2:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retrieve job variable from sequencer
Replies: 7
Views: 2589

Hi Srinagesh

your response to the query is appreciable.Thanks for your reply

RK
by rkdatastage
Wed Nov 23, 2005 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Error
Replies: 3
Views: 1632

This message is often seen in corrupted projects. Did anything go wrong during the upgrade or import into this project? Which of the tools is giving you the error (Director, Designer, Manager) or does it happen with all three? Hi Arndw can you give me suggestion that why you are asking this question...
by rkdatastage
Wed Nov 23, 2005 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do we have Parallel extender support in Windows version
Replies: 2
Views: 1287

Hi

You can not run any version of DS EE except version 7.5x2 on a Windows platform, and it is only supported on Windows 2003 Server. Some have been able to get it to run on XP Pro, but that is not supported

RK
by rkdatastage
Wed Nov 23, 2005 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issues
Replies: 10
Views: 4058

Hope u are fine with the design in my view try to concentrate on performance area like the transaction size , array size. check whether u are able to connect to database for all the oci stages. why u are not using hash file stage , what is the problem .In general performance wise its better to use h...
by rkdatastage
Wed Nov 23, 2005 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle different DB schemas for Dev, Test and Prod
Replies: 6
Views: 2276

Hi

you can use job parameters which can implies to the database connection , user id , password. its better to use dynamic parameterization rather than static parameters


RK
by rkdatastage
Tue Nov 22, 2005 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version of new IBM Web Sphere Datastage
Replies: 4
Views: 1820

Hi

The version which is latest in the market is 7.5x
expecting release of Version 8 in near future

RK
by rkdatastage
Tue Nov 22, 2005 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: subroutines
Replies: 5
Views: 3384

Hi sarvan

As per the previous discussion you might have got some inputs from the Participants.
From my end regarding update strategy you can find the different update actions while using OCI Stage or ODBC Stage. use the appropriate update action as per your requirement

RK
by rkdatastage
Tue Nov 22, 2005 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to write subroutine for date convertaion
Replies: 5
Views: 2568

Hi

You can solve this by using the builtin functions like ICONV and OCONV

where you can convert the date as per your requirement.

Hope your problem be solved

RK
by rkdatastage
Tue Nov 22, 2005 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in sequencer job
Replies: 4
Views: 1739

Hi

You can set the Sequencer Mode to "Any" . IF any of the jobs u have connected to the sequencer run without fail then the control will pass to the next Stage on the Sequencer . But you have to design the job such a way that if any job aborts it should be notify you .

RK