[BTS] The external credentials in the SSO database are more recent.

For test some interface. We change BizTalk Server time to a feature date. For example, change to next month.

When I start or stop some receive location, and back to current date.  I get the error "The external credentials in the SSO database are more recent." when restart the receive locations.

After read : http://www.nullskull.com/a/1269/biztalk-external-credentials-in-the-sso-database-are-more-recent.aspx

I use following SQL for sloving this issue.

update SSODB..SSOX_ExternalCredentials set  ec_timestamp = getdate() where ec_timestamp > getdate();
时间: 2024-10-14 06:26:43

[BTS] The external credentials in the SSO database are more recent.的相关文章

taiyi_interview(Introduction To Database Refactoring)

Introduction To Database Refactoring 原文链接:by Scott W. Ambler:http://www.tdan.com/view-articles/5010/ Published: July 1, 2006 Published in TDAN.com July 2006 Material for this article was modified from Refactoring Databases: Evolutionary Database Desi

WAMP(windows+apache+mysql+php)

安装以及配置网络上有图. 特别说明php,ini文件位于C:windows下 内容为: //以下有可能多开了几个ext,只需在不用的ext前面加上:即可. [PHP] ;;;;;;;;;;;;;;;;;;;; About php.ini   ;;;;;;;;;;;;;;;;;;;;; PHP's initialization file, generally called php.ini, is responsible for; configuring many of the aspects of

php.ini xdebug配置

[PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini   ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible for ; configuring many of the aspects of PHP's behavior. ; PHP attempts to find and load this configuration from a

【ASP.NET Identity系列教程(三)】Identity高级技术

注:本文是[ASP.NET Identity系列教程]的第三篇.本系列教程详细.完整.深入地介绍了微软的ASP.NET Identity技术,描述了如何运用ASP.NET Identity实现应用程序的用户管理,以及实现应用程序的认证与授权等相关技术,译者希望本系列教程能成为掌握ASP.NET Identity技术的一份完整而有价值的资料.读者若是能够按照文章的描述,一边阅读.一边实践.一边理解,定能有意想不到的巨大收获!希望本系列博文能够得到广大园友的高度推荐. 15 Advanced ASP

Scheduling Jobs with Oracle Scheduler

In this chapter: About Scheduler Objects and Their Naming Creating, Running, and Managing Jobs Creating and Managing Programs to Define Jobs Creating and Managing Schedules to Define Jobs Using Events to Start Jobs Creating and Managing Job Chains Pr

php.ini 文件中配置的意义注释

;;;;;;;;;;;;;;;;;;;; About php.ini   ;  //关于php;;;;;;;;;;;;;;;;;;;; PHP's initialization file, generally called php.ini, is responsible for; configuring many of the aspects of PHP's behavior.                      //这个是php初始化文件,通常称为php.ini,负责各个方面php行为

Oracle UTL_HTTP(收集汇总有用资料)

From Oracle The UTL_HTTP package makes Hypertext Transfer Protocol (HTTP) callouts from SQL and PL/SQL. You can use it to access data on the Internet over HTTP. When the package fetches data from a Web site using HTTPS, it requires Oracle Wallet Mana

FPM 安装

allow_call_time_pass_reference 不被支持 (5.4) register_long_arrays 不被支持 (5.4) 1. 下载:http://us1.php.net/downloads.php  http://cn2.php.net/distributions/php-5.3.28.tar.gz 2. 安装依赖:yum install gcc gcc-c++ openldap openldap-devel freetype-devel libpng-devel l

windows vs code 配置调试php

1.安装好vs code 2.安装好nginx 3.下载好php执行文件 php.ini [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible for ; configuring many of the aspects of PHP's behavior. ; PHP attempts