cancel
Showing results for 
Search instead for 
Did you mean: 
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
View Entire Topic
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?