Hi Everyone,
I am trying the Export and Import application as per this link referred here: ExImData
I have the following sample class I am trying to import:
Class Persistent.PersonBackup Extends %Persistent
{Property Name As %String;Storage Default
{
<Data name="PersonBackupDefaultData">
<Value name="1">
<Value>%%CLASSNAME</Value>
</Value>
<Value name="2">
<Value>Name</Value>
</Value>
</Data>
<DataLocation>^Persistent.PersonBackupD</DataLocation>
<DefaultData>PersonBackupDefaultData</DefaultData>
<IdLocation>^Persistent.PersonBackupD</IdLocation>
<IndexLocation>^Persistent.PersonBackupI</IndexLocation>
<St

.png)
.png)