Does Node UUID get propagated from Staging to Production

Hi,
We have the following requirement -
We have a folder which contains list of articles in Content Repository.
The requirement is to select the articles from the folder, and display it in a certain order.
Preferred solution is XML based, where we just specify the list of items in the order in which they are to appear.
We did think of a solution where, we will list down all the UID of the nodes that should appear in the portlet in the same order in XML. And in the JSP retrieve the node based on the UUID and display all its relevant properties.
However I just had one concern on this. The custom will always manipulate the XML on Staging and then propagate onto production. So in that case, the Node UUID that is obtained from Admin Console in Staging - Once propagated does it remain same?
So will the Staging XML with Staging values of NODE UID's have tp be manipulated to point to Production UID's or
Does the UUID value in staging get propagated to PRODUCTION. SO that the same XML can be used across. Or is a new SET of UID's are created for PROD env.

Hi Deepak,
Thanks for your inputs.
You mentioned that we create a property in the content type that specifies the order.
If I understand it clearly, if we create 2 properties 1. to-be-published (boolean) and 2. posted-date
and instruct the person doing content management that
1. Select the items using the to-be-published property (Content selector will select all nodes on the basis of this property)
2. The items will be sorted on the basis of posted-date (Descending order)
Pls. confirm, if this can be the approach.
Alternatively,
As end user was insisting a XML based approach, how about creating a property - Post-Id (User will have to specify a unique ID) and in the XML just specify the ID. But what I dont get here is, how will the nodes get retrieved in first place.
Thanks,
Lilly

Similar Messages

  • Where does the data get saved from (notepad) or Notes on Windows Mobile 5?

    Where does the data get saved from (notepad) or Notes on Windows Mobile 5?
    (ON the Phone)  Sticky note like program WM5
    I ask because I synced my Blackjack 1 to my pc after about a year and MANY notes later, All the notes from the PC remained but ALL new notes on phone (a years worth) were deleted from the phone.
    I would like to attempt a data recovery on my mobile device- that was an insane endeavor but i got it to work now i just need to know what to look for (what type of files to recover) and or where to recover from?
    I did make the phone a drive already and have data recovery software that can pull deleted files from the phone in fat or raw data format.
    Thanks.

    Hi,
    I think this is not the best forum for your question. This forum is for Microsoft Exchange Server's mobile connectivity issues.
    Regards,
    Zoltán
    http://www.clamagent.org - Free Antivirus for Exchange
    http://www.it-pro.hu
    http://emaildetektiv.hu

  • Automatic Deploying of Portal Configuration from Staging to Production Environment

    Hello,
    I'm anlyzing the opportunituy to write an automatic procedure that synchronize
    our WebLogic Portal production environment with the staging one. These two environments
    are physically separated.
    I have found the BEA Propagation Tool. However it seems that is not possible to
    define a procedure that is really totally automatic.
    Firts of all, it is necessary to hava an manual operator that selects the objects
    that have to be propagated and after starts the propagation process.
    Besides it is necessary to have database connections beetween the progation tool
    and both the environments.
    What I'm looking for is a solution that
    1. analyze the staging environment
    2. export some files that contain both code, configuration and data (code, LDAP
    and DB data)
    3. import these files into the second enviroment
    has someone deal with this problem?
    Thans in advance
    Ciao

    Manish,
    to answer your questions -
    1. You can find the exact date and time for these refreshes/maintenance schedule on your production pod. Just go to 'Training & Support' in your production. There will be a calendar in which you can see the maintenance schedule. The details are quite accurate. to be sure of the time I would suggest you get in touch with the Service/Support rep at Oracle.
    2 & 3) Oracle CRM On Demand provides a Migration Tool that can be used to migrate configuration changes from on POD to another. This can be between Staging --> Production and vice versa. Although, I would recommend that you go through the migration tool bookshelf and understand in detail the use of this tool. There are limited configurations that can be migrated. So it would be wise to create a plan based on what changes you are looking to migrate.
    Note: Reports are copied on the Staging after the refresh only from Prod to Staging. This does not happen from Staging to Production. Reports will have to be created in Production and will be copied on Staging on a Quarterly basis (Check your refresh schedule)
    4) You can use the migration tool to migrate configuration changes from a live environment into another instance.
    The migration tool can be downloaded from:
    Admin --> Import and Export Tools -->Oracle Migration Tool On Demand
    You can download the Migration Tool Bookshelf here:
    http://docs.oracle.com/cd/E22393_01/books/OnDemMigrTool.pdf
    Thanks,
    Royston

  • Deployment of upgraded site from staging to production - error when trying to access "Content and Structure"

    Hi,
    We recently upgraded a site from SP 2010 to SP 2013. For moving to production, I copied over the content database to production and used the following command to to make the content database accessible in production:
    Mount-SPContentDatabase -Name 'WSS_Content_SSBC' -WebApplication 'https://biprod.bljc.com'
    I then change the host name of the site from staging to production host name using
    $site = Get-SPSite  https://stagingsite.companyname.com
    $site.Rename("https://prodsite.companyname.com")
    The site loads and I can see my content. But when I try to use the "Content And structure" link under "Site Settings" --> "Site administration"
    I receive the following errror:
    Sorry, something went wrong An unexpected error has occurred.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 3fbfcd9c-7185-10a2-6d19-8570d7f15319
    Date and Time: 11/19/2014 3:38:31 PM
    IN THE ULS LOG, THIS IS ONE OF THE ERRORS:
    Application error when access /_layouts/15/sitemanager.aspx, Error=Object reference not set to an instance of an object. 
     at Microsoft.SharePoint.Publishing.Internal.WebControls.ObjectSerializer.DeleteAllowed(Boolean checkPermissions)   
     at Microsoft.SharePoint.Publishing.Internal.WebControls.SmtButtonField.FormatDataValue(Object dataTextValue, Boolean encode)   
     at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e)   
     at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)   
     at System.Web.UI.Control.DataBindChildren()   
     at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)   
     at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource)   
     at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding)   
     at Microsoft.SharePoint.WebControls.SPGridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding)   
     at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data)   
     at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data)   
     at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data)   
     at System.Web.UI.WebControls.DataBoundControl.PerformSelect()   
     at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()   
     at System.Web.UI.WebControls.GridView.OnPreRender(EventArgs e)   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    BTW, don't know if this applies but production is load balanced and staging is not.
    Thansk,
    Sherazad
    Sherazad

    Hi Sherazad,
    As the Content and Structure is enabled by the SharePoint Publishing feature, I recommend to deactivate and re-activate the publishing feature with the command below to see if the issue still occurs:
    Disable-SPFeature –identity Publishing -URL <sitecollection url>
    Enable-SPFeature -Identity Publishing -url <sitecollection url> -Force
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • OWB propagation from development to production environment

    Our department is in need to implement overall security around our production data warehouse.
    One issue that seems to bother our management is having only one OWB Designer where developers would have to be responsible enough to use snapshots and export mappings to mdl files. Management would like to have development and production OWB Designer Repository where production designer would always be in sync with what is deployed in prd database. Also prd OWB Designer Repository would be like a source safe so we have to always get a mapping from prd designer move it dev designer and when done propagate changes back to prd designer and then deploy to prd database.
    Would this be a good approach?
    Any input on how to handle propagation from development to production environment, and if you are aware of "best practices" when it comes to OWB environment is appreciated.
    Best Regards,
    Vlasta

    Hi,
    Copy whole catalog and rpd from dev to prob.
    If you want to copy specific report go to OracleBIData\web\catalog\samplesales\root\shared\sample+sales(group folder name)
    You can copy reports under folders and dashboards in _portal in Sample sales group folder...both file and .atr file.But you may miss security applied on those dashboards.
    http://www.rittmanmead.com/2008/04/28/migration-obiee-projects-between-dev-and-prod-environments/
    Best practice is to copy whole catalog and rpd (or) Copy shared and system folders and their .atr files from OracleBIData\web\catalog\samplesales\root so that you will not miss security and you will not over ride users folders which may contain some data created by them.
    Thanks,
    Srikanth

  • Where does CustomIDocumentPlugin:identifyIncomingDocument get doctype from

    When handling positional flat files it looks like doctype is not defaulting from B2B setups for oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument Enter
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument non-XML Payload
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument iDoc ECS = xyzECS.ecs
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument start pos = 71
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument end pos = 75
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument key = [METH]
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument value = [METH]
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument target = [METH]
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument doctype = xyz, doctype revision = 1.0
    oracle.tip.adapter.b2b.document.custom.CustomIDocumentPlugin:identifyIncomingDocument Exit
    the doctype that I have defined in B2B is different than what's being identifyed by CustomIDocumentPlugin
    message only gets processed if I go and change my doctype name to whats in the log.

    I understand start and end position, they are matching. but its identifying the doc type as lets say "xyz" and revison 1.0 , where as there is no such setup in Oracle B2B. my question was where is it getting "xyz" and 1.0. it always defaults to doc type as "xyz" and revision 1.0
    If I go and change my B2B setups (doc type as "xyz") only then the document gets processed or else it errors saying agreement not found.
    This is very strange , is it possible that the doc type is somehow getting derived from ecs and not B2B setups ?

  • Two part question: what does do? what does how to get red from getRGB()

    Hi,
    I came across some interesting code today, which was
    System.out.println((255 & 0xFF) << 24);
    outputting -16777216.
    Firstly, what does << do?
    Secondly, if -16777216 was the output of getRGB() in say, BufferedImage class, how should I go about getting just the red part of it?

    The oiperator << shifts bits left. This means if you have a Binary sequence like
    b == 01001
    and perform b << 1 then
    b == 10010
    read Here:
    http://java.sun.com/docs/books/tutorial/java/nutsandbolts/op3.html
    for your second question,
    Construct a Color from your int.
    BuferredImage img;
    int x, int y;
    int i = img.getRGB(x,y);
    Color c = new Color(i); //this makes your integer an instance of Color
    int redPart = c.getRed();API References:
    BufferedImage:
    http://java.sun.com/j2se/1.5.0/docs/api/
    then select java.awt.image
    then select class BufferedImage
    Color:
    http://java.sun.com/j2se/1.5.0/docs/api/
    then select java.awt
    then select class Color.
    Enjoy reading the APIs!
    why the heck don?t the code tags work?
    Edited by: AikmanAgain on Feb 8, 2008 12:35 AM

  • Where does ipad mail get contacts from

    So i try to send a photo to my son, when I start to enter the first few letters of his email address up comes a list including an old address that I deleted ages ago ... it is certainly not in 'contacts' so is there some 'cache' somewhere that I need to clear ? Best Roger

    As with the Mail app on a Mac, the iOS Mail app stores all email recipients in a list of previous recipients. The autofill for email addresses pulls from your contacts and from the list of previous recipients.
    Different from the Mail app on a Mac, there is no access to the list of previous recipients to add a previous recipient to contacts that is not already entered, or to remove a previous recipient from the list - not at the present time anyway.

  • Why does my mail get returned from some email addresses

    When I send email to one particular email address, even though I have not been blocked, the email gets bounced back to me. Why is that and how can I solve it?

    The mail server returns the mail as not able to be delivered and tells me it is a permanent error. The email address is correct. I have been given another company email address to send to and that has the same end result. I am not blocked by them and all my other emails are being sent to their destinations. What else can I say?

  • Get DocNum from newly entered Production Order

    I have an add-on that creates a production order from a given BOM (Item).  The code works fine and the production order shows up in B1.  However, following the "ProdOrder.Add" event, I need to find the DocNum and/or DocEntry for the newly added Production Order.  The problem is that none of those fields are actually populated even after the "Add" event.
    How can I retrieve this data from the newly added Production Order?
    Here's my code so far:
    ProdOrder = B1Connections.diCompany.GetBusinessObject(BoObjectTypes.oProductionOrders)
                    ProdOrder.ItemNo = ItemID
                    ProdOrder.PlannedQuantity = Qty       
                    strDate = DueDate.Substring(4, 2) & "/" & DueDate.Substring(6, 2) & "/" & DueDate.Substring(0, 4)
                    dDate = strDate
                    ProdOrder.DueDate = dDate
                    intResult = ProdOrder.Add()
    DocNum = ProdOrder.DocumentNumber
    Even though the DocNum will show up fine in the database, the statement above will return only a "0" value.
    What do I need to do to get this data?
    Thanks!

    Hey Curtis,
    Have you checked out the GetNewObjectCode method in the DI API? I am not sure what version you are using but you can use this for sure in 2004

  • We are getting calls from "peoples connect u.s.a." telling us they are providers of service for Microsoft and Macintosh. They have been informed our computer has informed them our drivers are in going to crash. legit. We think they are bogus. Right?

    Does anyone else get calls from "Peoples' Connect U.S.A." indicating they have received error signals from our computer that that all drivers are going to crash and that our system is at high risk?

    I get about one a day, usually saying our Windoze computer is infected (we don't have a Win computer). I cheerily thank then for calling and say I need to transfer them to our IT manager (I'm a home user so no such thing), lay down the phone near a radio with elevator music, and go about my business.
    One person reported here within the last month that they fell for the trick. The callers ended up with $600 of her money for something that did not need fixing. They also ended up with her credit card number, her phone number, and her e-mail address. They had a good day; she didn't.
    As most of these calls come from overseas (I call them "Mike from Mumbai" calls), the FCC can't do much but wring their hands. They've not been able to stop the "Rachel from Cardholder Services" robo-calls that have been plaguing US households for nearly a decade.

  • How to promote configuration in CRMOD across staging and production

    1.     If we make any configuration changes in production environment exactly after what time does these changes get reflected in staging environment? We understand it is every quarter but can Oracle confirm say July 2nd for April-May-June quarter. We need to know the exact date and time?
    2.     If we make any configuration changes in staging environment (to objects, picklist, layouts, workflows, reports) ,is this possible to promote those changes in production environment by downloading script from staging and uploading script into production? Is there any tool available for this ?
    3.     If we make any configuration changes in production environment (to objects, picklist, layouts, workflows, reports) ,is this possible to promote those changes in staging environment by downloading script from staging and uploading script into production?
    4.     If we want to have the same configuration of any live instance of existing customer, can we simply copy and paste or can we link through by any other tool/script into another customer’s instance?

    This is the incorrect forum for this question, however I do that CRM staging environments are automatically 'refreshed' from production. I'm just not what that schedule is.
    Dave

  • Promote Endeca Configurations from stgaing to Production

    How to promote the Search Configuration xmls(Rules, keyword Redirects, Thesaurus etc) from staging to production? Emgr_Update doesn't seem to help in 3.1.2 version, one of the documentations says its no longer public.
    Basically we want the similar behaviour as 'get_ws_settings' in Oracle Endeca Commerce, Tools and Frameworks 3.1.2(workbench version, no Experience Manager).
    Please help. Thanks

    Have you looked at the Configuration Migration Utility? That allows you to create a zip file and basically package the workflow definition and move it from content server to content server.

  • I want to donate my computer and want to delete my name from the online product registration and the name of my house icon.

    There are two final deletions I must make before I give the computer away. How can I delete my name from the online product registration of my computer, and from the house icon?

    Hi, Michelle. Welcome to Apple Support Communities.
    You can create a new administrator account (System Preferences > Accounts; I'd name it "New User" or the user's name if you know it). Sign out and sign in with the new account. Once you're sure the new account is working okay, you can delete your old account. This removes your name on the house icon (your user account).
    Unfortunately, I don't think there's a way to get away from the online product registration, but it's never been an issue for me. I've bought several iBooks on eBay and never worried about the product registration. Any time I called in for service under AppleCare, I just told them I bought the iBook on eBay, and it was never questioned further than that.
    If you're worried about security, you may want to restore the iBook to like-new condition using the Restore disc(s) that came with the iBook, using the Erase option. Choose the correct link (depending upon which iBook model it is) from the following Apple Knowledge Base article: How to restore your Apple software.

  • How can I get Data from the Sound cart in Labview? Does a VI exist?

    How can I get Data from the Sound cart in Labview? Does a VI exist?

    Yes, there are VIs for acquiring data from Sound cards. And examples too. If you don't have LabVIEW yet, do a search on NI's site for example VIs.
    Khalid

Maybe you are looking for