DS Routine for an absolute beginner .... Part II!

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
wjfitzgerald
Participant
Posts: 72
Joined: Tue Feb 05, 2008 4:38 am

DS Routine for an absolute beginner .... Part II!

Post by wjfitzgerald »

Hi,

i posted a query on this topic last saturday and Craig was good enough to help me out.

i have in the meantime created the routine and now have my .dll ready to go.

i have created the parallel routine and all seemed good until the job compile. i am getting an error message "external routine library file name "RoutineLibs.dll" is invalid.

I looked around the forum and there are a few entries on this. The issue appears to be do with where the .dll is kept. Most of the posts are a number of years old and i think the DS folder structure has changed in the meantime.

is there a particular location this file needs to be?

As always, thank you in advance for any help, you can offer.

John Fitz
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

Hi ,

Your parallel routine name and the function you used within the c++ code should the same .
Nag
wjfitzgerald
Participant
Posts: 72
Joined: Tue Feb 05, 2008 4:38 am

Post by wjfitzgerald »

Hi,

thank you for the suggestion.
I checked and they are both called GetEndOfMonth.

Still getting the error message though.

Thanks again,

John Fitz
Post Reply