cancel
Showing results for 
Search instead for 
Did you mean: 

BW 7.0 IDES installation error.

Former Member
0 Kudos

Hi,

I am trying to install the BW 7.0 IDES system .

There was an error during the ABAP load phase.

Error -


>

CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )

DbSlExecute: rc = 99

(SQL error 12801)

error message returned by DbSl:

ORA-12801: error signaled in parallel query server P000

ORA-01652: unable to extend temp segment by 128 in PSAPTEMP.

(DB) INFO: disconnected from DB

I changed the the following lines within SAPSECX.TSK:

from D010TAB~ 0 C err to D010TAB~0 C ign and

from D010TAB1 C err to D010TAB1 C ign

Then in the 26th step durin ddic pasword chk i got the error-

Test logon failed using passowrd for user DDIC .

When i checked in SAP MMC , the message server is running.

But the work processes are in run status and are trying to run programs wih sequential reads and writes to the table D010TAB

I am stuck and cannot proceed further.

Should i uninstall and try a fresh insallation or shd i wait for the work processes to get free .. ??

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prince,

Looks like there is a problem with tablespace extension. You may have to extend the size of a temporary segment that is used in tablespace PSAPTEMP.

ORA-01652: unable to extend temp segment by 128 in PSAPTEMP.

Check following notes for information

Note 387946 - USE OF LOCALLY MANAGED TABLESPACES FOR BW SYSTEMS

Note 659946 - FAQ: Temporary tablespaces

Note 359835 - Design of the temporary tablespace in the BW System

As this is a new installation make sure you have provide right parameters for database sizes and there is enough disk space. Check the logs related to database is SAPINST directory.

Regards,

Praveen G