Search found 7201 matches

by admin
Fri Nov 30, 2001 11:33 am
Forum: Archive of DataStage Users@Oliver.com
Topic: calling a perl suroutine
Replies: 1
Views: 375

Alessio, I believe DataStage 5.1 will allow you to do this as the ClickPack is now part of the base product. There is a routine that can be called as a Before/After subroutine to execute a Perl script. although we only supply a before/after routine you may be able to change it to cause perl to run i...
by admin
Thu Nov 29, 2001 4:26 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: calling a perl suroutine
Replies: 1
Views: 375

calling a perl suroutine

Hi all,

I would like to call a perl subroutine by DataStage.
Is it possible? How can I do it?

regards,

Alessio
by admin
Thu Nov 29, 2001 2:52 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Re: Same job, many different accounts
Replies: 0
Views: 439

Re: Same job, many different accounts

This should apply to universe as well... DSDesigner - To add a variable parameter in the selection of Unidata records, pull up the Unidata stage and open the inputs, columns, selection tabs and under the hardcoded "SELECT [filename]WITH:" in the blank window, insert #Selection#. Then in the Edit, Jo...
by admin
Thu Nov 29, 2001 2:11 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Same job, many different accounts
Replies: 4
Views: 763

Thank you so much for your help. What you described sounds like exactly what I want to do. I know how to create a batch to run the hard-coded version of a job, but Im a little fuzzy on how to get a sequential file to be read by the batch. Now that you have told me it can be done, I will dig a little...
by admin
Thu Nov 29, 2001 1:27 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Same job, many different accounts
Replies: 4
Views: 763

Hi Jill. You will also want to take a look at the 5.1 version of DataStage, which, (once you get the job parameters functioning the way you want) allows you to run that same job, with different run time parms, multiple_times_concurrently. 4.0, with the job parms will solve your problem of maintainin...
by admin
Thu Nov 29, 2001 3:53 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Same job, many different accounts
Replies: 4
Views: 763

Jill You need to use a parameter. For the account use a parameter called PROJECT. You need to put #PROJECT# in the field. The best way would be to run this from a batch job. I think the project is stored in @WHO. If you need more help than that let me know. Thanks Kim. -----Original Message----- Fro...
by admin
Wed Nov 28, 2001 9:00 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Same job, many different accounts
Replies: 4
Views: 763

Same job, many different accounts

Hello All, Im running Datastage Version 4.0 on a Windows NT server. I have a very simple 3 stage job that I run 50 different versions of. The only thing that varies from each of these 50 jobs is the account name under the Details tab of the Universe stage and a hard-coded value for one field in the ...
by admin
Wed Nov 28, 2001 1:56 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: UVTemp Directory.
Replies: 1
Views: 510

There are a number of temp files that may be created by the server engine during job execution, one of them being capture files (i.e. capturexxxxx) which under normal circumstances should be automatically deleted at job completion. However, if the job aborts its possible that cleanup doesnt take pla...
by admin
Wed Nov 28, 2001 1:45 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Abnormal termination of stage
Replies: 4
Views: 616

Hi Nuno, I was running in the same problem some month ago but on rel. 4.0. If you sort the the record on the field that you are aggregating everythink will work fine. Best Rgds Giovanni Boccia Sales Engineer Direzione Industria e Servizi Datamat - Enabling Your Future ----- Original Message ----- Fr...
by admin
Wed Nov 28, 2001 12:19 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Abnormal termination of stage
Replies: 4
Views: 616

Tracing-Level=1 on the "Stage" tab of the Merge stage. -----Original Message----- From: Nuno Pimenta [mailto:nuno.pimenta@tmn.pt] Sent: 28 November 2001 12:10 To: datastage-users@oliver.com Subject: RE: Abnormal termination of stage sorry, but where is that option? i havent find this option in help....
by admin
Wed Nov 28, 2001 12:09 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Abnormal termination of stage
Replies: 4
Views: 616

sorry, but where is that option? i havent find this option in help. thanks. NP > -----Original Message----- > From: Ricketts, James [mailto:JAMES.RICKETTS@POLK.CO.UK] > Sent: quarta-feira, 28 de Novembro de 2001 11:39 > To: datastage-users@oliver.com > Subject: RE: Abnormal termination of stage > > ...
by admin
Wed Nov 28, 2001 11:38 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Abnormal termination of stage
Replies: 4
Views: 616

Yes ... try setting stage-logging on and you should get a more helpful message listed (mine was something like join-columns-must-be-selected-in-output). -----Original Message----- From: Nuno Pimenta [mailto:nuno.pimenta@tmn.pt] Sent: 28 November 2001 11:37 To: LIST-DataStage (E-mail) Subject: Abnorm...
by admin
Wed Nov 28, 2001 11:36 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Abnormal termination of stage
Replies: 4
Views: 616

Abnormal termination of stage

Hi all, Im aggregating data, using the aggregator component, from a source table. But by any raison the job aborts with this warning: "Abnormal termination of stage DSagsms10q2v1..AGGREGATOR110 detected" Has anybody experienced this problem before and has a solution for it. Im using version 5.1. NP
by admin
Wed Nov 28, 2001 11:10 am
Forum: Archive of DataStage Users@Oliver.com
Topic: UVTemp Directory.
Replies: 1
Views: 510

UVTemp Directory.

Hi All, Can someone tell me about the UVTemp directory in the ServerEngine dorectory. I have a capture file there which has a size of 58GB!! I want to know whether the files in this directory can be deleted. The DS sever version is 4.2.1 running on Windows 2000. Thanks in advance. YN _______________...
by admin
Wed Nov 28, 2001 9:47 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Running DataStage from a Cron job
Replies: 1
Views: 1995

Hi Carol, The best way to find out, is to schedule a job from Director that will run say everyday... then as the same user that scheduled the job, login to Unix and perform a cron -l ?? (I think, I need to lookup man cron). You should see how DataStage does it. Alteratively, you can use dsjob... but...