Solved

Does anyone know the table holding the application server task template?

  • 24 October 2022
  • 3 replies
  • 79 views

Badge +3

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

icon

Best answer by knepiosko 24 October 2022, 16:19

View original

3 replies

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

 

Userlevel 5
Badge +15

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.

Badge +3

hi

thanks thats perfect.

 

Graeme

Reply