portal.application.increment.start "Portal sync Application" (typo in assertion) syncFailMsg
search cancel

portal.application.increment.start "Portal sync Application" (typo in assertion) syncFailMsg

book

Article ID: 207143

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

we would like to know more about portal.application.increment.start cluster variable. We see this variable is being updated every minute.

  • What triggers this cluster variable to be updated?
  • What message is given if the variable fails to update? We are looking to create an alert for failures if it does occur
  • Is there a way to configure the frequency of this update? Ex: from 1min frequency to 10min frequency

    Also observed all times
  •  WARNING 199 com.l7tech.server.task.ScheduledPolicyRunner: 2520: Error in Portal Sync Gateway Published API scheduled task policy execution: Assertion Falsified

Environment

Release : 10.0

Component : API GATEWAY

Resolution

Edit manually the Line #14 on the assertion

change the variable name from synFailMsg to syncFailMsg.

Customer used alternative . Below is the log when manually updating the url in "Route via HTTPS" to have a bad url.


2021-01-21T11:31:00.068-0600 INFO 218 com.l7tech.server.policy.assertion.ServerAuditDetailAssertion: -4: responseCode=404,body=
2021-01-21T11:31:00.073-0600 WARNING 215 com.l7tech.server.task.ScheduledPolicyRunner: 2520: Error in Portal Sync Application scheduled task policy execution: Assertion Falsified
2021-01-21T11:31:00.073-0600 WARNING 215 com.l7tech.server: Executing background policy for scheduled task Portal Sync Application
2021-01-21T11:31:00.244-0600 INFO 221 com.l7tech.server.policy.assertion.ServerAuditDetailAssertion: -4: Tenant Policy Template Sync completed


Log shows "Error in Portal Sync Application scheduled task policy execution: Assertion Falsified".