Search found 53125 matches

by ray.wurlod
Wed Jan 18, 2006 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to openup Job Activity Property
Replies: 21
Views: 5869

Are you running on Windows XP? If so, you may need to reinstall the XP patch that corrects this behaviour, given that you've reinstalled DataStage from its original media (without the patch).
by ray.wurlod
Wed Jan 18, 2006 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Little endian Datatype
Replies: 3
Views: 1119

These are not data types. They refer to the order in which pairs of bytes are stored/processed. More than anything this is a function of what kind of CPU chip is in use - over-simply Intel or otherwise. DataStage is automatically aware, because of the platform on which it is installed, of the correc...
by ray.wurlod
Wed Jan 18, 2006 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Problem
Replies: 7
Views: 1564

No. Source code for DSD.StageRun is an IBM proprietary secret. It is the subroutine that invokes a server job Transformer stage. Your support provider will be able to ask the question, and someone in IBM can look at the source code, but you'll not be permitted to do so. In Appendix E of Administerin...
by ray.wurlod
Wed Jan 18, 2006 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Terrible Performance due to log file
Replies: 25
Views: 8432

Yes. Do an all terms search for archive and log. This is one of the posts you will find.
by ray.wurlod
Wed Jan 18, 2006 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: storing Date(YYYY-MM-DD) in Hashed File
Replies: 3
Views: 971

If you're reading YYYY-MM-DD as a VarChar from a sequential file and loading it into a hashed file as VarChar, there is NO WAY it can be converted into internal format. Does your job look like this? SeqFile ------> HashedFile ------> ODBC I've been seeing a number of developers lately interposing ha...
by ray.wurlod
Wed Jan 18, 2006 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reporting Assistant: literal does not match format string
Replies: 6
Views: 3433

Did you run the oracle.sql script (in the C:\Program Files\Ascential\DataStage\Documentation Tool folder) to create the tables in Oracle? If so, you've uncovered a previously undocumented feature (that's marketing-speak for a bug) that you should report via your support provider.
by ray.wurlod
Wed Jan 18, 2006 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Throw warning from DS Server custom Routine
Replies: 7
Views: 1526

Code: Select all

Call DSLogWarn(Message_Text, Routine_Name)

Refer to on-line help for full details.
by ray.wurlod
Wed Jan 18, 2006 6:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: storing Date(YYYY-MM-DD) in Hashed File
Replies: 3
Views: 971

Make the column VARCHAR in the hashed file.
by ray.wurlod
Wed Jan 18, 2006 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making projects "Read only"
Replies: 7
Views: 1566

Is the DataStage Operator role sufficient, with the "Operator can view full log" property enabled for the project? Then you only install Director client on the person's PC (use the xxxxx-DSDIR licence rather than the xxxxx-DSDES licence).
by ray.wurlod
Wed Jan 18, 2006 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple record structure flat file
Replies: 16
Views: 7659

Have you read the manual for the CFF stage? It's a fairly comprehensive description.
by ray.wurlod
Wed Jan 18, 2006 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wierd Problem with Shared Container
Replies: 6
Views: 1871

The operating system will only allow one writer at a time to a sequential file. This is not a DataStage problem - it's a design issue. Have the shared container write to a different file in each instance - make the file name a container parameter.
by ray.wurlod
Wed Jan 18, 2006 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC stage with excel file
Replies: 2
Views: 917

Did you Save and close the workbook after adding the new lines?
by ray.wurlod
Wed Jan 18, 2006 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reconciliation of source data and target data
Replies: 13
Views: 7536

You would use EVAL rather than WHEN construct but otherwise UniVerse SQL can do that kind of query. Indexing the constraining columns would help, as it would in any database. It would be more efficient in UniVerse to use Select Lists on which you can perform in-memory set operations (UNION, INTERSEC...
by ray.wurlod
Wed Jan 18, 2006 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error - Viewing Sequential File
Replies: 4
Views: 1920

If it was working yesterday and it is not working today something has changed. We need to know that that change is.
by ray.wurlod
Wed Jan 18, 2006 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auditing
Replies: 3
Views: 989

I heard that every job is stored as an .XML in server and we can audit the data using this .XML file. You have been misinformed. Every job is stored as a number of objects in (Repository) database records on the server. Changes to most of these objects are recorded by DataStage automatically, with ...