Logging in issues with On-premises
Before you log in, you need to determine the endpoint URL. The endpoints are configured during the installation of M3 DMP Server by editing the M3Dmp.exe.config file. See the M3 Demand Planner Server Installation Guide for instructions on configuring endpoint URLs.
The endpoint URL format depends on the protocol that is set up for the M3 DMP installation.
- For wsHttp, the URL format
is:
http://<servername>:<port>/DmpService/DmpService
Where:
<servername>
is the name of the machine where the M3 DMP Server is installed<port>
is the port number used by the M3 DMP service. By default, wsHttp used port 8090. - For nettcp, the URL format is:
net.tcp://<servername>:<port>/DmpService/DmpService
Where:
<servername>
is the name of the machine where the M3 DMP Server is installed<port>
is the port number used by the M3 DMP service. By default, nettcp uses port 8091.
If the DMP Windows service is installed locally, use localhost as
<servername>
. By default, this is already
configured upon installation.
If you use IDmpService, the protocol is
net
or
net://
. The suffix of the URL in each endpoint name
defines the URL used in the DMP client login screen. For example, if the
endpoint name is IDmpService_prod, the login URL is
net://prod
.