Skip to main content

hi

 

I am needing to get the unc path of the logical printer and would be great if I can get it from the application server task template where we are maintaining it.

I cant figure out where it is held.  Does anyone know?

thanks

Graeme

This is the information I am looking to find out where it is held in the database.

 


Hi @GFRASER_CDE  

Check this select statement:

SELECT  *--message_value

FROM fndcn_message_body_tab

WHERE application_message_id = 1

 

message_value column contains xml format configuration of printers.


hi

thanks thats perfect.

 

Graeme


Reply