05 2009 档案

摘要:有的时候BizTalk处理单条大数据的时候容易出现OutOfMemory错误,比如说要转换很大的报文等. 对于32 位机来说,可以使用/3GB和/PAE开关来解决内存问题 The /3GB switch also increases the maximum private bytes of the BizTalk process from 800 MB to 1800 MB. /PAE可以让... 阅读全文
posted @ 2009-05-27 05:31 upzone 阅读(566) 评论(0) 推荐(0)
摘要:Job name Description Enabled by default Backup BizTalk Server Consists of three steps. Step 1 performs full database backups of the BizTalk Server databases. Step 2 backs up the BizTalk Server databas... 阅读全文
posted @ 2009-05-27 05:19 upzone 阅读(549) 评论(0) 推荐(0)
摘要:RosettaNet证书/Agreement安装配置 1. Summary: 证书是密码术的一个重要应用,使用得当,可以有效解决下列问题 1. 机密性 2. 身份验证 3. 完整性 4. 不可否认性 对于KWE-TI/KWE-Intel PIP应用中,证书主要用于以下几个用途 1. SSL Secure Sockets Layer (SSL) 是一組提供验证、机密性和资料完整性的... 阅读全文
posted @ 2009-05-12 12:02 upzone 阅读(813) 评论(2) 推荐(0)
摘要:BAM Portal - Safety settings on this machine prohibit accessing a data source on another domain Error BAM Portal is an ASP.NET application that hosted under the IIS in the windows Operation System. Pe... 阅读全文
posted @ 2009-05-08 10:17 upzone 阅读(501) 评论(0) 推荐(0)
摘要:Tips: number(node) != ‘NaN’ Sample: <xsl:variable name=”inDisc”>     <xsl:value-of select="./DiscountPercent"/> </xsl:variable> <xsl:variable name=&quo... 阅读全文
posted @ 2009-05-04 16:16 upzone 阅读(178) 评论(0) 推荐(0)