Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Printers attached to coldfusion server

Guest
May 09, 2009 May 09, 2009

Hi

how to change the default printer and add network printer into the coldfusion admin?

Should I first add the printer in the server, then un-install coldfusion and finally re-install coldfusion again?

Thank you.

3.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
May 09, 2009 May 09, 2009

The default printer is the one that you set in your OS, you don't need to do anything in CF you just install your printer and CF will detect the new printer and will be available to use right away.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 09, 2009 May 09, 2009

Thank you for the quick answer.

Yes this is what i was thinking, but it's not hapening.

I even rebooted the server, stopped and re-started coldfusion, nothing works. I see only one printer, " Microsoft XPS Document Writer " in the system information in CF administartor.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
May 09, 2009 May 09, 2009

You're welcome. Did you install the printer in the same account that CF is running? Which CF version do you have installed?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 09, 2009 May 09, 2009

Ok here is the config:

initially there was no printer installed in the server, only Microsoft XPS Document Writer was,

I installed coldfusion 8,

then i added through Control Panel a network printer and i set it as a default.

Rebooted the server

Still can not see it in the CF8 Admin.

I am wondering if i need to un-install and -re-install Coldfusion.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
May 09, 2009 May 09, 2009

Interesting, well if it's not a problem to uninstall and re-install give it a shot. And let me know if that solve your problem.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 09, 2009 May 09, 2009

I will, first thing Monday morning, i will let you know.

Again, thank you so much for your help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
May 11, 2009 May 11, 2009

Note that to use a network printer ColdFusion is going to need to be running under a domain account that has permissions to network resources.  The default user that the ColdFusion Windows Service runs under is "localSystem".  This user account normally has lots of permissions to the local system but no permissions on the network.  The usual solution is to create a domain account for this purpose and then set the ColdFusion Windows service to run as that user in the Services Control Panel.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 12, 2009 May 12, 2009

The uninstall - reinstall of coldfusion did not work.

I will give a try to Ian's suggestion.

Thanx.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 26, 2009 May 26, 2009

Hi Ian,

could you please give some more details regarding your post. i have similar problem. when i remotly login to the system it make a session and set it as a default printer if i dont login to the system coldfusion administrator doesn't pick up the default printer.

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 13, 2010 Jul 13, 2010
LATEST

Hi,

I just had the same issue and i can confirm that it is a permissions issue with a network resource. change the user that the coldfusion service logs on with to one that has permission to use network resources, restart the coldfusion server and then it will show up in your list of printers when you use <cfdump var="#GetPrinterInfo()#">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources