在跑MRP的时候报错如下:
source:Oracle Data Provider for .NET
message:ORA-01654: unable to extend index LNZHONGYI.PK_MRP_RESERVELINK by 128 in tablespace DATA_ZHONGYI_MANAGER
stacktrace: 在 Kingdee.BOS.App.Data.Oracle.OracleDatabase.CopyDataToDestination(DbCommand cmd, OracleConnection cn, DataTable table, Int32 batchSize)
在 Kingdee.BOS.App.Data.Oracle.OracleDatabase.BulkInserts(DbCommand cmd, DataTable dt)
在 Kingdee.BOS.App.Data.DBUtils.BulkInserts(Context ctx, String InsertstrSql, String CreateSql, DataTable dt)
在 Kingdee.BOS.App.Data.DBUtils.BulkInserts(Context ctx, DataTable dt)
在 Kingdee.K3.MFG.PLN.App.MrpModel.LogicUnitImpl.Mrp.TakeSnapshotMrpLogicUnit.InsertToDataBase()
在 Kingdee.K3.MFG.PLN.App.MrpModel.LogicUnitImpl.Mrp.TakeSnapshotMrpLogicUnit.OnExecuteLogicUnit()
在 Kingdee.K3.MFG.PLN.App.MrpModel.AbstractMrpLogicUnit.Execute()
在 Kingdee.K3.MFG.PLN.App.Core.MrpComputeService.RunMrp(Context ctx, DynamicObject mrpDataObject, OperateOption option)
推荐阅读