Hello,
we used Network Client for a long time, no web components. With 8.3 the web server was installed as well; basically it is up and running.
But every time when installing a "VFS Actions" Bundle in AppArchitect I get an error when it comes to installing "plugins" and "picklists" (other actions did work):
System.InvalidCastException: Specified cast is not valid.
at System.Data.OleDb.ColumnBinding.ValueInt32()
at System.Data.OleDb.OleDbDataReader.GetInt32(Int32 ordinal)
at Sage.SalesLogix.Orm.IdGenerator.SlxDbSystemInfo..ctor(IDbConnection connection)
at Sage.SalesLogix.Orm.IdGenerator.SlxDbSystemInfo.GetSystemInfo(IDbConnection connection)
...
For me this seems to be an error in .net when converting the XML data to an actual data type before inserting into the DB.
Does anyone have an idea how to solve this? Maybe there is some configuration missing? Any idea?
Thank you!
Martin