Search found 53125 matches

by ray.wurlod
Tue Jun 08, 2010 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto purge options
Replies: 5
Views: 1790

You can delete the instance records from RT_STATUSnnn table.
by ray.wurlod
Tue Jun 08, 2010 4:46 pm
Forum: General
Topic: Parsing xml messages using datastage
Replies: 4
Views: 2789

Visit Ernie's blogs, and read the chapters on these stage types in the DataStage manuals.
by ray.wurlod
Tue Jun 08, 2010 4:45 pm
Forum: General
Topic: Trim leading zero's
Replies: 6
Views: 2110

The leading zeroes are not significant. Don't worry about them. They are there to prove that precision and scale are being handled correctly. The internal representation, both in DataStage and in Oracle, is binary.
by ray.wurlod
Tue Jun 08, 2010 4:41 pm
Forum: General
Topic: apt_terasync_daemon_prog
Replies: 2
Views: 888

Check back through your record of support calls - you DO keep records, don't you? My guess is that it was added as a result of advice from your official support provider. Checking your PMR history (on IBM support portal) may be another avenue.
by ray.wurlod
Tue Jun 08, 2010 4:39 pm
Forum: General
Topic: Unable to complete login process due to delay in opening ser
Replies: 1
Views: 2088

Flushing the cache is always a good idea when IP addresses are changed. It ought not to be necessary at other times, but does no harm.
by ray.wurlod
Tue Jun 08, 2010 4:38 pm
Forum: General
Topic: How to unlock the job in Windows
Replies: 3
Views: 1085

I don't know whether exact search here is case sensitive, but do search for UNLOCK - that's the command. But be very careful using it - only unlock locks that can not be released by their owners. After all, locks are there for a reason.
by ray.wurlod
Tue Jun 08, 2010 4:34 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer data sampling error
Replies: 3
Views: 6150

First off, what do YOU understand by the diagnostic messages that have been produced?

There were errors dropping and creating tables (one can reasonably assume in IADB). Does that ring any bells for you? Does the phrase "database privileges" have any resonance?
by ray.wurlod
Tue Jun 08, 2010 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 'WEEK.TAG' with Sunday as start of week
Replies: 16
Views: 6681

The change to ConvertWeek function should be fairly easy. What have you attempted?
by ray.wurlod
Tue Jun 08, 2010 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow running job
Replies: 6
Views: 2566

Welcome aboard.

What's different about the system, and other systems, during the slow times? "Nothing" clearly is not the correct answer.
by ray.wurlod
Tue Jun 08, 2010 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we get the System out from datastage job
Replies: 8
Views: 2508

Re: How can we get the System out from datastage job

muralidwhds wrote:Hi All,

How can we get the system out from a datastage job in DS V 8.0.1

Regards,
Murali
You can't, because there isn't one.
by ray.wurlod
Tue Jun 08, 2010 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About functional specification documentation
Replies: 4
Views: 1987

You find all the manuals in bookshelf.html.

On-line help is obtained by pressing F1 or clicking a Help button.
by ray.wurlod
Tue Jun 08, 2010 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve performance with multiple transformers
Replies: 24
Views: 6451

It's all in the manual. You have to capture the perfomance data when you run the job, then the Performance Analyzer reports on the captured statistics.
by ray.wurlod
Tue Jun 08, 2010 2:40 am
Forum: General
Topic: how to run datastage jobs in cygwin and suggest any packages
Replies: 3
Views: 1611

There are couple of libraries that have to be deployed as well. You can find out what these are in the manual about programming using the DataStage API.
by ray.wurlod
Tue Jun 08, 2010 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto purge options
Replies: 5
Views: 1790

Auto-purge takes no heed of instances.
by ray.wurlod
Tue Jun 08, 2010 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column to Rows
Replies: 6
Views: 1895

200 characters is trivial. However, my solution assumed nine characters - that you would always generate three rows. You need a slightly different solution, as follows. Use Fmt() to process your final column into groups of three, then convert the text marks in that string into value marks. Write int...