How to Connect
Prerequisites
Before setting up the CPHive integration in iPaaS.com, ensure the following steps are completed:
Installing .NET Core 6.0
To ensure the proper functioning of CPHive, .NET Core 6.0 must be installed on the IIS server. Follow the steps below:
Download the .NET Core Hosting Bundle:
Visit the official .NET Core download page: Download .NET Core 6.0.
Download the ASP.NET Core Runtime Hosting Bundle.
Install the .NET Core Hosting Bundle:
Run the downloaded installer.
Accept the license agreement and click Install.
Wait for the installation to complete and click Finish.
Verify Installation:
Open a command prompt or PowerShell window.
Type the following command and press Enter:
dotnet --info
Ensure that the installed version is
.NET Core 6.0.x.
Find the Specific CounterPoint Database Name
Open CounterPoint.
Enter your User ID, Password, and WorkGroup ID. Click OK.
In the upper-right corner, select the search (spyglass icon).
Search for and select View Environment Settings.
Navigate to the Database tab.
Make note of the following details:
Close CounterPoint
The MiSP will need to find "Company Alias" inside "System Configuration Utility".
Open Windows Search.
Search for and select System Configuration Utility.
Navigate to the Companies section.
Make note of the Alias Name.
Note: MiSP will need "Microsoft SQL Server" user credentials(username and password) for the CPHive install.
Install CPHive:
Assign CPHive to its own 32-bit App Pool. Ensure staging and production instances do not share the same pool.
The account running the App Pool must have:
Full access to the CPHive website DDCache folder.
Full access to the Counterpoint TLD directory (e.g.,
C:\Program Files (x86)\Radiant Systems\CounterPoint\CPSQL.8567\Toplevel\).
If the Counterpoint TLD is on another server, a local user of the IIS server will not have access since they are a local user and not domain user. You may need to grant machine account permissions or use a user account instead
Verify Roles and Features on the Server with Counterpoint:
Open Server Manager:
Find the search box in the taskbar.
Type in server in the search bar and select Server Manager (Desktop App).
In Server Manager:
Select Local Server or All Servers.
Scroll down to Roles and Features and click Tasks > Add Roles and Features.
Follow the Add Roles and Features Wizard:
Click Next on the "Before You Begin" screen.
Select Role-Based or Feature-Based Installation and click Next.
Choose the server with Counterpoint as the Server Selection and click Next.
Configure the following server roles:
Scroll down and expand the Web Server (IIS) area.
Expand the Web Server sub-area and configure:
Expand HTTP Features:
Check all options except WebDAV Publishing.
Expand Health and Diagnostics:
Expand Performance:
Check all options (e.g., Static Content Compression, Dynamic Content Compression).
Expand Application Development:
Check .NET 4.5 Extensibility or later, ASP.NET 4.5 or later, ISAPI Extensions, and ISAPI Filters if not already checked.
Expand Security:
Reference Table for Server Role Features:
Filter Server Name | Name | Type | Path |
RR-SANDBOX-OI | Web Server (IIS) | Role Service | Web Server (IIS) |
RR-SANDBOX-OI | IIS Client Certificate Mapping Authentication | Role Service | Web Server\SecurityWRL Authorization |
RR-SANDBOX-OI | URL Authorization | Role Service | Web Server Filtering |
RR-SANDBOX-OI | Request Filtering | Role Service | Web Server and Domain Restrictions |
RR-SANDBOX-OI | IP and Domain Restrictions | Role Service | WOW64 Support |
RR-SANDBOX-OI | Windows Process Activation Service | Feature | Windows Process Activation Service |
Configure Management Tools:
Expand the Management Tools section.
Expand IIS 6 Management Compatibility:
Finalize the configuration:
Steps to Verify DNS Entry:
Open the Windows search bar and type IIS.
Select IIS Manager (Desktop App) from the search results.
Under Connections, expand Sites.
Navigate to and select Application Pool.
Verify that the Web Site Entry exists and confirm the Application Pool is named CPHive.
Configuring Website and SSL Certificate:
Note: IT team will need to add a subdomain for a website URL. Make sure you have that info handy later.
Note: IT will need to use a separate SSL certificate for each individual subdomain or client can buy a wildcard certificate that is good for any subdomain.
IMPORTANT: IT will need to configure your firewall to only allow internet traffic to CPHive from the following IP addresses:
outbound.iPaaS.com / 52.184.255.108 (iPaaS.com production environment)
69.61.66.128/27 (iPaaS.com staging environment)
Any IP addresses in use by IT for troubleshooting
Right-click the DNS Entry and select Manage Website.
Choose Advanced Settings.
Confirm that the Website is pointing to the wwwroot folder.
If using HTTPS:
Right-click Default Website and select Edit Binding.
Select Edit to confirm the HTTPS entry.
If an HTTPS wildcard certificate is missing, proceed with the following:
Adding and Configuring an Application Pool (If Missing):
If no Application Pool exists for the site:
Right-click Application Pools in the IIS Manager.
Select Add Application Pool.
Type CPHive for the Application Pool Name.
Keep the other defaults and click OK.
Update the following settings:
Choose Custom Account and click Set.
Enter the Username and Password for the server user credentials and click OK.
Click OK two more times to save the configuration.
Update Configuration
Edit appsettings.json with the following configuration:
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Settings": { "CPUser": "MGR", "CPPassword": "Yz2iAFNEqNdTC3E2EuUKiA==", "CPWorkgroup": "1", "LogSeverity": "E", "CounterPointTLD": "C:\\Program Files (x86)\\Radiant Systems\\CounterPoint\\CPSQL.8567\\Toplevel\\", "CounterPointAlias": "TestGolf_8567", "ConnectionStrings": { "CounterPoint": "Password=NotSoSecret;Persist Security Info=True;User ID=sa;Initial Catalog=TestGolf_8567;Data Source=RR-QA-CP-02" } } }Notes for Customization:
Replace the following placeholders with the correct values from your CounterPoint system:
LogSeverity: Set this value to
"E"(always use "E").CounterPointTLD: Replace with the top-level directory path of your CounterPoint system.
CounterPointAlias: Replace with the alias name of your company from CounterPoint.
ConnectionStrings: Update the following:
Password: The password for your CounterPoint SQL Server user.User ID: The user ID for your CounterPoint SQL Server.Initial Catalog: The name of your CounterPoint database.Data Source: The server name hosting your CounterPoint database.
Set IIS Folder Permissions
If using
ApplicationPoolIdentity, grantIUSRandIIS_IUSRSfull control over theDDCachefolder.
Cache Regeneration and Error Handling
After adjusting permissions, restart the app pool and perform the following steps in the local Swagger page:
Execute
GET /HelloWorld.Execute
GET /token/{USR_ID}.Check the
DDCachefolder to ensure the serialized definition file is generated.If errors persist, verify the following:
Ensure
USR_API_LOGdoes not indicate permission issues.Resolve errors like:
DDCache serialization failed Could not find a part of the path 'C:\inetpub\wwwroot\CPHive8566\DDCache\SerializedDataDefinitions.json'.
Ensure serialized data definitions are saved to the correct path.
If custom fields are added to the Counterpoint database:
Regenerate the cache file to include mappings for these fields.
Failing to do so may result in errors like:
"The given key 'USR_RR_REQUEST_VIEWS' was not present in the dictionary."
Bad Request(Http Code: BadRequest).
Installation and Setup
How to Extract the CPHive Folder
Locate and download the
CPHive.zipfile to a designated folder (e.g., Downloads). Right-click theCPHive.zipfile.Select "Extract All" from the context menu.
When prompted, browse and select the website entry's
wwwrootfolder as the destination (e.g.,C:/inetpub/wwwroot).Click "Extract" to start the extraction process.
If a permissions dialog box appears:
Converting the CPHive Folder into an IIS Application
Once the CPHive folder is extracted, you need to convert it into an IIS application.
Open File Explorer and navigate to the C: drive.
Locate and open the
inetpubfolder.Open the
wwwrootfolder.Locate the
CPHivefolder.Drag and drop the
CPHivefolder into thewwwrootdirectory.After completing this step, the folder structure should match the example below.
Next, the MiSPwould need to convert the CPHive folder into an application.
Open the Windows Search Bar and type IIS.
Select "Internet Information Services (IIS) Manager" from the search results.
In the Connections pane of the IIS Manager:
Set the Application Pool to the existing "CPHive" instance. If no such pool exists, create a new 32-bit Application Pool with the name "CPHive."
Verify that the Physical Path points to the
C:/inetpub/wwwroot/CPHivefolder.Click "OK" to complete the conversion.
Once the application is successfully converted, the CPHive folder icon in IIS Manager will change to an application icon.
How to Set Up the CPHive appsettings.json File
Navigate to the CPHive Directory
Open File Explorer and go to
C:/inetpub/wwwroot/CPHive.Locate the
appsettings.jsonfile.
Edit the
appsettings.jsonFileOpen the
appsettings.jsonfile with a text editor (e.g., Notepad or Visual Studio Code).Replace the placeholder values with those from your CounterPoint system. Below is an example configuration format:
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Settings": { "CPUser": "Your_CP_User", "CPPassword": "Your_CP_Encrypted_Password", "CPWorkgroup": "Your_Workgroup_Number", "LogSeverity": "E", "CounterPointTLD": "C:\\Program Files (x86)\\Radiant Systems\\CounterPoint\\CPSQL.8567\\Toplevel\\", "CounterPointAlias": "Your_Company_Alias", "ConnectionStrings": { "CounterPoint": "Password=YourPassword;Persist Security Info=True;User ID=YourUserID;Initial Catalog=YourDatabaseName;Data Source=YourServerName" } } }Save the Changes
Save the file and verify all values (e.g.,
CPUser,CounterPointTLD, etc.) match your CounterPoint setup.
(Insert Screenshot Placeholder: Edit appsettings.json File Here)
Set File and Folder Permissions
Ensure that the
DDCachefolder has the following permissions if the app pool is set to run asApplicationPoolIdentity:Users:
IUSRandIIS_IUSRSmust have Full Control.
Regenerate the Cache
Open a browser and navigate to the local Swagger page for the CPHive API. Perform these requests in order:
GET /HelloWorldGET /token/{USR_ID}After each request, verify the
DDCachefolder contains a new serialized data file (SerializedDataDefinitions.json).If the file is missing, ensure the app pool user has the necessary folder permissions, restart the app pool, and repeat the steps.
Troubleshoot Issues
Serialization Errors: If you encounter a
Could not find a part of the patherror, ensure theDDCachefolder exists and is accessible.Mapping Errors: If custom fields are added to CounterPoint, regenerate the cache to include these fields. Failure to do so may result in errors like
"USR_RR_REQUEST_VIEWS not present in the dictionary".
How to Set Up the CPHive web.config File
Note: This section is deprecated and only applies to legacy versions.
Navigate to
C:/inetpub/wwwroot/CPHivein File Explorer.Locate the
web.configfile, right-click it, and select "Move to".Choose the
Downloadsfolder as the destination and confirm the move.
Open the
web.configfile in theDownloadsfolder using a text editor (e.g., Notepad).Update the following fields:
CounterPointTLD: Replace with the CP system's top-level directory path (e.g.,C:\Program Files (x86)\Radiant Systems\CounterPoint\CPSQL.8567\Toplevel).ALIAS: Replace with the company alias from the CP system.CPUSER: Enter the username of a valid CP user.CPPassword: Enter the password for the corresponding CP user.CPWorkgroup: Enter the valid workgroup number of the CP user.
Scroll to the
<connectionStrings>section and update the<add name>portion:Save the file after making the updates.
Right-click the updated
web.configfile in theDownloadsfolder and select "Move to".Choose "Select a location" from dropdown.
Navigate to and select CPHive folder.
Click "Move" and click "Continue".
Confirm the
web.configfile is now located inC:/inetpub/wwwroot/CPHive.Open the file and ensure all updated values (e.g.,
CounterPointTLD,ALIAS,CPUSER, etc.) are correctly reflected.
How to Run the Database Installer for CPHive
Note: This section is deprecated and only applies to legacy versions.
If installation errors prevent progress, refer to the CPHive Database Manual Install article for assistance before proceeding.
Successfully running the Database Installer ensures the required SQL Server tables are created for CPHive to function properly.
Open Microsoft SQL Server Management Studio.
In the "Connect to Server" window:
In the Object Explorer:
Leave SQL Server Management Studio open and proceed with the Database Installer in File Explorer.
Executing the Database Installer
Open File Explorer and navigate to C:/inetpub/wwwroot/CPHive.
Open the Database Installer folder.
Right-click on the Deliverator application and select Run as Administrator.
In the Deliverator interface:
Click the … button next to "Company Alias Folder":
Click Verify for both:
CounterPoint Connector String
Company Alias Folder
Click Install to execute the database scripts.
If a version warning appears, click OK.
Note any errors during installation for troubleshooting.
How to Flush the CPHive Site
To implement new settings and ensure they take effect, you must flush the CPHive site. Follow these steps:
Open the Windows search bar and type IIS.
Select Internet Information Services (IIS) Manager from the search results.
In the IIS Manager:
In the Actions pane on the right:
The website has now been successfully flushed, and the new settings are active.
How to Test the CPHive Installation
To verify that the CPHive installation was successful, follow these steps:
Open a web browser on the server.
Note: Do not use Internet Explorer for this test. If no alternative browser (e.g., Chrome, Firefox) is installed, consult with the client’s IT team to install one.In the address bar, type:
localhost/CPHive/api/HelloWorldPress Enter to execute the test.
If the installation was successful, an XML file should appear in the browser, confirming that the CPHive API is functioning correctly.
If the XML file does not appear or an error message is displayed, review the installation steps or consult troubleshooting documentation.
Configure Subscription Settings
Navigate to the CPHive subscription settings in iPaaS.com and provide the following information:
Field | Description | Required | Example |
Name* | A unique name for identifying the subscription. | Yes | CPHive_Integration |
Versions | The integration version. | Yes | v1.2 |
CP API URL* | The base URL for the CPHive API. | Yes |
|
CP API Username* | The username for accessing the CPHive API. | Yes | api_user |
CP API Key* | The API key generated for accessing CPHive. | Yes | YourAPIKey |
First Order Date | Starting date for order sync. | No | 2024-01-01 |
Store | The store identifier. | No | Store_01 |
Drawer | The drawer identifier. | No | Drawer_1 |
Station | The point-of-sale station identifier. | No | Station_001 |
User | User details associated with this subscription. | No | SystemAdmin |
Template Customer | Template customer for transactions. | No | TemplateCustomer123 |
Default Customer | Default customer ID. | No | DefaultCustomer456 |
Next Customer | Next customer ID to use for operations. | No | NextCustomer789 |
Tracking #s in CP | Indicates whether to track numbers in CP. | No | Enabled |
Item Description From | Defines the source for item descriptions. | No | Inventory |
Inventory Qty Method | Method for inventory quantity sync. | No | Weighted |
Inventory Location | Default location for inventory. | No | MainWarehouse |
Qty Stock Threshold | Threshold for stock quantity alerts. | No | 100 |
Authentication Methods
API Key Authentication
Navigate to the CPHive subscription settings in iPaaS.com.
Enter the CP API URL, CP API Username, and CP API Key as obtained during setup.
Save the configuration and test the connection.
Upon successful authentication, a confirmation message will be displayed.
Installing CP Webhooks
How to Create a Company Folder in the Downloads Folder
To prepare for the CPWebhook.exe file configuration, follow these steps to create a company folder in the Downloads folder:
Open File Explorer by clicking on its icon in the taskbar or searching for it in the Windows search bar.
Navigate to the C: drive by selecting it from the left-hand navigation pane.
Locate and open the Downloads folder.
Inside the Downloads folder, right-click on an empty area to open the context menu.
Hover over the New option and select Folder from the submenu.
Rename the newly created folder to match the client’s company name (e.g., "Acme_Corp").
The company folder is now ready for CPWebhook.exe file configuration.
How to Extract the "CPWebhooks" Folder
To extract the CPWebhooks folder:
Locate and drag the
CPWebhooks.zipfile into the Downloads folder.Right-click the
.zipfile and select Extract All.In the dialog box, browse to the company folder inside the Program Files directory (e.g.,
C:/Downloads/RedRook).Click Extract to begin the extraction process.
If prompted for permissions, click Continue to confirm and complete the extraction.
How to Locate the API Key for "CPWebhooks"
Locate the CounterPoint subscription and click Edit.
Copy the Webhook API Key from the subscription settings.
Save the API Key for Later Use:
Paste the copied API key into a secure location, such as a text editor or password manager.
This API key will be required for the configuration of CPWebhooks.exe.
How to Set Up the CPWebhooks.exe File
This section explains how to set up the CPWebhooks.exe file, configure it, and ensure it runs properly.
Move the CPWebhooks.exe File to the Downloads Folder:
Open File Explorer and navigate to
C:\Program Files.Locate and open the
CPWebhooksfolder.Right-click on
CPWebhooks.exeand select Move to.Choose the Downloads folder as the destination and confirm the move.
Update the CPWebhooks.exe Configuration File:
Navigate to the Downloads folder.
Right-click the
CPWebhooks.exefile and select Open with a text editor (e.g., Notepad).Update the following fields:
Token: Replace this with the Webhook API Key obtained earlier.
In the
<connectionStrings>section:User ID: Replace with a valid CP Microsoft SQL Server user ID.
Password: Replace with the password for the SQL Server user.
Initial Catalog: Replace with the database name of the CP system.
Data Source: Replace with the server name of the CP system.
Move the CPWebhooks.exe File Back to the CPWebhooks Folder:
Navigate to the Downloads folder.
Right-click on
CPWebhooks.exeand select Move to.Select choose location from dropdown.
Select the
CPWebhooksfolder insideC:\Program Filesas the destination.select Move to and then Continue
Run the InstallCPWebhooks.bat File:
Open the Windows Search bar, type Command Prompt, and right-click to select Run as Administrator.
In File Explorer, navigate to the
CPWebhooksfolder and copy the folder address.Return to Command Prompt, type
cd, and paste the folder address.Press Enter to change the directory.
Type
InstallCPWebhooks.batand press Enter to run the script.
Verify and Start the
CPWebhooksService:Open Windows Search and type Services.
Locate the service named CPWebhooks for iPaaS.com.
Right-click the service and select Start.
If the service is missing, check the
CPWebhooks.configfile for errors, correct them, and rerun theInstallCPWebhooks.batfile.
Note: If issues persist during the process, ensure the configuration file contains accurate information and matches the client's system requirements.
Initialization Support
The following types of data support initialization and can be transferred in bulk:
Alternate ID Type TO iPaaS.com
Customer Category TO iPaaS.com
Location TO iPaaS.com
Location Group TO iPaaS.com
Payment Method TO iPaaS.com
Product Category TO iPaaS.com
Shipping Method TO iPaaS.com
Throttling
Throttling ensures that CPHive’s API isn’t overwhelmed by excessive API calls, preserving system performance during heavy data transfers.
While the throttling fields are required, the values are pre-populated by the integration settings. For more details, refer to Subscription Configuration – Edit.
Troubleshooting
Missing .NET Requirement:
If .NET pre-requisites are not installed, the local website test will not load.
HTTP 500.30 Errors:
If the website loads but returns an HTTP 500.30 error, check Windows event logs for specific details.
Invalid appsettings.json:
Ensure all previously used values are JSON-escaped if any issues appear in the Windows event logs.
Debug Logging in Production:
If enabling debug logging, poor database performance may cause errors like:
"Unable to process transfer. Reason: CPHive returned the following error: The operation was canceled.(Http Code: 0)"
Recycle App Pool:
After changing any settings, recycle the app pool.











![i
Select server roles
Before You Begin
Installation Type
Server
Server Roles
Features
Select one or more roles to install on the selected server.
Performance (Installed)
Static Content Compression (Installed)
ecu r 1 (8 Of 9 Installed'
DESTINATION SERVER
Security provides infrastructure for
securing the Web server from users
and requests. IIS supports multiple
authentication methods. Pick an
appropriate authentication scheme
based upon the role of the server.
Filter all incoming requests. rejecting
without processing requests that
match user defined values, or restrict
requests based on originating
address space.
Cancel
12 am
:nce
1 am
2 am
3 am
4 am
5 am
6 am
7 am
8 am
9 am
TASKS
10 am
C]
Request Filtering (Installed)
Basic Authentication (Installed)
Centralized SSI Certificate Support
Client Certificate Mapping Authentica
Digest Authentication (Installed)
IIS Client Certificate Mapptng Authent
IP and Doma•n Restnct'ons (Installed)
URL Authorization (Installed)
Windows Authentication (Installed)
FTP Server (1 of 2 installed)
t' @ Management Tools (4 of 7 installed)
C] Windows Deployment Services
C] Windows Server Essentials Experience
< Previous
Next >
Filter
Server Name
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
Name
Web Server (IIS)
IIS Client Certificate Mapping Authentication
URL Authorization
Request Filtering
IP and Domain Restrictions
WOW64 Support
Windows Process Activation Service
Type
Role Service
Role Service
Role Service
Role Service
Feature
Feature
Path
Web Server (IIS)
Web Server Client Certificate Mapping Authentication
Web Server Server\SecurityWRL Authorization
Web Server Filtering
Web Server and Domain Restrictions
WOW64 Support
Windows Process Activation Service](https://downloads.intercomcdn.com/i/o/tezz38vq/1326158812/fdff8c5788eae955f026504f521b/h6ufgd3tL9e_7kf3ghUdYahVWgtGWBbSUw.png?expires=1761768000&signature=1054bfeea9249ceb8aa977cad25634538ecea4c7dc7599ef4297197e93a0e3eb&req=dSMlEMh7lYleW%2FMW1HO4zbuZOS4ggnUNCLW8E0mdU8L3h0CER%2FJfJgEJofWo%0AVtLP%0A)
![Select server roles
Before You Begin
Installation Type
Server Selection
Server Roles
Features
Select one or more roles to install on the selected server.
(V ASP.NET 4.6 (Installed)
C] CGI
@ ISAPI Extensions (Installed)
ISAPI Filters (Installed)
Server Side Includes
WebSocket Protocol
@ FTP Server (1 of 2 installed)
Mana ement Tools 4 of 7 installed
V IIS Management Console (Installed)
insta
V IIS 6 Metabase Compatibility (Installed)
anagemen o
IIS 6 Scripting Tools
IIS Management Scnpts and Tools (Installed
•Z Management Service (Installed)
Windows Server Essentials Expenence
Windows Server Update Services
DESTINATION SERVER
RR-Sar±ox-01
Client Certificate Mapping
Authentication uses client
certificates to authenticate users. A
client certificate is a digital ID from a
trusted source. IIS offers two types
Of authentication using client
certificate mapping. This type uses
Active Directory to offer one-to-one
certificate mapmngs across multiple
Web servers.
12 am
:nce
1 am
2 am
3 am
4 am
5 am
6 am
7 am
8 am
9 am
Install
Path
Cancel
Filter
Server Name
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
Name
Web Server (IIS)
IIS Client Certificate Mapping Authentication
URL Authorization
Request Filtering
IP and Domain Restrictions
WOW64 Support
Windows Process Activation Service
Type
Role Service
Role Service
Role Service
Role Service
Feature
Feature
Web Server (IIS)
Web Server Client Certificate Mapping Authentication
Web Server Authorization
Web Server Filtering
Web Server and Domain Restrictions
WOW64 Support
Windows Process Activation Service
P
B
TASKS
10 am
1:21 PM
7/12/2021](https://downloads.intercomcdn.com/i/o/tezz38vq/1326225125/4f60a5d710732b6da0eac3b23086/d8EKWUTXP5rBZQjP6SjjtjfbwBqVRFDbHQ.png?expires=1761768000&signature=60db5b1c492dc909206d08328a47b527a9261af88c131d59973512e5883517f6&req=dSMlEMt8mIBdXPMW1HO4zbBTWLEeaKu1l9bXoHUaHFb21iWhZVBLdBVrBI77%0AGOaM%0A)
![Select features
Before you Begin
Installation Type
Server Selection
Server Roles
Features
Confirmation
Select one or more features to install on the selected server.
Features
r @ .NET Framework 3.5 Features (1 Of 3 installed)
r @ .NET Framework 4.6 Features (6 of 7 installed)
C] Background Intelligent Transfer Service (BITS)
BitLocker Drive Encryption
BitLocker Network Unlock
C] BranchCache
Client for NFS
C] Containers
DESTINATION SERVER
1 g*xtic-enpire.local
Description
Windows Standards-Based Storage
Management provides the ability to
discover, manage, and monitor
storage devices using management
interfaces that conform to SMI-S
standard. This functionality is
exposed as a set of Windows
Management Instrumentation (WMI)
classes and Windows PowerShell
cmdlets.
12 am
:nce
1 am
2 am
3 am
4 am
5 am
6 am
7 am
8 am
9 am
Data Center Bridging
rect Play
E ed Storage
Failov lustering
Group POI anagement
I/O Quality of
IIS Hostable Web
Internet Printing Client
IP Address Management (l
iSNS Server service
CPR Port Monitor
) Server
TASKS
10 am
TASKS
Install
Path
Cancel
Filter
Server Name
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
Name
Web Server (IIS)
IIS Client Certificate Mapping Authentication
URL Authorization
Request Flltenng
IP and Domain Restrictions
WOW64 Support
Windows Process Activation Service
Type
Role Service
Role Service
Role Service
Role Service
Feature
Feature
Web Server (IIS)
Web Server Client Certificate Mapping Authentication
Web Server Authorization
Web Server Server\SecurityVRequest Filtering
Web Server and Domain Restrictions
WOW64 Support
Windows Process Activation Service](https://downloads.intercomcdn.com/i/o/tezz38vq/1326224714/e90c8beacf538e7dd8a72afd74a7/R06xSvewD4efqMSTrMykODqAZMpcsLHfIA.png?expires=1761768000&signature=9421b11eef5a0f0090f2918ce96a9a948b04d5fae1f98c9c1551d9cbeed597b5&req=dSMlEMt8mYZeXfMW1HO4zZWGczVOcmmuxFTyZV2v5gO3xUjGmsS%2FOvBJbLgM%0Afrp8%0A)
![Confirm installation selections
DESTINATION SERVER
1 gdactic-«npire.local
Before you Begin
installation type
Server Roles
Features
Confirmation
TO install the following roles, role services. or features on selected server, click Install.
C] Restart the destination server automatically if required
Optional features (such as administration tools) might be displayed on this page because they have
been selected automatically. If you do not want to install these optional features, click Previous to clear
their check boxes.
Windows Standards-Based Storage Management
Export configuration settings
Specify an alternate source path
12 am
:nce
1 am
2 am
3 am
4 am
5 am
6 am
7 am
8 am
9 am
TASKS
10 am
< Previous
Next
Filter
Server Name
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOXOI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
RR-SANDBOX-OI
Install
Path
Cancel
Name
Web Server (IIS)
IIS Client Certificate Mapping Authentication
URL Authorization
Request Filtenng
IP and Domain Restrictions
WOW64 Support
Windows Process Activation Service
Type
Role Service
Role Service
Role Service
Role Service
Feature
Feature
Web Server (IIS)
Web Server Client Certificate Mapping Authentication
Web Server Server\Security\URL Authonzation
Web Server Filtering
Web Server and Domain Restrictions
WOW64 Support
Windows Process Activation Service](https://downloads.intercomcdn.com/i/o/tezz38vq/1326226196/1e7f829fd2d2c174d105c9b25b8d/W0CbRb_ecElM1P9VkCbl6ZkpN2hOXRSxlw.png?expires=1761768000&signature=42712f36746ae12557d9423a9cb7a468ab6b896b6280e0a0d80d54683e59e4f8&req=dSMlEMt8m4BWX%2FMW1HO4zUnYiHOKlUSfmiLPVrk154KMCk%2BEbQWaQqVg%2F1F3%0A5cOQ%0A)







![Application Pools
Advanced Settings
Start Page
RR-SANDBOX.OI (GALACTIC
Apphcation POOB
Sites
> aspnet_client
•9 CPHive
This page lets you view and manage the list Of application
different app lications.
GO • Show All
or more applications, and pn
.NET va.5 Classic
2 CPHive
Status
started
started
Started
started
NET CIR L Managed P'
C lassic
v4Æ
v
V
(General)
.NET CLR Version
Enable 32•Bit Applications
Managed Pipeline Mode
Name
Queue Length
Start Mode
CPU
Limit (percent)
Limit Action
Limit Interval (minutes)
Processor Affinity Enabled
Processor Affinity Mask
True
C P H ive
1000
On Demand
False
Processor Affinity Mask (u-bit 4294967295
Process Model
Generate Process Model Event L
Idle Time-out (minutes)
Idle Time-out Action
20
Terminate
(identityType username password] Configures the application pool to run
as built-in account, i.e. Application Pool Identity (recommended), Network
Service Local System Local Service or as a specific user identity.](https://downloads.intercomcdn.com/i/o/tezz38vq/1326277682/e5586b081f3c004dbcbb70fd202c/f_Yntv-jHieHDZiS-Ky0EnkCM4DA6T_7Yw.png?expires=1761768000&signature=2c2eedd5267c63e5dc61acffb39e71746007552ccb18e60ec07d9bd4d7c7a5a4&req=dSMlEMt5modXW%2FMW1HO4zQgh4chzS47qKkXLN7rW5tqs4oS%2BPBeaOx4ovjF9%0AqyqG%0A)
![Application Pools
Advanced Settings
This page lets you view and manage the list Of application
different applications.
Name
O .NET •45
.NET v4.5 Classic
CPI-Eve
DefaultAppPooI
Status
Started
Started
started
started
.NET CIR v... Managed
.NET CLR version
Enable 32-Bit Applications
Managed Pipeline Mode
Name
v4.o
v4.o
v4.o
v4.o
True
Integrated
CPHive
Classic
Applica
or more application$ and pro
x
Set Credentials
user name:
Eassword:
Confirm password:
x
(identityType username passw•ord] Configures the application pool to run
as built-in account. i.e. Application Pool Identity (recommended), Network
Service Local System. Local Service or as a specific user identity.](https://downloads.intercomcdn.com/i/o/tezz38vq/1326278544/bc06d2937644cb00a5269ef69834/n7rZb1jSPpSsApXzxdwIdYoamvPpuL9dIw.png?expires=1761768000&signature=3923b5688220b85945ff5712317decd9e85ee1c314adb7eecf903013df5e87f5&req=dSMlEMt5lYRbXfMW1HO4zdyyb9EgQZhx0NAIldwCCnVeIhiPu96bqEFgJ4S3%0Aj1gL%0A)







![Cut
Copy path
'in Quick Copy
Paste Shortcut
Clipboard
> ThisPC Local Disk
Copy Delete
Organize
inetpub ftproot >
Easy access
folder
CPHive >
Date modified
7/27/2021 8:52 AM
7/27/2021 8:53 AM
7/27/2021 8:53 AM
7/27/2021 9:12 AM
7/27/2021 8:53 AM
7/27/2021 8:53 AM
7/27/2021 8:53 AM
3/2/2020 10:22 AM
5/25/2018 3:49 PM
5/25/2018 3:49 PM
5/10/2021 11:33
Open •
Edit
properties
Open
Type
File folder
File folder
File folder
File folder
File folder
File folder
File folder
CONFIG File
Icon
ASAX File
CONFIG File
Select all
co Select none
Invert selection
Select
Size
32 KB
15 KB
Search CPHive
o
p
Pictures
CPWebhooks
Scripts
This pc
C on JDOMASH-
Desktop
R] Documents
l' Downloads
Music
Pictures
Videos
Local Disk (C:)
DVD Drive S
Name
Areas
Content
CPHive
Password Valid a tor
Scripts
Views
Applicationlnsights
favicon
Global.asax
Il items I item selected 144 KB](https://downloads.intercomcdn.com/i/o/tezz38vq/1334608037/21a55799889326590d2fd3c65c07/mHkq829S3zdv4l7W9apTtLV0BfCUBBr_oA.png?expires=1761768000&signature=a4e1c33903b96a3fc98563c54c3f7f3699dae6eeb14a9e8b780fe1e80197e459&req=dSMkEs9%2BlYFcXvMW1HO4zYwHCIPaYJypZSxH8yJNF0yhvizChQvc5NNRC5%2Fn%0A7vyU%0A)






![Machine generated alternative text:
Object Explorer
Connect •
RR-SANDBOX-OI (SQL Server 140.1000.16f
E) Databases
System Databases
Database Snapshots
CPSystem_CPSQL_1
Database Diagrams
1" Tables
Views
External Resources
I" Synonyms
Programmability
Service Broker
Storage
Security
Security
Server Objects
Replication
Ilii PolyBase
Always On High Availability
•iii Management
Integration Services Catalogs
GEJ SQL Server Agent
E] XEvent Profiler](https://downloads.intercomcdn.com/i/o/tezz38vq/1334644319/f2e4f2f2ff29eac3f3d4853e03f3/wOxf3u8ut4oKbnSwK5DtYDB_hRZ_-mwb-g.png?expires=1761768000&signature=230556ef3d4891760a3dd290b63bbb2ff4515ae995fba64b535528c85c8bef29&req=dSMkEs96mYJeUPMW1HO4zRjXf7zmPW914CGR8XGQU%2BCkRGN0LV%2Bg12lY5Udq%0APpN1%0A)
























