Troubleshooting - Installation and Deployment
If there are problems with your installation or deployment, refer to this topic.
This topic does contain a long list of problems and its solutions which may be difficult to go through, it is recommended you search using relevant keywords to get to the right problem/resolution faster

Error message "Error upon executing commands: The following error occurred when authenticating with the tenant <tenantUrl>" is displayed.
Status: TenantNotFound
Possible Cause
The tenant specified is invalid.
Solution
Ensure that the tenant URL and tenant ID are valid.

Error message "Error upon executing commands: The following error occurred when authenticating with the tenant <tenantUrl>" is displayed.
Status: AccessDenied
Possible Cause
Invalid user name or password is provided.
Solution
Ensure that the user name and password are valid.

Error message "Error upon executing commands: The following error occurred when authenticating with the tenant APPSERVER" is displayed.
Status: InvalidRole
Possible Cause
No administrator rights.
Solution
Ensure administrator credentials exist. See About Roles.

Error message "Error upon executing commands: Could not establish trust relationship for the SSL/TLS secure channel with authority '<IP_address>" is displayed.
Possible Cause
Did not connect to the Neurons for ITSM application server using HTTPS.
Solution
Configure the Neurons for ITSM application server to use SSL. See Optional SSL Configuration. Enter the URL for the Neurons for ITSM application server that is configured to use SSL.

Error message "Failed to execute applyPatch: The remote server returned an unexpected response: (400) Bad ". is displayed.
Possible Cause
The database version is not up to date.
Solution
If the system table upgrade fails, review the log files and fix any metadata issues. Then upgrade the system table.

Cannot view the login dialog box. This message is displayed - "Please use the subdomain when accessing the application". For example, https://yourname.saas.heatsoftware.com.
Possible Cause
The web.config file parameter "RequireTenantIdInURL" value is set to true.
Solution
1.Go to C:\Program Files\HEAT Software\HEAT\AppServer\ and open the web.config file.
2.Search for the parameter "RequireTenantIdInURL" and change its value to false.
3.Save and close the web.config file.

After upgrading to the latest version of Neurons for ITSM, the list of tenants in the Operations Console is empty.
Possible Cause
During the upgrade, the system updated the connection strings for the landscape with the incorrect name for the data source.
Solution
In the Operations Console, edit each landscape to update the data source to the correct database server name. See Upgrading Neurons for ITSM from an Earlier Release for more information on how to do this.

Failed to execute applyPatch: The request channel timed out while waiting for a reply after 00:59:59.7741622. Increase the timeout value passed to the call to request or increase the SendTimeout value on the binding. The time allotted to this operation may have been a portion of a longer timeout.
Possible Cause
By default, the upgrade tool is set to wait for one hour for a response from the Neurons for ITSM application server. This message indicates that the Neurons for ITSM application server is still applying the patch or package. The patch can be completed at any time.
Solution
Check the status of the upgrade tool later by looking at the patch log in the Configuration Database.

Error message "No database backup location specified in configuration database. Please contact support." is displayed.
Possible Cause
•The backup location is not set in the configuration database.
•The backup failed to execute because of permissions issues.
Solution
Ensure the backup location is set the correct permissions are set.

Error message "Error during metadata commit operation: System.Exception: The following errors were encountered when synchronizing the schema...:" is displayed.
Possible Cause
This indicates a serious problem in business object metadata and is a synchronization schema error. The system cannot synchronize the database schema change with the business object definition. If you get this error, the system usually stops upgrading the metadata.
Solution
If this happens in the production environment, restore the database from a backup that was made before the upgrade. Then contact Ivanti support so that they can look into the error.

Error message "Error during metadata commit operation: DataLayer.SaaSDbException: Invalid object name 'Frs_ITFM_Account_Status'. ---> System.Data.SqlClient.SqlException: Invalid object name 'Frs_ITFM_Account_Status'" is displayed.
Possible Cause
Part of the database is corrupt.
Solution
Contact Ivanti Software support. They may suggest to restore the database from a backup that was made before the upgrade.

Error message "Error during metadata commit operation: DataLayer.SaaSDbException: Invalid object name 'Frs_ITFM_Account_Status'. ---> System.Data.SqlClient.SqlException: Invalid object name 'Frs_ITFM_Account_Status'" is displayed.
Possible Cause
Part of the database is corrupt.
Solution
Contact Ivanti Software support. They may suggest that to restore the database from a backup that was made before the upgrade.

Error message An error occurred when applying patch named <some_filename>.sql in package <some_package>.MetadataPackage to tenant <tenantUrl>.
Unable to execute SQL due to Invalid column name 'IPCMUrlPort'.:
update FRS_IPCM_Integration set IPCMUrlPort = 2323 where IPCMUrlPort is null
Unable to execute SQL due to Invalid column name 'IPCMUrl'.:
update FRS_IPCM_Integration set IPCMUrl = 'http://' + IPCMServerHost + ':' + convert(varchar(6), IPCMUrlPort) where IPCMUrl is null and IPCMServerHost is not null" is displayed.
Possible Cause
An embedded Microsoft SQL statement is corrupt.
Solution
Review the Microsoft SQL statements.

Error message Error during metadata update operation. MetadataType: BusinessObject, ID: Frs_AuthenticationProvider# SaaS.StandardizedMetadata.UpdateKeyNotFoundException: Update key not found: key = Rel2s
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences)
at DataLayer.MetadataPatch.ApplyGroupedActions(IMetadataProvider provider, ISessionContext sessionContext, IEnumerable`1 definitionGroup) in c:\depot\Eng\SaaS\main\Platform\AppServer\MetadataServices\MetadataPatch.cs:line 1034 is displayed.
Possible Cause
There is a problem updating the metadata and the system did not update the business object.
Solution
Review the business object to make sure it was updated.

Error Message – Form
Error during metadata update operation. MetadataType: Form, ID: Task.WorkOrder System.Exception: Update key not found: key = Details
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1377
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1359
at DataLayer.MetadataPatch.ApplyGroupedActions(IMetadataProvider provider, ISessionContext sessionContext, IEnumerable`1 definitionGroup) in c:\depot\Eng\SaaS\main\Platform\AppServer\MetadataServices\MetadataPatch.cs:line 1016.
Error Message – Dashboard
Error during metadata update operation. MetadataType: Dashboard, ID: 8e2cce05-c593-4545-bf4d-5f719a9bd5a5 System.Exception: Update key not found: key = OLA Target Compliance ( e94a602f-959e-4cf1-9c07-be4d5eb0da68 )
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1377
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1359
at DataLayer.MetadataPatch.ApplyGroupedActions(IMetadataProvider provider, ISessionContext sessionContext, IEnumerable`1 definitionGroup) in c:\depot\Eng\SaaS\main\Platform\AppServer\MetadataServices\MetadataPatch.cs:line 1016
Error Message – Validation Data
Error during metadata update operation. MetadataType: ValidationData, ID: Justification# System.Exception: Update key not found: key = Justification#_culture#pt-BR
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1377
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1359
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1359
at DataLayer.MetadataPatch.ApplyGroupedActions(IMetadataProvider provider, ISessionContext sessionContext, IEnumerable`1 definitionGroup) in c:\depot\Eng\SaaS\main\Platform\AppServer\MetadataServices\MetadataPatch.cs:line 1016
Error Message – Rule
Error during metadata update operation. MetadataType: Rule, ID: Incident# System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1386
at SaaS.StandardizedMetadata.MetadataExtensions.Patch(XElement element, XElement differences) in c:\depot\Eng\SaaS\main\Platform\StandardizedMetadata\MetadataExtensions.cs:line 1359
at DataLayer.MetadataPatch.ApplyGroupedActions(IMetadataProvider provider, ISessionContext sessionContext, IEnumerable`1 definitionGroup) in c:\depot\Eng\SaaS\main\Platform\AppServer\MetadataServices\MetadataPatch.cs:line 1016
Possible Cause
There is a problem updating the metadata.
Solution
No action.

Discovery cannot detect assets on the network.
Possible Causes
•Service Center Configuration Manager (SCCM) service is stuck in starting mode.
•Using a domain account for running all Neurons for ITSM services but the domain account has insufficient rights.
Solution
Use the local system account and restart Neurons for ITSM.

Possible Cause
Full-text search is disabled.
Solution
Enable full-text search. See Full Text Search .

The Neurons for ITSM demo database does not load properly.
Possible Cause
Full-text search is disabled.
Solution
Enable full-text search. See Full Text Search .

Web servers do not work correctly.
Possible Cause
In multi-server environments, each Neurons for ITSM web server must meet the system requirements.
Solution
Refer to the System Requirements and Compatibility Matrix for Neurons for ITSMfor more information.

Provision report now returns an exception: Cannot Decrypt the Symmetric Key.
Possible Cause
The Neurons for ITSM reporting server cannot use the symmetric key to access the data from the report server database.
Solution
1.Click OK, but do not close the System Configuration Wizard.
2.Start the Reporting Services Configuration Manager and connect to your Microsoft SRSS instance.
3.Select Encryption Keys from the list in the left panel.
4.Click Delete and then click Yes at the confirmation message.
5.Return to the wizard and click Provision Report Now.

Dashboard and report controls (such as charting, pivoting, and copy/paste) and the Service Catalog attachment control do not work.
Possible Cause
Browser does not have, or does not support, Adobe Flash.
Solution
•Install Adobe Flash. Go to https://get.adobe.com/flashplayer/.
•If your current browser does not support Adobe Flash, upgrade the browser.

Cannot download or edit reports in Chrome.
Possible Cause
The Chrome ClickOnce extension is not installed.
Solution
Install the ClickOnce extension for Chrome. Navigate to https://chrome.google.com/webstore/detail/eeifaoomkminpbeebjdmdojbhmagnncl# and download the extension.

Cannot download or edit reports in Firefox.
Possible Cause
The Firefox Microsoft .NET framework assistant extension is not installed.
Solution
Install the Microsoft .NET framework assistant extension. Navigate to https://addons.mozilla.org/en-US/firefox/addon/9449 to download the extension.

Cannot download files or run controls in Internet Explorer.
Possible Cause
Scripting is disabled.
Solution
Set properties in Internet Explorer as follows:
1.Go to the Tools > Internet Options > Security > Custom level page.
2.Set the following options to enable:
3.Run ActiveX controls and plug-ins
4.File download
5.Scripting > Active scripting

Cannot open websites in Internet Explorer.
Possible Cause
The Neurons for ITSM is not set to be a trusted site.
Solution
Set properties in Internet Explorer as follows:
1.Go to the Tools > Internet Options > Security page.
2.Highlight Trusted sites and click Sites.
3.Click Add.

Logging into a tenant using Internet Explorer fails.
Internet Explorer displays this message: You cannot login to the system now. Please contact your administrator. Additional information is available in the logs.
Possible Cause
Internet Explorer does not accept cookies if the host name of the DNS server or the server NetBIOS names contain an underscore '_'.
Solution
•Change the host name of the DNS server or its NetBIOS names so they no longer contain an underscore '_'
•Use a Chrome or Firefox browser.

Unable to use integrated components, such as Voice.
Possible Cause
Using the Microsoft Windows operating system when using integrated components.
Solution
Change to the Microsoft Windows operating system. Refer to the System Requirements and Compatibility Matrix for Neurons for ITSMfor more information.

When trying to access the Configuration Database, the application redirects the user from http://localhost/HEAT to https://localhost on the machine where SSL is not setup.
Possible Cause
There is a known limitation in the 2018.3.1 release with respect to FedRamp requirements related to the URL redirect configuration.
Solution
To resolve this, there is a need to update an entry in the web.config file. Set the parameter highlighted below to ‘false’ and restart IIS. Once the process is completed, try to access Configuration Database.
</rule>
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
<match url="(.*)">
</match>
<conditions>
<add input="{SERVER_NAME}" pattern="^localhost$" negate="true">
</add>
<add input="{HTTPS}" pattern="off" ignoreCase="true">
</add>
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="Permanent">
</action>
</rule>

From the System Configuration Wizard (SCW) - unable to connect to Central CentralConfig URL configuration.
Possible Cause
ErrorCode - 0x8007000d - URL Rewrite or IIS Hosting Bundle is not installed correctly.
Solution
1.Open IIS.
2.Browse CentralConfig from Default Websites.
Check CCF Url - http(s)://<TenantID>/CentralConfig/CentralConfig.svc. For example, http://app2022/CentralConfig/CentralConfig.svc.
3.If it is not accessible check error code in the browser - 0x8007000d.
4.Restart IIS and check if the CentralConfig URL is accessible.
5.If the CentralConfig is URL not accessible – install the IIS Hosting bundle and the Restart IIS.
6.Check the CentralConfig endpoint - http(s)://<TenantID>/CentralConfig/CentralConfig.svc.
7.If the CentralConfig is accessible, continue with the SCW setup.

Possible Cause
The SSRS report service is not reachable by SCW.
Solution
Check if the SSRS report configuration is reachable. After confirming, restart the SCW configuration.
Steps:
1.Open the Report Server Configuration Manager.
2.Start the SSRS and provide correct configuration details.
3.Recheck the ReportProvisioning.

While installing System Configuration Wizard (SCW) Report Server in virtual machine, the following error is thrown - "Could not load file or assembly Micrososft.SqlServer.BatchParser,Version=12.0.0.0."
Possible Cause
If the assembly or its dependencies is not present in the VM.
Resolution
1.Install the Pre-Requisite installer given with the installation guide.
or
2.Download and install the following packages manually:
3.Install and check Report Server SCW setup.

Cache rebuild does not run automatically.
Resolution
Run the cache rebuild manually. Refer to Installing Cache Rebuild.

After updating the application from 2023.3 to 2023.4, if you are using WIS authentication, manually update the web.config file.
Resolution
•Take a backup of the existing file to ensure the configuration is preserved.
•After installation is completed, redo the updates to the WIS web.config as per the original configuration document, mainly pointing the AssertionConsumerHandlerUrls to the right addresses.

Integration Service Server issues due to port change.
Resolution
As part of 2023.4 integration service is running as a separate service, hosted on port 1213 by default.
•If value for Integration Service Server is 80, change it to 1213.
•If the value for https port is 443, change it to something else.
•Ensure to have a separate port and not the same as other appdomains.

License Server Landscape issues such as login issue with error message "Landscape is not defined in License Server" or "Unable to Load License".
Resolution
1.Run the following query:
SELECT * FROM .[dbo].[Frs_LS_LicenseServerLandscape]
"select * from Landscape"
Run both the above queries from the config tenant.
2.Ensure that the value in ConfigServiceUrl field is valid (check if the service definition loads when adding it in a browser). If not, update it to a valid central config url, for example, http://domainname/Centralconfig/CentralConfig.svc .
If using OpsConsole, follow the resolution below:
3.Check the landscape configuration from the DB or through ops console. If it is similar as shown the image below, that is if it has - /ConfigServiceAPI.asmx at the end, update those specific landscapes to have /Centralconfig/CentralConfig.svc route instead.
After update, the landscape configuration should be as shown the below image:
4.Restart IIS and login into both AppServer and LicenseManager.
The CentralConfig.svc file should only be present only on the landscapes where the upgrade is executed from.

Cannot find APIKey in Header.
Resolution
The central-config-api-key should be the same in all appdomains appsettings.json file and in Frs_data_api_key table in the ConfigDB.
Update the central-config-api-key in the respective appdomains appsettings.json file.

Issue with ActionServices.
Resolution
Refer to ActionServices Troubleshooting topic.

Survey not opening - getting a 404 error when trying to open survey from incident or email.
Resolution
Open the Survey Information workspace from Config tenant.
Update URL in the Host Name field by removing “/Public” and “.aspx” as shown in the image below:
From {http/https}://{hostname}/HEATSurvey/Public/TakeSurvey.aspx?action=take_survey to {http/https}://{hostname}/HEATSurvey/TakeSurvey?action=take_survey
If the survey url opens from the machine where the application is hosted but not from other machines, make sure the {hostname} parameter has the fully qualified domain name instead of the machine name.