Aras Innovator 11 sp2 IE客戶端設置


在上一篇文章《Aras Innovator 11 sp2 安裝》后,服務器算是安裝好了,還需要在使用的客戶端進行設置才可以正常使用Aras Innovator

該篇為IE設置,還有《Aras Innovator 11 sp2 firefox客戶端設置

設置前提:

  1.已經有了Aras Innovator服務器

  2.擁有當前電腦的管理員權限

  3.已經安裝了MSXML 4.0 Service Pack 3 (Microsoft XML Core Services)

  4.已經安裝了.Net Framework 3.5

 

第一步:進入至官方網站,點擊其中的下載與支持

在下載中,點擊查看安裝配置工具,sdns.exe下載

 

第二步:請使用管理員身份打開安裝配置工具,sdns.exe,並在URL中輸入Aras Innovator服務器的URL地址,點擊OK

 

第三步:創建任意名稱的注冊表文件(例如IE.reg),並輸入以下內容

Windows Registry Editor Version 5.00

#將PLM網址加入信任的網站 (for Esquel測試機專用)
#3.)登入innovator的網址為:https://getazdevnt002.chinacloudapp.cn/InnovatorTestServer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\chinacloudapp.cn]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\chinacloudapp.cn\getazdevnt002]
"https"=dword:00000002

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows\Allow]
"getazdevnt002.chinacloudapp.cn"=hex:00,00


#=-=-= IE10 相關設定 =-=-=
#=-=-=     安全性頁籤->信任網站 =-=-=
#[Tools]->[Internet Options]->[Security tab]->Trusted Sites Zone->Enable Protected Mode (Windows 7 and Vista Only) – Disable
#[工具]->[網際網路選項]->[安全性]->信任的網站->啟用受保護模式---停用
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2]
"2500"=dword:00000003

#.NET Framework-reliant components->Run components signed with authenticode->[Enable]
#.NET Framework相依元件->執行使用Autoenticode簽署的元件->[啟用]
"2001"=dword:00000000

# ActiveX controls and plug-ins-> Allow ActiveX Filtering ->[Disable]
# Activex控制項與外掛程式-> 允許ActiveX篩選->[停用]
"2702"=dword:00000003

# ActiveX controls and plug-ins->Download signed ActiveX controls->[Enable]
# Activex控制項與外掛程式->下載已簽署的ActiveX控制項->[啟用]
"1001"=dword:00000000

# ActiveX controls and plug-ins-> Run ActiveX controls and plug-ins->[Enable]
# Activex控制項與外掛程式->執行ActiveX控制項與外掛程式->[啟用]
"1200"=dword:00000000

# ActiveX controls and plug-ins-> Script ActiveX controls marked safe for scripting->[Enable]
# Activex控制項與外掛程式-> 執行標示為安全的ActiveX控制項指令碼->[啟用]
"1405"=dword:00000000

# Downloads -> File download ->[Enable]
# 下載-> 檔案下載->[啟用]
"1803"=dword:00000000

# Miscellaneous -> Allow websites to open windows without address bar or status bar->[Enable]
# 雜項->允許網站開啟不含網址列或狀態列的視窗->[啟用]
"2104"=dword:00000000

# Scripting -> Active scripting->[Enable]
# 指令碼處理 -> Active scripting->[啟用]
"1400"=dword:00000000
#=-=-=     安全性頁籤->信任網站 =-=-=

#=-=-=     一般頁籤 =-=-=
#[General] ->[Browser History]->[Settings],“Check for newer versions of stored pages:” select [Automatically]
#[一般] ->[瀏覽歷程記錄]->[設定],"檢查儲存的畫面是否有較新的版本" 選擇 [自動]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"SyncMode5"=dword:00000004

#[General] ->[Tabs],“When a pop-up is encountered:” select [Always open Pop-ups in a new window]
#[一般] ->[索引標籤],"出現快顯視窗時" 選擇 [在新視窗中開啟快顯視窗]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\tqs.com\pdx2appdev01]
"http"=dword:00000002
#=-=-=     一般頁籤 =-=-=

#=-=-=     進階頁籤 =-=-=
# [Advanced]->Browsing->Disable script debugging (Internet Explorer) - Enable
# [進階]->瀏覽->停用指令碼偵錯(Internet Explorer)->[勾選]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"DisableScriptDebuggerIE"="yes"

# [Advanced]->Browsing->Disable script debugging (Other) - Enable
# [進階]->瀏覽->停用指令碼偵錯(其他)->[勾選]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"="yes"

# [Advanced]->Browsing->Display a notification about every script error. – Disable
# [進階]->瀏覽->每次出現指令碼錯誤時皆顯示通知->[不勾選]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Services]
"SelectionActivityButtonDisable"=dword:00000000

#[Advanced]->Security->Enable Enhanced Protected Mode* -> [Disable]
#[進階]->安全性->啟用加強的受保護模式->[不勾選]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
#勾選 表示IE10以64位元模式開啟網頁"Isolation"="PMEM"
#不勾選 表示IE10以32位元模式開啟網頁
"Isolation"="PMIL"
#=-=-=     進階頁籤 =-=-=            
#=-=-= IE10 相關設定 =-=-=

#=-=-= 修正錯誤(非必要) =-=-=
#修正:IE9 登入innovator時,出現Hosting of .NET controls inside Internet Explorer is disabled.
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework]
"EnableIEHosting"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"EnableIEHosting"=dword:00000001


#修正:IE9 登入innovator時,出現 Aras Innovator client has failed to initialize.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{00000000-0000-0000-0000-000000000000}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\ActiveX Compatibility\{00000000-0000-0000-0000-000000000000}]
#=-=-= 修正錯誤(非必要) =-=-=

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"TabProcGrowth"=dword:00000001
View Code

並將該注冊表文件導入至電腦中

 

 

第四步:檢查IE瀏覽器兼容性設定

 

第五步:IE瀏覽器打開Aras Innovator服務器URL地址

如果出現以下提示,代表IE的設定沒有完成,但還是可以使用系統,但部分功能會無法正常執行

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM