本文介绍了BAM聚合问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 您好,我为一个简单的文件传输应用程序创建了一个简单的BAM视图和活动(涉及No Orchestrations)。部署了BAM活动和视图 并且还映射到TPE并部署它,一切正常。i created a simple BAM View and Activity for a simple file transfer application(No Orchestrations involved).Deployed the BAM Activities and views  and also mapped to TPE and deployed it ,everything is working fine.在视图中我声明了BAM聚合以获取接收位置接收的文件数。我能够获得记录计数。但此记录计数已重置 每周到0。下周它只显示那周丢弃的文件。我可以用的方式 查看bam聚合中的整个文件计数。?In the View i have declared a BAM Aggregation to get the count of files received by the receive location.I was able to get the record count also.But this record count is reset  to 0 every week.Next week it shows only the files dropped that week.Is there a way i can  view entire file count in the bam aggregations.?推荐答案 [BAMPrimaryImport] 。 [dbo] 。 [bam_ YourViewName _View YourActivityName _CompletedView]。 [BAMPrimaryImport].[dbo].[bam_YourViewName_ViewYourActivityName_CompletedView].   谢谢 这篇关于BAM聚合问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-23 01:21