FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
tanishasharma
Article Id 193897
Description
This article describes how to resolve the below error while enabling the FortiGuard log:
Haven't set FortiCloud account id
node_check_object fail! for status enable
This error is seen when there is no FortiGuard account ID is configured in FortiGate.

Solution
While enabling the FortiGuard logs, the below error appears when FortiGuard service account is not configured.
# config log fortiguard setting
  set status enable

Haven't set FortiCloud account id
node_check_object fail! for status enable  
It is necessary to make sure that FortiCloud service account is already added on the FortiGate.

If not configured, follow the below commands and add the service account ID in FortiGuard settings:
# config system fortiguard
    set service-account <ID>      <----- Enter your service account ID. The limit is 50 characters.
end    
Ensure that the complete command has been manually set in the FortiGuard setting.
Once the FortiGuard account ID is added, enable the FortiGuard logs using the below commands:
# config log fortiguard setting
    set status enable
end

Contributors