Search found 221 matches

by VCInDSX
Wed Jul 30, 2008 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs Migration(urgent)
Replies: 3
Views: 2115

Hi, As a check-list for your migration, have a list of job types that you are migrating. - Jobs that have transformers - Jobs that don't have transformers - Jobs that read from Databases - Jobs that write to Databases - Sequences - .... anything else that you might have in your site... Try a sample ...
by VCInDSX
Wed Jul 30, 2008 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple readers per node loading into ODBC
Replies: 10
Views: 13943

Hi Brad, Apologies for the delay as I was "away" for some time... Thanks for the followup. I think the best bet is to have a simple UNIX script to handle the header row before sending it to the seq file stage for further processing. We have some more time before we can make a decision on t...
by VCInDSX
Tue Jul 29, 2008 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target table is Sql Server
Replies: 2
Views: 1611

Try the ODBC stage for data loading on the target side.
by VCInDSX
Tue Jul 29, 2008 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line - Paramenters
Replies: 7
Views: 4489

Hi Please check the section "Command Line Interface" in the Server Job Developer's guide (Page number 397 and later) for a detailed review of Command Line Invocation. Section "Starting a Job" lists the syntax and options.. Try it out and post your respones here... At a high level...
by VCInDSX
Tue Jul 29, 2008 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line - Paramenters
Replies: 7
Views: 4489

An interesting blog on Parameter sets can be found in http://it.toolbox.com/blogs/infosphere/ ... sets-25604 (Thanks to Vincent for his wonderful work).

Are you looking for syntax to pass specific parameters or the parameter set as a whole from a file?
by VCInDSX
Tue Jul 29, 2008 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line - Paramenters
Replies: 7
Views: 4489

An interesting blog on Parameter sets can be found in http://it.toolbox.com/blogs/infosphere/ ... sets-25604 (Thanks to Vincent for his wonderful work).

Are you looking for syntax to pass specific parameters or the parameter set as a whole from a file?
by VCInDSX
Tue Jul 29, 2008 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server 2005 Bulk Copy question
Replies: 4
Views: 2914

Hi Josh,
Thanks for the followup. Appreciate it much.

Correct me if i am wrong, my understanding is that the "SQL Server Enterprise" is not available on Linux/Unix Server installations.
Or is there a way to "bring in" this stage on a Linux/Unix installation?

Thanks again
by VCInDSX
Tue Jul 29, 2008 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server 2005 Bulk Copy question
Replies: 4
Views: 2914

MS SQL Server 2005 Bulk Copy question

Hi, We have jobs that read from sequential files and load into target MS SQL Server 2005 tables using ODBC Enterprise as per the following design. SeqFile ==> Transformer ==> ODBC Enterprise Is there any Bulk Copy/Load stage for MS SQL Server 2005 that one could use for such operations? Thanks,
by VCInDSX
Fri Jul 25, 2008 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Errors in RCP Enabled job using ODBC Connector
Replies: 0
Views: 2468

Errors in RCP Enabled job using ODBC Connector

Hi All, I have been using ODBC Enterprise stage in my PX job that uses RCP to read from sequential files and load into target tables (MS SQL Server 2005) Seq File ==> Transformer ==> ODBC Enterprise I wanted to try the same design using ODBC Connector stage and the job design is Seq File ==> Transfo...
by VCInDSX
Tue Jul 01, 2008 5:45 am
Forum: Site/Forum
Topic: Unable to view Premium content after renewing subscription
Replies: 6
Views: 5823

Hi Ray,
Thanks for the followup. I was off for a couple of days and could not review this. The account is active for premium content.

Thanks for your help in resolving this.

-V
by VCInDSX
Fri Jun 27, 2008 12:46 am
Forum: Site/Forum
Topic: Unable to view Premium content after renewing subscription
Replies: 6
Views: 5823

Hi,
Thanks for the update.
Are you able to view premium content at all, then?

Thanks
by VCInDSX
Fri Jun 27, 2008 12:07 am
Forum: Site/Forum
Topic: Unable to view Premium content after renewing subscription
Replies: 6
Views: 5823

Unable to view Premium content after renewing subscription

Hi, I renewed my subscription 2 days ago and am not able to view any premium content links. I did receive a confirmation email for the payment but it has been 2 days since. I emailed this issue to webmaster@dsxchange.com and membership.director@dsxchange.com and haven't received any response yet. Is...
by VCInDSX
Thu Jun 26, 2008 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple readers per node loading into ODBC
Replies: 10
Views: 13943

Apologies for the delay.. Thanks for taking the time to explain the details. Brad, At this time we are reading from text files and this happens to be an RCP job of the following design. Seq File ==> Transformer ==> ODBC || || \/ Rejects file The sequenctial file has a "Keep File Partitions"...
by VCInDSX
Sun Jun 01, 2008 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple readers per node loading into ODBC
Replies: 10
Views: 13943

Thanks lstsaur. That was helpful. In our case the server is shared across several teams and if one of them happen to submit a job that takes 2 hours of processing time, the rest of the folks are left to use the remaining nodes or wait until this node becomes free. Looks like this needs careful plann...