Hi i'm trying to push the upgrade of forticlient on endpoints using forticlient ems and nothing happens on the endpoint
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
I have the same problem since I upgraded my installation to 7.2.
With EMS 7.0.x I was able to give some deployment credentials which were used for the deployment.
Now this option is gone and I really don't understand how the deployment should work without giving some administrative credentials.
So I'm also a bit lost here.
Additionally, when I'm looking into the deployment logfile I get this errors for every host which should be deployed.
Code: 0x80040E2F
Code meaning: IDispatch error #3119
Source: Microsoft OLE DB Driver for SQL Server
Description: Cannot insert the value NULL into column 'os_type', table 'FCM_Default.dbo.endpoint_deployment_schedule_states'; column does not allow nulls. INSERT fails.
460
[05-26 11:28:34][ ERROR]: Failed to add host=******* (device_id=171), policy_id=1, assignable_installer_id=7 into endpoint_deployment_schedule_states
[05-26 11:29:34][ ERROR]:
SET NOCOUNT ON
DECLARE @IdentityOutput TABLE(
[id] int
);
INSERT INTO dbo.endpoint_deployment_schedule_states (
endpoint_deployment_policy_id,
devices_id,
scheduled_upgrade_time,
upgrade_path,
sha256,
size_bytes,
deployment_method_id,
deployment_state
)
OUTPUT
INSERTED.id
INTO @IdentityOutput
VALUES (?, ?, ?, ?, ?, ?, ?, ?);
SELECT id FROM @IdentityOutput;
Code: 0x80040E2F
Code meaning: IDispatch error #3119
Source: Microsoft OLE DB Driver for SQL Server
Description: Cannot insert the value NULL into column 'os_type', table 'FCM_Default.dbo.endpoint_deployment_schedule_states'; column does not allow nulls. INSERT fails.
460
[05-26 11:29:34][ ERROR]: Failed to add host=******* (device_id=171), policy_id=1, assignable_installer_id=7 into endpoint_deployment_schedule_states
So I think thats an issue with 7.2.0 (so it is as everytime,... never install .0 releases)
I have the same problem
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1732 | |
1106 | |
752 | |
447 | |
240 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.