Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Clone and Migration issue

User_1TG5CJul 4 2022

Hi All,
We have an issue while we do Clone or migration from Prod to Test pod.
Clone Error.jpg (29.62 KB)Attached is the error we get to clear the data before restructure. We have tried multiple options to resolve this but still no luck. All DB refresh and other functionality is working in PROD however Clone or Migration (import snapshot) is not working in TEST. Data gete loaded in ASO cube but fails after that with attached error. If I try to export TEST data also for that ASO cube and again import back to same ASO cube, it failed with same error.

Please advise .

Regards
Vishal

Comments

ryan sullivan2
You could always use javascript to update the title.

-ryan
929656
Sure. Is there a way I can get section name in java script?
stellentpmp
Just do this in the page template:
<title><!--$wcmFragment("wcm", "[fragment content ID]", "[fragment ID]", "[snippet]")--></title>

And then just update the fragment to reflect what you want.

Alternatively, switch to Design mode and click on the placeholder (ie. region1). Then in the "Properties" window, update the "Title" property to what you want. You can also put idoc in there.

To get the section label in idoc, use <!--$sectionLabel = ssGetNodeLabel(siteId,nodeId)-->

Hope this helps.
929656
Sure that provided an important clue. Here is what I did:

1) Tools -> Define Custom Section Properties, I added a new property "SectionNodeId".
2) For each of my section I configured this value to be equal to SectionId
3) I then went to the common page (that acts as a primary page in multiple sections) and clicked on a placeholder. That showed up "Title" property in the Properties window.
4) I put this "<!--$ssGetNodeLabel("<Hardcoded site id>",ssGetNodeProperty("SectionNodeId"))-->" in the Title.

It worked. Thanks for your help.
ryan sullivan2
Nice job!
1 - 5

Post Details

Added on Jul 4 2022
0 comments
52 views