Search found 53125 matches

by ray.wurlod
Wed Jun 22, 2011 4:01 pm
Forum:
Topic: Regarding Metadata workBench
Replies: 6
Views: 3559

Did you read the log entries?

Clearly there's a permission/authorisation issue invoking the Logging Admin Service. Does your user have a (the?) Information Server Suite Administrator role?
by ray.wurlod
Wed Jun 22, 2011 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage-Teradata Query
Replies: 3
Views: 1924

Not really. Replace your Teradata stage with a Sequential File stage then examine the records that have these characters. Alternatively create a reject link from your Teradata Connector stage and examine the records sent along that link (into a sequential file).
by ray.wurlod
Wed Jun 22, 2011 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage-Teradata Query
Replies: 3
Views: 1924

Welcome aboard.

They're probably not white spaces but something else. Dump them into a text file then use a hex editor/viewer to determine what they actually are.
by ray.wurlod
Wed Jun 22, 2011 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle varchar length limitation
Replies: 5
Views: 2857

Try specifying as LongVarChar.
by ray.wurlod
Wed Jun 22, 2011 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_SCTEMP - error number is 1
Replies: 1
Views: 1165

My guess is permissions on the RT_SCTEMP directory.
by ray.wurlod
Wed Jun 22, 2011 3:39 am
Forum: General
Topic: DAY function in Execute command stage.
Replies: 3
Views: 1258

Why not tell us (in English) what you're trying to achieve? Some information about actual and expected results would also aid us to help you. What you have given does not.
by ray.wurlod
Wed Jun 22, 2011 3:36 am
Forum: General
Topic: DS 7.5 and 8.1 on same server.
Replies: 10
Views: 3293

Yes it's possible.

The server, if scaled for version 7, will not be adequate for version 8 (by a long way).

The version 7 installation will have to be switched to using a different itag, since version 8.1 mandates used of the default itag.
by ray.wurlod
Wed Jun 22, 2011 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environmental variable clarification
Replies: 3
Views: 2087

Press F1 while you're on that Administrator client screen. That will also tell you which manual the information is in.
by ray.wurlod
Wed Jun 22, 2011 3:33 am
Forum: General
Topic: Need to some stuff on import via metabraker and it's usage
Replies: 1
Views: 915

As an example, you may have designed a database using ERwin, which is not a part of DataStage. A metabroker exists, however, that can read an ER1 (or XML) file produced by ERwin and import the table information into the repository.
by ray.wurlod
Wed Jun 22, 2011 3:31 am
Forum: General
Topic: Execute command issue
Replies: 6
Views: 2114

Is the FTP password provided in the BAT file without redirection?
by ray.wurlod
Wed Jun 22, 2011 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environmental variable clarification
Replies: 3
Views: 2087

You can add it there. Its existence is sufficient cue for the engine.
by ray.wurlod
Wed Jun 22, 2011 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure return value still empty
Replies: 1
Views: 991

And your problem is... ?

How have you tested this stored procedure?
by ray.wurlod
Wed Jun 22, 2011 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLFetch: Error retrieving results
Replies: 9
Views: 3962

"Terminated unexpectedly" can mean that someone or something has killed a process or a network connection.
by ray.wurlod
Tue Jun 21, 2011 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort,Order by , Hash partining with stable sort
Replies: 10
Views: 3086

No.

Not in DataStage, not in Oracle (for VARCHAR2 data type).