Search found 53125 matches

by ray.wurlod
Fri Jun 17, 2005 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 32272 Warning
Replies: 4
Views: 1002

It's logged as a Warning only because it's an "unusual" event. And, as Arnd stated, you won't see it again in the current project, unless you delete the hashed file SDKSequences (not recommended).
by ray.wurlod
Fri Jun 17, 2005 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkMetaData
Replies: 12
Views: 6019

Functions in DataStage BASIC are implemented as subroutines. Either of the following will work. Call DSGetLinkMetaData(Result, JobName, StageName, LinkName) or Result = DSGetLinkMetaData(JobName, StageName, LinkName) Of course, you will need a DEFFUN in the second case, so will need ...
by ray.wurlod
Fri Jun 17, 2005 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GoBack in Date and Time
Replies: 2
Views: 755

There is no out-of-the-box function.

Search the forum as Arnd suggested; yours is far from a unique problem.
by ray.wurlod
Fri Jun 17, 2005 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do we find the release of a DataStage version
Replies: 10
Views: 3371

It means you have version 7.0.0 of the parallel engine and version 7.0.1 of the server engine. Every stage type also has its own version, for example you're probably running version 1.3 of the ORABULK stage. You posted in the server forum and specified "Server" as your job style, which is why you go...
by ray.wurlod
Fri Jun 17, 2005 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared container
Replies: 4
Views: 981

This message can arise when the name of the link from the parent job to the container is not the same as the link connection within the container to the container input or output. If you make the link names the same, this problem willl go away. Otherwise, you need to right click on the container in ...
by ray.wurlod
Fri Jun 17, 2005 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer
Replies: 6
Views: 1656

There is no limit on the number of columns in a row in DataStage.

However, you may encounter limits elsewhere. For example, the default limit via ODBC is 400 (which can be overridden by MAXROWCOLS in uvodbc.config). The maximum number of columns supported by MS Access is 256. And so on.
by ray.wurlod
Fri Jun 17, 2005 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Dataset differ from Sequential File stage
Replies: 5
Views: 1895

We trust that by "broken" you mean split over the available processing nodes, not "damaged"! :lol:
by ray.wurlod
Fri Jun 17, 2005 7:35 am
Forum: IBM QualityStage
Topic: QualityStage case studies needed
Replies: 1
Views: 2314

Did you undertake the official Ascential training? The case study therein is quite comprehensive, with some good examples of bad data.

As far as I am aware there are no other case studies extant. For some reason most people are unwilling to publish examples of their bad data. :wink:
by ray.wurlod
Fri Jun 17, 2005 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE stage
Replies: 12
Views: 4419

Did you extract "GRAYT" does not have the privilege to perform operation "IMPLICIT CREATE SCHEMA" from the first error? Check with your DBA.
by ray.wurlod
Fri Jun 17, 2005 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data source name not found
Replies: 3
Views: 2741

In either case also check that your Oracle environment variables are correctly set (in the $DSHOME/dsenv script) and that tnsnames.ora is properly populated.
by ray.wurlod
Fri Jun 17, 2005 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A,B,C ---> a b c
Replies: 10
Views: 1923

If you want N comma-delimited values into N separate columns in one row (the OP specification used the word "columns"), the output side of a Transformer stage must have Max(N) columns defined, and the Field function used to separate into separate columns. This design should also be used if N separat...
by ray.wurlod
Fri Jun 17, 2005 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do we find the release of a DataStage version
Replies: 10
Views: 3371

Try

Code: Select all

$DSHOME/bin/dssh -admin -info
or

Code: Select all

$DSHOME/bin/uv -admin -info
by ray.wurlod
Fri Jun 17, 2005 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Monitoring
Replies: 6
Views: 1561

Scheduled for release very soon (July?) is an active dashboard which may help with this requirement. Currently it's called "Sorcerer". Don't know whether it will work with version 6 - why not ask the vendor, at Ascential Developer Net?
by ray.wurlod
Fri Jun 17, 2005 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 10419

It might help also to post the generated SQL and how many columns there are in the Columns grid.
by ray.wurlod
Fri Jun 17, 2005 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data source name not found
Replies: 3
Views: 2741

Looks like you still need to add the DSN into .odbc.ini.