Search found 22 matches

by sambarand
Mon May 10, 2010 2:03 pm
Forum: General
Topic: Calling a DataStage job from a java program
Replies: 7
Views: 12099

Hello Niremy

Thanks allot for the information ... any advise on the options we have for managing the password used to logon to the remote server ?
by sambarand
Thu May 06, 2010 9:34 am
Forum: General
Topic: Calling a DataStage job from a java program
Replies: 7
Views: 12099

Calling a DataStage job from a java program

Hello

could you please share the details of how you used the ssh connection to invoke the datastage job on the remote server.

Thanking you in advance.
by sambarand
Wed Sep 23, 2009 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP dataset
Replies: 7
Views: 4708

Thanks all for your suggestions..
by sambarand
Wed Sep 23, 2009 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP dataset
Replies: 7
Views: 4708

we want to copy the dataset from one server to another..
by sambarand
Wed Sep 23, 2009 1:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP dataset
Replies: 7
Views: 4708

FTP dataset

Is there a way to use orchadmin or other unix utility to ftp a dataset from one server to another? If so, what is the command?
by sambarand
Tue Jul 07, 2009 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2API plugin GUI changed
Replies: 3
Views: 2118

DB2API plugin GUI changed

Hi, We are using DB2 API stage in our 8.0.1 jobs. One day, the stage property(GUI)started looking a little different and it slows down work for us. It started looking something similar to a folder stage property tab. The original GUI is restored when this job is exported and imported to a new projec...
by sambarand
Mon Jun 15, 2009 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to date in modify stage
Replies: 3
Views: 5157

Try using this :

Dt_of_extrcn:date = date_from_string(Dt_of_extrcn)

Make sure the input data type is of Varchar and output data type is Date for this column .
by sambarand
Tue May 26, 2009 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to import the table metadata from Oracle Database
Replies: 6
Views: 5101

Thanks for your reply.

Our Datastage is 32 bit, so in the LIBPATH we have put ${ORACLE_HOME}/lib32 before ${ORACLE_HOME}/lib, but still getting the same error.

anthing more needs to be configured, to import table definations using Import->Plug-in metadata option?
by sambarand
Tue May 26, 2009 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Delete Dataset in Datastage Parallel Jobs?
Replies: 8
Views: 19475

use the command orchadmin rm <datasetname>
by sambarand
Tue May 26, 2009 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to import the table metadata from Oracle Database
Replies: 6
Views: 5101

I am also getting the same error message while trying to import table definations through Import->Table Definations->Plug-in Meta Data definations. But we are able to import table definations through Import->Table Definations->ODBC Table Definations. I searched the forum for this error message but I...
by sambarand
Fri May 22, 2009 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage C Stage Plugin function "Get" required
Replies: 7
Views: 4488

We are using Datastage version 7.5.1.

I had an idea that custom stages can be registered/unregistered, can Datastage default stages also be registered/unregistered?
by sambarand
Thu May 21, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage C Stage Plugin function "Get" required
Replies: 7
Views: 4488

Thanks for your answer.

We have tried with Oracle OCI stage and getting the same error.

Any solution to fix this?
by sambarand
Thu May 21, 2009 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open any job in 8.1
Replies: 4
Views: 5549

I am also getting the same error.
Is there any way to resolve it?
by sambarand
Wed May 20, 2009 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage C Stage Plugin function "Get" required
Replies: 7
Views: 4488

Thanks for your reply.

We are using ORAOCI8 stage to connect to Oracle..
by sambarand
Wed May 20, 2009 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage C Stage Plugin function "Get" required
Replies: 7
Views: 4488

Datastage C Stage Plugin function "Get" required

I am trying to run a job that takes Oracle Stage, a sequential file stage and a transformer in between. When I run the job, I get the following error message:

"...Sequential_File_1.IDENT1: C Stage PlugIn function "Get" required.."

What can be the possible cause for this error?