cancel
Showing results for 
Search instead for 
Did you mean: 

Last error reported by the step: Unknown attribute policyActionType in table tORA_DatafilesImportTemp

Former Member
0 Kudos
927

Hi All,

We are performing Homogeneous system copy with oracle database while giving inputs itself i'm getting the following error please find attached sapinst log and screenshot.

ERROR:

( Last error reported by the step: Unknown attribute policyActionType in table tORA_DatafilesImportTemp.).

Regards,

Videesh

View Entire Topic
Former Member

Hello Videesh,

make a backup from the file DBSIZE.XML in sapinst_instdir and \ABAP\DB\ORA then remove the columns

"policyActionType" and "policyDays" from the original one.

After that please retry the installation with the option continue old

installation.

remove:

      <column name="policyActionType">

      </column>

      <column name="policyDays">

      </column>

Regards

Christian

symon_braunbaer
Active Participant
0 Kudos

Many thanks, I just need to be a little bit more specific here:

In addition, it is also necessary to remove ALL the sections, that look like this:

  <fld name="policyActionType">
    <strval><![CDATA[]]>
    </strval>
  </fld>
  <fld name="policyDays">
    <strval><![CDATA[]]>
    </strval>
  </fld>

Suuuuch a nasty bug !!!

Rizwan_PK
Explorer
0 Kudos
Thanks a lot this solution works for me, again thank you very much