Search found 22 matches

by Vinothbaskaran
Tue Mar 15, 2011 4:57 am
Forum: General
Topic: DSParams routine & TNS name
Replies: 5
Views: 4969

Oh.. I didn't mention that it's a Teradata that we are connecting to.. sorry! I did try to ping the database from unix and it doesn't get resolved. And i looked up into /etc/hosts and i couldn't find any entries for the server in it. Will that be a problem ? If i add entry in to hosts file, will Dat...
by Vinothbaskaran
Fri Mar 11, 2011 4:54 am
Forum: General
Topic: DSParams routine & TNS name
Replies: 5
Views: 4969

thanks Ray. Here it is.. $INCLUDE DSINCLUDE DSD_STAGE.H $INCLUDE DSINCLUDE JOBCONTROL.H $INCLUDE DSINCLUDE DSD.H $INCLUDE DSINCLUDE DSD_RTSTATUS.H Equ SetParams To 'SetDSParamsFromFile' ErrorCode = 0 ; * set this to non-zero to stop the stage/job JobName = Field(STAGECOM.NAME,'.',1,2) ParamList = ST...
by Vinothbaskaran
Fri Mar 11, 2011 4:26 am
Forum: General
Topic: DSParams routine & TNS name
Replies: 5
Views: 4969

DSParams routine & TNS name

Amigos, I have a strange issue with one of the projects on a datastage server which hosts mutiple other projects. All the other projects are using the TNS name to connect to the database, while the project 'X' under concern uses IP as the jobs inside it could not resolve the TNS into IP's. The only ...
by Vinothbaskaran
Fri Feb 11, 2011 5:08 am
Forum: General
Topic: how to get correct value of job end time using dsjob comamnd
Replies: 6
Views: 5568

kduke wrote:99 means job is compiled. There is no start or end time on a just compiled job. ...
Exactly.. @Venkat: You are trying to get the timings of a multiple instance. So the start time is the when the job is last compiled and end time probably one of the instance which has finished recently.
by Vinothbaskaran
Thu Feb 10, 2011 7:00 am
Forum: General
Topic: how to get correct value of job end time using dsjob comamnd
Replies: 6
Views: 5568

Is it a multiple instance job by any chance?? I have seen this happening a few times only to find that it was multiple instance job.
by Vinothbaskaran
Thu Feb 10, 2011 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job still in "Running" state -- after us
Replies: 3
Views: 5232

You should be able to clear any locks on the job by logging into UV with 'dsadm'. Please follow the below steps. 1. Go to DSEngine directory 2. Execute .dsenv 3. Execute bin/uvsh, this will log in to UV. 4. Type list.readu and find the user id for the job in question 5. type "unlock user userid...
by Vinothbaskaran
Thu Oct 28, 2010 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata End loading command issue
Replies: 2
Views: 3380

Any replies/ideas gents :D ?
by Vinothbaskaran
Mon Oct 25, 2010 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata End loading command issue
Replies: 2
Views: 3380

Teradata End loading command issue

Hi, The issue is regarding the datastage parallel jobs not failing despite reporting fatal errors after the fast load. The job has finished writing orchestrate load summary but the end loading and collect stats issued by datastage has failed because "Too many END TRANSACTION statements". A...
by Vinothbaskaran
Fri Oct 08, 2010 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex lookup against huge data
Replies: 4
Views: 3573

I would go for join option and also would first extract the reference data in datasets in separate jobs. I would strongly recommend join option if the volume is high. Look ups should be carefully used in the design, otherwise it could be a nightmare to support when the volume goes up fro reason in ...
by Vinothbaskaran
Thu Mar 18, 2010 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV Issue Using Lookup Stage for Range Lookup
Replies: 4
Views: 3370

use APT_DISABLE_COMBINATION parameter and set it to true in your job.
by Vinothbaskaran
Wed Dec 17, 2008 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage! Help needed...
Replies: 9
Views: 3384

Yeah!

Thanks a lot! I suppose 10 mins is a bit too much for my requirement.
The testing would really come up screaming at me! :lol: Thanks anyway!
by Vinothbaskaran
Tue Dec 16, 2008 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage! Help needed...
Replies: 9
Views: 3384

XML Output stage! Help needed...

Hi, I have a problem in achieving the following XML output.Please help me out with this! Input : 3 columns ID1 ID2 ID3 45 52 87 Marked in red are Hard-coded columns. Output : <TCRMOrganizationBObj> <TCRMOrganizationNameBObj> <OrganizationName> Corporate Markets </OrganizationName> </TCRMOrganization...
by Vinothbaskaran
Fri Dec 12, 2008 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of all Px Stages
Replies: 8
Views: 3140

yeah!

It d same here too!

In ADMN client it working.. but not in dssh..

btw.. can somebody tell me as how to list all the tables in Datastage SQL prompt??? i.e in dssh...