Page 1 of 1

my user routine not in project

Posted: Wed Mar 04, 2009 1:41 pm
by efxuser
i created a transform routine using dssetuserstatus.The routine works fine in other projects.I can see the routines listed in the but in one particular project when i try to use it in a stage variable ,none of the routines are getting listed when i rt click edit derivation ->...->DsRoutine.Is there are any setting I should do to enable routines at a project level?

Posted: Wed Mar 04, 2009 3:32 pm
by ray.wurlod
You probably need to set up the routine definition in that particular project. Only defined routines appear on the drop-down list.

Posted: Thu Mar 05, 2009 8:30 am
by efxuser
can you please ealborate on "need to set up the routine definition in that particular project" .I searched the forum and documentation but could not find anything to guide me.

Posted: Thu Mar 05, 2009 8:43 am
by Mike
Server routine? Parallel transformer? You won't see server routines in a parallel transformer.

Mike

Posted: Thu Mar 05, 2009 11:10 am
by vinothkumar
Try to import that routine first to your project and then check

Posted: Thu Mar 05, 2009 3:38 pm
by ray.wurlod
I assumed parallel routine.

Parallel routines are created outside of DataStage. However once they have been complied, linked and tested, another step is required. You must create a "parallel routine" entry in the repository. This shows the name of the routine, its location and the arguments it requires.

Posted: Thu Mar 05, 2009 3:39 pm
by ray.wurlod
I assumed parallel routine.

Parallel routines are created outside of DataStage. However once they have been complied, linked and tested, another step is required. You must create a "parallel routine" entry in the repository. This shows the name of the routine, its location and the arguments it requires.

Posted: Fri Mar 06, 2009 8:16 am
by efxuser
Yes, it is a server routine.I wrote a server job to call this routine.Thanks for all your help.