cancel
Showing results for 
Search instead for 
Did you mean: 

CJS-00091 Unable to create the tablespaces

Former Member
0 Kudos

Hi

while installing database instance in ecc5.0 i am aslo getting the same error.

ERROR 2006-12-11 15:11:42

CJS-00091 Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | SAPDATA directories D:/ | 106656 | 102794 | 1. SOLUTION: Make more disk space available.

can u pz tell the solution for this

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The answer to your question is in the error message itself

ERROR 2006-12-11 15:11:42

CJS-00091 Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | SAPDATA directories D:/ | 106656 | 102794 | 1. SOLUTION: Make more disk space available.

The space requierd on drive 😧 =106656, you only have 102794 available.

Thus, you need more disk space and you can

1) delete files/programs you do not need; or

2) distribute the SAPDATA directories over other available drives

3) install a bigger drive 😧

Skipping this step does not really solve your problem and could actually create more issues later on.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vijay,

According the note 675940 to solve the problem, skip step "checkFreeDiskSpace", or make the

following ammendments in the control.xml file:

1. Search for string:

this._findMountPointInArray =

function(arr, mountPoint)

{ var mountPointEq =

function(x,val)

{

return x.mountPoint = val;

Shyam