We are trying to update iMIS from version 10.6.30.17 to 15.1.2.4260 version.
Building And Publishing Business Objects ...
Error building and publishing business objects...
Please check the logs to determine which objects failed to publish.
Continuing...
Step 65 Done.
----------------------
I looked into builtpublishBOs.log and this is what is in there:
BuildPublishBOs: starting. BOD Version 2 selected
Exception: Error loading: User
at Asi.Business.BusinessController.get_BusinessRule()
at Asi.Business.BusinessFilter.GetFilterInfo(BusinessController controller, BusinessFilter[] filters, String& whereText, DataParameter[]& parameters, String& dbWhereText)
at Asi.Business.BusinessController.SelectWithFilter(BusinessFilter[] filters, Boolean loadFromDatabase, String sort, Boolean forceReload, Boolean publishedOnly, Boolean ignoreLicensing, Boolean isVersioned)
at Asi.Business.BusinessController.SelectWithFilter(BusinessFilter[] filters, Boolean loadFromDatabase, String sort, Boolean forceReload, Boolean publishedOnly, Boolean ignoreLicensing)
at Asi.Business.Common.UserController.User(String userName, BusinessContainer container, Boolean forceReload)
at Asi.Security.SecurityContext.AuthenticateByUserId(String userId, RolePrincipal rolePrincipal)
at Asi.Security.SecurityContext.LogonByUserId(String userId)
at BuildPublishBOs.BuildPublishBOs.InitializeAndLogIn()
at BuildPublishBOs.BuildPublishBOs.Main(String[] args)
--------------------------------------------------------------------------------
Input array is longer than the number of columns in this table.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Input array is longer than the number of columns in this table.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Input array is longer than the number of columns in this table.]
System.Data.DataTable.NewRecordFromArray(Object[] value) +4822363
System.Data.DataTable.LoadRow(Object[] values, LoadOption loadOption, Index searchIndex) +618
System.Data.DataTable.LoadDataRow(Object[] values, LoadOption loadOption) +309
Asi.Business.BusinessController.ImportRows(String cmdText, DataParameter[] parameters, Boolean forceReload) +1255
Asi.Business.BusinessController.get_Item(Object[] primaryKeys, Boolean forceReload, Boolean publishedOnly, Boolean allowRecycled) +2753
Asi.Business.BusinessController.get_Item(Object[] primaryKeys, Boolean forceReload, Boolean publishedOnly) +57
Asi.Business.Common.DocumentHierarchyController.get_Item(Guid hierarchyKey, Boolean forceReload, Boolean publishedOnly) +172
Asi.Business.Common.DocumentHierarchyController.DocumentHierarchy(Guid hierarchyKey, BusinessContainer container, Boolean forceReload, Boolean publishedOnly) +119
Asi.Web.UI.Common.BSA.ObjectBrowser.set_DocumentHierarchyKey(Guid value) +60
Asi.Web.UI.Common.BSA.ObjectBrowser.set_RootHierarchyKey(Guid value) +337
Asi.Web.UI.Common.BSA.ObjectBrowser.InitTreeView() +1081
Asi.Web.UI.Common.BSA.ObjectBrowser.DataBind() +46
System.Web.UI.Control.DataBindChildren() +211
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
System.Web.UI.Control.DataBind() +15
System.Web.UI.Control.DataBindChildren() +211
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
System.Web.UI.Control.DataBind() +15
System.Web.UI.Control.DataBindChildren() +211
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
System.Web.UI.Control.DataBind() +15
System.Web.UI.Control.DataBindChildren() +211
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
System.Web.UI.Control.DataBind() +15
System.Web.UI.Control.DataBindChildren() +211
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
System.Web.UI.Control.DataBind() +15
System.Web.UI.Control.DataBindChildren() +211
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
System.Web.UI.Control.DataBind() +15
iMIS_ContentManagement_PerspectiveList.OnLoad(EventArgs e) +494
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
Did you manage to resolve
Did you manage to resolve this issue as I'm getting the same problem with my upgrade?