Skip to content

DB Query Label not showing in log

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
  • kgould Offline
  • Posts: 5
  • Joined: Fri Nov 08, 2013 11:20 am

DB Query Label not showing in log

Post by kgould »

Is there a way to have the label for a query element show in the log file (Update Current Count in this example)? It would make it easier to review the log file without having to use debug or verbose logging.

<sql label="SQLSRVR" resourceId="SQLSRVR" autoCommit="true" version="1.0">
<query label="Update Current Count">
<statement>Update dbo.MyTable Set CurrentCnt = 0 Where Source = &apos;NEW&apos;</statement>
</query>
</sql>


2015-05-26 12:10:51 INFO Executing sub-task 'query'
2015-05-26 12:10:51 INFO Query completed successfully and -1 row(s) were affected
2015-05-26 12:10:51 INFO Finished sub-task 'query'

If this doesn't exist, can I submit it as a suggestion?
  • Support_Rick Offline
  • Support Specialist
  • Posts: 590
  • Joined: Tue Jul 17, 2012 2:12 pm
  • Location: Phoenix, AZ
  • Contact:

Re: DB Query Label not showing in log

Post by Support_Rick »

KGould,

Absolutely! Please send an Enhancement Request to [email protected] identifying the requested feature.
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696
Post Reply