undefined undefined
{}

브랜드

슈나이더 일렉트릭 코리아 웹사이트에 방문해 주셔서 감사합니다.

슈나이더 일렉트릭 코리아 웹사이트 방문자 분들 모두 환영합니다.
오늘 무엇을 도와드릴까요?
PME 8.X, 9.0 - "ION_Data database almost full" misleading warning using SQL Express
Product Line
Power Monitoring Expert 8.x, 9.0 using SQL Express version

Envorinment
System Event Log - SQL warnings

Issue
Even though the .mdf file is considerably less than the 10 GB limit PME will still generate the warning messages if the total for the .mdf and .ldf files is over 10 GB.

Cause
The root cause is that PME is doing a simple query of the database that only returns the total combined size.  This is useful for some purposes but it can be wildly inaccurate when determining if the database is about to be filled to the extent that further device log downloads will be suspended.

Resolution
Doing "EXECsp_helpdbN'ION_Data'" will give the totals for each log file and thus make the warning accurate.

Alternatively the sproc below may give the space used and unallocated (ie. free) by the data section in the .mdf.
USE ION_Data
EXEC sp_spaceused


슈나이더 일렉트릭 Korea

PME 8.X, 9.0 - "ION_Data database almost full" misleading warning using SQL Express
Product Line
Power Monitoring Expert 8.x, 9.0 using SQL Express version

Envorinment 
System Event Log - SQL warnings

Issue
Even though the .mdf file is considerably less than the 10 GB limit PME will still generate the warning messages if the total for the .mdf and .ldf files is over 10 GB.

Cause
The root cause is that PME is doing a simple query of the database that only returns the total combined size.  This is useful for some purposes but it can be wildly inaccurate when determining if the database is about to be filled to the extent that further device log downloads will be suspended.
 
Resolution
Doing "EXEC sp_helpdb N'ION_Data'" will give the totals for each log file and thus make the warning accurate.  
 
Alternatively the sproc below may give the space used and unallocated (ie. free) by the data section in the .mdf.  
USE ION_Data
EXEC sp_spaceused
 

 

슈나이더 일렉트릭 Korea

자세히 알아보기
제품군
자세히 알아보기
제품군
자세히 알아보기
제품군
자세히 알아보기
제품군
move-arrow-top
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.