cancel
Showing results for 
Search instead for 
Did you mean: 

System shell. Import ABAP error

sri_naik
Explorer
0 Kudos

I am in the process of creating the shell system. I could export the

system based on the TDMS shell creation & SAP system copy instructions.

when I try to import, I am getting an error while importing SAPUSER1

package.

The error message is "FileNotFoundException: DATA/SAPUSER1.TOC"

I see only SAPUSER1.TSK file in <export directory>/DATA directory.

Thanks,

Sri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sri

To solve the issue edit the SAPUSER1.TSK file for the imports:

T /SAPHT/MEST9LG C xeq

D /SAPHT/MEST9LG I xeq <---- removed this line - afterwards the migmon went through

P /SAPHT/MEST9LG~0 C xeq

Please be aware that this is not the export TSK but the TSK for R3load import!

Thanks,

Pankaj

sri_naik
Explorer
0 Kudos

Pankaj,

Thanks !

Is it a known error? I did not find any notes for this issue.

Thanks,

Sri

Former Member
0 Kudos

Hi Sri

We have come to know about this issue recently, this is a peculiar issue and its not because of TDMS but because of the standard system copy process. We are doing some R & D on this.

The solution i have provided is a work around.

If it solves your problem please let me know.

Thanks,

Pankaj.

sri_naik
Explorer
0 Kudos

Pankaj,

Thanks!

The import completed successfully. I was able to logon to the shell system.

Thanks,

Sri

Former Member
0 Kudos

Hi Sri

Congratulations for successfully building the shell system and thanks for providing the information.

Regards

Pankaj.

Former Member
0 Kudos

Hi Pankaj

Thanks a bunch for sharing your experience. We ran into same issue and followed your suggestion to fix the problem.

In addition we ran into one more error with SAPDFACT table where an index could not be created:

(CREATE INDEX "/BI0/E0PPM_VC1~P" ON "/BI0/E0PPM_VC1" ( "KEY_0PPM_VC1P" , "KEY_0PPM_VC1T" , "KEY_0PPM_VC1U" , "KEY_0PPM_VC11" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 65536 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )

DbSlExecute: rc = 99

(SQL error 1408)

error message returned by DbSl:

ORA-01408: such column list already indexed

We extended the same solution, edited SAPDFACT.TSK file on the import side (import sapinst_instdir folder) and removed the line to proceed with sapinst successfully.

T /BI0/E0PPM_VC1 C ok

D /BI0/E0PPM_VC1 I ok

P /BI0/E0PPM_VC1~0 C ok

I /BI0/E0PPM_VC1~010 C ok

I /BI0/E0PPM_VC1~020 C ok

I /BI0/E0PPM_VC1~030 C ok

I /BI0/E0PPM_VC1~040 C ok

I /BI0/E0PPM_VC1~P C err <<<<<- removed this line

T /BI0/F0PPM_VC1 C xeq

D /BI0/F0PPM_VC1 I xeq

P /BI0/F0PPM_VC1~0 C xeq

I /BI0/F0PPM_VC1~010 C xeq

I /BI0/F0PPM_VC1~020 C xeq

I /BI0/F0PPM_VC1~030 C xeq

I /BI0/F0PPM_VC1~040 C xeq

T RSDMFACTAB C xeq

D RSDMFACTAB I xeq

P RSDMFACTAB~0 C xeq

T RSMDMCNVTAB C xeq

D RSMDMCNVTAB I xeq

P RSMDMCNVTAB~0 C xeq

I RSMDMCNVTAB~CHA C xeq

I RSMDMCNVTAB~SID C xeq

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

In our TDSHL, we have exactly the same error for some packages , one example is as follows

FileNotFoundException: DATA/SAPDDIM.TOC

...

1) We wonder which line to remove in order to get rid of this error;

2) we verified that .../ABAP/DATA/SAPDDIM.TOC indeed does NOT exist, how come SAPDDIM.TSK got created?

Both sender and receiver are ABAP only central systems on Oracle. No unicode conversion here. No multiple

packages (e.g. 001, 002) for the same pack.

Please advise.

Thanks!

Former Member
0 Kudos

If this is the case then all

D <OBJECT> I xeq

lines can be removed in the corresponding tsk file (in your case it will be SAPDDIM.tsk)