Search found 53125 matches

by ray.wurlod
Wed Aug 13, 2008 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tab delimited Sequential File
Replies: 11
Views: 6718

Not in server jobs.
by ray.wurlod
Wed Aug 13, 2008 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tab delimited Sequential File
Replies: 11
Views: 6718

Not in server jobs.
by ray.wurlod
Wed Aug 13, 2008 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 4768

OK, use a Select List. This is not SQL, so don't use SQL syntax. Use the following two commands, one after another.

Code: Select all

SELECT RT_LOG5276 WITH @ID LIKE "//..."
LIST.ITEM RT_LOG5276
by ray.wurlod
Wed Aug 13, 2008 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count on sequential file
Replies: 6
Views: 1799

Please mark this thread as Resolved.
by ray.wurlod
Wed Aug 13, 2008 3:04 pm
Forum: IBM QualityStage
Topic: Ruleset Locked by User
Replies: 3
Views: 1899

You can get user 'xxxx' to close the Rule Set editor.

Otherwise go to Session Management in the Web Console for Information Server and disconnect the session 'xxxx'.
by ray.wurlod
Wed Aug 13, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count on sequential file
Replies: 6
Views: 1799

Your Aggregator can count, or sum the value 1, and will give a correct result.

Your syntax for DSGetLinkInfo() is correct for getting the link row count, provided that the stage name is that of an active stage to which the link is connected.
by ray.wurlod
Wed Aug 13, 2008 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting Job category wise thru Datastage Manager
Replies: 4
Views: 2400

This is looking ugly. Are you sure it referred to a file called DSR_Jobs?

Do you have an export/backup of the affected project?

Can you connect to the project directory via telnet?
by ray.wurlod
Wed Aug 13, 2008 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to write a customized function in datastage.
Replies: 2
Views: 2383

Create your functions in C++ and compile and link them. Create a DataStage "parallel routine", which is an entry in your repository that tells DataStage that your function exists and the arguments it requires and returns. Make sure that your shared library search path includes the directory in which...
by ray.wurlod
Wed Aug 13, 2008 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linkname.NOTFOUND
Replies: 3
Views: 1376

OK, tell me how you are designing a parallel job using a Hashed File stage. Second job: Hashed file stage1 | | V Oracle stage7-> look up stage1 ->transformer1 -> Data set stage10 Then spend some time creating a specification of the processing required, without reference to any ETL tool. Then constru...
by ray.wurlod
Wed Aug 13, 2008 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup with Teradata Connector stage
Replies: 9
Views: 6212

1) No. Only DB2 and Oracle are supported for sparse lookup. [Edit: in version 7.5] 2) Yes. It's probably slow. 3) Experiment to find what settings work best for you. There are too many variables to give a "one size fits all" answer, not least the size and volume of the data you wish to process.
by ray.wurlod
Wed Aug 13, 2008 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling DSRunJob
Replies: 8
Views: 2833

If you reset the job in Director after it fails, do you get a "from previous run" event or a "phantom output" event in the job log?

If that doesn't work, try re-compiling the job.
by ray.wurlod
Wed Aug 13, 2008 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert Excel to xml?
Replies: 4
Views: 1579

Read the Excel file using an ODBC stage (assuming you have set up a DSN to refer to the Workbook). Then take the rows delivered from the ODBC stage and run them through an XML Output stage in which the XML specifications you need have been emplaced.
by ray.wurlod
Wed Aug 13, 2008 6:17 am
Forum: General
Topic: Using environment variables in ODBC Connector stage
Replies: 5
Views: 2878

Include the environment variables in your job design as job parameters (click the Add Environment Variable command button).

Insert the job parameter reference where required in your Connector.
by ray.wurlod
Wed Aug 13, 2008 4:55 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Sparse lookup with Teradata Connector Stage
Replies: 2
Views: 2058

Moderator: please move to Parallel forum

Sparse lookup is not a concept of any relevance to DataStage TX.