Search found 139 matches

by shawn_ramsey
Tue Dec 07, 2004 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comp-3 conversion problem
Replies: 14
Views: 6695

chulett wrote:I don't see anywhere that the OP mentioned the FTP stage. :?
Sorry I assumed. :oops:
by shawn_ramsey
Tue Dec 07, 2004 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comp-3 conversion problem
Replies: 14
Views: 6695

Hi Craig, While doing the ftp I specified it to be in binary representation. I thought that should be enough. Is there anythign else I need to check for? Thanks Are you really stuck on using the FTP stage? If not I would just set a script up to binary ftp the files to the DataStage server then use ...
by shawn_ramsey
Tue Nov 23, 2004 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL SERVER
Replies: 6
Views: 2288

Re: sotre porcedure

I need to correct my previous statement. There does seem to be tools out there that convert the stored procedures. A quick google search turned up the following:

http://www.ispirer.com/products
by shawn_ramsey
Tue Nov 23, 2004 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL SERVER
Replies: 6
Views: 2288

Re: sotre porcedure

Vaishali,

I am pretty sure that this is not a something that you will be doing in datastage. :D

I have seen some tools advertised that claimed to take an Oracle Stored Procedure and convert it to a SQL Server one, but not the other way around.
by shawn_ramsey
Tue Nov 23, 2004 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I use a job parameter in Datastage SQL
Replies: 2
Views: 8018

Speaking from experience, I would also make sure you do an explicit conversion of the data type from character to date. In the SQL Server example using CONVERT or with Oracle the TO_DATE.
by shawn_ramsey
Thu Nov 11, 2004 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to split single row into multiple rows in datastage
Replies: 3
Views: 3466

Re: How to split single row into multiple rows in datastage

You would use the pivot stage. It is a little tricky to use but there are several good discussions on it in theis forum.
by shawn_ramsey
Mon Nov 08, 2004 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 7.0
Replies: 4
Views: 1241

Re: Oracle 7.0

We are currently running 7.5 under windows with the Oracle 8.1.7 client installed and going after data from an Oracle 7.3.4 database using the Oracle 8 native stage. We are not having any problems because the SQL*Net client can connect to the older server. In addition you will need to watch the SQL ...
by shawn_ramsey
Mon Nov 08, 2004 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inter-process
Replies: 7
Views: 1728

Re: Inter-process

Ogmios, We use the IPC stage quite frequently in this type of a scenario and have seen some significant performance benefits. It has less with paralleization of the processing of rows and more with splitting the processing of the single stream across multiple processors. The biggest benefit we have ...
by shawn_ramsey
Mon Nov 08, 2004 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inter-process
Replies: 7
Views: 1728

Re: Inter-process

I've a very simple job: SeqFile->Transformer->SeqFile. I want to improve a performance. There is a multi-processor system. When I use the IPC stage I have a great performance. But when I specify it implicitly by turning inter process row buffering on via Data Stage Administrator, a speed of reading...
by shawn_ramsey
Tue Oct 12, 2004 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating control files for SQL Server BCP utility
Replies: 13
Views: 5985

Shawn, I don't see a BCP stage in 7.1r1 for Windows (on the distribution CD). Only SQL Server bulk stage is "Microsoft SQL Server Bulk Loader". Do you have both? On what platform and release? -Craig We are running 7.5 under Windows and are using the SQL Bulk loader so I never noticed when...
by shawn_ramsey
Tue Oct 12, 2004 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating control files for SQL Server BCP utility
Replies: 13
Views: 5985

Thanks, the helps some. And yes, the DS stage doesn't need the format file, but it's not very performant. Craig, I am assuming that you have done some performance testing with BCP vs. DS bulk load. Are you using the SQL Bulk Load stage or the BCP stage? We have had some issues with performance of t...
by shawn_ramsey
Fri Oct 01, 2004 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sql Server & ODBC LInked Server Column definitions
Replies: 2
Views: 2620

Re: Sql Server & ODBC LInked Server Column definitions

Why not create a view on the SQL Server database that does the query to the linked table. Once you have imported the metadata you can drop the view and use the fully qualified (4 part name) in the ODBC generated SQL. Better yet leave the view and use it for the ETL.
by shawn_ramsey
Fri Oct 01, 2004 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connectivity to AS/400 System
Replies: 15
Views: 12001

We are using the IBM iSeries Access for Windows software. From what the AS/400 folks have told me comes with the AS/400 OS installation. On that disk there are several free components, one of them being the ODBC and OLEDB drivers. I am not an expert on the AS/400 but I believe that there is also a s...
by shawn_ramsey
Thu Sep 23, 2004 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conection broken while connecting to project
Replies: 4
Views: 2005

Re: Conection broken while connecting to project

While i connect to datastage the connection always breaks.then when i restart it works fine for a few minutes and then again it says connection is broken.Please suggest a solution as all the jobs break on the server. Are you using the Omit on the login? If so don't. We have had simular issues and s...
by shawn_ramsey
Wed Sep 15, 2004 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One input record to multiple output records
Replies: 10
Views: 3849

A Pivot Stage? That sounds like it would work, but I've never heard of such a thing. Could you explain where you find a pivot stage in datastage? I mean under what grouping on the palette? It is under the Processing Palette and looks like a box with an arrow pointing up and another pointing left. T...