No Return Code Templates Available
  • 28 Nov 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

No Return Code Templates Available

  • Dark
    Light
  • PDF

Article Summary

This situation occurs using Ivanti Endpoint Manager 2017.3 Service Update 3, 2018.1 and 2018.2, when no return code templates, either owned by that user or as ‘Public User templates’, are available for the user which is used for authentication against the Endpoint Manager API used by Setup Commander.

This has been fixed in Ivanti Endpoint Manager 2018.3 and up (bug 360200). A quick fix is to update the dbo.ReturnCodeTemplate table in the database:

1). start Microsoft SQL Server Management Studio
2). connect to the Database Engine
3). open ‘Databases’
4). open your ‘EPM’ database (expand)
5). open ‘Tables’
6). click the ‘dbo.ReturnCodeTemplate’ table, right click and choose ‘Edit Top 200 Rows’
7). For the ‘Default MSI Template’ and ‘Default non MSI template’ templates the value for ‘ConsoleUser_Idn’ should be changed to ‘1’. ‘1’ is the ‘Public User’ in the dbo.ConsoleUser table.
8). close the ‘dbo.ReturnCodeTemplate’ table; click on the ‘dbo.ReturnCodeTemplate’ tab, right click and choose ‘Close’

ReturnCodeTemplate

ReturnCodeTemplate2


Was this article helpful?