<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Has anyone written a script (UCCX 8.x in my case) where the DB Read step is only used to run a stored procedure on a remote SQL server, but there is no need to return any values back to the script, nor does it send anything back.  Typically,
 we use the DB Read/DB Get steps together to get the data back by mapping to a dummy table on their SQL server, but in this case, the stored procedure returns absolutely nothing.  When the script gets to this DB Read step, it always takes the SQL Error branch. 
 Packet captures do not show any SQL errors being returned, which leads me to believe that the DB Read step needs to have at least “something” returned back from the SQL server.  Can anyone confirm if the DB Read step is required to get some type of data returned
 to the script from the SQL server?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">The issue we have is that the stored procedure code on the SQL server really can’t be changed to return back some type of success/failure value.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal">Kevin</p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This communication (including any attachments) is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the
 intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify Vital Support Systems at 515 334 5700 and delete or destroy all copies and the original
 document.<br>
</font>
</body>
</html>