DT
Right now we have multiple ARIS databases created and we are looking to consolidate all the databases into a single database. The way we are looking to do this is by exporting all the content and importing the content into the consolidated database.
We export the file and there is no issue. We get all the models, attributes, objects etc. However when we import the file it changes all the last_user and creator attribute to the user who imported the file (in my case, system). The other attributes load perfectly fine. When I look at the XML file there is no issue.
Anyone know how I can resolve this issue?
XML File:
<AttrDef AttrDef.Type="AT_LUSER"> <AttrValue LocaleId="&LocaleId.USen;"> <StyledElement> <Paragraph Alignment="UNDEFINED" Indent="0"/> <StyledElement> <PlainText TextValue="robray"/> </StyledElement> </StyledElement> </AttrValue> </AttrDef> Import: