用友U861升级到U871出错解决方法 联系客服

发布时间 : 星期五 文章用友U861升级到U871出错解决方法更新完毕开始阅读c86aed60a98271fe910ef96c

go

[SourceSvcDId] [nvarchar](80) NULL, [BomType] [tinyint] NULL, [RoutingType] [tinyint] NULL, [BusFlowId] [int] NULL, [RunCardFlag] [bit] NULL, [RequisitionFlag] [bit] NULL, [AlloVTid] [int] NULL, [RelsAlloVTid] [int] NULL, [iPrintCount] [int] NULL

alter table ufdata_005_2011.dbo.mom_orderdetailhistory add [OrgQty] [dbo].[Udt_QTY] NULL, [FmFlag] [bit] NULL,

[MinSN] [nvarchar](200) NULL, [MaxSN] [nvarchar](200) NULL,

[SourceSvcCode] [nvarchar](30) NULL, [SourceSvcId] [nvarchar](80) NULL, [SourceSvcDId] [nvarchar](80) NULL, [BomType] [tinyint] NULL, [RoutingType] [tinyint] NULL, [BusFlowId] [int] NULL, [RunCardFlag] [bit] NULL, [RequisitionFlag] [bit] NULL, [AlloVTid] [int] NULL, [RelsAlloVTid] [int] NULL

go

alter table ufdata_005_2011.dbo.mom_moallocate add [OrgQty] [dbo].[Udt_QTY] NULL, [OrgAuxQty] [dbo].[Udt_QTY] NULL, [CostItemCode] [nvarchar](60) NULL,

[CostItemName] [nvarchar](60) NULL, [RequisitionFlag] [bit] NULL,

[RequisitionQty] [dbo].[Udt_QTY] NULL, [RequisitionIssQty] [dbo].[Udt_QTY] NULL,

[CostWIPRel] [bit] NULL, [MoallocateSubId] [uniqueidentifier] NULL 18数据库名: UFDATA_005_2011

E:\\U8SOFT\\Admin\\SQLFILE8900\\Main\\Ufdata\\data\\NL\\Data_UPDA_PB_mix_NL.sql 错误信息:

-2147217900

找不到存储过程 'sp_DataPrecision_CASC' 屏蔽

19数据库名: UFDATA_005_2011

E:\\U8SOFT\\Admin\\SQLFILE8900\\Main\\Ufdata\\data\\DP\\DATA_DP_PB_MIX_NL.sql 错误信息:

-2147217900

找不到存储过程 'sp_DataPrecision_CASC'。屏蔽

20数据库名: UFDATA_005_2011

E:\\U8SOFT\\Admin\\SQLFILE10000\\Main\\Ufdata\\Structure\\data_prv_sa_mix_nl.sql 错误信息: -2147217865

对象名 'SA_SaleOrderAscendMain' 无效。

21数据库名: UFDATA_005_2011

E:\\U8SOFT\\Admin\\SQLFILE10000\\Main\\Ufdata\\Structure\\Data_PRV_QM_mix_NL.sql 错误信息:

-2147217900

列名 'IPRINTCOUNT' 不明确。指定mom_orderdetail.IPRINTCOUNT 22数据库名: UFDATA_005_2011

E:\\U8SOFT\\Admin\\SQLFILE10000\\Main\\Ufdata\\Structure\\DATA_PRP_PB_MIX_NL.sql 错误信息:

-2147217865

对象名 'dbo.sp_TransferPEtoLP_AA' 无效。

CREATE PROCEDURE [dbo].[sp_TransferPEtoLP_AA]( @iRequireTrackStyle int, @sErrMsg nvarchar(500) OUTPUT ) AS begin declare @return_status int

declare @strSQL nvarchar(4000) exec ('Update Inventory Set cSRPolicy = ''LP'' ,bSpecialOrder=1,bTrackSaleBill=1 where cInvCode in (select cInvCode from #T)')

if (@@error<>0) begin set @sErrMsg = N'更新存货档案(供需政策)失败!' return -1

end

exec ('Update Inventory_Sub Set iRequireTrackStyle ='+@iRequireTrackStyle+' where if (@@error<>0) begin set @sErrMsg = N'更新存货档案(需求跟踪方式)失败!'

return -1

cInvSubCode in (select cInvCode from #T)')

end return 0 end

23数据库名: UFDATA_005_2011

E:\\U8SOFT\\Admin\\SQLFILE10000\\Main\\Ufdata\\Structure\\Data_PRP_CA_mix_NL.sql 错误信息:

-2147217900

列名或所提供值的数目与表定义不匹配。

alter table ufdata_005_2011.dbo.ca_batchmxhy_tmp add [iflag] [bit] NOT NULL 24 数据库名: UFDATA_005_2011

E:\\U8SOFT\\Admin\\SQLFILE10000\\Main\\Ufdata\\data\\DP\\DATA_DP_PB_MIX_NL.sql 错误信息:

-2147217900

找不到存储过程 'sp_DataPrecision_CASC'。

Create Procedure [dbo].[sp_DataPrecision_CASC](@iStrsQuanDecDgt int,@iStrsPriDecDgt int,@iBillPrice int,

@iNumDecDgt int,@iExchRateDecDgt int,@iRateDecDgt int ,@cErrorMsg nvarchar(120) OUTPUT ) AS

UPDATE voucheritems_base SET numpoint=@iStrsPriDecDgt

WHERE cardnum=N'CA50' and fieldname in (N'fInvStdCost',N'fLaborStdCost',N'fLaborStdCostB',N'fManuCost',N'fManuFixCost', N'fManuFixCostB',N'fManuVarCost',N'fManuVarCostB',N'fOMCost',N'fOMCostB',N'TotalCost')

if @@ERROR<>0 BEGIN

SET @cErrorMsg=N'升级标准成本浮点位数出现错误' RETURN -1 END

else

RETURN 0 25 数据库名: UFDATA_005_2011

E:\\U8SOFT\\Admin\\SQLFILE10100\\Main\\Ufdata\\Structure\\Data_PRV_EX_mix_NL.sql 错误信息:

-2147217900

列名 'frejectquantity' 无效。

alter table ufdata_005_2011.dbo.ex_ciqbookex add [cnapeitem] [nvarchar](100) NULL, [frejectquantity] [decimal](28, 8) NULL

在v_ex_ciqbookex 加frejectquantity

数据库名: UFDATA_004_2011

E:\\U8SOFT\\Admin\\SQLFILE10100\\Main\\Ufdata\\Structure\\DATA_PRV_PB_MIX_NL.sql 错误信息:

-2147217900

列名 'iBOMExpandUnitType' 不明确。 at Inventory del

861升级报错 into ca_batchmxhy_tmp