`
hanyi366
  • 浏览: 284312 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

ARCSDE 更新 license

 
阅读更多

更新原理:

    1. SDE的license信息实际上存储在SDE的server_config(根据数据库的不同表名可能有所不同,如SQLSerer的表名为sde_server_config)表中一行中,可以通过
 

C:/Documents andSettings/liufeng>sqlplus sde/sde
 
SQL*Plus: Release 10.2.0.4.0 - Production on Mon Dec13 10:10:06 2010
 
Copyright (c) 1982, 2007, Oracle. AllRights Reserved.
 
Connected to:Oracle Database10g Enterprise Edition Release 10.2.0.4.0 - Production 10:

With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> select char_prop_value from server_config where prop_name='AUTH_KEY';
 
CHAR_PROP_VALUE
 
--------------------------------------------------------------------------------
 
arcsdeserver,100,ecp6411231313,none,1234567843223343252342424243

 

红色部分为license(当然了,这个例子中的license我是修改过的了,大家不用下载,因为是无法使用的 )信息。
 
    2. 使用向导或者sdesetup –o upgrade命令实际上后台执行的就是一个insert into server_config或者update server_config的sql语句。
 
更新办法:

  从esri公司所提供的ecp文件中找到以arcsdeserver打头的一行,并将其拷贝下来

   Oracle:

    第一次安装,可以使用:
 
 
 


C:/Documents and Settings/liufeng>sqlplus sde/sde
 
SQL*Plus: Release 10.2.0.4.0 - Production on Mon Dec 13 10:29:58 2010
 
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
 
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
 
With the Partitioning, OLAP, Data Mining and Real Application Testing options
 
SQL> insert into server_config values ('AUTH_KEY','
 
arcsdeserver,100,ecp6411231313,none,1234567843223343252342424243',NULL);
 
commit;
 
DB2:


[sde@testserver ~]$ db2 connect to sde
 
Database Connection Information
 
Database server = DB2/LINUX 9.5.0
 
SQL authorization ID = SDE
 
Local database alias = SDE

[sde@testserver ~]$ db2 "inert into server_config values('AUTH_KEY','licenseinfo',null)'
 


 
 
如果lincese过期了,可以使用下面的sql更新
 
   oracle: 
 

SQL> update server_config set char_propvalue=
 
'arcsdeserver,100,ecp6411231313,none,1234567843223343252342424243'where prop_name='AUTH_KEY';
 

commit;
 


 
 
 DB2:
 

db2 "update server_config set char_propvalue='license info' where char_propvalue='AUTH_KEY'"

分享到:
评论

相关推荐

    arcsde9.3license

    有用的东西,安装Arcsde,ArcgisEngine,ArcGISserver9.3的朋友过来下吧

    ArcSDE93 Licence

    arcsde93 license post intallation安装顺利,最后选择license,完成安装

    ArcGIS9.3 全套License

    ArcGIS 9.3全套无限期许可文件,合并版本,其中包括ArcSDE 9.3.ecp,ArcServer92.ecp,ArcServer93.ecp,ArcEngine 9.3.ecp

    ArcSDE 9 安装指南

    向导会提示输入License Manager的机器名或License文件。在安装过程中,需要输入ArcSDE管理员密码,即Oracle9i中sde用户的密码。向导会自动在安装过程中创建sde数据库及sde用户。 ArcSDE安装程序会创建一个名为esri_...

    Arcsde 9.3 许可

    arcgis SDe的许可 用于9.3版本

    ArcSde92_forever,

    ArcSde92_forever,license,非常好用。

    ArcGIS的License过期以及服务起不来处理方式.docx

    针对ArcGIS的license过期如何升级,以及ArcSde服务启动不起来的问题定位以及处理方式

    Arcgis server和engine的全套license

    Arcgis9.2 server和engine的全套license

    ArcGIS破解文件生成器

    ArcGISEngine Server ArcSDE Ecp 授权文件

    ArcGISServer10.1和10.2安装和服务发布说明V1.3.doc

    2.2.1 安装ArcGIS License Manager 10 - 20 - 2.2.2 安装ArcGIS Desktop 10 - 22 - 2.2.3 破解 - 26 - 2.3 附录:SERVICE.TXT内容 - 29 - 第3章 ARCSDE 安装与配置 - 43 - 3.1.1 ArcSDE安装过程 - 43 - 第4章 ARCGIS...

    ArcGIS 10 破解文件

    ArcGIS 10 破解文件 包含ArcSDE和ArcGIS Server的授权文件,没有时间限制,永久不过期。与同行分享。

    arcgis10授权文件txt

    START_LICENSE SERVER this_host ANY 27000 VENDOR ARCGIS FEATURE 3DEngine ARCGIS 10.0 01-jan-2019 2048 ED5E3071F571CE99F477 \ vendor_info=Y85SXRJE2896M63XT026 ck=88 FEATURE Aeronautical ARCGIS 10.0 01...

    Geoserver用户手册

    1.4 License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2 Installation 7 2.1 Windows installer . . . . . . . . . . . . . . . . . . . . . . . ....

Global site tag (gtag.js) - Google Analytics