|
阅读:1312回复:2
解决arcgis WS 8.3 中network和Tin不能使用的秘法 (ZT)
<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> |
|
|
|
1楼#
发布于:2004-09-16 11:31
<img src="images/post/smile/dvbbs/em01.gif" />
|
|
|
|
2楼#
发布于:2004-09-16 14:16
谢谢 我也遇到过类似的问题
|
|