PSO Notification Settings and Notification History popup does not open
Where
Product Line
Power SCADA Operation 9.x
Environment
Power SCADA Operation 9.x
Cause
Known issue with PSO 9.0 CU2. Will be fixed in CU3
Resolution
*Warning: Take backups of any files prior to modifying them. Ensure the backups are in a location that will not be overwritten (i.e. the Desktop).
IMPORTANT: Solution is only applicable to Cumulative Update 2, do not apply if you are not updated to this version.
Find & Edit the "PLSNotification.ci" inside your PLS_Inlcudes project. Preferably using your Cicode Editor from your PSO Studio IDE.
Use the "Find Function" feature to find the following function:
```
LaunchNotificationSettings()
```
Inside this function there is a method/ subroutine called
```
DllClassCallMethod(m_oNotificationServiceInstance, "LaunchSettings", sDataPath, sIPs, sUserName, sLanguage);
```
Comment out the "sLangauge" argument & Re-terminate the statement. Like this.
```
DllClassCallMethod(m_oNotificationServiceInstance, "LaunchSettings", sDataPath, sIPs, sUserName);//, sLanguage);
```
Do the same for this FUNCTION:
LaunchNotificationHistory(STRING sFilter, STRING sClusterName = "")
Replace
```
DllClassCallMethod(m_oNotificationServiceInstance, "LaunchResults", sDataPath, sIPs, sClusterName, sFilter, sLanguage);
```
With
```
DllClassCallMethod(m_oNotificationServiceInstance, "LaunchResults", sDataPath, sIPs, sClusterName, sFilter);//, sLanguage);
```
Save the LaunchNotificationSettings function.
Update Pages in citect gfx builder.
Always "Pack" databases on your projects
Recompile your project. Remember to perform a full recompile, not an incremental one.
Always run "Computer Setup Wizard".
Run your project.
게시 대상: 슈나이더 일렉트릭 Korea


도움이 필요하신가요?
제품 선택기
애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.
견적 받기
영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.
구매처
해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.
지원 센터
한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.