cancel
Showing results for 
Search instead for 
Did you mean: 

DVD Language mounts EHP8

STM23
Explorer
0 Kudos

Hello,

We've executing DMO processo to migrate a Hana and we're getting the next error during phase LANG_SELECT

3 ETG884 User decided finally to update the language vector "EFDIS"

3EETQ702 no transport request for language "English" was found

3EETQ702 no transport request for language "French" was found

3EETQ702 no transport request for language "German" was found

1EETQ399 Last error code set is: Missing transport requests for 3 languages, see 'LANGSEL.LOG' for details

we're using SUM10SP18_4-20006676.SAR and these DVD materials

51050610_1 SAP ERP 6.0 EHP8 Language I 1/3
51050610_2 SAP ERP 6.0 EHP8 Language I 2/3
51050610_3 SAP ERP 6.0 EHP8 Language I 3/3

The pat files are included on its respective folder.

What can I check for this issue?

Thanks in advance.


Accepted Solutions (0)

Answers (4)

Answers (4)

morel
Explorer
0 Kudos

Unix Links

morel
Explorer
0 Kudos

Hi,

We met the same issue for one system after a lot of successfull dry run with same NAS source files and SUM version.

3 ETG884 User decided finally to update the language vector "1EFDS"
3EETQ702 no transport request for language "Chinese" was found
3EETQ702 no transport request for language "English" was found
3EETQ702 no transport request for language "French" was found
3EETQ702 no transport request for language "German" was found
3EETQ702 no transport request for language "Spanish" was found
1EETQ399 Last error code set is: Missing transport requests for 5 languages, see 'LANGSEL.LOG' for details
1EETQ204 Upgrade phase "LANG_SELECT" aborted with severe errors ("20170904224755")

How did you solve your problem ?

FM

morel
Explorer
0 Kudos

Solved creating manualy this missing some libraries links :

ln -s /usr/sap/$SAPSYSTEMNAME/SUM/abap/exe/libicuuc.sl.50 /usr/sap/$SAPSYSTEMNAME/SYS/exe/run/libicuuc.sl.50
ln -s /usr/sap/$SAPSYSTEMNAME/SUM/abap/exe/libicudata51.so /usr/sap/$SAPSYSTEMNAME/SYS/exe/run/libicudata51.so
ln -s /usr/sap/$SAPSYSTEMNAME/SUM/abap/exe/libicudata.sl.50 /usr/sap/$SAPSYSTEMNAME/SYS/exe/run/libicudata.sl.50
ln -s /usr/sap/$SAPSYSTEMNAME/SUM/abap/exe/libicuuc51.so /usr/sap/$SAPSYSTEMNAME/SYS/exe/run/libicuuc51.so
ln -s /usr/sap/$SAPSYSTEMNAME/SUM/abap/exe/libiculx51.so /usr/sap/$SAPSYSTEMNAME/SYS/exe/run/libiculx51.so
ln -s /usr/sap/$SAPSYSTEMNAME/SUM/abap/exe/libicule51.so /usr/sap/$SAPSYSTEMNAME/SYS/exe/run/libicule51.so
ln -s /usr/sap/$SAPSYSTEMNAME/SUM/abap/exe/libicui18n.sl.50 /usr/sap/$SAPSYSTEMNAME/SYS/exe/run/libicui18n.sl.50
ln -s /usr/sap/$SAPSYSTEMNAME/SUM/abap/exe/libicui18n51.so /usr/sap/$SAPSYSTEMNAME/SYS/exe/run/libicui18n51.so

sergiyl
Explorer
0 Kudos

Where did you add all these lines?

MvW
Participant
0 Kudos

Hey,

pls pay attention to SAP Note 1959976. It says that there might be an issue regarding space or authorization in DIR_PUT\data or DIR_PUT\cofile

sathish_bk83
Member
0 Kudos

Hey,

Even I am facing the same issue in SUM during the EHP8 upgrade. Please let know the resolution if you already solved it. Thanks!