H
heck0045
I have a windows service running on a 64bit windows server 2003 machine. I
have the exe compiled with the x86 targeted. As long as I leave the account
as LocalSystem, the app will run in 32 bit mode and I will see the *86 in the
task manager next to its name. BUT, if I change the account to run under any
other Active Directory account, it looses the *86 and runs natively as a 64
bit app. I wouldn't care, except that I have a 32bit com component that the
service uses and therefore it must run as a 32bit process....AND the service
needs access to a network fileshare, so it cannot run as LocalSystem. I'm
stuck! Any help?
How can I allow a windows service to continue running under 32 bit AND use
an AD account for its security context?
Has anyone else seen this? Is there any way to fix it?
have the exe compiled with the x86 targeted. As long as I leave the account
as LocalSystem, the app will run in 32 bit mode and I will see the *86 in the
task manager next to its name. BUT, if I change the account to run under any
other Active Directory account, it looses the *86 and runs natively as a 64
bit app. I wouldn't care, except that I have a 32bit com component that the
service uses and therefore it must run as a 32bit process....AND the service
needs access to a network fileshare, so it cannot run as LocalSystem. I'm
stuck! Any help?
How can I allow a windows service to continue running under 32 bit AND use
an AD account for its security context?
Has anyone else seen this? Is there any way to fix it?