gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15951
  • QQ
  • 铜币25345枚
  • 威望15368点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
阅读:1316回复:2

解决arcgis WS 8.3 中network和Tin不能使用的秘法 (ZT)

楼主#
更多 发布于:2004-09-16 08:58
<P>我安装arcgis 8.3 workstation后,发现在arctools中network和tin模块不能使用,出现的信息是“TIN (Network) license not available”. 但是在license manager中,明明有30个licenses!

经反复摸索,找到了破解方法。现与与各位朋友分享如下:

1、在WS的安装目录下找到如下文件:newtheme.aml
2、找到文件中的如下内容
/* Set the list of themes that can be selected based on the current
/* category. These are displayed in a scrolling list.
/*
;set cat = %.newtheme$category_val%
;select [locase %cat%]
;when .arctools$tin_themes
;if [extract 1 [show product tin]] = -1 ;then /* test not exhaustive
;do /* but good for trivial
;set .newtheme$msg TIN license not available /* rejection
;set .newtheme$theme_list
;return
;end
;when .arctools$network_themes
;if [extract 1 [show product network]] = -1 ;then
;do
;set .newtheme$msg NETWORK license not available
;set .newtheme$theme_list
;return
;end
;end /* Select block

3、把两个等号后面的-1改为1。
4、保存文件。

现在,返回Arctools中试验,network 和 tin应当可以正常使用了。
</P>
喜欢0 评分0
GIS麦田守望者,期待与您交流。
destnity
路人甲
路人甲
  • 注册日期2004-03-25
  • 发帖数341
  • QQ
  • 铜币272枚
  • 威望0点
  • 贡献值0点
  • 银元0个
1楼#
发布于:2004-09-16 11:31
<img src="images/post/smile/dvbbs/em01.gif" />
签 名: 不能超过 250 个字符 文字将出现在您发表的文章的结尾处。
举报 回复(0) 喜欢(0)     评分
snowtracer
路人甲
路人甲
  • 注册日期2004-07-13
  • 发帖数95
  • QQ
  • 铜币143枚
  • 威望0点
  • 贡献值0点
  • 银元0个
2楼#
发布于:2004-09-16 14:16
谢谢 我也遇到过类似的问题
举报 回复(0) 喜欢(0)     评分
游客

返回顶部