cancel
Showing results for 
Search instead for 
Did you mean: 

how to export CDCLS using R3load -decluster

06-11-2019 2:08 PM
burkhard_krahn Explorer
1800 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

I'm trying to export the CDCLS cluster using R3load with -decluster option. But I'm facing an error while executing.

I've created the STR files by running R3ldctl -t CDCLS and I got several files ending with "logical". If I use SAPCDCLS.STR.logical (just renamed to SAPCDCLS.STR) for export I'll get this error "...table with name CDPOS does not exist"

I think the call for R3load is different than I have used.

the CMD file looks like this:
tsk: "SAPCDCLS.TSK"
icf: "SAPCDCLS.STR"
dcf: "DDLORA.TPL"
dat: "./CDCLS/" bs=1k fs=1000M
dir: "./CDCLS/CDCLS.TOC"

Any idea?

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Likes

Setting the parameter SUPPORT_DECLUSTERING to false is used only if your existing system is already declustered and to prevent sapinst from adding the -decluster option to R3load. If you have a system with clustered tables then you shouldn't set that.

Check note 1928043 - SAP HANA, homogeneous system copy of a declustered system

To advise you more on this can you supply the commands you are using please?

patelyogesh
Active Contributor
0 Likes

Hello Burkhard Krahn,

Did you set the environment variable SUPPORT_DECLUSTERING=false in the system where user that starts the SWPM?

Can you please try setting this and run it again?

-Yogesh