cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Docker inventory error

Hello all,

Did some one of you installed FNMS 2020 R1 and activate the new feature of Doker inventory.

I did this last week and received and error when importing this new inventory the docker inventory.

2020-07-27 02:02:09,939 [INFO ] Released application lock Reader_1d52f183-ffcc-4d4e-9ffa-b539f3ce6dde_Container_ALL
2020-07-27 02:02:09,939 [ERROR] System.InvalidOperationException: The given value of type String from the data source cannot be converted to type nvarchar of the specified target column. ---> System.InvalidOperationException: String or binary data would be truncated.
at System.Data.SqlClient.SqlBulkCopy.ConvertValue(Object value, _SqlMetaData metadata, Boolean isNull, Boolean& isSqlType, Boolean& coercedToDataFeed)
--- End of inner exception stack trace ---
at System.Data.SqlClient.SqlBulkCopy.ConvertValue(Object value, _SqlMetaData metadata, Boolean isNull, Boolean& isSqlType, Boolean& coercedToDataFeed)
at System.Data.SqlClient.SqlBulkCopy.ReadWriteColumnValueAsync(Int32 col)
at System.Data.SqlClient.SqlBulkCopy.CopyColumnsAsync(Int32 col, TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyRowsAsync(Int32 rowsSoFar, Int32 totalRows, CancellationToken cts, TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsyncContinued(BulkCopySimpleResultSet internalResults, String updateBulkCommandText, CancellationToken cts, TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsync(BulkCopySimpleResultSet internalResults, String updateBulkCommandText, CancellationToken cts, TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestContinuedAsync(BulkCopySimpleResultSet internalResults, CancellationToken cts, TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestAsync(CancellationToken cts, TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalAsync(CancellationToken ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteRowSourceToServerAsync(Int32 columnCount, CancellationToken ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteToServer(IDataReader reader)
at ManageSoft.Compliance.Importer.Logic.DatabaseConnection.LoadData(IDataReader p_DataReader, String p_TableName, Int32 p_BatchSize, Boolean p_ExplicitColumns)
at ManageSoft.Compliance.Importer.Logic.XML.SourceToTarget.ExecuteReader(IExecutionContext context, ISourceConnection sourceConn, IDataReader reader)
at ManageSoft.Compliance.Importer.Logic.XML.SourceToTarget.ProcessStep(IExecutionContext context)
at ManageSoft.Compliance.Importer.Logic.XML.Reader.Execute(IExecutionContext context)
at ManageSoft.Compliance.Importer.Logic.ActionExecuter.ReaderExecuter.ExecuteSingleReader(Reader reader, Int32 procedureOrder, Version sourceDatabaseVersion)
at ManageSoft.Compliance.Importer.Logic.ActionExecuter.ReaderExecuter.Execute()
at ManageSoft.Compliance.Importer.Logic.ComplianceImporter.ProcessExecution(ComplianceReader p_ComplianceReader, Tenant p_Tenant, IExecutionContext p_Context)

(1) Solution
JJacildo
By Level 6 Flexeran
Level 6 Flexeran

Hello, This is known issue. Please refer to Bug# IOJ-2127108 and this KB article for the workaround.

https://community.flexera.com/t5/FlexNet-Manager-Knowledge-Base/ReadContainerImages-reader-import-failure-FNMS-On-Prem-2020-R1/ta-p/154783

Thanks,

Jonathan

View solution in original post

(3) Replies
JJacildo
By Level 6 Flexeran
Level 6 Flexeran

Hello, This is known issue. Please refer to Bug# IOJ-2127108 and this KB article for the workaround.

https://community.flexera.com/t5/FlexNet-Manager-Knowledge-Base/ReadContainerImages-reader-import-failure-FNMS-On-Prem-2020-R1/ta-p/154783

Thanks,

Jonathan

Hi Jonathan,

Thank you for the KB article.

When can we expect an updated version (official patch) for the flawed ContainerImage reader?

Thank you for your quick answer, this was indeed the issue.