Search found 42189 matches
- Mon Sep 12, 2005 5:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Empty string are converted to null on SQL Server
- Replies: 9
- Views: 8916
Re: Empty string are converted to null on SQL Server
Yeah , I have observed this behaviour as the ASCL treats '' as @NULL so it goes on inserting NULL (only WRT to SQL). Note that this is not "Ascential" behaviour. DataStage knows the difference between an empty string and a null. However, databases are what generally consider them to be equivalent i...
- Mon Sep 12, 2005 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any new setting needed for running a job from Unix script
- Replies: 3
- Views: 1602
- Mon Sep 12, 2005 12:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dead End
- Replies: 12
- Views: 2297
- Mon Sep 12, 2005 11:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Why can't I compile my job (mini-rant)?
- Replies: 1
- Views: 1059
- Mon Sep 12, 2005 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dead End
- Replies: 12
- Views: 2297
If you don't properly size a hashed file for the number of rows you will be sending it, it starts to 'overflow' and slows down. When it overflows badly, it starts slowing down badly as well - until the job seems to crawl or stand still. One test would be to replace the hashed file with a Sequential ...
- Mon Sep 12, 2005 10:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP STAGE
- Replies: 4
- Views: 1027
Welcome! :D The FTP stage is kind of a pain to use because it is metadata driven, unlike any other ftp. So you will have 'issues' like this using it for a file where the metadata changes from row to row. Try defining the record as a single varchar field, telling it there are no delimiters and probab...
- Mon Sep 12, 2005 10:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dead End
- Replies: 12
- Views: 2297
- Mon Sep 12, 2005 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: JobActivity behaviour
- Replies: 3
- Views: 1243
A 'not compiled job' would get you a specific error about it not being in a 'runnable' state. This, from what I recall, is some kind of permissions issue down in the project (or engine?) on your server. Search the forum, as I'm pretty sure the problem and solution have both been posted more than once.
- Mon Sep 12, 2005 7:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between batch and jobsequencer
- Replies: 1
- Views: 942
- Sun Sep 11, 2005 10:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Operation Timed Out Error for TX map stage
- Replies: 2
- Views: 778
- Fri Sep 09, 2005 5:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Aborting
- Replies: 1
- Views: 626
- Fri Sep 09, 2005 10:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
- Replies: 11
- Views: 4232
- Fri Sep 09, 2005 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Format 195,231 (char) to 195231 (Numeric)
- Replies: 24
- Views: 4308
- Thu Sep 08, 2005 11:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Admin - Cannot Add/Delete Project
- Replies: 1
- Views: 993
Welcome. :D You can only Add/Delete projects in the Administrator if you are logged in as "dsadm", otherwise they are greyed out. The CPU count is a comparison of your license to what it detects on the server. In this case it means it detected 2 CPUs and that you are licensed for 2 - hence the fact ...
- Thu Sep 08, 2005 9:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: string to number
- Replies: 9
- Views: 3635