12 2008 档案

摘要:1. 安装oracle 的transparent gateway 透明网关。 安装Oracle选择自定义安装,然后再选择安装透明网关,再进去选择安装FOR SQL Server的组件。 注意,对于Oracle 9i 只支持MS-SQL Server 2000,不支持2005 安装完后,注意在oracle 安装目录下多了一个目录C:\oracle\ora92\tg4msql\ 2. 找到C:\ora... 阅读全文
posted @ 2008-12-30 15:07 upzone 阅读(2690) 评论(0) 推荐(0)
摘要:POLLINGSTMT http://Microsoft.LobServices.OracleDB/2007/03/POLLINGSTMT{PollingId} http://technet.microsoft.com/en-us/library/cc185401.aspx 一开始没有注意schema的targetnamespace. 不小心部署了两个一样MessageType的schema, ... 阅读全文
posted @ 2008-12-26 17:49 upzone 阅读(638) 评论(0) 推荐(0)
摘要:i try to add generated item for the oracle lob adapter and get this error: Connecting to the LOB system has failed.ORA-1017: invalid name/password After a lot of searching I found the problem: User na... 阅读全文
posted @ 2008-12-26 17:22 upzone 阅读(2422) 评论(0) 推荐(0)
摘要:The caller was not authenticated by the service. ---> System.ServiceModel.FaultException: The request for security token could not be satisfied because authentication failed. 这个问题主要是身份验证失败, 解决办法就是检查Se... 阅读全文
posted @ 2008-12-26 13:14 upzone 阅读(4095) 评论(0) 推荐(0)
摘要:The operation Calculate either has a parameter or a return type that is attributed with MessageContractAttribute. In order to represent the request message using a Message Contract, the operation mus... 阅读全文
posted @ 2008-12-24 17:59 upzone 阅读(595) 评论(0) 推荐(0)
摘要:和标准的ASMX Webservice 不一样,WCF没有提供测试界面, 一般都是要求写Client App 来调用, 不过Visual Studio 2008里自带了一个 WCF测试客户端 (WcfTestClient.exe) C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ 也可以用它来做WCF Debugg... 阅读全文
posted @ 2008-12-24 08:55 upzone 阅读(350) 评论(0) 推荐(0)
摘要:1.SOAP Action Header //WCF_AddDomainInbound is WCF inputmessage, specified using message assign in the message construction shape WCF_AddDomainInbound(WCF.Action) = "http://bta.gb21062.com/DomainWS/ID... 阅读全文
posted @ 2008-12-23 17:15 upzone 阅读(364) 评论(0) 推荐(0)
摘要:心血来潮,在淘宝上网购了一个Sony 8G 优盘, 实际测下来发现只有4G, 被骗了,卖家居然说加价换足量的,实在不相信这个卖家,退货,非常气愤! 阅读全文
posted @ 2008-12-23 16:31 upzone 阅读(177) 评论(2) 推荐(0)
摘要:终于要开始用WCF了, 终于进入.Net 3.0 时代了 理解WCF DOM 模型 阅读全文
posted @ 2008-12-17 00:12 upzone 阅读(161) 评论(0) 推荐(0)
摘要:1. Initiating Role (first send or receive)Used to specify how the role link is initialized.If the implements role is specified, then the role link will be initialized automatically upon receipt of a m... 阅读全文
posted @ 2008-12-15 10:41 upzone 阅读(183) 评论(0) 推荐(0)
摘要:由于我们BizTalk项目中经常会需要用到BAS,BAM等,(如:RosettaNet等),所以需要安装配置WSS,一般默认情况会提升Default Web Site(80)站点, 但是如果有Asp.Net WebSite 需要Host 在默认站点80 里的时候就会带来一些身份验证上的困惑,经常会导致身份验证不正常,如 ... 阅读全文
posted @ 2008-12-09 23:12 upzone 阅读(301) 评论(0) 推荐(0)
摘要:装了BizTalk Server 2009, 发现微软已经取消了几个Feature: BAS HWS HAT, 整合到了Administration Console里 BizTalk Explorer 阅读全文
posted @ 2008-12-08 22:28 upzone 阅读(199) 评论(2) 推荐(0)
摘要:BizTalk Constructs BPEL Constructs Send shape or Receive shape Port , Role Link , Message Assignment shape , , , Decide shape , , Delay shape Listen shape , , ... 阅读全文
posted @ 2008-12-07 16:49 upzone 阅读(181) 评论(0) 推荐(0)
摘要:The orchestration engine saves the state of a running orchestration instance at various points. If it needs to rehydrate the orchestration instance, start up from a controlled shutdown, or recover fro... 阅读全文
posted @ 2008-12-05 10:36 upzone 阅读(295) 评论(0) 推荐(0)
摘要:1.KB938658 FIX: The BizTalk Server host stops responding and picks up no more files from the FTP receive location in BizTalk Server 2004 or BizTalk Server 2006 Symptoms: If you use the FTP adapter in ... 阅读全文
posted @ 2008-12-03 15:56 upzone 阅读(340) 评论(0) 推荐(0)
摘要:这段时间明显感觉到了金融危机的厉害,单位的人也多起来了,连我这样的成天在外面跑的人也闲下来了,本来预期开工的项目延期了,而且是好几个,怎么办呢,总不能等着下岗吧,沉思中... 还是主动出击,寻找机会,也许是一条活路. 阅读全文
posted @ 2008-12-02 20:20 upzone 阅读(257) 评论(0) 推荐(0)
摘要:在BizTalkDTADb里有三个Store Procedure可以用来执行DTA数据清理工作 dtasp_BackupAndPurgeTrackingDatabase dtasp_PurgeTrackingDataBase dtasp_PurgeAllCompletedTrackingData 其中1. dtasp_BackupAndPurgeTrackingDatabase是BizTalk ... 阅读全文
posted @ 2008-12-02 09:39 upzone 阅读(333) 评论(0) 推荐(0)
摘要:以下为网上查找到的资料: 1.MSDTC是否正确启动. 察看dcomcnfg中察看msdtc的安全配置选项,保证双方都可以交互 2.MSDTC依赖于RPC,RPC使用的端口是135,测试135端口是否打开.是否有防火墙? 如果有先关了防火墙. telnet 135 如果是关闭的打开它. 3.检查你的两台服务器是否在同一个域中. 如果不在同一个域中,是否建... 阅读全文
posted @ 2008-12-01 10:08 upzone 阅读(1040) 评论(0) 推荐(0)