Scoped application deployment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2023 10:43 PM
I need to deploy scoped application from my instance to Onprem instance. Which IP address and communication ports I need to list it down for firewall opening? Is there a doc for deploying scoped application on OnPrem instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2023 11:03 PM
Hi @Viri,
To deploy a scoped application from one ServiceNow instance to another, you will need to open the following communication ports on the firewall:
1. Port 443 - HTTPS port used for inbound and outbound traffic to the ServiceNow instance.
2. Port 22 - SSH port used for secure shell access to the ServiceNow instance.
3. Port 80 - HTTP port used for inbound and outbound traffic to the ServiceNow instance.
4. Port 3389 - RDP port used for Remote Desktop Protocol access to the ServiceNow instance.
Please note that you may not need to open all of these ports, depending on your specific deployment scenario.
As for the documentation for deploying scoped applications on an On-Premises instance of ServiceNow, there is an official guide available on the ServiceNow website. Here's the link to the guide: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/depl...
This guide will walk you through the process of deploying a scoped application from one ServiceNow instance to another, including an On-Premises instance.
Please mark helpful if your query has been addressed and/or answered.
Thanks,
Vamshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2023 11:25 PM
Hello
the communication ports you mentioned is common for all ServiceNow instances or I have to find specific ones according to my instance ? is there any ports for scoped application as well? and the link you gave is more generic one could you please give specific to scoped application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 12:37 AM
Hi @Viri
The communication ports I mentioned are common for all ServiceNow instances, including those used for deploying scoped applications.
However, to deploy a scoped application, you will also need to enable the appropriate scopes on the target instance. This involves granting the necessary permissions for the application and its associated tables, fields, and scripts.
Regarding the specific ports required for deploying a scoped application, there are no additional ports required beyond the ones I mentioned earlier. The deployment process uses standard ServiceNow APIs and communication protocols, which all use the same ports.
As for documentation specific to deploying scoped applications, here's a link to the ServiceNow documentation on deploying scoped applications: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/depl...
This guide provides step-by-step instructions for deploying a scoped application from one instance to another, including an On-Premises instance, and includes specific details on scoping and permissions.
If you may brief more about your ask, maybe we can try sort that out.
Thanks,
Vamshi