using 4.1 DS, I am getting below message when trying to access DS designer from other machines in same network.
We have dev and prod based DS, the dev DS can be accessed form other machines with in network, but the prod DS is giving the below message when tried to access.
I am able to Login to prod locally from prod server. being on same server/machine.
*******Message
Log on Failed to specified system.
Check system name, port number, username, password, authentication method ad try again.
That usually means your server is blocking the necessary inbound ports. Use netstat to monitor what ports DS is trying to use to login. Then open them ports up! It’s going to be a huge range.
Ive noticed that designer will choose a lot of different ports. This may be due to the login method I’m using (Windows AD). Anyway, here are the ports I need to have open for a remote designer to work: 6400, 3500, 3501, 49000-63000.
there are 2 things
1 - error during logon due to failure to connect to CMS Server, in this case the problem could be because of multiple reason, the error that you see in the Designer during logon in generic error, to find the actual error do the following
open a command window
cd to %LINK_DIR%\bin
set the following env variable
set BOE_LOGGER_ENVIROMENT=-trace -sdktrace
execute AL_Designer from command line
do the logon, check the BOE Logging folder for the log file, the log name will start with AL_Designer_*.glf, check this file for the actual error, it’s possible that the firewall on the designer machine is preventing CMS from Connecting, you will see error related to network failure, you could fix the request port by changing the request port property of the CMS, enter a port that is open on Designer machine
2 - Unable to communicate with the Job server, in this case you will se a Notification error when you hover over Job Server icon in Designer, this means job server is not able to communicate back to Designer because of firewall is blocking the port it’s trying to use, enter a range of ports in the Designer communication options, it has nothing to do with the how large the port range should be it has do with the port hat is available/open
You can check the job Servers log for the port that JS is using to communicate back to Designer