Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

unicode conversion: R3load import failed on SAPVIEW package

Former Member
0 Kudos

Hello,

We are in the process of unicode conversion of our R3 4.71 (6.40

kernel) system using SAP provided Distribution Monitor tool. As part of

this process we are using compress option during the import to compress

tables. Export is working fine, all packages are exporing with no

errors. During import it is failing with following error

Log file - ******* distribution_monitor_import.log ****************

Execution of 'R3load Sapview create task files' started

with: '/sapmnt/ZE0/exe/R3load -ctf I /R3INSTALL/unicode/DistMon/data1

/DATA/SAPVIEW.STR /R3INSTALL/unicode/DistMon/importInstall/DDLDB6.TPL /R3INSTALL/unicode/DistMon/importInstall/SAPVIEW.TSK DB

6 -l /R3INSTALL/unicode/DistMon/importInstall/SAPVIEW.log -o D -

loadprocedure fast LOADCOMPRESS '.

INFO: 2011-01-27 16:41:38

Execution of process 'R3load Sapview create task files' finished.

INFO: 2011-01-27 16:41:38

stderr output of R3load Sapview create task files:

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

/sapmnt/ZE0/exe/R3load: missing log file name

Usage: /sapmnt/ZE0/exe/R3load [options]

options:

-c <commit count> force commit after every <commit count> rows

(only for import)

ERROR: 2011-01-27 16:41:38 com.sap.inst.distmon.ImportTask checkSapview

Execution of 'R3load Sapview' failed.

Reason: 'java.lang.Exception: /sapmnt/ZE0/exe/R3load -ctf

I /R3INSTALL/unicode/DistMon/data1/DATA/SAPVIEW.STR /R3INSTALL/unic

ode/DistMon/importInstall/DDLDB6.TPL /R3INSTALL/unicode/DistMon/importInstall/SAPVIEW.TSK DB6 -l /R3INSTALL/unicode/DistMon/i

mportInstall/SAPVIEW.log -o D -loadprocedure fast LOADCOMPRESS failed

with return code 2'.

Please check '/R3INSTALL/unicode/DistMon/importInstall/SAPVIEW.log'.

*********************************************************************

following are compress option we set it properties file and template

file.

                      • DDLDB6.TPL **************

prikey: AFTER_LOAD ORDER_BY_PKEY

seckey: AFTER_LOAD

cretab: CREATE TABLE &tab_name&

( /{ &fld_name& &fld_desc& /-, /} )

IN &location&

INDEX IN &locationI&

LONG IN &locationL& COMPRESS YES;

ALTER TABLE &tab_name& VOLATILE

                      • distribution_monitor_cmd.properties **************

r3load.import.taskArgs=-loadprocedure fast LOADCOMPRESS

*****************************************************************

It is failing almost at the end after loading all the packages and

during SAPVIEW package import. We would really apprecitae if you could

help us to resolve this issue. thanks

4 REPLIES 4

Former Member
0 Kudos

Hi,

The program mentions to check '/R3INSTALL/unicode/DistMon/importInstall/SAPVIEW.log'

SAPVIEW log would have more details regarding the import failure.

Regards,

Srikishan

Former Member
0 Kudos

Did you ever figure out what the issue was with this? We are having a similar issue.

0 Kudos

Is this also a case where SAPVIEW.log didn't get created ?

Regards,

Neel

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

please have a look at:

Best regards,

Nils Buerckel

SAP AG