Search found 42189 matches

by chulett
Thu May 05, 2005 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LONG to VARCHAR conversion
Replies: 3
Views: 2141

LONGs are not supported. Best you can do is define the field in DataStage as a BIG VarChar. As long as the actual contents of the field fit into the size you define in the job, you won't 'fetch truncated data'. If it don't, it will.

Not much else you can do about it, I'm afraid.
by chulett
Thu May 05, 2005 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fields in DS_LICENSE
Replies: 7
Views: 1891

Just kidding Uncle Ray. :lol:

Nice to know what the fiddly bits are made up of. I've thrown this into my Favorites so I can find it again next time the need for this information comes up.
by chulett
Thu May 05, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control
Replies: 6
Views: 2184

I personally wouldn't consider your (1) to be a method for 'releasing' code. Yes, it can be used for migrating components from one server / project to another. It is typically used for creating .dsx exports of entire projects for backup purposes. In my mind, however, there are too many things that d...
by chulett
Wed May 04, 2005 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Connection error
Replies: 3
Views: 1352

Basically in exactly the same place you'd find it on your client pc. :wink:

Check $ORACLE_HOME/network/admin unless it has been overridden by the use of the $TNS_ADMIN environment variable.
by chulett
Wed May 04, 2005 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fields in DS_LICENSE
Replies: 7
Views: 1891

ray.wurlod wrote:They're not obfuscated. The key is made up of the client machine identifier, followed by the client machine name, followed (by a colon then) by the pid on the server of the agent dsapi_server process that is maintaining the connection to the client.

Sounds kinda obfuse to me. :wink:
by chulett
Wed May 04, 2005 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting data using 'Filter' command
Replies: 3
Views: 1009

Did you try searching first before asking? A quick check shows 27 hits in this forum using sort and filter as keywords. :?
by chulett
Wed May 04, 2005 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown software exception - followed by designer crashing
Replies: 11
Views: 4421

rsrikant wrote:For 2000 what is the service pack i am supposed to have?

No clue as everyone here is on XP. I didn't even think 2000 was a supported client platform. :? Best to ask on ADN or wait and see if someone else here knows.
by chulett
Wed May 04, 2005 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown software exception - followed by designer crashing
Replies: 11
Views: 4421

Are you running XP with Service Pack 2 on your client pc? That can cause the problems you are now seeing if you don't apply the "SP2 Patch" from Ascential's eServices support website.
by chulett
Wed May 04, 2005 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to avoid using flat files & connect transformers out
Replies: 22
Views: 4356

Use three of them.
by chulett
Wed May 04, 2005 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors in 'Sort' Stage
Replies: 7
Views: 1613

Exactly, thanks guys. I've had great success doing it in the Filter command of the Sequential file stage - and there are several good discussions on that subject here.
by chulett
Wed May 04, 2005 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need info about uv command
Replies: 10
Views: 2542

Actually, the Standard Answer I've seen on the forums here is to always answer 'No'. If you are being asked the question then you are in the wrong place, meaning not already in a 'project' directory.
by chulett
Wed May 04, 2005 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors in 'Sort' Stage
Replies: 7
Views: 1613

The Sort stage isn't really the best option for sorting millions of rows. It tends to be slow and fall over. Better off to use your command line 'sort' command. In the meantime, the first change I'd suggest is to set the property of the 'Temporary File Location' in the stage to something like '/tmp'...
by chulett
Wed May 04, 2005 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Column in Hash File
Replies: 14
Views: 2816

Sure! Try this! In the Transformer, don't right-click on the links themselves (i.e. the lines that join the boxes), click instead on the 'box' that represents the Hash stage lookup. Then you'll get Link Properties as one of the options. Also as noted, you must use a UV or ODBC stage to get the extra...
by chulett
Wed May 04, 2005 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple server version in same host
Replies: 5
Views: 1967

Plus the fact that in Version 7 the memory segment is 'configurable', so you could make it work.
by chulett
Wed May 04, 2005 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control
Replies: 6
Views: 2184

Once you install Version Control, you'll have the appropriate online help and .pdf documentation you are looking for. As to the question of moving versions back into your development project to fix bugs found it test, it depends on if further development has taken place in the meantime and if you wa...