What System Table holds the Version Detail Job Queue Name?

jimjung27

Active Member
I need to get a list of all the Versions (UBE) that have a Job Queue name equal to "abc".
I tried table F983051 and F983052 but I don't see the Job Queue Name there.

Can anyone tell me the correct tablename to look in?
 
You were correct with the F983051. Unfortunately, it is in the blob field: VRPODATA

If you find a way to pull it out of there, I'd really appreciate it if you would share. It has been the biggest pain in the rear end for pretty much every CNC Admin.
 
If you need this in Er then yes use that BSFN above, if you need it for your reference or to check stuff I do the following

UTB
Open RDASpec

szReport = your UBE
szVersion = your Version
nRecordType =1

click the Version/record and then in the blob data in the right window, scroll down to the last field zPrintInfo.szQueue

That's the queue :)
 
Here's my homemade file on how I do it
 

Attachments

  • UBE and Queues.pdf
    161.3 KB · Views: 247
Thanks John for the pdf. UTB works good.

Gov, That BSFN looks like it will work. Just need to put together a UBE to print a list. Read the F983051 and fill in the fields on the BSFN X983052.

Thanks All - you certainly have "The Right Stuff".
 
ER Code to print a list of UBE Versions and their Job Queues

Here's a quick UBE to print the Versions with the Job Queue Name using X983052
 

Attachments

  • JobQueue.txt
    1.2 KB · Views: 140
And here's a quick APP to search/list UBE Version Queue.
 

Attachments

  • 50603 UBE Queue APP.txt
    3.9 KB · Views: 121
Back
Top