<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
p.emailquote, li.emailquote, div.emailquote
        {mso-style-name:emailquote;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:1.0pt;
        border:none;
        padding:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
p.dstoc1-4, li.dstoc1-4, div.dstoc1-4
        {mso-style-name:dstoc1-4;
        mso-style-priority:99;
        margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:6.0pt;
        margin-left:-1.45pt;
        text-indent:-9.35pt;
        page-break-after:avoid;
        font-size:10.0pt;
        font-family:"Verdana","sans-serif";
        font-weight:bold;}
span.bold
        {mso-style-name:bold;
        font-weight:bold;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi Chris,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Future versions of the document will look similar to this:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="dstoc1-4" style="margin-left:0in"><span style="color:black">3.3.5.6   Receiving an SMB_COM_CREATE Request<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black">If the Create operation fails, the server MUST return an error response with a
<b>Status</b> code from the list provided in section <a href="#zc11c97aee5ea48c0aeec2d3012b440e2">
<span style="color:#0066FF">2.2.4.4.2</span></a>. Otherwise, the server MUST allocate a new FID, format an SMB_COM_CREATE response message as defined in section
<a href="#zc11c97aee5ea48c0aeec2d3012b440e2"><span style="color:#0066FF">2.2.4.4.2</span></a>, and set
<b>SMB_Header.Status</b> to indicate success. <b>Server.Statistics.sts0_fopens</b> MUST be increased by 1, and an
<b>Open</b> containing the new FID MUST be created, initialized, and entered into the
<b>Server.Connection.FileOpenTable</b>.<a href="#z509"><span style="color:#0066FF"><246></span></a> If
<b>Server.EnableOplock</b> is TRUE and a requested OpLock was granted, the type of OpLock MUST be set in
<b>Server.Open.OpLock</b> and <b>Server.Open.OplockState</b> MUST be set to <b>Held</b>;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black"><a href="#z508"><246> Section 3.3.5.6:
</a>When opening, overwriting, deleting, or renaming a file, Windows NT Server check<span style="background:yellow">s</span> for sharing violations. If a sharing violation would be generated by the operation, the server delays for 200 ms,
<span style="background:yellow">as default sharing violation delay time</span>, and then tests again for a sharing violation. The server retries five times
<span style="background:yellow">as default</span>, for a total delay of approximately one second, before giving up and returning the sharing violation error.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black;background:yellow">The <span class="bold">
<span style="font-weight:normal">sharing violation delay time</span> </span><span class="bold"><span style="font-weight:normal">and number of retires</span>
</span>can be configured through the registry settings.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black;background:yellow">More details about these values modification can be found in the following KB article
</span><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;background:yellow;mso-highlight:yellow"><a href="http://support.microsoft.com/kb/150384">http://support.microsoft.com/kb/150384</a></span><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Please let me know if this addresses your concern.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks and regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Sebastian<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal" style="line-height:115%"><span style="font-size:8.0pt;line-height:115%;font-family:"Segoe UI","sans-serif";color:#939798">Sebastian Canevari | Escalation Engineer | US-CSS Developer Support Core (DSC) Protocol Team<o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:115%"><!--[if gte vml 1]><o:wrapblock><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
<v:stroke joinstyle="miter" />
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0" />
<v:f eqn="sum @0 1 0" />
<v:f eqn="sum 0 0 @1" />
<v:f eqn="prod @2 1 2" />
<v:f eqn="prod @3 21600 pixelWidth" />
<v:f eqn="prod @3 21600 pixelHeight" />
<v:f eqn="sum @0 0 1" />
<v:f eqn="prod @6 1 2" />
<v:f eqn="prod @7 21600 pixelWidth" />
<v:f eqn="sum @8 21600 0" />
<v:f eqn="prod @7 21600 pixelHeight" />
<v:f eqn="sum @10 21600 0" />
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" />
<o:lock v:ext="edit" aspectratio="t" />
</v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_s1026" type="#_x0000_t75" alt="Description: Description: Description: Description: Description: Description: Description: cid:2A481EA8-2691-4873-8A80-F8CFF3297746@domain.actdsltmp" style='position:absolute;margin-left:0;margin-top:13.2pt;width:291pt;height:14.4pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:0;mso-position-horizontal:absolute;mso-position-horizontal-relative:text;mso-position-vertical:absolute;mso-position-vertical-relative:text;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'>
<v:imagedata src="cid:image001.gif@01CE458C.C25AED80" o:title="2A481EA8-2691-4873-8A80-F8CFF3297746@domain" />
<w:wrap type="topAndBottom"/>
</v:shape><![endif]--><![if !vml]><img width="388" height="19" src="cid:image002.jpg@01CE458C.C25AED80" alt="Description: Description: Description: Description: Description: Description: Description: cid:2A481EA8-2691-4873-8A80-F8CFF3297746@domain.actdsltmp" v:shapes="Picture_x0020_1"><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]--><br style="mso-ignore:vglayout" clear="ALL">
<span style="font-size:8.0pt;line-height:115%;font-family:"Segoe UI","sans-serif";color:#FCB034">P</span><span style="font-size:8.0pt;line-height:115%;font-family:"Segoe UI","sans-serif";color:#1F497D">
</span><span style="font-size:8.0pt;line-height:115%;font-family:"Segoe UI","sans-serif";color:#939798">+1 469 775 7849</span><span style="font-size:8.0pt;line-height:115%;font-family:"Segoe UI","sans-serif";color:#1F497D">
<br>
</span><span style="font-size:8.0pt;line-height:115%;font-family:"Segoe UI","sans-serif";color:#939798">One Microsoft Way, 98052, Redmond, WA, USA
</span><span style="font-size:11.0pt;line-height:115%;font-family:"Calibri","sans-serif";color:#1F497D"><a href="http://support.microsoft.com/"><span style="font-size:8.0pt;line-height:115%;font-family:"Segoe UI","sans-serif"">http://support.microsoft.com</span></a></span><span style="font-size:8.0pt;line-height:115%;font-family:"Segoe UI","sans-serif";color:#939798"><o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Sebastian Canevari
<br>
<b>Sent:</b> Monday, April 29, 2013 4:35 PM<br>
<b>To:</b> Christopher R. Hertel<br>
<b>Cc:</b> Obaid Farooqi; MSSolve Case Email; cifs-protocol@samba.org<br>
<b>Subject:</b> RE: [cifs-protocol] [REG:113041210363439] RE: [MS-CIFS] Windows Note 246.<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">Hi Chris,<br>
<br>
Yes indeed.<br>
I am just waiting on a final confirmation from the PG.<br>
<br>
Thanks,<br>
<br>
Sebastian <br>
<br>
Sent from my Windows Phone<o:p></o:p></span></p>
</div>
</div>
<div>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="100%" align="center">
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">From:
</span></b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif""><a href="mailto:crh@ubiqx.mn.org">Christopher R. Hertel</a></span><br>
<b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">Sent: </span>
</b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">ý4/ý29/ý2013 4:31 PM</span><br>
<b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">To: </span></b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif""><a href="mailto:Sebastian.Canevari@microsoft.com">Sebastian Canevari</a></span><br>
<b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">Cc: </span></b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif""><a href="mailto:obaidf@microsoft.com">Obaid Farooqi</a>;
<a href="mailto:casemail@microsoft.com">MSSolve Case Email</a>; <a href="mailto:cifs-protocol@samba.org">
cifs-protocol@samba.org</a></span><br>
<b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">Subject: </span>
</b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">Re: [cifs-protocol] [REG:113041210363439] RE: [MS-CIFS] Windows Note 246.</span><o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt">Sebastian,<br>
<br>
Just checking on the status of this ticket.  Were my suggestions of any use <br>
to the documentation team?<br>
<br>
Chris -)-----<br>
<br>
On 04/12/2013 03:47 PM, Obaid Farooqi wrote:<br>
> Hi Chris:<br>
> I have created a case to track this issue. A member of the protocol documentation team will be in touch soon.<br>
><br>
> Regards,<br>
> Obaid Farooqi<br>
> Escalation Engineer | Microsoft<br>
><br>
> Exceeding your expectations is my highest priority.  If you would like to provide feedback on your case you may contact my manager at nkang at Microsoft dot com<br>
><br>
><br>
> -----Original Message-----<br>
> From: Christopher R. Hertel [<a href="mailto:crh@ubiqx.mn.org">mailto:crh@ubiqx.mn.org</a>]<br>
> Sent: Friday, April 12, 2013 1:43 PM<br>
> To: Interoperability Documentation Help<br>
> Cc: <a href="mailto:cifs-protocol@samba.org">cifs-protocol@samba.org</a><br>
> Subject: [MS-CIFS] Windows Note 246.<br>
><br>
> Dochelp,<br>
><br>
> Me again.<br>
><br>
> Document: [MS-CIFS] v20130118<br>
>       Page: 726<br>
>        WBN: 246<br>
><br>
> Windows behavior note 246 SHOULD reference the following KB article, to indicate that the timeout value of 200 ms and the repeat count of 5 are tunable parameters, and to provide the registry keys.<br>
><br>
>     <a href="http://support.microsoft.com/kb/150384">http://support.microsoft.com/kb/150384</a><br>
><br>
> Oh... and there's a typo in the first sentence of the note.  The word "check" should be "checks".<br>
><br>
> Chris -)-----<br>
><br>
> --<br>
> "Implementing CIFS - the Common Internet FileSystem" ISBN: 013047116X<br>
> Samba Team -- <a href="http://www.samba.org/">http://www.samba.org/</a>     -)-----   Christopher R. Hertel<br>
> jCIFS Team -- <a href="http://jcifs.samba.org/">http://jcifs.samba.org/</a>   -)-----   ubiqx development, uninq.<br>
> ubiqx Team -- <a href="http://www.ubiqx.org/">http://www.ubiqx.org/</a>     -)-----  
<a href="mailto:crh@ubiqx.mn.org">crh@ubiqx.mn.org</a><br>
> OnLineBook -- <a href="http://ubiqx.org/cifs/">http://ubiqx.org/cifs/</a>    -)-----  
<a href="mailto:crh@ubiqx.org">crh@ubiqx.org</a><br>
> _______________________________________________<br>
> cifs-protocol mailing list<br>
> <a href="mailto:cifs-protocol@cifs.org">cifs-protocol@cifs.org</a><br>
> <a href="https://lists.samba.org/mailman/listinfo/cifs-protocol">https://lists.samba.org/mailman/listinfo/cifs-protocol</a><br>
><br>
<br>
-- <br>
"Implementing CIFS - the Common Internet FileSystem" ISBN: 013047116X<br>
Samba Team -- <a href="http://www.samba.org/">http://www.samba.org/</a>     -)-----   Christopher R. Hertel<br>
jCIFS Team -- <a href="http://jcifs.samba.org/">http://jcifs.samba.org/</a>   -)-----   ubiqx development, uninq.<br>
ubiqx Team -- <a href="http://www.ubiqx.org/">http://www.ubiqx.org/</a>     -)-----  
<a href="mailto:crh@ubiqx.mn.org">crh@ubiqx.mn.org</a><br>
OnLineBook -- <a href="http://ubiqx.org/cifs/">http://ubiqx.org/cifs/</a>    -)-----  
<a href="mailto:crh@ubiqx.org">crh@ubiqx.org</a><o:p></o:p></span></p>
</div>
</div>
</body>
</html>