CVS Integration: Weird code added to jobnames

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Druid_Elf
Participant
Posts: 32
Joined: Thu Aug 28, 2008 5:53 am

CVS Integration: Weird code added to jobnames

Post by Druid_Elf »

Hi all,
We are currently integrating our datastage 8.7 code into CVS. We are currently using Information Server Manager to do this.
After checking in the first project we noticed that each job got an additional extension in the name
eg: Load_CSV_Department becomes Load_CSV_Department_178dade9.pjb in CVS.
Does anybody know what this additional tag means and why it has been added ?
This poses some drawbacks to our release scripts.

Thanks for any feedback :-)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

pjb = parallel job
sjb = server job
qjb = sequence job

There are lots of other tags (suffixes) for the other kinds of repository objects. I won't bother to list them all here.

But they're not "weird".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Come on.. even you have to admit "qjb" is a little bit weird...

:-)
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

"s" had already been taken. "q" was the next available consonant in the word "sequence".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Druid_Elf
Participant
Posts: 32
Joined: Thu Aug 28, 2008 5:53 am

Post by Druid_Elf »

sorry you misunderstood.
It's not the extension which is odd (although the naming convention is weird) it's about the alfanumeric code added to jobname
eg: Load_CSV_Department_12aFef.pjb
Originally the 12aFef is not part of the jobname, but during check in server manager changes the name of the job.
I was wondering why this is happening.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Uniqueness, against the next time you export the same object.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Basically the 'version number'.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply