Hi community,
We are running SAP EHP 1 for SAP Solution Manager 7.0 on MS SQL Server 2005 Release 9.00.3042 DB.
From this morning without install/update/change nothing, we have got on systemlog and trace data, lot of entries with this detail:
Database error 7719 at EXE
ExecuteAndFlush return code: 0x80040e14 Stmt: [ALTER PARTITION FUNCTION [/BI0/F0SMD_PE2H_PFUN0]() SPLIT RANGE (0000001009) ]
sloledb.cpp [ExecuteAndFlush,line 6678]: Error/Message: (err 7719, sev 0), CREATE/ALTER partition function failed as only a maxim
Procname: [ExecuteAndFlush - no proc]
DbSlExecute - Error 99 (dbcode 7719) on DDLExecute
DbSlExecute - <ALTER PARTITION FUNCTION [/BI0/F0SMD_PE2H_PFUN0]() SPLIT RANGE (0000001009) >
dbdsmss: DBSL99 SQL7719
CREATE/ALTER partition function failed as only a maximum of 1000 partitions can be created.
***LOG BY2=> sql error 7719 performing EXE [dbds#2 @ 699] [dbds 0699 ]
***LOG BY0=> CREATE/ALTER partition function failed as only a maximum of 1000 partitions can be created. [dbds#2 @ 699] [dbds
***LOG BY2=> sql error 7719 performing EXE [dbacds#2 @ 893] [dbacds 0893 ]
On SE14 I found anything whit the name /BI0/F0SMD_PE2H table and function /BI0/F0SMD_PE2H_PFUN0. Check option was succesfully but indicates number of partitions =1000.
After look for any similar situation, I didn't found nothing except this SDN Thread: BI : msg " Database error 7719 at EXE " during loading Here the solution applied is not valid to our system because the OSS Note 1494789 - Enabling 1000+ partitions support on SQL Server is by SQL Server 2008 SP2 (not our version).
On OSS Note 1010854 - Table with too many partitions on SQL Server 2005/2008 I am not really sure about if the solution(symptom2) fits to our problem.
And on OSS Note Note 869407 - Partitioning on Microsoft SQL Server i didn't correct with tool RSDD_MSSQL_CUBEANALYZE because we don't have enabled the (vardecimal) compression.
Do you know how can I achive this error???
Thanks in advance!
Scottie