29 报表报不支持关键字: “applicationintent”
Microsoft.ReportingServices.Diagnostics.Utilities.RSException: 处理报表时出错。 ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: 处理报表时出错。 ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: 对数据集“DataQuery”执行查询失败。 ---> System.Exception: 不支持关键字: “applicationintent”。 when Compiling OQL: select isnull ( case when ItemID0.ItemFormAttribute in ( 16 , 22 ) then WhQoh.ItemInfo.ItemName else ItemID0.Name end , '' ) as ItemSeg_Name, WhQoh.ItemInfo.ItemCode as Item_ItemCode, StoreUOM0.Name as UomName, sum ( WhQoh.ToRetStQty ) as PUToRetQty, StoreUOM0.Round.Precision as Round1_Precision, convert ( decimal ( 24 , 9 ) , 0 ) as InOnWayQty, convert ( decimal ( 24 , 9 ) , 0 ) as OutOnWayQty, sum ( case when WhQoh.IsProdCancel = 1 or WhQoh.MO.EntityID != 0 or WhQoh.ProductDate is not null or WhQoh.WP.EntityID != 0 then WhQoh.StoreQty else convert ( decimal ( 24 , 9 ) , 0 ) end ) as NotUseQty, sum ( WhQoh.StoreQty - WhQoh.ResvStQty - WhQoh.ResvOccupyStQty - ( case when WhQoh.IsProdCancel = 1 or WhQoh.MO.EntityID != 0 or WhQoh.ProductDate is not null or WhQoh.WP.EntityID != 0 then WhQoh.StoreQty else convert ( decimal ( 24 , 9 ) , 0 ) end ) ) as CanUseQty, sum ( WhQoh.ResvStQty + WhQoh.ResvOccupyStQty ) as ReservQty, sum ( WhQoh.StoreQty + WhQoh.ToRetStQty ) as BalQty, sum ( WhQoh.StoreMainQty + WhQoh.ToRetStMainQty ) as BalQty_Main
from UFIDA::U9::InvTrans::WhQoh::WhQoh as WhQoh left join WhQoh.ItemInfo.ItemID as ItemID0 left join WhQoh.StoreUOM as StoreUOM0 left join WhQoh.LogisticOrg as LogisticOrg0
where ( ( ItemID0.Name is not null and ItemID0.Name != '' ) ) and ( ( LogisticOrg0.Code = N '101' ) )
group by isnull ( case when ItemID0.ItemFormAttribute in ( 16 , 22 ) then WhQoh.ItemInfo.ItemName else ItemID0.Name end , '' ), WhQoh.ItemInfo.ItemCode, StoreUOM0.Name, StoreUOM0.Round.Precision
在 UFSoft.UBF.View.Query.QueryCompiler.Compile(String className, String oql, GlobalizationContext option, QueryContext ctx)
在 UFSoft.UBF.View.Query.QueryContext.Translate(String oql, GlobalizationContext option) 在 UFSoft.UBF.View.Query.QueryContext.DefineQuery(String name, String oql, GlobalizationContext option)
在 UFSoft.UBF.View.Query.QueryContext.DefineQuery(String oql, GlobalizationContext option)
在 UFSoft.UBF.Business.EntityViewQuery.CreateQuery(String oql, GlobalizationContext globalContext) 在 UFIDA.UBF.Report.App.Data.Util.TempTableUtil.CreateTempTableByOql(String tempTable, String strOql, EntityViewQuery q)
在 UFIDA.U9.INV.Report.DataCommand.INVStoreAmountCmd.ProcessData()
在 UFIDA.U9.INV.Report.DataCommand.INVStoreAmountCmd.GetOqlString() 在 UFIDA.UBF.Report.App.Data.AbsReportDataCommand.ExecuteDataReader() 在 UFSoft.UBF.Report.Interface.BaseReportDataCommand.InternalExecuteDataReader(String& errorMessage)
library!WindowsService_0!1460!01/04/2013-16:41:16:: i INFO: Call to CleanBatch()
library!WindowsService_0!1460!01/04/2013-16:41:16:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!1460!01/04/2013-16:41:16:: i INFO: Call to CleanBatch() ends
打杨砚给的2012补丁
检查环境配置问题,确认连接的报表服务正确,并有效 时
30 系统日期格式设置导致UBF登陆失败
有关调用实时(JIT)调试而不是此对话框的详细信息, 请参见此消息的结尾。
************** 异常文本 **************
System.Data.SqlClient.SqlException: 从字符串转换日期和/或时间时,转换失败。
在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
在 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
在 System.Data.SqlClient.SqlDataReader.HasMoreRows()
在 System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout)
在 System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)
在 System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue)
在 System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords)
在 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
在 System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) 在 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
在 UFSoft.UBF.Report.Designer.RuntimeSolution.RuntimeReportLoginForm.enterpriseComboBox1_SelectedIndexChanged(Object sender, EventArgs e) 位
置 E:\\WorkingFolder\\view25\\kxl_U9.UBF.V2.5_Dev\\U9.VOB.UBF.V2.5\\ADF\\Analysis\\Report\\ReportDesigner\\UFSoft.UBF.Report.Designer.RuntimeSolution\\RuntimeReportLoginForm.cs:行号 755
在 System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
在 System.Windows.Forms.ComboBox.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
31 UBF添加子报表报错
安泰难熔项目用UBF集成开发环境制作自定义报表,在表体中增加行时(上方增行,下方增
行)出现\无法处理的异常\,见附件提单号:9201212110216 ,抽空帮分析下可能原因,谢谢!
原因 :有子报表时会有错,先去掉子报表,然后再操作,最后加子报表
32 网卡设置导致报无法连接到远程主机错误
processing!ReportServer_0-2!28a8!11/29/2012-15:51:23:: w WARN: Data source 'DataSource': Report processing has been aborted.
processing!ReportServer_0-2!28a8!11/29/2012-15:51:23:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: 处理报表时出错。, ;
Info: Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: 处理报表时出错。 ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: 对数据集“DataQuery”执行查询失败。 ---> System.Exception: 在向服务器发送请求时发生传输级错误。 (provider: TCP 提供程序, error: 0 - 远程主机强迫关闭了一个现有的连接。) when Compiling OQL: select ID,Code,Name from UFIDA::U9::Base::Organization::Organization where Code='21'
在 UFSoft.UBF.View.Query.QueryCompiler.Compile(String className, String oql, GlobalizationContext option, QueryContext ctx)
在 UFSoft.UBF.View.Query.QueryContext.Translate(String oql, GlobalizationContext option) 在 UFSoft.UBF.View.Query.QueryContext.DefineQuery(String name, String oql, GlobalizationContext option)
在 UFSoft.UBF.View.Query.QueryContext.DefineQuery(String oql, GlobalizationContext option)
在 UFSoft.UBF.Business.EntityViewQuery.CreateQuery(String oql, GlobalizationContext globalContext)
在 UFIDA.UBF.Report.App.Data.Util.TempTableUtil.ExecuteDataReader(String oql, EntityViewQuery viewQuery)
在 UFIDA.U9.CBO.Report.AppPub.PubProccess.GetEntity(String oql, EntityViewQuery viewQuery)
在 UFIDA.U9.CBO.Report.AppPub.PubProccess.GetOrg(ReportEntity Org, EntityViewQuery viewQuery)
在 UFIDA.U9.CBO.Report.AppPub.PubProccess.GetOrg(String OrgCode, EntityViewQuery viewQuery)
在 UFIDA.U9.INV.Report.DataCommand.INVDetailQtyCmd.BeforeProcessData() 在 UFIDA.U9.INV.Report.DataCommand.INVDetailQtyCmd.ProcessData() 在 UFIDA.U9.INV.Report.DataCommand.INVDetailQtyCmd.GetOqlString()
在 UFIDA.UBF.Report.App.Data.AbsReportDataCommand.ExecuteDataReader() 在
UFSoft.UBF.Report.Interface.BaseReportDataCommand.InternalExecuteDataReader(String& error
在洪亮的建议下,在app服务器,安装waresharp工具并在问题出现时,抓取了app到db2报表服务器的通讯包,一片黑色,说明包有问题.洪亮帮忙分析了下,发现通讯时,有一处Header校验错误:
百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说综合文库报表环境问题整理(7)在线全文阅读。
相关推荐: