ACAD r12 can't plot to Netware 3.11 Queue

ACAD r12 can't plot to Netware 3.11 Queue

Post by Azaman Suleima » Sun, 11 Feb 1996 04:00:00



We recently connected our workstations to a Netware 3.11 lan. The
network printing system is working perfectly with other DOS programs
through CAPTURE command except with ACAD r12. Prior running ACAD r12, we
ran CAPTURE Q=QHP3P NB command to route output from the LPT1 port to
the Netware queue as just like any other DOS program. We configured the
ACAD r12 driver for the HP laser output. The problem is that, ACAD r12
give me error messages that the printer is not online which is *NOT*
true. It gives a timeout error. What could be the problem?
Your input is greatly appreciated. At the moment we send the output to a
file and then print it using the NPRINT command at DOS command prompt.
Thanks
 
 
 

ACAD r12 can't plot to Netware 3.11 Queue

Post by Javier Plaz » Tue, 13 Feb 1996 04:00:00


Dear Azaman:

The problem that you have, I think that it's possible solve it easily: You
should send the file not directly to LPT1:. You must send the draw to a
file called LPT1, and it will work perfectly.

Bye

 
 
 

ACAD r12 can't plot to Netware 3.11 Queue

Post by Siem We » Wed, 14 Feb 1996 04:00:00



>We recently connected our workstations to a Netware 3.11 lan. The
>network printing system is working perfectly with other DOS programs
>through CAPTURE command except with ACAD r12. Prior running ACAD r12, we
>ran CAPTURE Q=QHP3P NB command to route output from the LPT1 port to
>the Netware queue as just like any other DOS program. We configured the

AutoCAD used to have a problem with captured printerports, since it
did a hardware-check. They solved this problem as with AutoCAD 12
revision C2 (maybe C1 as well, I'm not sure of that.) If you don't
have this revision, your AutoCAD dealer can provide it without any
cost. BTW, for rel.12 for DOS, the latest revision is C3.

Last nut not least, I would add some more parameters to the capture
command, like NT NFF TI=15 What they stand for: No Tabs, No Form Feed,
Time Out = 15 seconds. If you don't use the TI parameter, NetWare
won't start spooling plotfiles until you quit AutoCAD or shell to DOS.

Greetings, Simon Weel

 
 
 

ACAD r12 can't plot to Netware 3.11 Queue

Post by Bjorn Sundqvi » Fri, 16 Feb 1996 04:00:00



>We recently connected our workstations to a Netware 3.11 lan. The
>network printing system is working perfectly with other DOS programs
>through CAPTURE command except with ACAD r12. Prior running ACAD r12, we
>ran CAPTURE Q=QHP3P NB command to route output from the LPT1 port to
>the Netware queue as just like any other DOS program. We configured the
>ACAD r12 driver for the HP laser output. The problem is that, ACAD r12
>give me error messages that the printer is not online which is *NOT*
>true. It gives a timeout error. What could be the problem?
>Your input is greatly appreciated. At the moment we send the output to a
>file and then print it using the NPRINT command at DOS command prompt.
>Thanks

___

You can try to plot to a file name called LPT1, there is also a way by
setting the variable ACADPLCMD in DOS this will invoke a bat-file
after your plot is finished, if you are handy you can make this
bat-file print your drawing with novell's nprint.


 =====================================================================
 Bjorn Sundqvist                                Phone: (46) 920-231372
 Majvagen 7                                       Fax: (46) 920-227353
 973 31 Lulea                            

 =====================================================================

 
 
 

ACAD r12 can't plot to Netware 3.11 Queue

Post by r.. » Sun, 25 Feb 1996 04:00:00



> Path:

news.pi.net!surfnet.nl!swsbe6.switch.ch!swidir.switch.ch!in2p3.fr!oleane!tank.news.pipex.n
et!pipex!newsfeed.internetmci.com!chi-news.cic.net!newsjunkie.ans.net!newsfeeds.ans.net!me
rlion.singnet.com.sg!usenet

> Newsgroups: comp.cad.autocad
> Subject: ACAD r12 can't plot to Netware 3.11 Queue
> Date: Sat, 10 Feb 1996 22:26:17 +0800
> Organization: Singapore Telecom Internet Service
> Lines: 12

> NNTP-Posting-Host: dial31.brunet.bn
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> X-Mailer: Mozilla 2.0b6a (Win95; I)

> We recently connected our workstations to a Netware 3.11 lan. The
> network printing system is working perfectly with other DOS programs
> through CAPTURE command except with ACAD r12. Prior running ACAD r12, we
> ran CAPTURE Q=QHP3P NB command to route output from the LPT1 port to
> the Netware queue as just like any other DOS program. We configured the
> ACAD r12 driver for the HP laser output. The problem is that, ACAD r12
> give me error messages that the printer is not online which is *NOT*
> true. It gives a timeout error. What could be the problem?
> Your input is greatly appreciated. At the moment we send the output to a
> file and then print it using the NPRINT command at DOS command prompt.
> Thanks

Try adding ti=50 to your capture command. it allows an adjustable time-out.

Luck

Remco

 
 
 

ACAD r12 can't plot to Netware 3.11 Queue

Post by Joe C » Mon, 04 Mar 1996 04:00:00


We had the same problem years ago when we first went to Netware. We solved it
by going to a two-step plotting setup.

First, *always* plot to a file. Then, shell out to DOS and type

        NPRINT {plotfile name} Q={queuename} NB NFF

This sends your raw plotfile directly to the Netware queue, bypassing any
habdshaking that the printer driver is trying to do with the printer hardware.
Netware print queues don't always respond with the right signals that some
printer drivers expect. An added bonus is that your workstation no longer needs
to suck up CPU cycles sending the drawing to the printer, it's all done
elsewhere by whatever print server you're using.

Better yet, here's a time tested .BAT file - call it EPLOT.BAT and put it in
your path:


        rem PLOT.BAT Netware Plotting Utility
        if exist %1.PLT NPRINT %1.PLT Q={queuename} NB NFF
        if exist %1 NPRINT %1 Q={queuename} NB NFF

To use it, simply shell out and type

        PLOT {plotfile}

Of course, you need to replace both instances of {queuename} with the real name
of the Netware print queue. This batch file doesn't care whether you add the
.PLT extension or not, and you can specify a path to the plot file as well. In
addition, you can keep some standard plot files on disk and plot copies of them
at will without having to open up Autocad and re-plot them. The downside is
that you can fill up your drive rather quickly.

Hope this helps

Joe Cat
Network Administrator
Eppstein Uhen Architects

-------------------------------------------
'The success of a given engineering venture
   is directly proportional to the amount of equipment ruined'



>> Path:
>news.pi.net!surfnet.nl!swsbe6.switch.ch!swidir.switch.ch!in2p3.fr!oleane!tank.
news.pipex.n
>et!pipex!newsfeed.internetmci.com!chi-news.cic.net!newsjunkie.ans.net!newsfeed
s.ans.net!me
>rlion.singnet.com.sg!usenet

>> Newsgroups: comp.cad.autocad
>> Subject: ACAD r12 can't plot to Netware 3.11 Queue
>> Date: Sat, 10 Feb 1996 22:26:17 +0800
>> Organization: Singapore Telecom Internet Service
>> Lines: 12

>> NNTP-Posting-Host: dial31.brunet.bn
>> Mime-Version: 1.0
>> Content-Type: text/plain; charset=us-ascii
>> Content-Transfer-Encoding: 7bit
>> X-Mailer: Mozilla 2.0b6a (Win95; I)

>> We recently connected our workstations to a Netware 3.11 lan. The
>> network printing system is working perfectly with other DOS programs
>> through CAPTURE command except with ACAD r12. Prior running ACAD r12, we
>> ran CAPTURE Q=QHP3P NB command to route output from the LPT1 port to
>> the Netware queue as just like any other DOS program. We configured the
>> ACAD r12 driver for the HP laser output. The problem is that, ACAD r12
>> give me error messages that the printer is not online which is *NOT*
>> true. It gives a timeout error. What could be the problem?
>> Your input is greatly appreciated. At the moment we send the output to a
>> file and then print it using the NPRINT command at DOS command prompt.
>> Thanks

>Try adding ti=50 to your capture command. it allows an adjustable time-out.

>Luck

>Remco

 
 
 

ACAD r12 can't plot to Netware 3.11 Queue

Post by Siem We » Wed, 06 Mar 1996 04:00:00



>We had the same problem years ago when we first went to Netware. We solved it
>by going to a two-step plotting setup.
>First, *always* plot to a file. Then, shell out to DOS and type
>    NPRINT {plotfile name} Q={queuename} NB NFF

You can completely automate this by using the AUTOSPOOL mechanism.
It's quite easy. You need to set  a environment variable ACADPLCMD to
point to the batchfile you use. As soon as you plot to a file called
AUTOSPOOL, AutoCAD will automatically call the batchfile and pass the
right filename and other parameters to it. It's described in detail in
the README.

Greetings, Simon Weel

 
 
 

1. ACAD R12 DOS and Netware 3.11

We have been running ACAD r12 (single user version) on standalone
PC perfectly. We now want all the drawing files to be located in a
common directory in a Netware 3.11 network. All users has full access to
the directory. We were unable to save our files in the network. We tried
to copy some drawing files to the network which is ok BUT cannot load it
from AutoCad. It says that the drawing file is READ-ONLY but we cannot
load it.

We really desperate to get this working. Thanks in advance


2. Saxon and xsl:strip-space

3. win32s for windows 3.11 under netware 3.11

4. The Embedded Web

5. HELP: R13+Win'95 plotting to NetWare queue

6. man pages avc raw1394 -->> *.txt

7. HELP: Problem with ACAD 12 and Netware 3.11

8. MS Combat Sim Expansion?

9. Problems switching from ACAD R12 (DOS) into window 3.11

10. ACAD R12 for DOS in WFW 3.11/Win95

11. Problems printing and plotting with autocad r12 any release and wfw 3.11

12. Acad R12 under windows 3.11

13. acad R12 Dos and Windows 3.11