Search found 57 matches

by Ramani
Tue Feb 16, 2010 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding WAS service
Replies: 3
Views: 2062

Regarding WAS service

Is there specific forum for WAS service related questions. Sorry to put in DS forum.

I would need to stop the WAS service in non interactive mode. Currently this asks password. Anyway to provide password and make it non interactive? (Unix platform.)

Help needed.

Thanks
by Ramani
Sat Feb 06, 2010 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Running jobs list
Replies: 12
Views: 6019

Thanks chulett.

I was just wondering whether the jobs opened in designer would also come as part of the ps phantom. If this does not bring the designer process, then I am happy.

Because, I am trying to find only the jobs that are running. Thanks for the help, I will check this.
by Ramani
Fri Feb 05, 2010 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Running jobs list
Replies: 12
Views: 6019

Director would be a manual process and switching projects manually would take time.

So I would prefer to use the ps unix command. But the question what I have for ps command is that, if the team has opened the jobs in designer, will this ps command bring those processes as well?

Thanks
by Ramani
Fri Feb 05, 2010 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Running jobs list
Replies: 12
Views: 6019

Get Running jobs list

How to get running jobs list for a project. Is there a direct way. Or should I list all the jobs name from the project and check the status of each job in loop. What is the quickest way to get this list, considering the response time doing this in loop would take more time? Basically, I am trying to...
by Ramani
Wed Jan 20, 2010 9:58 am
Forum: General
Topic: Parameter set without value file
Replies: 1
Views: 1626

Parameter set without value file

I have a parameter set and defined some default values, but the default values are not saved in the value file. Considering that, I would want to pass only the parameter set name and its default values should be taken. So what would be the dsjob syntax for this. Do I have to pass something like this...
by Ramani
Wed Jan 06, 2010 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find WAS service is running or not
Replies: 0
Views: 1185

Need to find WAS service is running or not

I have a requirement like this. I need to find out whether the WAS service is running or not. The Datastage Engine is in one server and the WAS is running in another server. From the Datastage Engine's server machine, I would have to check whether the WAS is running or not. Please let me know, how t...
by Ramani
Fri Dec 11, 2009 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comp-3 packed decimal
Replies: 3
Views: 2458

Could you please comment, what are the extended properties would be useful for this.
by Ramani
Wed Dec 09, 2009 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comp-3 packed decimal
Replies: 3
Views: 2458

Comp-3 packed decimal

1) Is there a parallel routine available to convert the signed decimal value to comp-3 packed decimal.
by Ramani
Mon Nov 16, 2009 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server / Oracle Connector stage with SSL?
Replies: 2
Views: 2918

thanks a lot for the quick response.
by Ramani
Mon Nov 16, 2009 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server / Oracle Connector stage with SSL?
Replies: 2
Views: 2918

SQL server / Oracle Connector stage with SSL?

1) How to enable SSL encryption for data transmission using DataStage, I would have to read data from Oracle 9i and write into SQL Server 2008 and also read from SQL Server 2008 and write into Oracle 9i using Datastage. Please assume all these servers are in different machine (Unix) and in different...
by Ramani
Sat Aug 22, 2009 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List of Jobs across Projects
Replies: 13
Views: 7522

Re: List of Jobs across Projects

Hi ! I am looking to get list of all Jobs in all Projects on the datastage server. My approach to this is to write a UNIX script, which will connect to each of the datastage projects, execute the command to get the job list, append to a file and move on the next project. Is there a way I can achiev...
by Ramani
Tue Jun 23, 2009 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer / Compiler issue.
Replies: 1
Views: 1671

Transformer / Compiler issue.

Transformer_50: Failed to load the library "V0S50_Test_Transformer_50.dll". Either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incompatible with this system. I get the above error when I run a PX job which has...
by Ramani
Fri Jun 05, 2009 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error while Logging in IBM InfoSphere
Replies: 6
Views: 5549

the same issue.

Failed to authenticate the current user against the selected Domain
Unexpected end of file from server

I have v8.1. The required credentials are passed correctly.
by Ramani
Mon Jun 01, 2009 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retruning strings (char pointers) from C routines
Replies: 10
Views: 5545

Orchestrate API link provided is no more active. If any one has a new link, please provide.
by Ramani
Fri May 22, 2009 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMLInput stage and RCP
Replies: 3
Views: 2383

XMLInput stage and RCP

I have a requirement to load the metadata dynamically to the XMLInput stage and process further with some custom filters (which I can pass as a parameter to the job) to filter out XML data and also some level of dynamic transformation using XSLT.

Please help.