-
Notifications
You must be signed in to change notification settings - Fork 740
Open
Description
Describe the bug
When running the SearchIndex command, it failed with the following exception:
ERROR: [!] Terminating exception running command 'SearchIndex': System.InvalidOperationException: The 'Search.CollatorDSO' provider is not registered on the local machine.
at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at SearchIndexCommand.<SearchWindowsIndex>d__9.MoveNext()
at SearchIndexCommand.<Execute>d__10.MoveNext()
at Runtime.ExecuteCommand(CommandBase command, String[] commandArgs)
To Reproduce
I don't have access to a system where the error occurred . Occurred when running the SearchIndex
command.
Occurred on a Server 2012 R2 machine after pivoting via WMI event subs
Expected behavior
The module to run and return matching or not print anything or print a message saying the searchindexer isn't available
Observed behavior
An exception was thrown
Metadata
Metadata
Assignees
Labels
No labels