Search found 175 matches

by datastage
Tue Aug 24, 2004 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort with row too big for inter stage rowbuffer
Replies: 1
Views: 2178

I just came across this error message in a standard transformer in DataStage Server. I'm curious as to what the first step should be... bumping up the row buffer size until you no longer get the error or just disable row buffering for the job. chaitanyavm: DataStage Administrator should show you wha...
by datastage
Tue Aug 24, 2004 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading and writing frmo same table/hash file
Replies: 6
Views: 3585

chucksmith wrote:What is PSFT EPM?

PeopleSoft Enterprise Performance Management:

http://www.peoplesoft.com/corp/en/produ ... /index.jsp
by datastage
Tue Aug 24, 2004 7:35 am
Forum: Data Quality Best Practices
Topic: AuditStage...bugs in general release 7.01
Replies: 2
Views: 3750

AuditStage...bugs in general release 7.01

Is it just me, or is AuditStage 7.0 and 7.01 filled with so many bugs that the product is basically unusable at this release level?
by datastage
Thu Aug 19, 2004 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Controller problem: Unhandled failure
Replies: 4
Views: 2535

Sequencer Controller problem: Unhandled failure

I have a sequencer that is aborting at the end of it when it calls a routine activity (actually the routines runs, then the sequencer aborts). What I have a sequencer stage that has a link from every job activity the sequencer calls. After all have completed it moves on to a nested condition that te...
by datastage
Thu Aug 19, 2004 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oracle DB access from DS subroutines
Replies: 10
Views: 4114

Re: WARNING

You will develop your routine, and it will work. After 30 days from first use, it will stop working. At this point, you will need to pay money to license your ODBC driver. This is not money to Ascential; this is money to the driver vendor. If you're not prepared to go this route, don't even start d...
by datastage
Thu Aug 19, 2004 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Job - retrieving Logs
Replies: 24
Views: 12085

What about trying something like this: Write a DataStage BASIC routine to find all the jobs called from a particular sequencer, and then goes to the log of those jobs to get entries and puts them in separate sequential files or one file with the jobname as key. The sequencer can then call the routin...
by datastage
Thu Aug 19, 2004 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Hangs while compiling
Replies: 1
Views: 714

not sure if this will work, but you might want to try it:

export the job. rename the current job name in Manager. import the job you just exported. try compiling again.


Also, can you tell us if this job has compiled before in the past or is this a new design that has never compiled before?
by datastage
Thu Aug 19, 2004 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Accessed by Another user
Replies: 6
Views: 3310

Re: Job Accessed by Another user

When I go to Director and view the status , it shows "Running". Ketfos Normally the above problem, when the job isn't actually running, is fixed in Directory by choosing Job...Clear Status File. However there may be more since another user is attached. Try Neena's kill -9 pid recommendati...
by datastage
Thu Aug 19, 2004 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PeopleSoft EPM sites using DataStage on this forum...
Replies: 14
Views: 6708

The decision to go with Ascential was a bit of a shock to many EPM customers as Informatica had been the ETL tool of choice for PeopleSoft through several releases. It took them about 5 months after the announcement to get documentation out on the setup of Ascential. That is why enterprises using P...
by datastage
Thu Aug 19, 2004 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage 7.5 -SQL statement not updated in SQL Tab
Replies: 6
Views: 2999

another agreeer here: stick with column generated; try to avoid fully generated; don't be afraid of using user-defined, but choose column generated over user defined when you have a choice.
by datastage
Thu Aug 19, 2004 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning DS server
Replies: 20
Views: 11012

Inprocess and interprocess row buffering can definitely improve performance, but they can also hurt performance. I don't like the idea of using the project wide setting, but analyze and test on a job by job basis for complex jobs and jobs that need performance improving. Also, don't forget to work w...
by datastage
Tue Aug 17, 2004 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading data on multiple nodes simultaneously
Replies: 4
Views: 1217

Yeah, the forum is great for some specific questions, but if you are not familiar with some of the DataStage entities then the best place to start is in class or reading the .pdf manuals. One thing to note about Adobe Acrobat Reader... if you download the free reader from adobe.com, there is an opti...
by datastage
Wed Aug 11, 2004 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting hash file
Replies: 5
Views: 1747

a little off topic here: Nivas, can you tell us what the DataStage job market is like in Boston? I was curious is they had more DS users there since Ascential US is based there or if there was more competition from Ascential consulting versus independent consulting.
by datastage
Wed Aug 11, 2004 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create new system variable?
Replies: 2
Views: 1185

create new system variable?

I know the provied system @variables are read-only, but I was curious if there is any way to create your own @variables that will show up in the ... menu for system variable...

Thanks
by datastage
Wed Aug 11, 2004 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate a project
Replies: 14
Views: 4631

Yes, Amos...you really need to let us curious minds know what technical/business requirement is driving your need to truncate a project! Let's see how creative we can be too. As far as this comment: I was thinking of a way to create a loop that goes over DS_JOBS and for each jobno delets the RT_LOGx...