Search found 53125 matches

by ray.wurlod
Tue Nov 13, 2007 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using DataStage to populate tables in Star schema
Replies: 1
Views: 1387

DataStage was originally developed precisely for loading star schemas (the preferred implementation for data warehouses and data marts). It works brilliantly. As with any other load sequence you need to load the tables in the correct order so that referential integrity is preserved - outriders first...
by ray.wurlod
Tue Nov 13, 2007 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Handling Server edition 7.5
Replies: 6
Views: 2025

There are thousands of error codes. Your database documentation should have a manual that describes them, and probably has a utility that decodes them. For example the Oracle utility is the oerr command.
by ray.wurlod
Tue Nov 13, 2007 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export Job (DSX) command on Unix
Replies: 5
Views: 1836

Never, because Ascential no longer exists. :wink:

If enough people ask for it, IBM may do so. Submit enhancement requests through your support provider or through DSXchange or through DeveloperWorks (if it still exists).
by ray.wurlod
Tue Nov 13, 2007 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine_for trimming and sign assign
Replies: 2
Views: 721

But does if you truncate Arg1. Let stage variable svArg1 be defined as Right(Arg1,16).

Code: Select all

If svArg1 < 0 Then '-':Fmt(Field(svArg1,'-',2), "R%15") Else Fmt(svArg1, "R%16")
by ray.wurlod
Tue Nov 13, 2007 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Clients in a PC
Replies: 8
Views: 1482

Remember that you must have no clients open when you make the switch.
by ray.wurlod
Tue Nov 13, 2007 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How does sort stage work with high ascii value characters.
Replies: 1
Views: 639

With or without NLS enabled?

Either way it should be OK, but remember that 247 through 255 are reserved for dynamic array delimiters. If NLS is enabled these "European" accented characters are re-mapped to the Unicode private use area.

What motivated your question? Have you tried it?
by ray.wurlod
Tue Nov 13, 2007 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC & Manageing resource contention
Replies: 11
Views: 2797

Putting an IPC stage in every job will indeed create extra processes - that is its function. As for "kill the CPU" that depends on total load, but other posts from you and from your site suggest that you are doing that already. In short - everything in moderation. I suspect someone went on a class o...
by ray.wurlod
Tue Nov 13, 2007 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter values through BASIC routine
Replies: 5
Views: 1824

You can not set job parameter values once a job is running. That rules out a before-job subroutine. You must set job parameter values before the job starts. This is most easily accomplished from a job sequence (which is a GUI for writing job control code). Or, of course, you could write your own job...
by ray.wurlod
Tue Nov 13, 2007 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01841: (full) year must be between -4713 and +9999
Replies: 16
Views: 14541

"31-Dec-2006" is NOT "the format in the table". Oracle stores dates as a binary value. What you've described is the default date picture at your site. I can not understand how you can get an integer from the TO_CHAR function you have described - are you sure you have not then applied an Iconv() func...
by ray.wurlod
Tue Nov 13, 2007 3:41 pm
Forum: General
Topic: Datastage 7.5.2 installation on Windows Vista business editi
Replies: 3
Views: 2668

As far as I am aware no-one has succeeded in installing any version of DataStage on Vista. It's not a supported OS. You can request XP when you buy your Dell. Curiously they refuse to install Windows 2003 Server.
by ray.wurlod
Tue Nov 13, 2007 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File archive err
Replies: 2
Views: 1116

Don't know if U could help with the problem. He's fairly new to DataStage, according to his profile.
:roll:
by ray.wurlod
Tue Nov 13, 2007 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 10
Views: 4065

What IS "the source"? What data type is your date column? The answers to those questions will help a more targeted response to your questions.
by ray.wurlod
Tue Nov 13, 2007 4:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server user limit has been reached, try again late
Replies: 5
Views: 3725

NEVER kill DataStage processes - it's almost certainly because of this practice that the licences are not being freed. You have a tool in the DataStage bin directory for cleaning up licences. It's called dslictool and has two modes. dslictool report_lic lists the current licensing state dslictool cl...
by ray.wurlod
Tue Nov 13, 2007 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Detecting new line in a string
Replies: 5
Views: 1173

Send the results to a text file with no transformations. Use a hex editor, such as UltraEdit, to view the file as a dump of hex characters. In that way you will learn what the actual characters you believe to be line terminators actually are. After all, you have to use Ctrl-Enter or Alt-Enter to get...
by ray.wurlod
Tue Nov 13, 2007 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hi
Replies: 4
Views: 1452

Aaaarrgh! Another totally meaningless Subject!