Questions
0
Answers
69
-
Asked on 12 6 月, 2025 in FAQ.
當發生 iSLM 解除安裝失敗的狀況時,請執行以下操作步驟以排除問題:
*若需要檢視詳細的步驟說明,請參考簡報以獲取更多資訊 (Link)
1. 檢查檔案殘留狀況
- 於 Windows Menu 查詢 “regedit” 並啟動
- 機碼:
– Computer\HKEY_LOCAL_MACHINE\SOFTWARE\CoreTechSystem\Moldex3D iSLM
- 取得 INSTALLDIR 路徑
- 確認 INSTALLDIR 所取得的路徑中,檔案基本上都已清除 (若僅剩下 data、runtime 等資料夾可忽略)
- 若有殘留檔案,可完全清除 data 資料夾以外的所有檔案
2. 清除機碼
- 於 Windows Menu 查詢 “regedit” 並啟動
- 機碼:
ᅳ Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{AA99BDA9-CE81-4812-8C7A-C841EB808D42}
ᅳ Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\InstallShield_{AA99BDA9-CE81-4812-8C7A-C841EB808D42}
- 確認 DisplayName 皆為 “Moldex3D-iSLM” 並移除
3. 清除 Windows Installer (MSI) 殘留資訊
- 方法一
ᅳ 使用使用 管理員身分 執行 cmd 指令: msiexec /x {AA99BDA9-CE81-4812-8C7A-C841EB808D42} /qn
- 方法二
ᅳ 使用使用 管理員身分 執行 Power Shell 指令: (Get-WmiObject -Class Win32_Product | Where-Object { $_.IdentifyingNumber -eq ‘ {AA99BDA9-CE81-4812-8C7A-C841EB808D42}’ }).Uninstall()
4. 清除完成後即可重新開始安裝
- 80 views
- 1 answers
- 0 votes
-
Asked on 3 6 月, 2025 in Moldex3D.
- 118 views
- 1 answers
- 0 votes
-
Asked on 28 5 月, 2025 in FAQ.
iSLM 除了 Gateway 服務外,其他服務皆使用動態 Port,過去曾因 Port 被佔用導致服務無法啟動且難以除錯,因此單純說明固定 Port 並不準確。
iSLM Gateway 預設使用 80 Port,啟用 TLS 連線時則改用 443 Port。其他服務(位於 server、service 資料夾中)理論上允許本機 IP 連線,目前尚未遇過無法本機連線的狀況,但仍可能被防毒軟體阻擋。防火牆可設定允許特定檔案通過,但是否能繞過防毒軟體則不確定。資料庫連線部分固定使用 27017 Port(MongoDB 預設 Port),該連線也可能因防毒軟體而失敗,因為部分軟體認為直接用 IP 連線資料庫存在安全風險。
建議的解決方案包括:
- 允許防毒軟體放行 Server 的本機 IP 與 27017 Port,並於外部防火牆做額外阻擋設定。
- 修改資料庫設定檔(yaml)中的 bindIp 為 0.0.0.0,並改為由 iSLM 使用 localhost 連線資料庫。
- 121 views
- 1 answers
- 0 votes
-
Asked on 26 5 月, 2025 in FAQ.
若發生此問題,請先開啟安裝 iSLM 的伺服器電腦,並於工作管理員中確認
file.exe
是否正常執行。當電腦處於登出狀態時,該程式可能會被強制關閉,進而導致檔案上傳功能異常。若發現file.exe
未啟動,可至 iSLM 安裝目錄下的server
資料夾中手動啟動該程式。
另外,當近期站台有新增 HTTPS 設定時,請確認 Server 電腦的 8001 Port 是否正常運作。可於安裝 iSLM 的電腦上開啟任意瀏覽器,並於網址列輸入
$IP:8001/Version
進行測試。若網頁顯示ERR
或無回應,表示 8001 Port 異常,需檢查並開通該電腦的 8001 Port,以嘗試修復此問題。若網頁回傳
{"message":"1.0"}
,則代表 File Server 運作正常。此時,請進一步查看 iSLM 的 runtime Log,以確認問題發生的具體原因。Log 檔案可於安裝目錄下的runtime\logs
資料夾中找到。
- 83 views
- 1 answers
- 0 votes
-
Asked on 26 5 月, 2025 in FAQ.
If you encounter “Connection Failed” errors when using iSLM, please provide a screenshot of the error message for further investigation.
Additionally, if you see the message “Failed to fetch data. Please try again later.” on any page, it may be caused by network latency, which can prevent some APIs from fully loading. Please try refreshing the page to resolve the issue. If the error persists after multiple refresh attempts, please contact the IT department to check whether the iSLM server is functioning properly.
- 176 views
- 1 answers
- 0 votes
-
Asked on 19 5 月, 2025 in FAQ.
When the iSLM License expires, only the Administrator can log in to iSLM; other users will be unable to access the system. In terms of functionality, all features under System Settings will remain operational. However, the Solutions and Mold Tryout management functions will be limited to viewing existing project data only—uploading, editing, or deleting data will not be possible. Additionally, the Project Sync feature will be hidden and unavailable.
- 231 views
- 1 answers
- 0 votes
-
Asked on 19 5 月, 2025 in FAQ.
Currently, for projects bound with the Project Sync feature, you can customize the upload and download schedule, as well as set the frequency for uploads or downloads. However, please note that if a project is uploaded manually, the automatic scheduling feature is not supported.
After you bind a project for synchronization through the iSLM Project Sync program, you can go to the Project Sync page and click Settings & Tools > Settings. In the Sync Time Setting section, you can configure the project to upload or download at specific times of the day, or set it to occur at regular hourly intervals.
*For more information, please refer to section “5.1 Project Sync” in the iSLM Help documentation.
This answer accepted by Harley. on 21 5 月, 2025 Earned 0 points.
- 248 views
- 1 answers
- 0 votes
-
Asked on 9 5 月, 2025 in FAQ.
若遇到此問題請更新 iSLM 憑證,以下為更新步驟說明:
– iSLM 及 iSLM-DB 更新步驟:
- 關閉 iSLM 及 iSLM-DB 所有服務
- 下載 iSLM Private Key 附件更新檔案
- 將其中的 data.dat 更新到 iSLM 安裝目錄的 data 資料夾
– 預設安裝目錄為:C:\Moldex3D\iSLM\data
- 將其中的 islm-root-ca.crt、islm-mongodb.pem 更新到 iSLM-DB 安裝目錄的 certs 資料夾
– 預設安裝目錄為:C:\Moldex3D\iSLM-DB\certs
- 重啟 iSLM 及 iSLM-DB 的所有服務
– iSLM Agent 更新步驟(如有安裝時才需更新)
- 關閉 iSLM Agent 服務
- 將其中的 data.dat 更新到 iSLM Agent 安裝目錄的 data 資料夾
– 預設安裝目錄為:C:\Moldex3D\Remote Client\data
- 重新啟動 iSLM Agent 服務
* 當初次安裝 iSLM 時,需額外進行以下設定:
- 打開 iSLM-DB 安裝目錄,進入 tools 資料夾,以系統管理員身份執行 CreateAccount.exe 程式
- 啟動 Moldex3D iSLM Database Server
– 可以在「開始」選單中找到該應用程式
– 也可以透過工作管理員手動啟動該服務
- 打開 iSLM 安裝目錄,進入 tools 資料夾,以系統管理員身份執行 default_db.exe 程式
- 嘗試啟動所有 iSLM 服務
- 224 views
- 2 answers
- 0 votes
-
Asked on 7 5 月, 2025 in Moldex3D.
You can upload the CAE project to the iSLM platform by clicking the Upload button on the Moldex3D page under the iSLM Solutions function. Multiple CAE projects can be uploaded within a single solution, and you can also manage all projects from this page. By clicking the More button on any project, you can view and verify the results of each analysis run.
This answer accepted by Harley. on 1 7 月, 2025 Earned 0 points.
- 137 views
- 1 answers
- 0 votes
-
Asked on 28 4 月, 2025 in FAQ.
When a Mold Design Discovery report cannot be generated, you can check the reason in the field. The possible reasons for failing to generate the report are as follows:
1. Model-related issues:
2. No comparable projects found:
3. Other issues:
- 156 views
- 1 answers
- 0 votes
-