Content and your deployment/release cycle

Does anyone here have any best practices to share about how to integrate your content into the deployment and release cycle of software?
We are using a WebCenter Portal solution with content stored in the Content Server that is tightly related to the portal. So, if we deploy a new version of the portal to our test environment we wan t to export/import our content too, at the same time. Same for acceptance and production.
Is it still a manual task using the Archiver, or are you for example using scripts and RIDC?
A helpful link from Bex Huff: http://bexhuff.com/2009/04/scripting-oracle-ucm-with-jython

There are several ways to synchronize content from one system to another. Just here in the Czech republic we have used/proposed to be used:
- the Archiver
- DataGuard/file system clustering
- RIDC
There is probably not just one right solution. In your case, where I believe you need to export increments in batches, whose size will not be that big, I assume the Archiver, or some kind of BatchLoader, looks the right tool. It does not have to be fully manual - see e.g. Building IdcCommand command file to archive from UCM

Similar Messages

  • Error: Static content was not deployed. Please ask your system admin

    One of my users is getting the following error Static content was not deployed. Please ask your system administrator for assistance.
    Has anyone had this before or does anyone know what this is referencing. This happens each time she runs a report and the report does not format correctly.
    At the moment it only looks to be her but i dont think this is system settings as she is running Citrix and all other existing users on Citrix are not complaining.

    JE,
    I've seen it, it happens randomly to some users and no others, we saw it last year for a few weeks then it stop and restarted again in Jan then stopped again. Log a call with CC and give them this CR# 12-1QK0RRZ, the last update I have on this is "Understand that this will require some code changes before its fixed .However, I am unable to provide you an estimated time of implementation at this time. I will update you as soon as I hear more on this one." but that was in March.
    2 things it doesn't happen in Firefox if that is an option for the user AND we found if you signed into staging then back into prod it made it go away, dont' ask me how or why but it seemed to work for us.
    good luck ;-D
    Alex

  • If you go to the reset option in seetiongs and you select erase all content will your icloud automatically sign out on its own ?

    i'm curious because my it looks like i'll have to buy a new iphone because i dont remember the password to my email, my recovery email and my icloud and my best friend was generous enough to let me use her icloud to see if it can be fixed

    No that will not sign you out of iCloud. If it did, Activation Lock would be very weak.
    See the following quote from What to do before selling or giving away your iPhone, iPad, or iPod touch - Apple Support
    Go to Settings > General > Reset, then tap Erase All Content and Settings.
    This will completely erase your device, including any credit or debit cards you added for Apple Pay and any photos, contacts, music, or apps. It will also turn off iCloud, iMessage, FaceTime, Game Center, and other services.
    If you're using iOS 7 or later and have Find My iPhone turned on, your Apple ID and password will be required. After you provide your password, the device will be erased and removed from your account so that the next owner can activate it.

  • Just FYI, new blog post "Deploy BranchCache Content and Hosted Cache Servers Using Windows PowerShell"

    Just FYI, new blog post "Deploy BranchCache Content and Hosted Cache Servers Using Windows PowerShell" at
    http://aka.ms/le85n3
    Thanks -
    James McIllece

    Great to see new BranchCache content out there!
    We created a BranchCache info page to try to get all of the relevant info into one place for V1 and 2
    http://2pintsoftware.com/microsoftbranchcache
    thanks
    Phil
    Phil Wilcock http://2pintsoftware.com @2pintsoftware

  • Hi! I'd like to ask how to erase all content and settings if your iphone was stolen? Please help.

    Hi! I'd like to ask how to erase all content and settings if your iphone was stolen? Please help.

    Were you signed in to iCloud?
    Did you have Find My iPhone enabled in the iCloud settings?
    If so sign in to iCloud.com > Find My iPhone > Devices & select your iPhone
    Otherwise, you are out of luck.

  • HT201263 is it possible to undo changes to your iphone content and settings after running the restore from backup function?

    is it possible to undo changes to your iphone content and settings after running the restore from backup function?

    no

  • My sister bought a 16GB iPod touch 5 and went thru all the steps to set up but then realized it didn't have a camera. So we clicked reset and erase all contents and settings. This does mean her credit card info is erased right?? Thanks for your help.

    My sister bought a 16GB iPod touch 5 and went thru all the steps to set up but then realized it didn't have a camera. So we clicked reset and erase all contents and settings. This does mean her credit card info is erased right?? Thanks for your help.

    Welcome to Apple Support Communities
    When you erase an iPod touch, your information, apps and settings are deleted and iOS is back to factory settings. If she wanted an iPod touch with camera, she should return it after erasing it. Note that the iPod touch doesn't store her credit card information

  • 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

  • What does it mean If you reset your content and settings to your iPhone and when you turn it on all it says is iTunes and shows a USB port

    Please help i was trying to erase all of the content and memory off of my old iPhone 4 because I a giving it to my sister because hers broke and I went to settings in my I phone and then I went to general then reset then I selected erase all content and settings and then it turned off put her sim card in turned it back on and and won't go to the home screen all it shows is a USB cord and it says iTunes

    Read http://support.apple.com/kb/ht1808

  • Link about Content Portlet Suite 11g Release installation guide

    Hi All,
    Does anyone know the link to get the installation guide for Content Portlet Suite 11g release.

    Hi
    I too had this issue initially but in my case I had missed out on the following steps :
    1.
    From a command-line, launch the WebLogic Scripting Tool (WLST), for example:
    WLS-HOME/as11r1wc/common/bin/wlst.sh
    Note:
    The WebLogic Scripting Tool (WLST) is a command-line scripting environment that you can use to create, manage, and monitor WebLogic Server domains. Refer to the Oracle Fusion Middleware Oracle WebLogic Scripting Tool document for more information.
    2.
    After the WebLogic Scripting Tool initializes, type connect() and press Enter.
    3.
    You are prompted to enter the username, password and Admin server URL. Enter these values and press Enter.
    4.
    Once connected to the server, run the following command to register your WSDL:
    registerWSRPProducer('webcenter','Provide_Any_Name_for_WSDL_Handle','Your_WSDL>',timeout=500)
    For example:
    registerWSRPProducer('webcenter','StellentWSRP','http://Host_Name:Port/cps/portlets/wsrp1?WSDL',timeout=500)
    Referencing Your Content Server
    The following WLST commands should be used to create, delete, and reset an Oracle Content Server connection:
    Note:
    The custom managed server on which CPS is deployed and the WLS_Spaces server must be restarted after executing the following commands for the changes to take effect.
    Run the following WLST command to create an Oracle Content Server connection:
    createJCRContentServerConnection('CPS_Application_Name', 'CSConnection', socketType='socket', serverHost='Content_Server_Host', serverPort='Content_Server_Port')
    For example (if the CPS application name is StellentPortlets):
    createJCRContentServerConnection('StellentPortlets', 'CSConnection', socketType='socket', serverHost='192.0.2.250', serverPort='4444')
    Run the following WLST command to delete an Oracle Content Server connection:
    deleteConnection(appName='CPS_Application_Name', name='CSConnection')
    Run the following WLST command to reset an existing Oracle Content Server connection:
    setJCRContentServerConnection('CPS_Application_Name', 'CSConnection', socketType='socket', serverHost='New_Content_Server_Host', serverPort='New_Content_Server_Port')
    Run the following WLST command to list the existing Oracle Content Server connections:
    listJCRContentServerConnections(appName='CPS_Application_Name')
    See if you too have missed to follow the above mentioned steps and if so then complete it to see if the issue still persists .
    Hope this helps
    Thanks
    Srinath

  • How do I clear the blank space between content and footer?

    In the process of revising a Muse website, I deleted some content from one of the pages and revised the content that remained on the page. Now I have a blank area between the bottom of the revised content and the top of the footer, and I can't seem to get rid of the blank space. It doesn't appear that there are any text blocks or other images in that area, so I can't find any objects to delete. Help?
    The website is currently published in a draft mode for client review. You can examine it at: http://page7creative.com/clients/coremove_jun2012draft/retreats.html. The page in question is the Retreats page. Restarting Muse made no difference. I work on the Mac platform.
    Before I sent this post, I decided to try creating a new page, then copy/paste the content onto the new page, and save the Muse site under a different name. Lo and behold, the page (and the site) works like it should...without any extra space above the footer on that page. It would appear that something went astray when I deleted content on that page. I can use the new page to get the site working properly, but decided to go ahead and send this post so that you can look at the page code and perhaps see what is wrong that is causing the blank space...in case I ever run into this again.
    Thank you.
    pyxis83

    Thanks for sending your file.
    There is a graphic at the bottom of the content area of the Retreats page that's been cropped to a size of zero width and 2 pixels in width.
    Unfortunately, there's a bug with pointer tool drag selection (aka marque selection) that prevents it from selecting an item that has zero width or zero height. Therefore the easiest way to select this item to delete it is to select any other item on the page, then hit the tab key repeatedly to cycle through every item on the page. When you get to this item you should see a little pile of selection handles at the left edge of the third column and right at the bottom of the content area. The width and height will display as zero and 2. Delete this item and the page will resize to fit the remaining content.

  • Issues with running permission scripts on Hoted desktop via Citrix and when deploying via SCCM

    I am running a permissioning VBScript which runs when I do a standalone insallation manually running the power shell commands to add and publish the application.
    This only runs vis SCCM when a machine installation is acrried out but not a per user installation. Any ideas?
    The same script seems to run sometimes & sometimes does not on a hosted desktop with aps publish via citrix from the appv server. Any ideas?. A coppy of my Deploymentconfig.xml file userscript section that calls the script is below
    <UserScripts>
          <StartProcess RunInVirtualEnvironment="true">
            <ApplicationId>[{AppVPackageRoot}]\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe</ApplicationId>
            <Path>[{AppVPackageRoot}]\..\Scripts\AdobeSerialization.exe</Path>
            <Arguments>adobe_prtk --tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="false" />
          </StartProcess>
          <StartVirtualEnvironment>
            <Path>WSCRIPT.EXE</Path>
            <Arguments>[{AppVPackageRoot}]\..\Scripts\VFSCACLS.vbs -guid 6d0756af-b755-493b-8cee-4299e8666978 -error -name "Adobe Photoshop CS6"</Arguments>
            <Wait RollbackOnError="false" />
          </StartVirtualEnvironment>
        </UserScripts>
    The guys in the build team reckon this is an application issues but I can't see how it can be if the applications runs when manually calling the powersehell commands. Also like I said on the Hosted desktop one minutes the script runs and one minute it does
    not.
    Can someone help please?

    Hello,
    If deploying the application to the user, and the configuration file is updated as part of the content and distributed to the DPs, and then downloaded to the client and the client is enabled to run scripts - no I never had that issue.
    If I had something which didn't work I would usually verify what is on the Distribution Point?
    You can download the SCCM 2012 R2 toolkit to verify what is on the DPs;
    http://www.microsoft.com/en-us/download/details.aspx?id=36213
    If it is deployed to the client - it means you can read the client log-file from SCCM. See the AppEnforce.log as a potential candidate;
    http://technet.microsoft.com/en-us/library/hh427342.aspx#BKMK_AppManageLog
    If it gets properly parsed by the App-V Client you can check the App-V event logs, see Tim Mangans blog post about enabling further debug-logs;
    http://www.tmurgent.com/TMBlog/?p=1247
    As I can't see what is happening within your Environment I would redo all the steps and verify what the results were of each step. If one step fails, I would then post what step I had performed up until that point, what the result were of each step and what
    was happening within the final step that I would consider a failure.
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Can we develop a solution in Visual Studio 2012 and still deploy it on BizTalk 2010?

    Can we develop a solution in Visual Studio 2012 and still deploy it on BizTalk 2010? or Is it that solutions developed in VS 2012 have to be deployed only to BizTalk 2013?
    Thanks

    BizTalk 2010 projects are not compatible with Visual Studio 2012. To use Visual Studio 2012 with BizTalk 2010 projects, you must install
    BizTalk 2013 on the computer that has Visual Studio 2012. The first time you open a BizTalk 2010 project, it is automatically upgraded to the BizTalk 2013/Visual Studio 2012 project system
    Refer
    this.
    Please mark it as Answer if this answers your question
    Thanks.
    Mo
    The contents I write here is my personal views, not the view of my employer and anyone else.

  • How to Erase all Content and Settings and keeping IOS 7.06?

    I'd like to participate the iPhone 5 Sleep/Wake Button Replacement Program, however than I'll have to Erase all Content and Settings and I'm afraid I'll loose IOS 7.06.

    If this is anything like standard warranty service, the unit you get back will be totally refurbished, which also means having it updated to the latest iOS release. The caveat in the program description hints this:
    Note: If your iPhone 5 has any damage such as a cracked screen which impairs the replacement of the sleep/wake button, that issue will need to be resolved prior to the sleep/wake button replacement. In some cases, there may be a cost associated with the repair.
    Also important to ask, does your phone have a faulty button in order to qualify for the repair?  They also clearly state:
    Apple will replace the sleep/wake button mechanism, free of charge, on iPhone 5 models that exhibit this issue and have a qualifying serial number.

  • Flash contents not loading in release mode

    hi ,
    I have a cocoa application that loads web page on a webview .When I run this application on release mode , is loading the page without Flash contents and displaying in console as shown below,
    2010-03-04 03:05:01.626 sampleforAlphaScreenWindow&chaneTextbackgroundcolor[930:10b] object 0x1064680 with 0 retain-count passed to CFMakeCollectable.
    2010-03-04 03:05:01.830 sampleforAlphaScreenWindow&chaneTextbackgroundcolor[930:10b] Error loading /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player: dlopen(/Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player, 262): no suitable image found. Did find:
    /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player: GC capability mismatch
    but if I ran this same application in Debug mode , its loading the flash contents also on to webview.
    how can I load the flash contents of web page in release mode also.
    Any advices would be appreciated.
    thanks in advance.
    Akbar

    I would say that you declared the wrong type of IBOutlet or some other variable in your program. Posting here might give better results.
    In either case, I'd try to stay away from Flash. It's buggy at best.

Maybe you are looking for