cancel
Showing results for 
Search instead for 
Did you mean: 

You have run out of space in IQ_SYSTEM_MAIN DBSpace

Former Member
0 Kudos

Hi,

I have two database on my IQ server one with default charset (ISO) and one with UTF-8 charset.

When I try to load data on default database using 'load table' it goes successful.

however, when I load on another database with UTF-8 it throws below error.'

"You have run out of space in IQ_SYSTEM_MAIN DBSpace."

I've already check that IQ_SYSTEM_MAIN has enough free space.

can anyone assist please.

Accepted Solutions (0)

Answers (1)

Answers (1)

tayeb_hadjou
Advisor
Advisor
0 Kudos

Please review KBA 2297484

You may also need check database allocation consistency (see if space leaks is reported):

commit;

sp_iqcheckdb 'allocation database' ;