Search found 245 matches

by Ragunathan Gunasekaran
Wed Dec 05, 2007 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running totals in datastage server
Replies: 7
Views: 2777

Running totals in datastage server

Hi , I have a requirement to keep a running counter in a seq. This counter is different from the counter available in the start and the end loop activity. This counter is incremented or decremented depending upon conditions checked in the seeq. I have tested with the User variable activity that we n...
by Ragunathan Gunasekaran
Wed Dec 05, 2007 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in using the start and end loop activity in a seq
Replies: 12
Views: 6675

Error in using the start and end loop activity in a seq

Hi , I am getting this error while i used an start and end loop activity in a seq. Any clue on this . . . .welcome . The loop is perfectly closed . Compiling: Source = 'RT_BP9210/JOB.1484023322.DT.1457548960', Object = 'RT_BP9210.O/JOB.1484023322.DT.1457548960' **************************************...
by Ragunathan Gunasekaran
Mon Dec 03, 2007 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob error processing
Replies: 4
Views: 1599

Your shared library search list (LD_LIBRARY_PATH or similar) is inadequate. This is probably because the user invoking dsjob has not executed the dsenv script in the DataStage engine directory. ... Hi Ray I have run the Dsenv in the login that i executed the dsjob but its still throwing the same er...
by Ragunathan Gunasekaran
Mon Dec 03, 2007 3:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob error processing
Replies: 4
Views: 1599

dsjob error processing

Hi , could somebody give an idea of what this below error is and how to overcome the error. . . U are Welcome > This is what i am seeing in the telnet when i try to invoke a dsjob command line interface command. There are execution rights available for my user id but still its failing to show me at...
by Ragunathan Gunasekaran
Fri Nov 30, 2007 12:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving job status in a server sequence
Replies: 2
Views: 953

Its a fine workqround thanks . . .

Yeah thats a good idea and a fine workaround.
by Ragunathan Gunasekaran
Thu Nov 29, 2007 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving job status in a server sequence
Replies: 2
Views: 953

Retrieving job status in a server sequence

Hi my requirement goes as follows 1) execute a job/seq in a execute command activity which will in turn invoke a thridparty scheduler from the unixbox. 2) Retrieve the job status of the job executed in the previous stage. 3) loop untill all the jobs/seq are executed which is kept in a list file I am...
by Ragunathan Gunasekaran
Wed Sep 26, 2007 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of server components in parallel engine
Replies: 7
Views: 1780

hash file usage in PX

Is it possible to deploy a hash file stage as in server
by Ragunathan Gunasekaran
Wed Sep 26, 2007 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting server jobs into parallel jobs
Replies: 1
Views: 668

converting server jobs into parallel jobs

Hi ,
Are there any incomatiblity between the server and parallel engine that we should take care when we need to migrate from a server engine to a parallel engine.
by Ragunathan Gunasekaran
Wed Sep 26, 2007 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of server components in parallel engine
Replies: 7
Views: 1780

Usage of server components in parallel engine

Hi,
Can we use the hash file stage in Parallel engine . . . clarify please ?
by Ragunathan Gunasekaran
Thu Sep 20, 2007 12:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retriving Table Names used in a job
Replies: 3
Views: 917

Retriving Table Names used in a job

Hi ,
Any idea of how to take the tables used in a job.
by Ragunathan Gunasekaran
Tue Sep 18, 2007 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to beyond the filelimit in Unix using sequence file?
Replies: 9
Views: 3280

You can use fileset stage instead of sequential file stage . The fileset stage has the option of overcoming the file size limit.
by Ragunathan Gunasekaran
Thu Aug 30, 2007 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Dataset/Fileset/Sequential file stages in job
Replies: 3
Views: 1635

Usage of Dataset/Fileset/Sequential file stages in job

Hi Could anybody show light on the importance of these stages other than the below said Dataset Fileset Sequential ====== ====== ========= Persistant storage Anything to say ? Anything to say ? Anything to say ? Carries formating info Anything to say ? Could the stage usage importance be highlighted...
by Ragunathan Gunasekaran
Sat Aug 18, 2007 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Stage error
Replies: 12
Views: 4439

check the range of decimal in datastage and float in sybase

If the decimal range is half the range of the float then there is a possiblity of wrap in the numbers to a negative value which would be passed as input to SQL querry.The ultimate result is that the point untill it doesnt wrap will pick records after that it will not pick records as it doesnt satisf...
by Ragunathan Gunasekaran
Thu Jul 19, 2007 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using Fileset
Replies: 9
Views: 3953

Re: Error in using Fileset

I dont think so that fileset that you have created is the same as the one datastage creates for you . . . Manuall creating files is something different than you create a control file like fileset( ie fileset creation by datastage would have its own kind of information embedded in it ) Try using some...
by Ragunathan Gunasekaran
Tue Jul 17, 2007 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning : Unbalanced input
Replies: 2
Views: 3008

Re: Warning : Unbalanced input

Hi , Just check the partition type that you have chosen for the master link as DB2 and check whether the partition type for the reference link is entire or Auto ( By default reference stages would have a Entire partitioning). The dataset also stores the partition information .Hence while you write t...