<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi Pete,
<div class=""><br class="">
</div>
<div class="">When downloading Windows SmartScreen checks the signing certificate of the application (if applied), if you haven’t already it’s best to buy a code signing certificate and sign your exe’s etc. with it (we use signtool.exe to do that).</div>
<div class=""><br class="">
</div>
<div class="">Recently we updated the code signing cert for PhoneView and initially (even with a valid cert) it was flagged by SmartScreen until it had been downloaded a few times.</div>
<div class=""><br class="">
</div>
<div class="">Haven’t looked at your tool, but congrats for putting it out there, a simple way to query and export raw SQL data is sorely needed, something I was going to do but ended up going down a different path ;)</div>
<div class=""><br class="">
</div>
<div class="">Thanks</div>
<div class=""><br class="">
</div>
<div class="">Stephen Welsh</div>
<div class="">CTO</div>
<div class="">UnifiedFX</div>
<div class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 28 Mar 2018, at 17:14, Pete Brown <<a href="mailto:jpb@chykn.com" class="">jpb@chykn.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" dir="ltr" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif;" class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Yeah, for some reason Windows 10 keeps flagging my apps as viruses.  Have to figure that one out someday.</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Thanks for the feedback; those are all great suggestions.  Will knock out the easiest ones first: listing columns under the tables in the tree, copy/paste in Excel and executing on keystroke.</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<br class="">
<div style="" class="">
<hr tabindex="-1" style="display: inline-block; width: 826.125px;" class="">
<div id="divRplyFwdMsg" dir="ltr" class=""><font face="Calibri, sans-serif" style="font-size: 11pt;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>Anthony Holloway <<a href="mailto:avholloway+cisco-voip@gmail.com" class="">avholloway+cisco-voip@gmail.com</a>><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Wednesday, March 28, 2018 10:56 AM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Lelio Fulgenzi<br class="">
<b class="">Cc:</b><span class="Apple-converted-space"> </span>Brian Meade; Pete Brown;
<a href="mailto:cisco-voip@puck.nether.net" class="">cisco-voip@puck.nether.net</a><br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [cisco-voip] Windows AXL Query Tool</font>
<div class=""> </div>
</div>
<div class="">
<div dir="ltr" class="">Ok, now that I've downloaded it, and installed your virus...err...app....it's actually really nice!  ;)
<div class=""><br class="">
</div>
<div class="">A few quick notes:</div>
<div class=""><br class="">
</div>
<div class="">The copy paste of the data doesn't work too well in Excel.  Specifically, it adds a column to the left of the first column.</div>
<div class=""><br class="">
</div>
<div class="">It would be nice to have a feature to let me find data in the tables like CUDLI does.  E.g., I need to find a table and column where this specific phone number is used.</div>
<div class=""><br class="">
</div>
<div class="">It would be nice to have a feature to let me see the columns for a table, which I see that you're doing by automatically returning the first 10 rows, but a vertical list like the tables would be better for me.</div>
<div class=""><br class="">
</div>
<div class="">It would be nice to be able to query CAR as well, but I know that' not apart of the same AXL API, rather its CDROnDemand, no?</div>
<div class=""><br class="">
</div>
<div class="">It would be nice to be able to run multiple commands at once with a line delimiter.</div>
<div class=""><br class="">
</div>
<div class="">It would be nice to be able to hit a keystroke to execute the command.</div>
</div>
<br class="">
<div class="x_gmail_quote">
<div dir="ltr" class="">On Wed, Mar 28, 2018 at 10:46 AM Anthony Holloway <<a href="mailto:avholloway%2Bcisco-voip@gmail.com" id="LPlnk216875" previewremoved="true" class="">avholloway+cisco-voip@gmail.com</a>> wrote:<br class="">
</div>
<blockquote class="x_gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr" class="">No not really.
<div class=""><br class="">
</div>
<div class="">The work flow is like this:</div>
<div class=""><br class="">
</div>
<div class="">1. Download the ZIP file from CUCM plugins page and extract to your PC.  It's simply called Cisco AXL Toolkit, but the file is axlsqltoolkit.zip</div>
<div class="">2. Open a command prompt to the working folder you extracted the files to, such that you're in the same folder as the README.txt</div>
<div class="">3. Open the README.txt and make a copy of the command example for your platform: windows or linux, and for me it's windows, so line 22 I will copy to the line below the example (CTRL+d in Notepad++)</div>
<div class="">4. Correct the username and password, host for your environment</div>
<div class="">5. Add the input/output file switches: -input=test.xml -output=test.txt (we'll create the test.xml in the next step, and it will create the test.txt file for you)</div>
<div class="">6. Make a copy of the sample.xml file and we'll name it test.xml for this exercise</div>
<div class="">7. Edit the test.xml so it only contains 1 query; we'll use this one for testing: <sql query="select name from processnode"/></div>
<div class="">8. Copy your command line from the README.txt and paste it into your command prompt</div>
<div class="">9. Watch the activity scroll up the screen, and check your test.txt file for the output</div>
<div class=""><br class="">
</div>
<div class="">Be prepared: it's SOAP and it's ugly.  So, don't be expecting CSV style data formatting here.  I typically only use this tool when I need to run UPDATE commands, like lots of them, to make changes to the DB, which is few and far between.</div>
<div class=""><br class="">
</div>
<div class="">More commonly, I'm using UPDATE commands right on the CLI....with careful WHERE clauses....or even more commonly, I'm just looking at data with SELECT commands.</div>
<div class=""><br class="">
</div>
<div class="">YMMV</div>
<div class=""><br class="">
<div class="x_gmail_quote"></div>
</div>
</div>
<div dir="ltr" class="">
<div class="">
<div class="x_gmail_quote">
<div dir="ltr" class="">On Wed, Mar 28, 2018 at 9:22 AM Lelio Fulgenzi <<a href="mailto:lelio@uoguelph.ca" target="_blank" id="LPlnk982740" previewremoved="true" class="">lelio@uoguelph.ca</a>> wrote:<br class="">
</div>
</div>
</div>
</div>
<div dir="ltr" class="">
<div class="">
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Is it “wizardish” in any way? Like CUDDLI?<u class=""></u><u class=""></u></div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<div dir="ltr" class="">
<div class="">
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><u class=""></u> <u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class="">---<u class=""></u><u class=""></u></span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><b class=""><span style="font-family: Arial, sans-serif;" class="">Lelio Fulgenzi, B.A.</span></b><span style="font-family: Arial, sans-serif;" class=""><span class="Apple-converted-space"> </span>|
 Senior Analyst<u class=""></u><u class=""></u></span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif; color: rgb(51, 51, 51);" class="">Computing and Communications Services</span><span style="font-family: Arial, sans-serif;" class=""><span class="Apple-converted-space"> </span>|
 University of Guelph<u class=""></u><u class=""></u></span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class="">Room 037 Animal Science & Nutrition Bldg |<span class="Apple-converted-space"> </span><a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmaps.google.com%2F%3Fq%3D50%2BStone%2BRd%2BE%2B%257C%2BGuelph%2C%2BON%2B%257C%2BN1G%2B2W1%26entry%3Dgmail%26source%3Dg&data=02%7C01%7C%7C8de499903f864681d3e208d594c4737b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636578493819200177&sdata=4FzepRmFa4VVXPbW3nB2h0oaEfhGY1FILIwUSroH0b4%3D&reserved=0" originalsrc="https://maps.google.com/?q=50+Stone+Rd+E+%7C+Guelph,+ON+%7C+N1G+2W1&entry=gmail&source=g" shash="IOjnPifmvdtKGy2ZG4N7s3LETS7qfJzZVKLBmRqhK7elJ+cVLG9B1HPYdb4A2ku9hMTv0tA4uj7zNUjLaKkvmHeLkUSQRcczxziq7vhb9Y4kXyarleUeH6ihi4LRffctkt7dB8e508+M+0iYe/EA0snK4gGRjbvw5ze+7yD3InY=" target="_blank" id="LPlnk241786" previewremoved="true" class="">50
 Stone Rd E | Guelph, ON | N1G 2W1</a><u class=""></u><u class=""></u></span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class=""><a href="tel:(519)%20824-4120" value="+15198244120" target="_blank" id="LPlnk570069" previewremoved="true" class="">519-824-4120 Ext. 56354</a><span class="Apple-converted-space"> </span>|<span class="Apple-converted-space"> </span><a href="mailto:lelio@uoguelph.ca" target="_blank" id="LPlnk699128" previewremoved="true" class=""><span style="color: rgb(5, 99, 193);" class="">lelio@uoguelph.ca</span></a><u class=""></u><u class=""></u></span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class=""><u class=""></u> <u class=""></u></span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><a href="https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.uoguelph.ca%2Fccs&data=02%7C01%7C%7C8de499903f864681d3e208d594c4737b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636578493819200177&sdata=ZkjsfAUXWCpgBFURK94yccanpo1L6JXMecdJ%2FdzCBDw%3D&reserved=0" originalsrc="http://www.uoguelph.ca/ccs" shash="WjYzGz3NoiL8pu/JARHb5NUa/15xVnDv8Fbi9Dy+UUcgGZjb/CZJuAULCA+uQ10mACjxCuy9KU9TznO60kkZcPTub+kfWbe79Tz+Zd7jXa+lWs1SnHPShKwl17W5ZPBFXMueusu1ZdTVVTrGWS1lW4SgBPYwyMJPsM/s26D+RZE=" target="_blank" id="LPlnk260928" previewremoved="true" class=""><span style="font-family: Arial, sans-serif;" class="">www.uoguelph.ca/ccs</span></a><span style="font-family: Arial, sans-serif; color: rgb(31, 73, 125);" class=""><span class="Apple-converted-space"> </span>|
 @UofGCCS on Instagram, Twitter and Facebook<u class=""></u><u class=""></u></span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class=""><u class=""></u> <u class=""></u></span></div>
<p class="x_MsoNormal" style="margin-top: 0px; margin-bottom: 0px;"></p>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<div dir="ltr" class="">
<div class="">
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1"><span id="cid:1626d3e369b4cff311"><image001.png></span><u class=""></u><u class=""></u>
<p style="margin-top: 0px; margin-bottom: 0px;" class=""></p>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><u class=""></u> <u class=""></u></div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<div dir="ltr" class="">
<div class="">
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>Anthony Holloway [mailto:<a href="mailto:avholloway%2Bcisco-voip@gmail.com" target="_blank" id="LPlnk584945" previewremoved="true" class="">avholloway+cisco-voip@gmail.com</a>]<span class="Apple-converted-space"> </span><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Wednesday, March 28, 2018 10:19 AM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Brian Meade <<a href="mailto:bmeade90@vt.edu" target="_blank" id="LPlnk546146" previewremoved="true" class="">bmeade90@vt.edu</a>><br class="">
<b class="">Cc:</b><span class="Apple-converted-space"> </span>Lelio Fulgenzi <<a href="mailto:lelio@uoguelph.ca" target="_blank" id="LPlnk504461" previewremoved="true" class="">lelio@uoguelph.ca</a>>; Pete Brown <<a href="mailto:jpb@chykn.com" target="_blank" id="LPlnk214260" previewremoved="true" class="">jpb@chykn.com</a>>;<span class="Apple-converted-space"> </span><a href="mailto:cisco-voip@puck.nether.net" target="_blank" id="LPlnk788594" previewremoved="true" class="">cisco-voip@puck.nether.net</a></div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [cisco-voip] Windows AXL Query Tool<u class=""></u><u class=""></u></div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><u class=""></u> <u class=""></u></div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Yeah, it's really just for batch SQL commands, otherwise, just SSHing to the Publisher is easiest.<u class=""></u><u class=""></u></div>
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><u class=""></u> <u class=""></u></div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div class="">
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">On Wed, Mar 28, 2018 at 9:16 AM Brian Meade <<a href="mailto:bmeade90@vt.edu" target="_blank" id="LPlnk93738" previewremoved="true" class="">bmeade90@vt.edu</a>> wrote:<u class=""></u><u class=""></u></div>
</div>
</div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Check under Application->Plugins<u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><u class=""></u> <u class=""></u></div>
<div class=""></div>
</div>
</blockquote>
</div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">On Wed, Mar 28, 2018 at 10:03 AM, Lelio Fulgenzi <<a href="mailto:lelio@uoguelph.ca" target="_blank" id="LPlnk438049" previewremoved="true" class="">lelio@uoguelph.ca</a>> wrote:<u class=""></u><u class=""></u></div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Wait. What? There’s an AXL SQL tool kit?<span class="Apple-converted-space"> </span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""> <u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class="">---</span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><b class=""><span style="font-family: Arial, sans-serif;" class="">Lelio Fulgenzi, B.A.</span></b><span style="font-family: Arial, sans-serif;" class=""><span class="Apple-converted-space"> </span>|
 Senior Analyst</span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif; color: rgb(51, 51, 51);" class="">Computing and Communications Services</span><span style="font-family: Arial, sans-serif;" class=""><span class="Apple-converted-space"> </span>|
 University of Guelph</span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class="">Room 037 Animal Science & Nutrition Bldg |<span class="Apple-converted-space"> </span><a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmaps.google.com%2F%3Fq%3D50%2BStone%2BRd%2BE%2B%257C%2BGuelph%2C%2BON%2B%257C%2BN1G%2B2W1%26entry%3Dgmail%26source%3Dg&data=02%7C01%7C%7C8de499903f864681d3e208d594c4737b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636578493819200177&sdata=4FzepRmFa4VVXPbW3nB2h0oaEfhGY1FILIwUSroH0b4%3D&reserved=0" originalsrc="https://maps.google.com/?q=50+Stone+Rd+E+%7C+Guelph,+ON+%7C+N1G+2W1&entry=gmail&source=g" shash="IOjnPifmvdtKGy2ZG4N7s3LETS7qfJzZVKLBmRqhK7elJ+cVLG9B1HPYdb4A2ku9hMTv0tA4uj7zNUjLaKkvmHeLkUSQRcczxziq7vhb9Y4kXyarleUeH6ihi4LRffctkt7dB8e508+M+0iYe/EA0snK4gGRjbvw5ze+7yD3InY=" target="_blank" id="LPlnk297622" previewremoved="true" class="">50
 Stone Rd E | Guelph, ON | N1G 2W1</a></span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class=""><a href="tel:(519)%20824-4120" target="_blank" id="LPlnk570724" previewremoved="true" class="">519-824-4120 Ext. 56354</a><span class="Apple-converted-space"> </span>|<span class="Apple-converted-space"> </span><a href="mailto:lelio@uoguelph.ca" target="_blank" id="LPlnk11269" previewremoved="true" class=""><span style="color: rgb(5, 99, 193);" class="">lelio@uoguelph.ca</span></a></span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class=""> </span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><a href="https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.uoguelph.ca%2Fccs&data=02%7C01%7C%7C8de499903f864681d3e208d594c4737b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636578493819200177&sdata=ZkjsfAUXWCpgBFURK94yccanpo1L6JXMecdJ%2FdzCBDw%3D&reserved=0" originalsrc="http://www.uoguelph.ca/ccs" shash="WjYzGz3NoiL8pu/JARHb5NUa/15xVnDv8Fbi9Dy+UUcgGZjb/CZJuAULCA+uQ10mACjxCuy9KU9TznO60kkZcPTub+kfWbe79Tz+Zd7jXa+lWs1SnHPShKwl17W5ZPBFXMueusu1ZdTVVTrGWS1lW4SgBPYwyMJPsM/s26D+RZE=" target="_blank" id="LPlnk466198" previewremoved="true" class=""><span style="font-family: Arial, sans-serif;" class="">www.uoguelph.ca/ccs</span></a><span style="font-family: Arial, sans-serif; color: rgb(31, 73, 125);" class=""><span class="Apple-converted-space"> </span>|
 @UofGCCS on Instagram, Twitter and Facebook</span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-family: Arial, sans-serif;" class=""> </span><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><img border="0" width="187" height="100" id="x_m_-414607379177668508m_4948035344843132271m_-6213536042740920468m_-8575135186719911374Picture_x0020_1" alt="University of Guelph Cornerstone with Improve Life tagline" style="width: 1.9479in; height: 1.0416in;" class=""><u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""> <u class=""></u><u class=""></u></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>cisco-voip [mailto:<a href="mailto:cisco-voip-bounces@puck.nether.net" target="_blank" id="LPlnk464179" previewremoved="true" class="">cisco-voip-bounces@puck.nether.net</a>]<span class="Apple-converted-space"> </span><b class="">On
 Behalf Of<span class="Apple-converted-space"> </span></b>Anthony Holloway<br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Tuesday, March 27, 2018 9:58 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Pete Brown <<a href="mailto:jpb@chykn.com" target="_blank" id="LPlnk191394" previewremoved="true" class="">jpb@chykn.com</a>><br class="">
<b class="">Cc:</b><span class="Apple-converted-space"> </span><a href="mailto:cisco-voip@puck.nether.net" target="_blank" id="LPlnk989320" previewremoved="true" class="">cisco-voip@puck.nether.net</a><br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [cisco-voip] Windows AXL Query Tool<u class=""></u><u class=""></u></div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""> <u class=""></u><u class=""></u></div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">So it only does AXL SQL Queries right now?  How's this different from the AXL SQL Toolkit that's right in CUCM?<u class=""></u><u class=""></u></div>
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""> <u class=""></u><u class=""></u></div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">On Tue, Mar 27, 2018 at 4:39 PM Pete Brown <<a href="mailto:jpb@chykn.com" target="_blank" id="LPlnk169654" previewremoved="true" class="">jpb@chykn.com</a>> wrote:<u class=""></u><u class=""></u></div>
</div>
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin: 5pt 0in 5pt 4.8pt;" class="">
<div class="">
<div id="x_m_-414607379177668508m_4948035344843132271m_-6213536042740920468m_-8575135186719911374m_-4295353326629778594divtagdefaultwrapper" class="">
<div id="x_m_-414607379177668508m_4948035344843132271m_-6213536042740920468m_-8575135186719911374m_-4295353326629778594OWATemporaryImageDivContainer621686" style="border: 1pt dashed windowtext; padding: 0in; max-width: 99.9000015258789%; max-height: 463px; display: inline-block; overflow: hidden;" class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><u class=""></u><u class=""></u></div>
</div>
<div id="x_m_-414607379177668508m_4948035344843132271m_-6213536042740920468m_-8575135186719911374m_-4295353326629778594divtagdefaultwrapper" class="">
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class="">For anyone who is interested, I wrote a quick and dirty Windows app for ad-hoc AXL queries.  I couldn't find anything readily available that didn't involve scripting. 
 It only supports SELECT statements at the moment.</span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""> </span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class="">It's been tested with 10.5 so far and probably has bugs which will trigger the next apocalypse.  Use at your own risk.</span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""> </span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class="">Usage Notes:</span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""> </span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class="">Adding a Profile - Right click under "Hosts" and Add Server.  Validate then Submit and it will automatically save a config file in the working directory.</span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""> </span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class="">Listing Tables - When you select a host, it will automatically grab a list of tables.</span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""> </span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class="">Queries - Type in the query and execute.  It will either display results or an error code on the bottom.</span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""> </span><u class=""></u><u class=""></u></div>
</div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""> </span><u class=""></u><u class=""></u></div>
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""><a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.adhdtech.com%2FCUCM%2520AXL%2520Query.exe&data=02%7C01%7C%7C8de499903f864681d3e208d594c4737b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636578493819200177&sdata=13vNs%2BbaiJ4qqfQkPeheMY8M51URJO85uq84isHdYJg%3D&reserved=0" originalsrc="https://www.adhdtech.com/CUCM%20AXL%20Query.exe" shash="lCfxNM5CWzBcVIWE2dWDW/Dl97y4cqLQZ9n/GjYbiRMBeeSz0vjLHxyGMSgU/JZogVP/JM3aSx0bHRW/o+bm86rqDelakO30iwffSAA3/CFh3L1xxPuLNvDsFm3M5bjcLLONAt8uHl1znDWy4m2p08ygH0R77geRh5uNI9kk52w=" target="_blank" id="LPlnk400304" previewremoved="true" class="">https://www.adhdtech.com/CUCM%20AXL%20Query.exe</a></span><u class=""></u><u class=""></u></div>
<div class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 12pt;" class=""> </span><u class=""></u><u class=""></u></div>
</div>
</div>
</div>
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">_______________________________________________<br class="">
cisco-voip mailing list<br class="">
<a href="mailto:cisco-voip@puck.nether.net" target="_blank" id="LPlnk379466" previewremoved="true" class="">cisco-voip@puck.nether.net</a><br class="">
<a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpuck.nether.net%2Fmailman%2Flistinfo%2Fcisco-voip&data=02%7C01%7C%7C8de499903f864681d3e208d594c4737b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636578493819200177&sdata=T7n0XbJVApTIUjPNZahyQVo9s5iz84GcHQZryt5bt6I%3D&reserved=0" originalsrc="https://puck.nether.net/mailman/listinfo/cisco-voip" shash="nht1GBiDSeljret5xas8yWZZI8EruiwCtCCBB75gQ0q+d51fySNgoxI/ik9i9nfyLXVbS2m64/K4FZ/8sZ53z1Nxiqv5iaz9O8UioZpQui2l3aX/KMZf0lWpefcjaebEeIFzSOtD7X+P54OUqGr+d9oer8Nt0V6RVdLTUD+tj1s=" target="_blank" id="LPlnk159357" previewremoved="true" class="">https://puck.nether.net/mailman/listinfo/cisco-voip</a><u class=""></u><u class=""></u></div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<div lang="EN-US" class="">
<div class="x_m_-414607379177668508m_4948035344843132271WordSection1">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<div class="">
<div class="">
<blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;" class="">
<p class="x_MsoNormal" style="margin-top: 0px; margin-bottom: 12pt;"><br class="">
_______________________________________________<br class="">
cisco-voip mailing list<br class="">
<a href="mailto:cisco-voip@puck.nether.net" target="_blank" id="LPlnk756225" previewremoved="true" class="">cisco-voip@puck.nether.net</a><br class="">
<a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpuck.nether.net%2Fmailman%2Flistinfo%2Fcisco-voip&data=02%7C01%7C%7C8de499903f864681d3e208d594c4737b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636578493819200177&sdata=T7n0XbJVApTIUjPNZahyQVo9s5iz84GcHQZryt5bt6I%3D&reserved=0" originalsrc="https://puck.nether.net/mailman/listinfo/cisco-voip" shash="nht1GBiDSeljret5xas8yWZZI8EruiwCtCCBB75gQ0q+d51fySNgoxI/ik9i9nfyLXVbS2m64/K4FZ/8sZ53z1Nxiqv5iaz9O8UioZpQui2l3aX/KMZf0lWpefcjaebEeIFzSOtD7X+P54OUqGr+d9oer8Nt0V6RVdLTUD+tj1s=" target="_blank" id="LPlnk456046" previewremoved="true" class="">https://puck.nether.net/mailman/listinfo/cisco-voip</a><u class=""></u><u class=""></u></p>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">cisco-voip
 mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="mailto:cisco-voip@puck.nether.net" class="">cisco-voip@puck.nether.net</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="https://puck.nether.net/mailman/listinfo/cisco-voip" class="">https://puck.nether.net/mailman/listinfo/cisco-voip</a></span></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>