Hi there
I import an excel to a staging table. this works well on my sandbox deployed from VS but not on production after uploading extension. Any ideas?
Extension has uploaded successfully
permissions included in app
data is the same and tried adding rows manually first so as not to start from 0.
environment is one difference. can libraries be different or missing in a production of same tenant / region?
Error is ...
A DotNet variable has not been instantiated. Attempting to call Microsoft.Dynamics.Nav.OpenXml.Spreadsheet.WorksheetReader.GetEnumerator in Table Excel Buffer: ReadSheetContinous
AL call stack:
/Excel Buffer/(Table 370).ReadSheetContinous line 16 - Base Application by Microsoft
/Excel Buffer/(Table 370).ReadSheetContinous line 5 - Base Application by Microsoft
/Excel Buffer/(Table 370).ReadSheet line 2 - Base Application by Microsoft
/SIC Interface Process/(CodeUnit 50105).FctProcessFile line 21 - Operations Ext V1.1.5.5
/SIC Interface Process/(CodeUnit 50105).FctImportFile line 3 - Operations Ext
/SIC Import Staging/(Page 50124)./Import SIC File - OnAction/(Trigger) line 6 - Operations Ext
/Excel Buffer/(Table 370).ReadSheetContinous line 16 - Base Application by Microsoft
/Excel Buffer/(Table 370).ReadSheetContinous line 5 - Base Application by Microsoft
/Excel Buffer/(Table 370).ReadSheet line 2 - Base Application by Microsoft
/SIC Interface Process/(CodeUnit 50105).FctProcessFile line 21 - Operations Ext V1.1.5.5
/SIC Interface Process/(CodeUnit 50105).FctImportFile line 3 - Operations Ext
/SIC Import Staging/(Page 50124)./Import SIC File - OnAction/(Trigger) line 6 - Operations Ext
just cant see how it would fail on one environment and work on another.
Categories: