Process monitor question

  • Thread starter Thread starter François Racine
  • Start date Start date
F

François Racine

During a process monitor session, I read a disconnected information during a
file copy. What does it means?

3572 CreateFile
\\server\install$\Trousses\Office2003fr_v3\Sources\Files\Pfiles\Common\Msshared\Office11\Riched20.dll
DISCONNECTED
3572 QueryOpen C:\Program Files\Fichiers communs\Microsoft Shared\Office11
SUCCESS
3572 QueryOpen C:\Program Files\Fichiesr communs\Microsoft
Shared\Office11\Riched20.dll NAME NOT FOUND

--
_________________________________________
François Racine
ICQ#: 36826607
More ways to contact me: http://wwp.icq.com/36826607
_________________________________________
 
Francois,

The DLL file not found is the 'Rich Textbox' control

--
Newbie Coder
(It's just a name)


"François Racine" <Francois.Racine@hotmail.com> wrote in message
news:%23QsgkUKyHHA.4928@TK2MSFTNGP03.phx.gbl...
> During a process monitor session, I read a disconnected information during a
> file copy. What does it means?
>
> 3572 CreateFile
>

\\server\install$\Trousses\Office2003fr_v3\Sources\Files\Pfiles\Common\Msshared\
Office11\Riched20.dll
> DISCONNECTED
> 3572 QueryOpen C:\Program Files\Fichiers communs\Microsoft Shared\Office11
> SUCCESS
> 3572 QueryOpen C:\Program Files\Fichiesr communs\Microsoft
> Shared\Office11\Riched20.dll NAME NOT FOUND
>
> --
> _________________________________________
> François Racine
> ICQ#: 36826607
> More ways to contact me: http://wwp.icq.com/36826607
> _________________________________________
>
>
 
But what the "disconnected" mean in process monitor?

--
_________________________________________
François Racine
ICQ#: 36826607
More ways to contact me: http://wwp.icq.com/36826607
_________________________________________

"Newbie Coder" <newbiecoder@spammeplease.com> a écrit dans le message de
news: enf4PgKyHHA.536@TK2MSFTNGP06.phx.gbl...
> Francois,
>
> The DLL file not found is the 'Rich Textbox' control
>
> --
> Newbie Coder
> (It's just a name)
>
>
> "François Racine" <Francois.Racine@hotmail.com> wrote in message
> news:%23QsgkUKyHHA.4928@TK2MSFTNGP03.phx.gbl...
>> During a process monitor session, I read a disconnected information
>> during a
>> file copy. What does it means?
>>
>> 3572 CreateFile
>>

> \\server\install$\Trousses\Office2003fr_v3\Sources\Files\Pfiles\Common\Msshared\
> Office11\Riched20.dll
>> DISCONNECTED
>> 3572 QueryOpen C:\Program Files\Fichiers communs\Microsoft
>> Shared\Office11
>> SUCCESS
>> 3572 QueryOpen C:\Program Files\Fichiesr communs\Microsoft
>> Shared\Office11\Riched20.dll NAME NOT FOUND
>>
>> --
>> _________________________________________
>> François Racine
>> ICQ#: 36826607
>> More ways to contact me: http://wwp.icq.com/36826607
>> _________________________________________
>>
>>

>
>
 
Fracois,

Looking at the UNC path I would say network path is unreachable

You are trying to install Microsoft Office 2003 (French version) from the
network, but the Rich TextBox that Microsoft Word... uses doesn't exist.

First, copy the Rich TextBox file to the location specified & run install again,
but maybe copying locally & running install again

--
Newbie Coder
(It's just a name)

"François Racine" <Francois.Racine@hotmail.com> wrote in message
news:OwedRMMyHHA.5592@TK2MSFTNGP04.phx.gbl...
> But what the "disconnected" mean in process monitor?
>
> --
> _________________________________________
> François Racine
> ICQ#: 36826607
> More ways to contact me: http://wwp.icq.com/36826607
> _________________________________________
>
> "Newbie Coder" <newbiecoder@spammeplease.com> a écrit dans le message de
> news: enf4PgKyHHA.536@TK2MSFTNGP06.phx.gbl...
> > Francois,
> >
> > The DLL file not found is the 'Rich Textbox' control
> >
> > --
> > Newbie Coder
> > (It's just a name)
> >
> >
> > "François Racine" <Francois.Racine@hotmail.com> wrote in message
> > news:%23QsgkUKyHHA.4928@TK2MSFTNGP03.phx.gbl...
> >> During a process monitor session, I read a disconnected information
> >> during a
> >> file copy. What does it means?
> >>
> >> 3572 CreateFile
> >>

> >

\\server\install$\Trousses\Office2003fr_v3\Sources\Files\Pfiles\Common\Msshared\
> > Office11\Riched20.dll
> >> DISCONNECTED
> >> 3572 QueryOpen C:\Program Files\Fichiers communs\Microsoft
> >> Shared\Office11
> >> SUCCESS
> >> 3572 QueryOpen C:\Program Files\Fichiesr communs\Microsoft
> >> Shared\Office11\Riched20.dll NAME NOT FOUND
> >>
> >> --
> >> _________________________________________
> >> François Racine
> >> ICQ#: 36826607
> >> More ways to contact me: http://wwp.icq.com/36826607
> >> _________________________________________
> >>
> >>

> >
> >

>
>
 

Similar threads

F
Replies
3
Views
188
Newbie Coder
N
Back
Top