Hello Stephen,
As per your Guidance I have configured ADO for Oracle Database and Connection String is as follows
DataProviderString={AssemblyName={System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}; ConnectionType=Oracle.DataAccess.Client.OracleConnection; AdapterType=Oracle.DataAccess.Client.OracleDataAdapter}; DbConnectionString={Data Source=Data Source=openHistorian; User Id=openHistorian; Password=openHistorian; Integrated Security=SSPI}; InputMeasurementKeys={7861ade4-3c50-4e18-90e5-30990edd2677;0b36ca0b-6c9c-4919-993c-316d4044ec73;115711f0-7407-4fa6-9b88-dd5ab341e6e4;5ea8ff51-a35b-4308-b414-7e4524d98254;269ab701-7e3e-455b-ab1f-4e94a6274368;4ee453be-a3b6-4eb0-9a98-cce97f6ffab3;a4ffeeee-ec5a-424a-8560-2da853a68610;e46badb3-47ae-41d8-bb96-b56296510a9c;8cd6dadf-cbc7-4925-93d4-02baa3c9eb29;137226c6-583f-4981-9684-1758c349b602;53d3187d-951d-4892-a8ef-c14cca8bc198;d41ffb06-c2b3-49bd-aec2-f2918e469ce7;8b77ccee-b349-4658-bcc1-1cd7f51305c6;b58ed719-f0e0-404a-8d05-faf13993b8b7;af1f1e71-3746-4b08-b267-062bb1b8ae70;43d20af3-34a9-4011-8b64-8d4c37e2e4c0;2e39d86f-9fac-4fb7-9bb0-1604d6c5c347;a95abd93-d23e-4a2d-b0db-ad5e3be9571f}; TableName=TIMESERIESMEASUREMENT; IDFieldName=SIGNALID; TimestampFieldName=TIMESTAMP; ValueFieldName=VALUE; SourceIDs=PPA; BulkInsertLimit=500
But when i initialize it gives me Error shown in Errors as follows
1.
#################################################################################
Application Domain: openHistorian.exe
Assembly Codebase: C:/Program Files/openHistorian/openHistorian.exe
Assembly Full Name: openHistorian, Version=2.6.30.0, Culture=neutral, PublicKeyToken=null
Assembly Version: 2.6.30.0
Assembly Build Date: 7/25/2019 12:17:36 AM
.Net Runtime Version: 4.0.30319.42000
Exception Source: AdoAdapters
Exception Type: System.NullReferenceException
Exception Message: Object reference not set to an instance of an object.
Exception Target Site: AttemptDisconnection
---- Stack Trace ----
AdoAdapters.AdoOutputAdapter.AttemptDisconnection()
openHistorian.exe: N 00024
GSF.TimeSeries.Adapters.OutputAdapterBase.Stop()
openHistorian.exe: N 00108
(Outer Exception)
Machine OS: Microsoft Windows NT 6.1.7601 Service Pack 1
Current User ID: NT SERVICE\openHistorian
Application Domain: openHistorian.exe
Assembly Codebase: C:/Program Files/openHistorian/openHistorian.exe
Assembly Full Name: openHistorian, Version=2.6.30.0, Culture=neutral, PublicKeyToken=null
Assembly Version: 2.6.30.0
Assembly Build Date: 7/25/2019 12:17:36 AM
.Net Runtime Version: 4.0.30319.42000
Exception Source:
Exception Type: System.InvalidOperationException
Exception Message: Exception occurred during disconnect: Object reference not set to an instance of an object.
---- Stack Trace ----
#################################################################################
2.
#################################################################################
(Inner Exception)
Machine OS: Microsoft Windows NT 6.1.7601 Service Pack 1
Current User ID: NT SERVICE\openHistorian
Application Domain: openHistorian.exe
Assembly Codebase: C:/Program Files/openHistorian/openHistorian.exe
Assembly Full Name: openHistorian, Version=2.6.30.0, Culture=neutral, PublicKeyToken=null
Assembly Version: 2.6.30.0
Assembly Build Date: 7/25/2019 12:17:36 AM
.Net Runtime Version: 4.0.30319.42000
Exception Source: mscorlib
Exception Type: System.ArgumentNullException
Exception Message: Value cannot be null.
Parameter name: type
Exception Target Site: CreateInstance
---- Stack Trace ----
System.Activator.CreateInstance(type As Type, nonPublic As Boolean)
openHistorian.exe: N 14196364
System.Activator.CreateInstance(type As Type)
openHistorian.exe: N 00012
AdoAdapters.AdoOutputAdapter.Initialize()
openHistorian.exe: N 01504
GSF.TimeSeries.Adapters.AdapterCollectionBase`1.Initialize(item As T)
openHistorian.exe: N 00343
(Outer Exception)
Machine OS: Microsoft Windows NT 6.1.7601 Service Pack 1
Current User ID: NT SERVICE\openHistorian
Application Domain: openHistorian.exe
Assembly Codebase: C:/Program Files/openHistorian/openHistorian.exe
Assembly Full Name: openHistorian, Version=2.6.30.0, Culture=neutral, PublicKeyToken=null
Assembly Version: 2.6.30.0
Assembly Build Date: 7/25/2019 12:17:36 AM
.Net Runtime Version: 4.0.30319.42000
Exception Source:
Exception Type: System.InvalidOperationException
Exception Message: Failed to initialize adapter ADO: Value cannot be null.
Parameter name: type
---- Stack Trace ----
#################################################################################
Kindly do the needful
Thanks in Advance
Ankit