Search found 27 matches

by Anthony1200
Sun Oct 12, 2008 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine called from job transformer -> abnormal terminati
Replies: 10
Views: 6964

Hi, thanks for the help! Well if i change the code to: RETURN(1) $INCLUDE DSINCLUDE JOBCONTROL.H if Arg1 = '' or IsNull(Arg1) = 1 then Ans = 1 else Ans = 0 if Ans = 0 then JobHandle = DSAttachJob(Arg1, DSJ.ERRWARN) *ReportText = DSMakeJobReport(JobHandle,2,"LF") ReportText = DSMakeJobRepor...
by Anthony1200
Sun Oct 12, 2008 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine called from job transformer -> abnormal terminati
Replies: 10
Views: 6964

Hi, again thanks for all the help i changed the routine to: $INCLUDE DSINCLUDE JOBCONTROL.H if Arg1 = '' or IsNull(Arg1) = 1 then Ans = 1 else Ans = 0 if Ans = 0 then JobHandle = DSAttachJob(Arg1, DSJ.ERRWARN) *ReportText = DSMakeJobReport(JobHandle,2,"LF") ReportText = DSMakeJobReport(Job...
by Anthony1200
Sun Oct 12, 2008 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine hangs
Replies: 13
Views: 4737

Hi, Thankz a lot :) this NUL trick works!! Speaking about null files, does this also work when u want a directory listing? in AIX i use a flatfile stage and then just put in: /dev/null for the filename and use ls -l #variable# as a filter to get a record by record listing :) this trick does not work...
by Anthony1200
Sat Oct 11, 2008 6:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine hangs
Replies: 13
Views: 4737

Thanks guys,

Hmmm have you got any tips as to a windows version of something like gzip and gunzip ?? they always did the trick on AIX for me :p but I'm searching for some alternative that works :)

Kind regards,
Albert
by Anthony1200
Sat Oct 11, 2008 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine called from job transformer -> abnormal terminati
Replies: 10
Views: 6964

Hi, thanks for your help! Well its a list of jobs that don't include the name of the job that executes this routine. When i open this routine and fill in a couple of job names they all give the desired XML result... When i build a very simple job that looks like this: Flatfile-------->Transformer---...
by Anthony1200
Sat Oct 11, 2008 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine hangs
Replies: 13
Views: 4737

Routine hangs

Hi,

Ive made a simple routine that is supposed to unzip a file the code is:
Call DSExecute('DOS', '7z x ' : Filedir : '\' : ZipFile, Output, ReturnCode)
Ans = Output

But if I test this routine it just hangs :s
Got any idea's ?

Kind regards,
Anthony
by Anthony1200
Sat Oct 11, 2008 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine called from job transformer -> abnormal terminati
Replies: 10
Views: 6964

Routine called from job transformer -> abnormal terminati

Hi, I have a Job (datastage 7.5.1a) that gets a jobname from a Oracle table and then passes this jobname to a transformer. This transformer has a routine in its stage variable, the result of this routine gets passed to a textfile. The problem is that this gives me an Abnormal termination of stage er...
by Anthony1200
Sat Feb 09, 2008 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't open the IBM Information Server Web console
Replies: 9
Views: 3020

Yes its set up to accept all cookies.

Thanks for the help btw
by Anthony1200
Sat Feb 09, 2008 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't open the IBM Information Server Web console
Replies: 9
Views: 3020

Hi,

Jup its marked with a check :)
by Anthony1200
Sat Feb 09, 2008 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't open the IBM Information Server Web console
Replies: 9
Views: 3020

Hi, jup i can acces that part so these settings are probably wrong? these are my current setting: Enable global security cache timeout 600 Seconds Issue permission warning Active protocol-> CSI and SAS Active autentication mechanism -> LTPA Active user registry -> Custom user registry Its just a sta...
by Anthony1200
Wed Feb 06, 2008 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't open the IBM Information Server Web console
Replies: 9
Views: 3020

Hi, Thanks for your reply :) well its on windows XP with SP2 and IE version 6. this web interface is the only part that i cant access :( and i need to because i need this to assign certain roles/rights in order to start datastage designer etc ;) cookies are enabled, security is set to its lowest pos...
by Anthony1200
Sat Feb 02, 2008 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't open the IBM Information Server Web console
Replies: 9
Views: 3020

can't open the IBM Information Server Web console

Hi, i cant open the IBM Information Server Web console with the correct username and password.. all it does is display the same page... if i fill in a incorrect username and password i get the red i icons.. so i think there must be something else wrong.. Have u guys got any idea's ?? Normally i use ...