home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / networki / 2546 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.2 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!agate!usenet.ins.cwru.edu!gatech!destroyer!cs.ubc.ca!news.UVic.CA!jverreau_2.bus.uvic.ca!user
  2. From: jverreau@sol.uvic.ca (John Verreault)
  3. Newsgroups: comp.os.os2.networking
  4. Subject: Capture statements in Login Scripts  for 3.11
  5. Message-ID: <jverreau-231292135029@jverreau_2.bus.uvic.ca>
  6. Date: 23 Dec 92 21:43:57 GMT
  7. Sender: news@sol.UVic.CA
  8. Followup-To: comp.os.os2.networking
  9. Organization: UVic -- School of Business
  10. Lines: 23
  11. Nntp-Posting-Host: jverreau_2.bus.uvic.ca
  12.  
  13. I keep getting errors when I am trying to run a simple CAPTURE statement in
  14. my login scripts for the OS/2 workstations at my site.  The errors are:
  15.  
  16.   NWSpoolStartCapture returned error 0x00fd
  17.   NWSpoolSetPrintJobFlags returned error 0x8832
  18.  
  19. Here is the relevant portion of the login script:
  20.  
  21. ;    Printer Capture Default Setup
  22. ;
  23. IF MEMBER OF "Main_Office" THEN
  24.   #CAPTURE J=4029_Normal_MO
  25. END
  26. IF MEMBER OF "RM_461" THEN
  27.   #CAPTURE J=4029_Normal_461
  28. END
  29.  
  30.  
  31. If I run the capture command from a command line after login all is well. 
  32. Any help would be greatly appreciated (the manuals sure don't provide it).
  33.  
  34. John Verreault          jverreau@sol.uvic.ca
  35. University of Victoria, School of Business, Victoria, BC, Canada    
  36.