![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Group, I have a question about the Pick (in this case MVBase) spooler. I (potentially) will have multiple clients on one MVBase machine. Trying to track spooler entries is difficult enough... however, when they run the Month-End process, it produces close to 30 Hold Entries. Having 2 or 3 or 4 clients running different month-end will get confusing -- if not impossible -- to figure out's who's is whose. I'm sure there may be 3rd party spooler software out there and I'd love to hear about it. What I thought that might be interesting (as a possible solution) is to change the user account (temporarily). If I could do this, then instead of seeing the USER who generated the hold entry when using either a LISTPEQS or SP-LISTQ, it would show a "Company: Report Name" (something like) - ABC: AR Aging; OR XYZ: AP Forecast. I've tried the Charge-To (that give the user to be User*ABC: AR Aging) but when I generated the hold entry it kept just the user. I've also tried messing around with the ACC data... that didn't work either. So, the question is... is there a quick (and easy... short of LOGGING to for each spooler entry) to change the user name (retain the old one) with a TCL command, Basic command, or User Exit PRIOR to generating a Hold Entry... and then change it back? Thanks, David |
#3
| |||
| |||
|
|
Why not assign each user a different Form Queue number and keep them separate that way? There's a limited about of space (50 bytes?) for each form queue entry, so assigning each a name could be problematic. Mark Brown "David Ehrhart" <dehrhart (AT) southwest-software (DOT) com> wrote in message news:UL6dnZmdbbStwSjeRVn-iw (AT) comcast (DOT) com... Hi Group, I have a question about the Pick (in this case MVBase) spooler. I (potentially) will have multiple clients on one MVBase machine. Trying to track spooler entries is difficult enough... however, when they run the Month-End process, it produces close to 30 Hold Entries. Having 2 or 3 or 4 clients running different month-end will get confusing -- if not impossible -- to figure out's who's is whose. I'm sure there may be 3rd party spooler software out there and I'd love to hear about it. What I thought that might be interesting (as a possible solution) is to change the user account (temporarily). If I could do this, then instead of seeing the USER who generated the hold entry when using either a LISTPEQS or SP-LISTQ, it would show a "Company: Report Name" (something like) - ABC: AR Aging; OR XYZ: AP Forecast. I've tried the Charge-To (that give the user to be User*ABC: AR Aging) but when I generated the hold entry it kept just the user. I've also tried messing around with the ACC data... that didn't work either. So, the question is... is there a quick (and easy... short of LOGGING to for each spooler entry) to change the user name (retain the old one) with a TCL command, Basic command, or User Exit PRIOR to generating a Hold Entry... and then change it back? Thanks, David |
#4
| |||
| |||
|
|
Why not assign each user a different Form Queue number and keep them separate that way? There's a limited about of space (50 bytes?) for each form queue entry, so assigning each a name could be problematic. Mark Brown "David Ehrhart" wrote Hi Group, I have a question about the Pick (in this case MVBase) spooler. I (potentially) will have multiple clients on one MVBase machine. Trying to track spooler entries is difficult enough... however, when they run the Month-End process, it produces close to 30 Hold Entries. Having 2 or 3 or 4 clients running different month-end will get confusing -- if not impossible -- to figure out's who's is whose. I'm sure there may be 3rd party spooler software out there and I'd love to hear about it. What I thought that might be interesting (as a possible solution) is to change the user account (temporarily). If I could do this, then instead of seeing the USER who generated the hold entry when using either a LISTPEQS or SP-LISTQ, it would show a "Company: Report Name" (something like) - ABC: AR Aging; OR XYZ: AP Forecast. I've tried the Charge-To (that give the user to be User*ABC: AR Aging) but when I generated the hold entry it kept just the user. I've also tried messing around with the ACC data... that didn't work either. So, the question is... is there a quick (and easy... short of LOGGING to for each spooler entry) to change the user name (retain the old one) with a TCL command, Basic command, or User Exit PRIOR to generating a Hold Entry... and then change it back? Thanks, David |
#5
| |||
| |||
|
|
Hi Group, I have a question about the Pick (in this case MVBase) spooler. I (potentially) will have multiple clients on one MVBase machine. Trying to track spooler entries is difficult enough... however, when they run the Month-End process, it produces close to 30 Hold Entries. Having 2 or 3 or 4 clients running different month-end will get confusing -- if not impossible -- to figure out's who's is whose. I'm sure there may be 3rd party spooler software out there and I'd love to hear about it. What I thought that might be interesting (as a possible solution) is to change the user account (temporarily). If I could do this, then instead of seeing the USER who generated the hold entry when using either a LISTPEQS or SP-LISTQ, it would show a "Company: Report Name" (something like) - ABC: AR Aging; OR XYZ: AP Forecast. I've tried the Charge-To (that give the user to be User*ABC: AR Aging) but when I generated the hold entry it kept just the user. I've also tried messing around with the ACC data... that didn't work either. So, the question is... is there a quick (and easy... short of LOGGING to for each spooler entry) to change the user name (retain the old one) with a TCL command, Basic command, or User Exit PRIOR to generating a Hold Entry... and then change it back? Thanks, David |
#6
| |||
| |||
|
|
My first thought too was to use different form queue numbers to identify the client and job type. But if you're running multiple clients on one box, are they all running in the same account? If they're in different accounts then a simple SP-LISTQ should tell you which jobs belong to which clients. And when you're in one account you cannot de-spool reports from unless they belong to your account - unless you use an option on SP-EDIT to bypass that. Even if you have users login to a Q-pointer account, that's the account you'll see in SP-LISTQ. Then the only issue is with the type of print job it is, and that again is where form queue numbers come in. Are we missing something David? Pick has been doing things like this for decades without need for any significant changes. Maybe we just need to help clarify how the spooler already works so that you can get the most out of it? Tony "Mark Brown" wrote: Why not assign each user a different Form Queue number and keep them separate that way? There's a limited about of space (50 bytes?) for each form queue entry, so assigning each a name could be problematic. Mark Brown "David Ehrhart" wrote Hi Group, I have a question about the Pick (in this case MVBase) spooler. I (potentially) will have multiple clients on one MVBase machine. Trying to track spooler entries is difficult enough... however, when they run the Month-End process, it produces close to 30 Hold Entries. Having 2 or 3 or 4 clients running different month-end will get confusing -- if not impossible -- to figure out's who's is whose. I'm sure there may be 3rd party spooler software out there and I'd love to hear about it. What I thought that might be interesting (as a possible solution) is to change the user account (temporarily). If I could do this, then instead of seeing the USER who generated the hold entry when using either a LISTPEQS or SP-LISTQ, it would show a "Company: Report Name" (something like) - ABC: AR Aging; OR XYZ: AP Forecast. I've tried the Charge-To (that give the user to be User*ABC: AR Aging) but when I generated the hold entry it kept just the user. I've also tried messing around with the ACC data... that didn't work either. So, the question is... is there a quick (and easy... short of LOGGING to for each spooler entry) to change the user name (retain the old one) with a TCL command, Basic command, or User Exit PRIOR to generating a Hold Entry... and then change it back? Thanks, David |
#7
| |||
| |||
|
|
Tony (and the rest of you responding), Thanks for the response! Yes, I've been around for over 25 years in Pick and I do know the why's and wherefores for setting up different User Names (okay, synonym accounts) for each user and different spool Que's for different jobs... etc. The issue that I'm trying to solve is... that AFTER the month end is run there are 30 reports in the SP-LISTQ (or LISTPEQS). With one "Company" they have gotten used to "spool entry 5 is the AR Aged Trial Balance" -- because the person who does the month end process, does it in the same order each time. However, with multiple "Companies" and multiple users those number will (potentially) get out of order. So, my question is HOW to KNOW -- just be looking at the SP-LISTQ -- where is Company XYZ's AR Aged Trial Balance report without having to "Display" each in the SP-EDIT? I thought it would easy to identify it under the ACCT description in the SP-LISTQ... IF there was an easy way to change the Account Name on the "fly" with a command or user exit or etc. (so, it would be easily changed back). I've always thought -- over the years -- that one of the few problems with Pick is the spooler... or should I say the SP-LISTQ. Again, thanks for all the response... David |
#8
| |||
| |||
|
|
That helps! You should be able to type in: LISTPEQS (A or LISTPEQS "account-name" to just list the print files in the account your client is working on. If he has done the jobs in the same order, then he will simply need to note the fifth print job listed. Yes, it would be nice to name the reports! |
#9
| |||
| |||
|
|
David Ehrhart wrote: Tony (and the rest of you responding), Thanks for the response! Yes, I've been around for over 25 years in Pick and I do know the why's and wherefores for setting up different User Names (okay, synonym accounts) for each user and different spool Que's for different jobs... etc. The issue that I'm trying to solve is... that AFTER the month end is run there are 30 reports in the SP-LISTQ (or LISTPEQS). With one "Company" they have gotten used to "spool entry 5 is the AR Aged Trial Balance" -- because the person who does the month end process, does it in the same order each time. However, with multiple "Companies" and multiple users those number will (potentially) get out of order. So, my question is HOW to KNOW -- just be looking at the SP-LISTQ -- where is Company XYZ's AR Aged Trial Balance report without having to "Display" each in the SP-EDIT? I thought it would easy to identify it under the ACCT description in the SP-LISTQ... IF there was an easy way to change the Account Name on the "fly" with a command or user exit or etc. (so, it would be easily changed back). I've always thought -- over the years -- that one of the few problems with Pick is the spooler... or should I say the SP-LISTQ. Again, thanks for all the response... David That helps! You should be able to type in: LISTPEQS (A or LISTPEQS "account-name" to just list the print files in the account your client is working on. If he has done the jobs in the same order, then he will simply need to note the fifth print job listed. Yes, it would be nice to name the reports! Cheers, Brian -- ************************************************** * Brian Speirs h: (04) 479 9032 c: (021) 265 5906 e: brian at rushflat dot co dot nz |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |