Tuxedo servers fail to start because \bin in path
I'm trying to move from Tuxedo 10gR3 to 11gR1. My tuxedo servers won't start because tuxipc process has a path containing ;\bin; which for some reason cause tuxedo servers to try to find dlls from \\bin\dll_name_here.dll\ and then it fails totally because server bin is not found.
This same \bin seems to be there also in 10gR3 and my colleagues are able to work also with 11gR1 with the \bin there, but I don't know what's happening and how to fix this..
This ;\bin is the third item in tuxipc's PATH (after %APPDIR% and %TUXDIR%\bin) so my guess is that it's trying to add the \bin subdirectory for some environment variable. If I would know what that is, the problem might go away.
I got the processes started by adding alias for bin (127.0.0.1) to hosts -file, but that makes starting up tuxedo quite slow, and really isn't a good solution for this :)
I have a 32 bit Windows 7 (still without SP1).