Search found 53125 matches

by ray.wurlod
Thu Jul 21, 2005 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file write failures
Replies: 17
Views: 6216

Write failure can occur for a number of reasons. The obvious one is that you don't have write permission at the operating system level. It may have been created as a UV table to which you have not been granted the requisite SQL privileges. It can also occur if the hashed file has become corrupted, o...
by ray.wurlod
Thu Jul 21, 2005 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spaces between Column names
Replies: 7
Views: 2421

Make sure that the column names are correctly quoted. Click the GetSQLInfo button. At worst, insert the backquotes into the Derivation column on the Columns tab, or use user-defined SQL into which you've pasted the backquotes. Don't forget the Selection tab; any SQL you've placed there must also hav...
by ray.wurlod
Thu Jul 21, 2005 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in loading the Target Table using Hash Lookups
Replies: 4
Views: 1516

This is NOT a DataStage problem. Nor does it have anything to do with the fact that you're performing lookups to hashed files. You are trying to send too large a transaction to Oracle. Possible solutions are to have you Oracle DBA enlarge the rollback segment so that it can handle the size of transa...
by ray.wurlod
Thu Jul 21, 2005 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exclaimation Mark in the job activity stage in Job Sequence
Replies: 3
Views: 1452

One of the required properties, somewhere in the Activity, is missing.
Or an expression is not syntactically correct. It should be highlighed in red either way. Find it and fix it.
by ray.wurlod
Wed Jul 20, 2005 9:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in my routine
Replies: 7
Views: 2447

Provided there's a VOC pointer to your hashed file you can use the Trans() function. Trans(hashedfilenameexpr, keyvalueexpr, 1, 'X') hashedfilenameexpr is an expression that evaluates to the VOC name for the hashed file. keyvallueexpr is an expression that evaluates to the key value to be re...
by ray.wurlod
Wed Jul 20, 2005 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replacing Carriage Returns in fields
Replies: 9
Views: 3611

:idea:
Next time your project is reviewed, simplify the code and reap the throughput performance benefits.
by ray.wurlod
Wed Jul 20, 2005 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01861: literal does not match format string
Replies: 4
Views: 6581

Look at the generated SQL. Does it have any TO_DATE or TO_CHAR functions? The message indicates that the date you are supplying does not match the date picture in a TO_DATE function, for example the date picture may be 'YYYY-MM-DD HH24:MI:SS' but your data only has one digit in the month position. T...
by ray.wurlod
Wed Jul 20, 2005 9:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Log
Replies: 2
Views: 1243

You will note the word "Filtered" in the status bar at the bottom of the screen. Use Ctrl-T or right mouse click in the list view to open the Filter dialog box. The rest is obvious.
by ray.wurlod
Wed Jul 20, 2005 9:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How different are user defined SQL and the generated SQL
Replies: 12
Views: 4215

It's really quite amazing what you can do with generated SQL if you put your mind to it. All you have to realize is: the Derivation column on the Columns tab becomes the SELECT clause (so you can include set functions in the derivations) the Table name becomes the FROM clause, so you can use comma-s...
by ray.wurlod
Wed Jul 20, 2005 9:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-value fields and strange output file format
Replies: 9
Views: 2975

The output file needs to be constructed in three parts. The header record. One job or routine. Create file. The individual account records. One job sequence. Append to file. The trailer record. One job or routine. Append to file. The job sequence to process an account is similar. It could be an ordi...
by ray.wurlod
Wed Jul 20, 2005 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: diff between DRS and ODBC
Replies: 4
Views: 1559

Try one. Find out.
by ray.wurlod
Wed Jul 20, 2005 8:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in getting unique record
Replies: 1
Views: 1265

Use an ODBC stage to connect to SQL Server. In the Transformer stage check the "multiple rows for lookup" check box on the link properties.
Read the on-line help topic covering multiple rows for lookup, or search this forum where it's been described on a number of occasions.
by ray.wurlod
Wed Jul 20, 2005 8:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to connect to host Error 80011
Replies: 9
Views: 2697

That suggests that the problem is in TCP/IP authentication, which is handled (for DataStage) by the DataStage Resource service. Does restarting the services help?
by ray.wurlod
Wed Jul 20, 2005 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BCP Load Stage for Sybase/MSSQL Server
Replies: 1
Views: 1074

Your blip is accurate. BCPLOAD still works with Sybase which is why it's still in DataStage.
A "bulk loader for SQL Server 2000+" probably belongs on the wish list. You can do that here!
by ray.wurlod
Wed Jul 20, 2005 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 3334 Phantom 19590
Replies: 2
Views: 1162

This message may be innocuous, reporting that some form of wait ended.