Jump to content

SteveInVT

Members
  • Posts

    4
  • Joined

  • Last visited

About SteveInVT

  • Rank
    Newbie
    Newbie

Profile Information

  • Gender
    Male
  • Location
    USA
  1. Trying to sync with Windows Server AD groups on a Windows Server 2012 R2 Operations Master. Server specified by IP Login: domain\username Password is correct Error is as follows- Failed to load data: Active directory browsing failed. Check input server parameters and AD availability.: Trace info: First attempt failed to get rootDSE: The server is not operational. Error code: 0x8007203a. Second attemp with anonymous bind failed to get rootDSE: The server is not operational. Error code: 0x8007203a What is my next step to resolve this? I see a lot of unanswered questions related to this.
  2. Martin, This seems to have cured the problem for now. Still deploying. My results below. Thank you so much for the help. I've included below the queries for MS SQL Server so if you want, you can post this to the forum and both will be in one place Thanks again! Steve ====================================================== (SERVER SERVICE OFF for these two queries!!) mysql --host=localhost --user=root --password era_db --execute 'UPDATE tbl_etl_event_csn SET last_csn = 0 WHERE plan_name = "sp_clientTasks"; DELETE FROM tbl_client_task_aggr;' MS SQL Equivalent is (using Management Studio): UPDATE tbl_etl_event_csn SET last_csn = 0 WHERE plan_name = 'sp_clientTasks' DELETE FROM tbl_client_task_aggr; Returned Results: (1 row(s) affected) (69 row(s) affected) mysql --host=localhost --user=root --password era_db --execute 'UPDATE tbl_etl_event_csn SET last_csn = 0 WHERE plan_name = "sp_clientTasks"; DELETE FROM tbl_client_task_aggr;' MS SQL Equivalent is (using Management Studio): UPDATE tbl_etl_event_csn SET last_csn = 0 WHERE plan_name = 'sp_clientTasks' DELETE FROM tbl_client_task_aggr; Returned Results: (1 row(s) affected) (0 row(s) affected)
  3. There were no incidents with the server or configuration changes made between the initial deployment and now. I have sent you the private message with the files. Thanks! Steve
  4. I initially installed the ESET Server, ERA Console version 6.3 in January. We did an initial push to about 35 of our 230+ machines then. No problems. Push the agent, push the Endpoint Security, Activate, and assign the policy. I went to add a machine in February and it would not show the Tasks or the progress bars for the tasks. Although the Agent will still install, sometimes and sometimes not the software will install. Policy and activation, sometimes. But the tasks that were created are not visible, no progress bars, nothing. I tried deleting the visible tasks but nothing changed. Server is updated with all Windows Updates. This is installed on a Windows Server Enterprise 2008 R2 Platform with the SQL back end that came with ESET. The firewall is not active and there is no ESET File security installed on the machine. Clients are Win 7 and 10 Pro, all 64bit. I have attached the trace files from ESET. The last error was trying to push a new Endpoint Security over the one that is installed but erroring on the firewall which is showing not active.. It is not showing in the installed program list, so I am going to try to use the installer locally to clean it up. ESET trace.zip
×
×
  • Create New...