Search found 1127 matches

by lstsaur
Mon Nov 04, 2013 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS to Cassandra
Replies: 2
Views: 2349

No, even using pure java code you still need to have a driver. There are lots of examples out there to show you how to use JDBC or ODBC to connect to Cassandra server.
by lstsaur
Mon Nov 04, 2013 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grid compute node
Replies: 7
Views: 6767

It should be just a single value.
by lstsaur
Mon Oct 28, 2013 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Balanced Optimizer - Transform Stage
Replies: 8
Views: 5127

Sorry, what's "pushing down jobs"?
by lstsaur
Mon Oct 21, 2013 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web service invocation with huge volume of data
Replies: 7
Views: 4447

No, nothing you can do on the datastage side. The bottleneck is caused by processing huge volume of data using Web services which obviously isn't built for that kind of service. You need to ask your Web services team to splitting the large data that is transferred by the Web services into numerous s...
by lstsaur
Thu Oct 10, 2013 11:54 am
Forum: General
Topic: Scheduler failing to run job with SQL server as source
Replies: 7
Views: 3115

What's Windows OS? What's error message?
by lstsaur
Wed Oct 09, 2013 12:34 pm
Forum: General
Topic: Database connector stages not appearing correctly
Replies: 4
Views: 2019

Well, you can simply rearrange those connector stages to where they suppose to be via Customize palette.
by lstsaur
Mon Sep 30, 2013 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while executing a sql server stored procedure
Replies: 7
Views: 6111

Take a look the manual on how DS handles the table name that starts with a # character.
by lstsaur
Wed Sep 11, 2013 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SAS Datasets
Replies: 8
Views: 4436

What version of DS are you running? Hopefully you are not still using v7.5.x, as I said before it's just to expensive for SAS PACK. However, from v8.x and above SAS stage is included.
by lstsaur
Wed Sep 11, 2013 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SAS Datasets
Replies: 8
Views: 4436

Talk to your SAS/Share Server Admn. to ascertain that the connectivity from DS to SAS has been configured. If everything is configured correctly, you must use SAS stage to read/write your SAS datasets and I am also assuming that you know how to put the pertinent info. in the liborch library of the s...
by lstsaur
Mon Sep 09, 2013 12:56 pm
Forum: General
Topic: SQL server connection issue from ODBC
Replies: 5
Views: 2336

His ODBC instruction is for Widnows env. Since you are in Unix env., you need to set up your .odbc.ini and uvodbc.config for the ODBC and then go to branded_odbc directory to test the ODBC connection.
by lstsaur
Tue Aug 20, 2013 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access web service through DataStage
Replies: 9
Views: 3937

When you do the Web Service Metadata Importer, you get to see what the "WSDL looks like" on the left part of the screen.
by lstsaur
Mon Aug 12, 2013 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of java client/ transformer stage
Replies: 6
Views: 3521

"I have an employee.java program", so your .class file is employee not Employee.

Also I am assuming you know that you don't need to include the .class extension for the Transformer Class Name.
by lstsaur
Mon Aug 12, 2013 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of java client/ transformer stage
Replies: 6
Views: 3521

Under User's Classpath of Java client stage, you need to put the .class path info. in the PATH.
by lstsaur
Fri Aug 09, 2013 10:20 am
Forum: General
Topic: Implementing Grid Setup for IIS
Replies: 3
Views: 2825

Is your system SAN-based or NAS-based configuration grid environment? Do compute nodes have multiple NIC cards and using 10 gbs switches? A lot of shops set up their grids, but didn't do nodes translations correctly, so the jobs can still run, but with very poor performance. They didn't realize that...
by lstsaur
Fri Jul 26, 2013 9:57 am
Forum: General
Topic: Issue while creating an XML File
Replies: 4
Views: 3506

What's your root element? Are you thinking that "MainTag" is your root element? Please post your XML document.