摘要:
两个作用,demotionassembleDefault Pipeline里的XmlTransmit在assemble stage里有一个XML assembler这个用来做demotion用的,相反的,assembler中做demotion所以在这种情况下,需要用XmlTransmit Send Pipeline, 或者使用自定义的send pipeline, drop an xml assembler component, 然后设置DocumentSpecNames和EnvelopeDocSpecNames, 和disassembler拆解信封相反,assemble用来组装信封 阅读全文
摘要:
目前有两个网卡, 希望虚拟机能通过网络共享上网 1. Microsoft Loopback Adapter: 10.240.0 网段, 給虚拟机用的 2. SDC Local Area Connection : 192.168.5 网段, 局域网用 1. 将局域网的网卡设为共享(Microsoft Loopback Adapter), 可能会提示会修改虚拟机网卡IP地址,不用管... 阅读全文
摘要:
I had to do this the other day and here are the short and curlies of doing it.If you have SQL 2008 installed the RSWebParts.cab file can be found @ C:\Program Files\Microsoft SQL Server\100\Tools\Reporting Services\SharePointThe stsadm.exe can be found here on a 2010 SharePoint install C:\Program Fi 阅读全文
摘要:
2008里右键AX Report Deploy工具, 选择Run as Administrator, 如果从VS部署的话,选择run as administrator 启动 visual studio 阅读全文
摘要:
NON Empty: Remove empty rows or columns from a query To remove empty rows or columns from a query, you can use the NON EMPTY statement before the axis set definition NONEMPTY():Remove empty tuples f... 阅读全文
摘要:
Issue: BC Proxy account fails to start for the SSRS reports in Enterprise Portal with RPC exception 5 When Enterprise Portal starts for the first time and displays SSRS reports, normally two Business ... 阅读全文
摘要:
When I am interviewing .NET developers I often ask this question: what is the difference between a Web Service and a WCF service. Many people don't know the exact difference between them, that's why I... 阅读全文
摘要:
Recently one of my friend ask me when I should go for GUID and When I should go for Int as primary key in table. So decided to write a blog post for it. Here are advantages and disadvantage of the GUI... 阅读全文
摘要:
VLookup HLookup SumProduct Choose 阅读全文
摘要:
DOTNET Quiz 2011 - play with XMLFollowing is the sample XML file named AllBooks.xml for various Computer books published by different publishers alongwith some book details. http://www.wmd-editor.com/?xml version="1.0" encoding="utf-8" ?AllBooks Publishers Publisher PublisherName="MS Press" 阅读全文