I have installed EV (EV Server and EV Client) on the same machine as TM1. EV is able to connect to the Local TM1 Server (32bit). I also have another TM1 Server (64bit) running on a different machine in my network. I want to setup EV in such a way that it can also connect to the TM1 Server (64bit) running on a remote/different machine.
I have already tried changing my EVServer.exe.config file and have added the reacted information of the remote TM1 server (64-bit) as follows:
Code: Select all
<tm1Servers>
<tm1Server>MyLocalServer|TM1ServerLocal</tm1Server>
<tm1Server>MyRemoteServer|TM1ServerRemote_64bit</tm1Server>
</tm1Servers>
Please suggest me a solution to this problem.
Thanks in advance!