Search found 307 matches

by jdmiceli
Wed Jun 07, 2006 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Designer crashes while building Sequencer
Replies: 2
Views: 1388

DataStage Designer crashes while building Sequencer

Hello all, I'm very new to the DS family of products, working primarily with DataStage right now. One thing to note up front is that I connect to our DataStage server through Remote Desktop - just in case that has any bearing. I created a series of jobs to do bulk loads from a SQL Server 2000 db on ...
by jdmiceli
Wed Jun 07, 2006 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic RDBMS stage not remembering User-defined SQL option
Replies: 4
Views: 2912

I have this same issue, but have also noticed that it never actually inserts any data into the target table. It shows it processed X number of rows, but no rows exist in the table upon completion of the job. My basic setup is DS Server 7.5.1, SQL Server 2000 to SQL Server 2000, RDBMS stage at both e...
by jdmiceli
Wed Jun 07, 2006 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varbinary error
Replies: 6
Views: 1779

Re: Varbinary error

Hi Arif, Everything I have seen and read on this site so far leads me to believe that binary is not generally supported. In some ways this makes sense as you can't perform any Transform functions on this type of data. On the other hand, if a database table happens to have a datatype of Text for one ...
by jdmiceli
Fri Jun 02, 2006 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading in a binary file
Replies: 9
Views: 5140

Define "binary". Are you talking about an EBCDIC file? See the CFF stage. Remember, a Server Sequential stage expects to either read a delimited row ending with a line terminator (CR/LF, LF, user-defined) or a fixed width row with optional line terminator (read to line terminator or via s...
by jdmiceli
Thu May 11, 2006 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with LongVarchar datatype in DataStage
Replies: 2
Views: 5892

Same problem

I am having exactly the same problem with this datatype. I have also gone so far as to try different database connectors. I figured the MSOLEDB would at least be able to handle it's own datatypes :oops: Guess I assumed too much. Is there anyway around this other than truncating data by using the pre...
by jdmiceli
Tue May 09, 2006 3:43 pm
Forum: Enhancement Wish List
Topic: Don't move my link labels
Replies: 7
Views: 5445

Me Three!!

I also have this problem. I created a single job with a single source connection and a single target connection (MS Bulk Load), but with transforms for about 60 tables to do some load testing. I moved the labels to perfect spots -- it looked so nice. Saved, closed and went home for the day. Next day...
by jdmiceli
Mon Apr 24, 2006 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and update the records to sqlserver
Replies: 17
Views: 7851

A completely other scenario: If the number of inserts/updates is large and it's difficult to find the changed records: Just truncate and reload. I'm not used to sql server but on an oracle this is the fastest solution once you reach about 10% inserts/updates. Hi all! My first response on this site....