Networking Forums

Networking Forums > Computer Networking > Windows Networking > Hotfix for 0xc0000006 Unable to Initialize Application KB 818528 Doesn't apply to 2003, but the registry entry is not in 2003

Reply
Thread Tools Display Modes

Hotfix for 0xc0000006 Unable to Initialize Application KB 818528 Doesn't apply to 2003, but the registry entry is not in 2003

 
 
contributor
Guest
Posts: n/a

 
      07-25-2007, 03:20 PM
Is this fixed in 2003?

There is a registry entry that is necessary in Server 2000 when Terminal
Services accesses applications from a Network Share, that requires a hotfix
per the following:

http://support.microsoft.com/kb/818528/


The Windows 2000 network redirector maintains the data structures per
computer, and therefore if two users on the same terminal server access the
same file over the network, they share the same data structures internally.
When the first user closes the file, the redirector also closes the file for
other users

2003 is not referenced, however the exact same registry entry needs to be
added to address a network redirector issue for Server 2003 via KB913835.

I asked the Indians that helped me about both of these hotfixes but they
were not able to answer whether the registry entry was needed for 2003 for
the first issue.

Does anyone know the answer?

Thanks








 
Reply With Quote
 
 
 
 
TP
Guest
Posts: n/a

 
      07-27-2007, 01:26 PM
Regarding the issue described in 818528 (also described in many
other previous articles and revisions of same), my experience is that
it is fixed in 2003. No reg entry needed.

I am very familiar with the issue--I created a bulletproof workaround
to avoid using the hotfix back in 1999-2000 time frame, plus I tested
several versions of the hotfixes developed to solve the issue over
the years since.

I have no experience with the issue described in 913835 so I will
leave that to you to test and analyze.

-TP

contributor wrote:
> Is this fixed in 2003?
>
> There is a registry entry that is necessary in Server 2000 when
> Terminal Services accesses applications from a Network Share, that
> requires a hotfix per the following:
>
> http://support.microsoft.com/kb/818528/
>
>
> The Windows 2000 network redirector maintains the data structures per
> computer, and therefore if two users on the same terminal server
> access the same file over the network, they share the same data
> structures internally. When the first user closes the file, the
> redirector also closes the file for other users
>
> 2003 is not referenced, however the exact same registry entry needs
> to be added to address a network redirector issue for Server 2003 via
> KB913835.
>
> I asked the Indians that helped me about both of these hotfixes but
> they were not able to answer whether the registry entry was needed
> for 2003 for the first issue.
>
> Does anyone know the answer?
>
> Thanks

 
Reply With Quote
 
contributor
Guest
Posts: n/a

 
      07-27-2007, 06:06 PM
I have not experienced it with 2003 either, but whenever that is the case,
and there is a need for the exact same registry entry for a different
problem, I am suspicious.

Can you tell me if the application you hosted was a VFP app as is the case
for me?

"TP" <(E-Mail Removed)> wrote in message
news:%23$(E-Mail Removed)...
> Regarding the issue described in 818528 (also described in many other
> previous articles and revisions of same), my experience is that it is
> fixed in 2003. No reg entry needed.
>
> I am very familiar with the issue--I created a bulletproof workaround to
> avoid using the hotfix back in 1999-2000 time frame, plus I tested several
> versions of the hotfixes developed to solve the issue over the years
> since.
>
> I have no experience with the issue described in 913835 so I will leave
> that to you to test and analyze.
>
> -TP
>
> contributor wrote:
>> Is this fixed in 2003?
>>
>> There is a registry entry that is necessary in Server 2000 when
>> Terminal Services accesses applications from a Network Share, that
>> requires a hotfix per the following:
>>
>> http://support.microsoft.com/kb/818528/
>>
>>
>> The Windows 2000 network redirector maintains the data structures per
>> computer, and therefore if two users on the same terminal server
>> access the same file over the network, they share the same data
>> structures internally. When the first user closes the file, the
>> redirector also closes the file for other users
>>
>> 2003 is not referenced, however the exact same registry entry needs
>> to be added to address a network redirector issue for Server 2003 via
>> KB913835. I asked the Indians that helped me about both of these hotfixes
>> but
>> they were not able to answer whether the registry entry was needed
>> for 2003 for the first issue.
>>
>> Does anyone know the answer?
>>
>> Thanks



 
Reply With Quote
 
TP
Guest
Posts: n/a

 
      07-27-2007, 06:18 PM
No, not foxpro, but other similar like paradox, access, btrieve, etc.

I wrote a small app years ago to demonstrate the problem. You
can test yourself by using the handle search capability of Process
Explorer. Logon two sessions and open the exact same network
file within each, then check to make sure they each have a unique
handle using Process Explorer.

-TP

contributor wrote:
> I have not experienced it with 2003 either, but whenever that is the
> case, and there is a need for the exact same registry entry for a
> different problem, I am suspicious.
>
> Can you tell me if the application you hosted was a VFP app as is the
> case for me?

 
Reply With Quote
 
contributor
Guest
Posts: n/a

 
      07-30-2007, 02:54 PM
Do you know if the steps to reproduce this with VFP are available?

That is something MS usually puts on their MSDN site but I don't see them.

I am getting ready to migrate customers from 2000 to 2003 and I need to test
it before we do so.

Because the problem on 2000 was somewhat random, it is hard to know what to
look for.

I will say that adding the registry entry has completely resolved it with
2000.


"TP" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> No, not foxpro, but other similar like paradox, access, btrieve, etc.
>
> I wrote a small app years ago to demonstrate the problem. You can test
> yourself by using the handle search capability of Process Explorer. Logon
> two sessions and open the exact same network file within each, then check
> to make sure they each have a unique handle using Process Explorer.
>
> -TP
>
> contributor wrote:
>> I have not experienced it with 2003 either, but whenever that is the
>> case, and there is a need for the exact same registry entry for a
>> different problem, I am suspicious.
>>
>> Can you tell me if the application you hosted was a VFP app as is the
>> case for me?



 
Reply With Quote
 
TP
Guest
Posts: n/a

 
      07-30-2007, 03:40 PM
I don't know if there are any vfp-specific steps. There were generic
steps listed in the articles in the past.

You could write a test program in vfp in a relatively short amount
of time and then run your own tests.

-TP

contributor wrote:
> Do you know if the steps to reproduce this with VFP are available?
>
> That is something MS usually puts on their MSDN site but I don't see
> them.
>
> I am getting ready to migrate customers from 2000 to 2003 and I need
> to test it before we do so.
>
> Because the problem on 2000 was somewhat random, it is hard to know
> what to look for.
>
> I will say that adding the registry entry has completely resolved it
> with 2000.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dns/dhcp odd issue with 2003 server.. dns entry not being updated markm75 Windows Networking 2 12-15-2007 03:33 AM
How to apply User Accounts Logon Restrictions in Win 2003 AD? parikhhiral@gmail.com Windows Networking 2 01-25-2007 05:01 PM
Can I fix Master Browser problem by 2003 registry change? Newell White Windows Networking 8 01-18-2006 10:43 PM
Telnet registry settings across W2KServer and Windows 2003 Server Anthony LaMark Windows Networking 0 08-09-2004 11:27 PM
Unable to access Windows 2003 file server in a Windows 2003/XP Active Directory Domain Edward Ray Windows Networking 0 11-21-2003 03:03 AM



1 2 3 4 5 6 7 8 9 10 11