Security Center Error message on page load

BKlus
Tera Contributor

Hi all,

 

we are new to the Security Center and we were asking ourselves what this message could possibly mean.

 

BKlus_0-1747234108370.png

It reads: Please provide input for either acepage or link fields

 

Can someone please explain what this message means and what causes this message?

 

Thank you in advance

 

Regards

Bernd

 

4 REPLIES 4

ajk
Tera Expert

Same here... Only just activated Security Center and starting to see this error, but not just on Security Center homepage, its heading up on other random pagres too...

deedeans
Tera Contributor

I found how the error message is generating. It's a Script Includes called 'ACEAppBuilderUtil' on line 949 but I can't make heads or tails as to what it's trying to achieve...

Rebecca L
Tera Expert

Experiencing the same after updating Security Center plugin to v 2.1.2, including other pages affected.  Update details shows updates to a sn_ace_app_config file and a sys_ui_section file were skipped during the upgrade, not sure whether these are related to the cause.  

MichaelP1
Tera Contributor

Having this issue too in Xanadu Patch 9a, and Zurich Patch 1.

 

It appears related to sn_ace_app_config ...

(Perhaps someone got distracted while migrating content from ISC to SC and didn't quite finish the job? )

 

For me the error message initially showed on Security Center landing page but subsequent visits to the page don't seem to show the message.

 

I've had it consistently appear on the following pages;

/now/security-center-monitoring/security_policies

/now/security-center-configuration/hardening_score_comparison

/now/security-center-hub/security-tasks

 

ACEPAGE is showing in both ACEAppBuilderUtil (a36948529d373410f8776ab43f397e99, updated 10/07/2023 02:49:18) and ACEAppBuilderUtilv2 (290c6147c306211094d388c7c840dd4e, updated 06/08/2024 20:31:06).

 

From ACEAppBuilderUtil:

Line949: is part of a code block that contains the following commentary

        //massage modules blocks to support UI
        //TODO: Make UI in sync with content_blocks contract

(Please note there is also a typo in line 942 'tkaen' should be 'taken'. 😉

 

From ACEAppBuilderUtilv2:

Line63: /* Remove all content blocks that are existing with in the documentId (acepage) and not in the input block ids */
Lines 2848-2863: Seems to be trying call functions in order to convert Experiences to content blocks...?