J
Jemboy
Hello does any one knows how to implement Outlook 2003 with 2X server?
This is how I am doing it know:
I am using 2x ApplicationServer on a workgroup server. The user data is on a domain server. I am planning to connect the 2X server to the domain lateron.
I have publisched a batch called Outlookstarter.bat
Only Bob can use this Outlook and I have enabled the option in 2X, only one instance can be started at the time.
In the batch I do the following:
net use U: /d
net use U: \\mainserver\user$\Bob password /user:bob
ping 127.0.0.1
rem pin-g is to build a delay
start "C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe"
Before I started Outlook the first time with the 2X client I deleted the Outlook.pst on C:\... of the TS server. I then chose the Outlook.pst from U:\ when prompted for a pst-file.
The above works, however if somehow the U: is not connected in time, Outlook won't start at all. And if Bob has Outlook open at the PC at work, and he starts Outlook 2X at home, it will scr***-up everything and I have to reset the server to get Outlook working again...
Hence my question does anyone have a 100% working solution for Outlook 2003 with 2X?
TIA, Jem.
This is how I am doing it know:
I am using 2x ApplicationServer on a workgroup server. The user data is on a domain server. I am planning to connect the 2X server to the domain lateron.
I have publisched a batch called Outlookstarter.bat
Only Bob can use this Outlook and I have enabled the option in 2X, only one instance can be started at the time.
In the batch I do the following:
net use U: /d
net use U: \\mainserver\user$\Bob password /user:bob
ping 127.0.0.1
rem pin-g is to build a delay
start "C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe"
Before I started Outlook the first time with the 2X client I deleted the Outlook.pst on C:\... of the TS server. I then chose the Outlook.pst from U:\ when prompted for a pst-file.
The above works, however if somehow the U: is not connected in time, Outlook won't start at all. And if Bob has Outlook open at the PC at work, and he starts Outlook 2X at home, it will scr***-up everything and I have to reset the server to get Outlook working again...
Hence my question does anyone have a 100% working solution for Outlook 2003 with 2X?
TIA, Jem.