Modify the BlastPad Communication Port
Important: This activity is optional. If required, this activity should be performed by the DataBlast Workstation Installer, who must have adequate network, domain and administrator permissions to the installation machines.
BlastPad communicated with the DataBlast Service via an HTTP port.
During installation of BlastPad, the default port number (14091) is reserved. This port number can be changed if required.
Activity Steps
- Open the Windows Command Prompt with administrator permissions.
- To assign the new port number, run the following command, but replace 14091 with the new port number.Copy
netsh http add urlacl url=http://+:14091/ sddl=”D:(A;;GX;;;WD)”
- To remove the old port number, run the following command, but replace 14091 with the old port number.Copy
netsh http delete urlacl url=http://+:14091/