Search found 53125 matches

by ray.wurlod
Thu Jun 06, 2013 5:52 pm
Forum:
Topic: Here is how users can submit terms to Business Glosssary
Replies: 4
Views: 4929

We use a mailto hyperlink from the short description of the Glossary Feedback term. This does not use the IBM template - it opens an ordinary (OutLook) email with only the recipient and subject filled in (users quite often change the subject - because they can - which rather thwarts any filtering we...
by ray.wurlod
Thu Jun 06, 2013 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format conversion
Replies: 7
Views: 2956

No elaboration is possible.

You have a string that matches "%yy%mm%dd" so use that format string to change its data type to Date.
by ray.wurlod
Thu Jun 06, 2013 2:34 pm
Forum: General
Topic: Datastage 8.1 installation and Oracle libraries
Replies: 1
Views: 820

IBM does not ship Oracle libraries.

IBM does ship third party ODBC drivers, including for Oracle.

Oracle libraries themselves are installed when you install Oracle client software on your DataStage Engine.
by ray.wurlod
Thu Jun 06, 2013 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum number of bytes in a record in flat file
Replies: 10
Views: 2806

Does your file have a byte order mark? (There is a property in the Sequential File stage that instructs it to ignore the BOM.)
by ray.wurlod
Thu Jun 06, 2013 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Stage: Internal Buffer Error
Replies: 2
Views: 1440

Basically it runs out of memory looking for the first comma, because there isn't one when the file is delimited by caret characters.
by ray.wurlod
Thu Jun 06, 2013 2:27 pm
Forum: General
Topic: Subversion in DataStage
Replies: 8
Views: 4544

The Information Services Manager entries in Information Center or the manuals. Not sure which manuals (not on site at the moment), probably the Administration manual would be a good start.
by ray.wurlod
Thu Jun 06, 2013 2:25 pm
Forum:
Topic: Here is how users can submit terms to Business Glosssary
Replies: 4
Views: 4929

That's pretty much the approach we've taken, though we allow direct email to the BG address because users complain that you have to select an existing term to use the Feedback button and don't want to do this for a new term. We then have two levels of stewards, the first examine and recommend propos...
by ray.wurlod
Wed Jun 05, 2013 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format conversion
Replies: 7
Views: 2956

Why not just convert the original string using a format string of "%yy%mm%dd" (with no delimiters, just like the data)?
by ray.wurlod
Wed Jun 05, 2013 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Rules stage - number of attached output data sets error
Replies: 2
Views: 1319

What changed on or before "one fine morning"? Note that "nothing" is not the correct answer.

(The change may be exterrnal to DataStage.)
by ray.wurlod
Wed Jun 05, 2013 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert CCYYMMDD to YYYYMMDD
Replies: 5
Views: 4216

What Craig said.

"cc" represents the century component of a four digit year.

The first two "yy" characters in "yyyy" represent the century component of a four digit year.
by ray.wurlod
Wed Jun 05, 2013 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue With DateoffSetByComponents Function
Replies: 10
Views: 4894

I agree with how it's currently implemented.

You are concentrating on the last day of the month only. There is scope for a different function to do what you do.

(A thought - I wonder if these functions work with other calendars, such as lunar calendars?)
by ray.wurlod
Wed Jun 05, 2013 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC's output is not readable
Replies: 1
Views: 779

I have never had a problem. Obviously you can connect OK, therefore presumably the problem is no in .odbc.ini or uvodbc.ini). The most likely culprits are incorrect settings either of the metadata (for example CHAR instead of WCHAR or NCHAR) or of the NLS character map.
by ray.wurlod
Wed Jun 05, 2013 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to solve this scenarios using Transformer
Replies: 6
Views: 1778

State the (full) requirement in words. This is called a specification, and may serve as a useful mind-focussing exercise - you may even be able to come up with your own best solution.
by ray.wurlod
Wed Jun 05, 2013 9:38 pm
Forum: General
Topic: Find jobs started under sequence
Replies: 2
Views: 1261

Use the various -log options for dsjob to identify and display the "summary of sequence run" event from the sequence's job log.
by ray.wurlod
Wed Jun 05, 2013 9:18 pm
Forum: General
Topic: Datastge 8.7 project create error
Replies: 1
Views: 1259

Thank you for sharing that. It doesn't happen to everyone.

Have you contacted your offical support provider?

Are you logging in as a user with sufficient role privileges and credentials?