Skip to main content
Solved

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

  • October 24, 2022
  • 3 replies
  • 110 views

Forum|alt.badge.img+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

Best answer by knepiosko

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.

3 replies

Forum|alt.badge.img+3
  • Author
  • Do Gooder (Customer)
  • 14 replies
  • October 24, 2022
This is the information I am looking to find out where it is held in the database.

 


Forum|alt.badge.img+17
  • Superhero (Partner)
  • 514 replies
  • Answer
  • October 24, 2022

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.


Forum|alt.badge.img+3
  • Author
  • Do Gooder (Customer)
  • 14 replies
  • October 24, 2022

hi

thanks thats perfect.

 

Graeme