![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My business network is on domain "housewares" and is a windows only network. My other business is on domain "gardens" and has a D3 account. The two businesses are physically located miles apart. We connect through a vpn. When I am at the housewares business I get on the vpn and access the garden company's D3 system. I would like to be able to print to my printer at housewares. I navigated from garden's server to my housewares pc and installed the housewares printer on the garden server. I can now vnc into gardens server and print a word document to my housewares printer. I did a dev-make under Pick: Hdev-make -t NTPrinter -n 62 -a "\\housewarespc\F12 housewares laserjet" When I print to F12 it goes into the LISTPEQS but does not go to the windows spooler. Before I could set up the printer on the garden server I had to enter my houseware domain\username and password. Is d3 not able to cross to another domain? Any help would be appreciated. |
#3
| |||
| |||
|
|
My business network is on domain "housewares" and is a windows only network. My other business is on domain "gardens" and has a D3 account. The two businesses are physically located miles apart. We connect through a vpn. When I am at the housewares business I get on the vpn and access the garden company's D3 system. I would like to be able to print to my printer at housewares. I navigated from garden's server to my housewares pc and installed the housewares printer on the garden server. I can now vnc into gardens server and print a word document to my housewares printer. I did a dev-make under Pick: Hdev-make -t NTPrinter -n 62 -a "\\housewarespc\F12 housewares laserjet" When I print to F12 it goes into the LISTPEQS but does not go to the windows spooler. Before I could set up the printer on the garden server I had to enter my houseware domain\username and password. Is d3 not able to cross to another domain? Any help would be appreciated. |
#4
| |||
| |||
|
|
colleensisco (AT) hotmail (DOT) com wrote: My business network is on domain "housewares" and is a windows only network. My other business is on domain "gardens" and has a D3 account. The two businesses are physically located miles apart. We connect through a vpn. When I am at the housewares business I get on the vpn and access the garden company's D3 system. I would like to be able to print to my printer at housewares. I navigated from garden's server to my housewares pc and installed the housewares printer on the garden server. I can now vnc into gardens server and print a word document to my housewares printer. I did a dev-make under Pick: Hdev-make -t NTPrinter -n 62 -a "\\housewarespc\F12 housewares laserjet" When I print to F12 it goes into the LISTPEQS but does not go to the windows spooler. Before I could set up the printer on the garden server I had to enter my houseware domain\username and password. Is d3 not able to cross to another domain? Any help would be appreciated. 1. do you know the ip address of the "housewarespc" ? if so can you ping it ? or can you ping the housewarespc name. if you cannot ping the name, then create the printer using the ip address ie dev-make -t ntprinter -n 62 -a "\\192.168.1.xx\F12" ensure that the d3 service is started as a user, not as a system service. ensure that the user & password is a local user (with the same password) on the housewarespc ws we have done this MANY times. it works without any problems. to check if you have permissions (from a d3 perspective) at tcl "! net view \\housewarespc" you should get a list of all of the shares on the local ws. if you get a permission denied then make the corrections shown above. good luck ! |
#5
| |||
| |||
|
|
Hi There is nothing wrong with using D3 as a service. We have used it this way since it was issued. On GARDENS create a Local Printer with the path \\housewares\f12 and share it. Personally I would keep the share name short and avoid spaces. Then when you create your D3 printer use the share name not the path. Peter McMurray "DrewConboy" <dconboy (AT) drexelmgt (DOT) com> wrote in message news:1160949002.478668.230880 (AT) i3g2000cwc (DOT) googlegroups.com... colleensisco (AT) hotmail (DOT) com wrote: My business network is on domain "housewares" and is a windows only network. My other business is on domain "gardens" and has a D3 account. The two businesses are physically located miles apart. We connect through a vpn. When I am at the housewares business I get on the vpn and access the garden company's D3 system. I would like to be able to print to my printer at housewares. I navigated from garden's server to my housewares pc and installed the housewares printer on the garden server. I can now vnc into gardens server and print a word document to my housewares printer. I did a dev-make under Pick: Hdev-make -t NTPrinter -n 62 -a "\\housewarespc\F12 housewares laserjet" When I print to F12 it goes into the LISTPEQS but does not go to the windows spooler. Before I could set up the printer on the garden server I had to enter my houseware domain\username and password. Is d3 not able to cross to another domain? Any help would be appreciated. 1. do you know the ip address of the "housewarespc" ? if so can you ping it ? or can you ping the housewarespc name. if you cannot ping the name, then create the printer using the ip address ie dev-make -t ntprinter -n 62 -a "\\192.168.1.xx\F12" ensure that the d3 service is started as a user, not as a system service. ensure that the user & password is a local user (with the same password) on the housewarespc ws we have done this MANY times. it works without any problems. to check if you have permissions (from a d3 perspective) at tcl "! net view \\housewarespc" you should get a list of all of the shares on the local ws. if you get a permission denied then make the corrections shown above. good luck ! |
#6
| |||
| |||
|
|
The trouble with direct references like this is, I believe, that if \\housewares isn't available when D3 starts, you are screwed. That is why you need to establish a "local port" to \\houseware\f12", then start this "local printer" .... windows will then "do the right thing" when \\housware\f12 gets on the network (may have to unclick "work offline" from windows printer manager) Excalibur wrote: Hi There is nothing wrong with using D3 as a service. We have used it this way since it was issued. On GARDENS create a Local Printer with the path \\housewares\f12 and share it. Personally I would keep the share name short and avoid spaces. Then when you create your D3 printer use the share name not the path. Peter McMurray "DrewConboy" <dconboy (AT) drexelmgt (DOT) com> wrote in message news:1160949002.478668.230880 (AT) i3g2000cwc (DOT) googlegroups.com... colleensisco (AT) hotmail (DOT) com wrote: My business network is on domain "housewares" and is a windows only network. My other business is on domain "gardens" and has a D3 account. The two businesses are physically located miles apart. We connect through a vpn. When I am at the housewares business I get on the vpn and access the garden company's D3 system. I would like to be able to print to my printer at housewares. I navigated from garden's server to my housewares pc and installed the housewares printer on the garden server. I can now vnc into gardens server and print a word document to my housewares printer. I did a dev-make under Pick: Hdev-make -t NTPrinter -n 62 -a "\\housewarespc\F12 housewares laserjet" When I print to F12 it goes into the LISTPEQS but does not go to the windows spooler. Before I could set up the printer on the garden server I had to enter my houseware domain\username and password. Is d3 not able to cross to another domain? Any help would be appreciated. 1. do you know the ip address of the "housewarespc" ? if so can you ping it ? or can you ping the housewarespc name. if you cannot ping the name, then create the printer using the ip address ie dev-make -t ntprinter -n 62 -a "\\192.168.1.xx\F12" ensure that the d3 service is started as a user, not as a system service. ensure that the user & password is a local user (with the same password) on the housewarespc ws we have done this MANY times. it works without any problems. to check if you have permissions (from a d3 perspective) at tcl "! net view \\housewarespc" you should get a list of all of the shares on the local ws. if you get a permission denied then make the corrections shown above. good luck ! |
#7
| |||
| |||
|
| On Oct 13, 10:26 pm, colleensi... (AT) hotmail (DOT) com wrote: Any help would be appreciated. Do yourself a favour and use HAMACHI. Diets |
#8
| |||
| |||
|
|
Do yourself a favour and use HAMACHI. |
|
Hi I am intrigued. Why would anyone run their business on a freeby? |
#9
| |||
| |||
|
|
On Oct 13, 10:26 pm, colleensi... (AT) hotmail (DOT) com wrote: Any help would be appreciated. diets wrote: Do yourself a favour and use HAMACHI. |
![]() |
| Thread Tools | |
| Display Modes | |
| |