Search found 53125 matches

by ray.wurlod
Wed Jun 27, 2007 8:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date format
Replies: 12
Views: 3152

OK, now output FMT(DSLink8.PROCESS_DT, "L####/##/##") to establish whether the problem is in Fmt() or Iconv().
by ray.wurlod
Wed Jun 27, 2007 8:25 pm
Forum: General
Topic: DataStage Estimation Criteria
Replies: 5
Views: 2955

How many tables and files? How many rows in each? How large are the rows in each?
by ray.wurlod
Wed Jun 27, 2007 8:24 pm
Forum: General
Topic: Error running a batch file
Replies: 12
Views: 6263

You are also missing a command. The bin folder contains the executables; it isn't one itself.
by ray.wurlod
Wed Jun 27, 2007 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare Timestamp using SELECT
Replies: 6
Views: 2315

Hmm, and you're having problems with Oracle timestamps in the data browser as well. Could these be related, do you think? Have "they" changed anything (such as the default date picture) in Oracle?
by ray.wurlod
Wed Jun 27, 2007 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from numeric to string in a job
Replies: 11
Views: 3641

Let me clarify. You simply changed the data type - you did not use any explicit data type conversion function. Is this correct?
by ray.wurlod
Wed Jun 27, 2007 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Timestamp
Replies: 2
Views: 647

Do you remember whether this behaviour occurred before you upgraded to version 8.0?
by ray.wurlod
Wed Jun 27, 2007 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: improper records in source files
Replies: 10
Views: 2077

You can add a rejects output link to your Sequential File stage. This will capture any rows from the file that do not match the metadata specified in the record schema for the main output link. If they are "improper" in the business rules sense, you need to detect these with your job design, most li...
by ray.wurlod
Wed Jun 27, 2007 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KBADifferent does not work Fractional part of Dec is 10 dig
Replies: 22
Views: 5870

Premium membership is only a few cents per day, and is totally devoted towards paying for the bandwidth charges for DSXchange. With premium membership you WILL be able to see all of the premium posters' posts.
by ray.wurlod
Wed Jun 27, 2007 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty DSN: list returned from host <server_name>
Replies: 4
Views: 1997

OK, then check whether it's there in the uvodbc.config file in your project, which is where the DSN list is really populated from.
by ray.wurlod
Wed Jun 27, 2007 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is DS Job log stored in a hash file?
Replies: 6
Views: 1483

Re: Is DS Job log stored in a hash file?

olgc wrote:Hi there,

How is the job log stored in Datastage server? Is it stored in a hash file?

Thanks,

No. It's stored in a hashed file.
by ray.wurlod
Wed Jun 27, 2007 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running .exe program through Unix Command Prompt
Replies: 2
Views: 1664

The suffix ".exe" suggests that it is a Windows executable and therefore will not be executable in a UNIX environment.
by ray.wurlod
Wed Jun 27, 2007 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date format
Replies: 12
Views: 3152

What is the value coming in from DSLink8.PROCESS_DT ?

Capture this using stage tracing or the Debugger or an extra output from the Transformer stage to a text file.
by ray.wurlod
Wed Jun 27, 2007 3:25 pm
Forum: General
Topic: Error running a batch file
Replies: 12
Views: 6263

Control Panel, System applet, Environment command button PATH (maybe Path) is a System variable. Select it and edit it to include the pathname of the DataStage Engine bin directory (and of the PXEngine bin directory if you have Enterprise edition). Tip: copy the value of PATH out of the Variable val...
by ray.wurlod
Wed Jun 27, 2007 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date language
Replies: 2
Views: 650

Investigate lookup_string_from_int16() function in Modify stage to generate the month names in Croatian. Or build a Lookup File Set that you can use with a Lookup stage to return the month name and/or abbreviation corresponding to each month number. Use Entire partitioning; it's easiest with only 12...
by ray.wurlod
Wed Jun 27, 2007 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we increment environmet variable for each load
Replies: 2
Views: 1284

Use a routine activity executing KeyMgtGetNextValue.
Initialize the record in SDKSequences from the environment variable.