Problem with services

  • Thread starter Thread starter Asier
  • Start date Start date
A

Asier

Guest
Hi,

I've got a server with Win2003 Enterprise. I've installed a service that
control the windows that the user opens (it closes specific windows when the
user open it). That services runs correctly when I open windows directly on
server, but don't run when i open windows through terminal server.

Does terminal server handle windows different??

Thanks

Asier
 
Re: Problem with services

Does the service identify the windows by name or its parent window etc.?
It could be possible that the window parenting structure or the window name
could be different on the TS session, than when it is run directly on the
server.

You can try using some UISpy tools to check if the window attributes which
the service uses are the same on the TS session and on the server.

--
Thanks,
Priya.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Asier" <asier@asier.com> wrote in message
news:2DB7E55B-8952-4B07-BC17-AD1EDD583965@microsoft.com...
> Hi,
>
> I've got a server with Win2003 Enterprise. I've installed a service that
> control the windows that the user opens (it closes specific windows when
> the user open it). That services runs correctly when I open windows
> directly on server, but don't run when i open windows through terminal
> server.
>
> Does terminal server handle windows different??
>
> Thanks
>
> Asier
 
Re: Problem with services

hi,

it identify by handle
thanks

Asier

"Priya Raghavan [MSFT]" <priyadr@online.microsoft.com> escribió en el
mensaje de noticias news:ev5kRTYXIHA.3940@TK2MSFTNGP05.phx.gbl...
> Does the service identify the windows by name or its parent window etc.?
> It could be possible that the window parenting structure or the window
> name could be different on the TS session, than when it is run directly on
> the server.
>
> You can try using some UISpy tools to check if the window attributes which
> the service uses are the same on the TS session and on the server.
>
> --
> Thanks,
> Priya.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Asier" <asier@asier.com> wrote in message
> news:2DB7E55B-8952-4B07-BC17-AD1EDD583965@microsoft.com...
>> Hi,
>>
>> I've got a server with Win2003 Enterprise. I've installed a service that
>> control the windows that the user opens (it closes specific windows when
>> the user open it). That services runs correctly when I open windows
>> directly on server, but don't run when i open windows through terminal
>> server.
>>
>> Does terminal server handle windows different??
>>
>> Thanks
>>
>> Asier

>
 
Re: Problem with services

it is also possbile that the service is not session aware, which assumes
user always logons to session 0. It may need to find out which session has
the window show up.


--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Asier" <asier@asier.com> wrote in message
news:5C402E05-F515-4FEE-A59A-14136879E58C@microsoft.com...
> hi,
>
> it identify by handle
> thanks
>
> Asier
>
> "Priya Raghavan [MSFT]" <priyadr@online.microsoft.com> escribió en el
> mensaje de noticias news:ev5kRTYXIHA.3940@TK2MSFTNGP05.phx.gbl...
>> Does the service identify the windows by name or its parent window etc.?
>> It could be possible that the window parenting structure or the window
>> name could be different on the TS session, than when it is run directly
>> on the server.
>>
>> You can try using some UISpy tools to check if the window attributes
>> which the service uses are the same on the TS session and on the server.
>>
>> --
>> Thanks,
>> Priya.
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Asier" <asier@asier.com> wrote in message
>> news:2DB7E55B-8952-4B07-BC17-AD1EDD583965@microsoft.com...
>>> Hi,
>>>
>>> I've got a server with Win2003 Enterprise. I've installed a service that
>>> control the windows that the user opens (it closes specific windows when
>>> the user open it). That services runs correctly when I open windows
>>> directly on server, but don't run when i open windows through terminal
>>> server.
>>>
>>> Does terminal server handle windows different??
>>>
>>> Thanks
>>>
>>> Asier

>>

>
 
Back
Top