Cisco Cisco Intelligent Automation for Cloud 4.1 Release Notes

Page of 18
11
Cisco Intelligent Automation for Cloud Release Notes
OL-29969-03
      
  Known Issues
Step 2
On the Environment Properties form, in the Activity Instance in Process Instance box, increase the Error 
level from the default 10000 to 40000.
Order VM from Template Service: SQL Error When Referencing Missing Object
The Problem
We have found different sources of the error: 
When the user is RCUser, but the schema RCUser does not get created. What happens on MS 
SQL Server 2012.
 
In this case, the user needs to create a new MSSQL DB schema  RCUser (RequestCenter > Security 
> Schemas), and rerun the script (
Upgrade-12.0.0-IAC-FUNCTIONS-SQL.sql
).
When user changes the login, that IAC requires RCUser, or you need to manually create the 
schema.
RCUser (RequestCenter-> Security -> Schemas)
Rerun the script (Upgrade-12.0.0-IAC-FUNCTIONS-SQL.sql).
When attempting to order a VM from a Template.
We are getting an SQL error where the SQL query is referencing a Stored Aggregate Function 
RCUser.RC_APPEND
 but in our environment. This is 
dbo.RC_APPEND
Workaround
Deployed patch v1q, which has included these functions, however as there is no RCUser schema, the 
objects are created in the default schema, dbo.
Created a new MSSQL DB schema, RCUser (RequestCenter > Security > Schemas), and reran the script 
(
Upgrade-12.0.0-IAC-FUNCTIONS-SQL.sql
).
System Limitation
A Tenant Technical Administrator (TTA) must be added manually to the Organization from the 
Organization Designer module in order to view the requisition in the Approval Queue.
System Health History
Problem
The System Health History Grooming process can generate the following error due to large volume of 
data that it could manipulate: “violation of the maximum iteration count within activity For Each 
Expired System Health Entry. The maximum allowed number of loop iterations is 5000.” CPO has a 
limitation of 5000 iteration in a loop. 
Recommendation
The CPO limitation is configurable but it is best to be kept as it has been configured out of the box for 
performance reasons. To avoid the problem a Global Variable called “Max System Health Entries 
Removed in one Grooming” has been created to allow flexibility to customers to change it according to 
their needs. Note that the default value is 1000 and should not be set higher than 5000.