- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 02:59 AM
Hi All,
How do you actually define your entry points? I've a number of applications running in the organisation that are only consumed by the end user via an EXE file. There's no web-based entry point for these applications.
For the life of me, I can't understand why an EXE isn't a default entry point type in Service Mapping.
Can anyone actually shed any light on this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2023 02:13 PM
@Tom104 Mapping Client machines is not a use case for Service Mapping. Service mapping is topological representation of Infrastructure (Load Balancers, Web, App Servers, DBs) and applications hosted(IIS, Tomcat, MQ, MSQL ETC) which makes up a Business Service.
Client Machines are actually consumer of the Application/Business Service adding them to the map is not recommend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2023 11:56 AM
I have a similar situation where we have application accessed via RDP - which I think I can create a TCP endpoint with the host on port 3389. However, we also have executables that are launched via a network mapping. How do we handle these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 07:16 AM
Hi Jeff,
I've marked off the correct solution. What this inevitably came down to was user education, Service Mapping is only meant to demonstrate the infrastructure that makes up the application Service. An executable is not considered an Endpoint.
What I have done, and would do, in your scenario, is to use the TCP Endpoint, specify 3389 as the port number, and explicitly state in the "Comments" box [Remote Desktop Connection on port 3389 to "Hostname".]
It's not the ideal scenario, but what this is really meant to show us is the supporting infrastructure, i.e. SQL Databases, Tomcat Servers that support the application.
You may also need to redefine your understanding of an application vs software (as I did).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2024 06:43 AM
Tom, what did you end up doing to resolve this?
We have a few applications where the SME is saying an .EXE is the entry point to the application, and our goal is to run Service Mapping as it's a critical application. Thanks!