Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jon Vaughan #1
printing from a webservice
Hi,
Background to the story :
Calling a webservice from an IPAQ to a server , wevservice prints to
networked printers
Server 2003
IIS 6.0
Framework 1.1
Pocket PC with framework installed.
What is working :
Printing from the server to network printers works fine in test prints.
calling webservices on the serv works fine.
What I ahve done so far :
Running locally on the dev machine this works fine , the call goes to the
webservice and the printer prints ( I guess this is because its all under
the same account !?! )
However moving it over to the server causes errors - saying that the network
resource deosnt exist. From waht I have read Im presuming this is because a
webservice is running under ASPNET. I have read a solution to this is the
following :
Rename the process username in machine.config to SYSTEM
Copy the printer settings from the registry from local user to
HKEY_USERS\.DEFAULT
Restart IIS
Which I have done and still havent gotten any furthur.
Now I have read that Framework 1.1 actually runs under IWAM_Machine name. As
I have limited knowledge of User Accounts im at a loss to know what to do
next. Do the changes above have the same impact on IWAM_Machine as they
would on ASPNET ? Or have I overlooked something quite fundemental ?
Thanks
Jon
Jon Vaughan Guest
-
Freehand printing - right margin decreases when printing multiple copies of file.
I'm using Freehand mx. Everytime I print more than one copy of a file, the right margin decreases. Thus, if I print five or six copies of a file,... -
Printing Dynamically Insantiated MovieClips (multi-page printing)
I can create multiple pages with just one prompt with new PrinJob() object in Flash MX2004; but ... .... when I try to addpages which is one... -
Printing without showing the printing dialog window
hey - did you ever figure out a solution to the printing without dialog issue? i'm trying to get around the same problem myself. thanks! -jason -
Webservice calling a webservice.....Error
Hi Ihave a strange problem .....or?? On one machine 1 i have a webservice A calling an other webservice B on a other machine 2 . the B service are... -
Printing a external text file or printing a text field cast member...
use BuddyApi Xtra to use external app. for print a file like MSWord, -
Georgi Vajarov #2
RE: printing from a webservice
I would try to run the process under a domain admin account just so you can
prove or disprove that this is really a permissions issue.
--
G.
"Jon Vaughan" wrote:
> Hi,
>
> Background to the story :
>
> Calling a webservice from an IPAQ to a server , wevservice prints to
> networked printers
> Server 2003
> IIS 6.0
> Framework 1.1
> Pocket PC with framework installed.
>
> What is working :
>
> Printing from the server to network printers works fine in test prints.
> calling webservices on the serv works fine.
>
> What I ahve done so far :
>
> Running locally on the dev machine this works fine , the call goes to the
> webservice and the printer prints ( I guess this is because its all under
> the same account !?! )
>
> However moving it over to the server causes errors - saying that the network
> resource deosnt exist. From waht I have read Im presuming this is because a
> webservice is running under ASPNET. I have read a solution to this is the
> following :
>
> Rename the process username in machine.config to SYSTEM
> Copy the printer settings from the registry from local user to
> HKEY_USERS\.DEFAULT
> Restart IIS
>
> Which I have done and still havent gotten any furthur.
>
> Now I have read that Framework 1.1 actually runs under IWAM_Machine name. As
> I have limited knowledge of User Accounts im at a loss to know what to do
> next. Do the changes above have the same impact on IWAM_Machine as they
> would on ASPNET ? Or have I overlooked something quite fundemental ?
>
> Thanks
>
> Jon
>
>
>Georgi Vajarov Guest



Reply With Quote

