Migration from Infinity CMS to Webcenter Sites

Hi,
If anybody worked on migration from Infinity CMS to Webcenter Sites CMS, please let me know how it is done.
Which tools can be used (any 3rd party available?). Or can we develope some custom tool or component.
The data to be migrated included pages, images, videos,...
Its urgent. Your help is much appreciated.
Thanks

Hello,
As far as I know GSF is add-on to Oracle WebCenter Sites or FatWire which is not supported by Oracle. Hence, you may have to built some custom element to achieve this.
If you are following a certain URL pattern, then you can create one CSElement just to copy gsf url to vanity URL field after you have configured your WebRoot properly (which I have NOT tried though). Otherwise its better to start from scratch by defining WebRoots and URL patterns for your asset types and then simple create one element to just edit and save all existing assets so that Vanity URLs for those assets are updated.
Check more about URL patterns here - http://docs.oracle.com/cd/E29542_01/doc.1111/e29636/config_vanity_url.htm#WBCSA7473
Regards,
Guddu

Similar Messages

  • Migration from GST URLs to WebCenter Sites Vanity URLs

    We have a Sites implementation with GST vanity URLs. What does it take to migrate to WebCenter Sites Vanity URLs? Is there any documentation for this?

    Hello,
    As far as I know GSF is add-on to Oracle WebCenter Sites or FatWire which is not supported by Oracle. Hence, you may have to built some custom element to achieve this.
    If you are following a certain URL pattern, then you can create one CSElement just to copy gsf url to vanity URL field after you have configured your WebRoot properly (which I have NOT tried though). Otherwise its better to start from scratch by defining WebRoots and URL patterns for your asset types and then simple create one element to just edit and save all existing assets so that Vanity URLs for those assets are updated.
    Check more about URL patterns here - http://docs.oracle.com/cd/E29542_01/doc.1111/e29636/config_vanity_url.htm#WBCSA7473
    Regards,
    Guddu

  • Migration from another CMS – how could be done, what can be re-used?

    Hello,
    I am discovering Webcenter Sites, and would like to know if there are standard tools to migrate from another CMS (e.g. UCM):
    – how could be done, what can be re-used?
    Thanks in advance,
    Vince

    Could you describe in more details what exactly you need?
    a) In Oracle there is an organization called Migration Factory which can do the work for you - if it is a one-off task, I'd go with them, or with a partner.
    b) You mentioned UCM - does this mean that you have a Site Studio website(s) that you want to migrate to WebCenter Sites? Why, and why just now? You could probably live for few more years with Site Studio - I believe that very soon Sites and Content will much more integrated and the migration will be much easier.
    c) I'm not sure if there is any tool for migrating templates, but I'd definitely try to leave the content (images, videos, documents) in UCM - at the moment, Sites integrate with other Content Repositories (MSSO, Documentum), so UCM will hopefully be added soon.

  • Migration from WebLogic Portal to WebCenter Portal

    Hi,
    we are on the way to migrate our WebLogic Portal application to the new WebCenter Portal Framework. We have solved some problems but now we are having one, we do not know how to solve it.
    In our WebLogic Portal we used the tag "isUserInRole" from http://www.bea.com/servers/p13n/tags/auth
    we cannot find this tag or something comparable in the new environment.
    <code>
    <%@ taglib prefix="auth" uri="http://www.bea.com/servers/p13n/tags/auth"%>
    <auth:isUserInRole roleName="AuthenticatedVisitor" roleMap="rm" id="rid">
    </auth:isUserInRole>
    </code>
    I know, we could start writing our own tag libraries but I cannot believe that this is the preferred and recommended way.
    Our environment at the WebLogic Portal (WebLogic Server 10.3.2) is JDK 1.6 and JSF 1.2
    and in the first step we would like to just keep everything as it is not migrate to ADF, this will be a later step.
    Target Environment: WebCenter Portal Framework 11.1.1.4.
    Can anyone help, please?
    Regards
    Edmund
    Edited by: egeesken on 05.04.2011 10:07

    I don't realy know WebLogic portal so i don't realy know what the isUserInRole actualy does in WLP.
    Can you tell a bit about the functionality of that tag?
    Is it that everything between those tags will only be shown in the case that a user is in particular role? If so, this can be easily achieved in webcenter. We don't have a <auth:isUserInRole> tag but we can use the securityContext of ADF (WebCenter) in combination with the rendered attribute.
    A simple example. Suppose you have a JSPX page with a panelGroupLayout and you only want to show the content of that section if the user is an admin:
    <af:panelGroupLayout rendered="#{securityContext.userInRole['Administrator']}">
    </af:panelGroupLayout>You can use the rendered attribute on pritty much all the components, both WebCenter as ADF.
    Is this what you mean or don't i understand your question?

  • Regarding OpenLDAP installation issue for Webcenter Sites

    Hi,
    Iam trying to install OpenLDAP 2.3.x in RedHat 6.5 in order to integrate the LDAP with WebCenter Sites.
    I followed the below steps..
    Downloaded openldap-stable-20070110.tgz .
    then,
    tar-xvzf openldap-stable-20070110.tgz
    cd openldap-2.3.32
    on running the below command,
         ./configure --enable-crypt --with-tls
    Iam getting this error:
    configure: error: Could not locate TLS/SSL package
    Please help on this.
    Thanks

    I am going to move this thread from Certification Communities to Webcenter Sites.
    Thank you,
    Lisa Fedynich
      Global Customer Support Engineer, Middleware Certification Support and Community Team

  • Migrating my site from webcenter Sites 11.1.1.6.0 to 11.1.1.8.0

    Hi,
    I have installed Webcenter Sites 11.1.1.8 (on weblogic server). Now I need to move my site from the existing webcentr sites 11.1.1.6.0 installation over to the newly installed sites 11.1.1.8.
    Can someone guide me on how to achieve this? Will publishing work across versions?
    Thanks!

    Thanks Mike. The information is really useful.
    Pratush, do you mean that though it is not supported officially but it does work?
    Has any body done it successfully because when I add 11.1.1.8 instance as a target destination, I do not see the green light indicator. It's red!

  • Search not working in site collections migrated from MOSS 2007 to SharePoint Server 2013

    I have few site collections migrated from MOSS 2007 to SharePoint Server 2013 using database attach (first to 2010 and then to 2013).
    When I search for anything in these migrated sites, I get "Nothing here matches your search".
    Checked the crawl log for these sites and see this error for all items.
    The content processing component failed to process the security descriptor of the item. ( The input ACL is invalid (1210 / 2072).; ; SearchID =
    Some-Random-GUID )
    Search works fine in newly created sites in 2013 environment.
    Please help.

    Hello
    Did you migrate your users to claims when you migrated the databases?
    $wa = Get-SPWebApplication http://yourdom.com
    $wa.MigrateUsers($true)
    $wa.ProvisionGlobally()
    I assume the sites that work and the migrated content are in the same database?
    MCITP-EA | "Never test how deep the water is with both feet"

  • Bulk Project Site option isn't working in project server 2010 migrated from PS 2007.

    Hi,
    I am doing a test migration from epm 2007 to epm 2013. 
    So first, i need to migrate the project server 2007 to project server 2010. i have 2 separate environments for EPM 2007 and EPM 2010).
    there is no problem in migration process and i successfully migrate entire PWA 2007 to 2010, except Workspaces (Project sites).
    Bulk project site option is not helping. I have tried 4-5 times with different PWA 2007 databases (PWA1, PWA2...) but this option did not work. and errors in queue are WSSWebDoesNotExist(16405) and GeneralQueueJobFailed(26000).
    Then next time while migrating all over again i kept the same port and same PWA name then bulk project site option worked.
    Question is, Do i need to keep the same PWA name and same port for the new upgraded PWA??,  one more issue regarding this is that if don't keep the same PWA name and i open the project site and click on the "Project web app" back link, it
    redirects me to old PWA site which doesn't exist and give me page not found error (Obviously).
    Below, you can see the both scenarios.
    my previous PWA 2007 site, say  - http://epm2007:2222/PWA
    When  -  migrated PWA 2010 site, say  - http://epm2010:3000/NewPWA    (Bulk project site update just doesn't work)
    When -  migrated PWA 2010 site, say  - http://epm2010:2222/PWA    (Bulk project site update worked)
    Whats the solution of this problem. is there any utility or query to link all project sites correctly?
    Will i face the same problem while migrating PS 2010 to PS 2013??
    Thank you.
    sandeep

    Hi,
    I would say it is easier to keep the same PWA name between 2007 and 2010 (no need to have the same port).
    If you want to move to a new PWA URL maybe you can use stsadm backup/restore as detailed in this article?
    http://technet.microsoft.com/en-gb/library/ee662500(v=office.14).aspx
    Hope this helps
    Paul

  • Issue with Excel Access Web Part, with sites that were migrated from 2010 SP to 2013 SP

    Hello, 
    If I try to add an Excel Access Web Part to a page I get the following:
    **Note: This only happens with sites that were migrated from 2010 SharePoint to SharePoint 2013. If I create a new site the feature works like it should and loads the workbook. I've tested this on several sites, our environment is enterprise as well. Being
    that the majority of our sites were migrated from 2010, I need this to work! 

    Can you try below fix and let me know
    http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/05/21/excel-services-the-workbook-cannot-be-opened.aspx

  • Inter-site replication and KCC, when migrating from 2008 SP1 to 2012 R2

    Hello,
    We have a very simple AD infrastructure, two sites.  I have built out a 2012 R2 server, extended the AD schema and promoted it to a domain controller.  Reviewing the existing AD replication topology, we currently have a 2008 SP1 server as a DC
    designated as the source/destination for inter-site replication, which appears to have been decided by KCC.
    I will be decomming this 2008 SP1 server, having migrated off the FSMO roles to a few other DCs.
    Will KCC automatically know to adjust the replication topology when the 2008 SP1 DC is offline?  Should I demote it after migrating off the FSMO roles?
    Thanks,
    Matt

    Hi,
    Thanks for your post.
    By default, the KCC reviews and makes modifications to the Active Directory replication topology every 15 minutes to ensure propagation of data, either directly or transitively, by creating and deleting connection objects as needed. The KCC recognizes
    changes that occur in the environment and ensures that domain controllers are not orphaned in the replication topology.
    For more detail information, you could refer to:
    http://technet.microsoft.com/en-us/library/cc961781.aspx
    For the migration, you could transfer the Flexible Single Master Operations (FSMO) Role and remove the Windows 2008 R2 domain controller, please refer to:
    Step-By-Step: Active Directory Migration from Windows Server 2008 R2 to Windows Server 2012 R2
    http://blogs.technet.com/b/canitpro/archive/2014/05/28/step-by-step-active-directory-migration-from-windows-server-2008-r2-to-windows-server-2012.aspx
    Regards.
    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 Support, contact [email protected]

  • Migrating from legacy site / dreamweaver templates

    We are going to migrate to the weblogic portal content management over the next few months - we have thousands of pages on our old site that were created using dreamweaver templates.
    Is there a way to automate the migration - to import the old html files? I could use the dreamweaver template to strip out the old design. But then how would I import it? What have other users done when migrating from an old static site to a content management system?

    You can use bulk loader utility of WLP. Please see the link http://edocs.bea.com/wlp/docs102/cm/bulkloader.html

  • Migrating from Oracle to portal to Oracle Webcenter

    I have been trying to find information on migrating from Oracle portal to Oracle webcenter.
    So far I have been unsuccessful in my search.
    I have raised this question on My Oracle Support to see if they could assist but their response/only suggestion was to use Oracle Consulting.
    Has anybody carried out this migration before?
    If so please could you advise and point me in the right direction to where I will find the relevant documentation, or if appropriate please could you describe the migration process.
    Many thanks in advance.
    Connor

    You have to specifiy "Portlets".
    Are they PL/SQL portlets , PDK portlets or JSR168 portlets?
    PL/SQL portlets are not possible to migrate. You should rewrite them to JSR168 compliant portlets.
    PDK portlets should be able to run in webcenter. You can register PDK producers in webcenter enabled application however... If you are using portlet specific API's than the portlets will not work.

  • Fatal Error: Could not find Feature AnalyticsLinks in sharepoint 2010 while migration from 2007 site using stsadm command

    Fatal Error: Could not find Feature AnalyticsLinks in sharepoint 2010 while migration from 2007 site using stsadm command

    Hi ,
    Firstly, I need to verify the followings:
    Whether you created a feature called AnalyticsLinks and activatated it at SharePoint 2007 site.
    Whether you installed the feature at SharePoint 2010 site.
    Please deactivate the feature AnalyticsLinks, then migrate SharePoint 2007 site to SharePoint 2010, compare the result.
    Also , please check whether you have installed the feature AnalyticsLinks at your SharePoint 2010 site. If not, please install and activate it, compare the result.
    Here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/17b17bd3-126c-44d4-bd58-38dd613017a0/fatal-error-could-not-find-feature-reviewpublishingspd1055?forum=sharepointadminprevious
    http://mrin17.wordpress.com/2009/09/15/fatalerror-could-not-find-feature-s2siteadmin-while-importing-sites-from-different-server-at-sharepoint/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • POST MIGRATION - Project Site cannot be found after migration from 2007 to 2010

    Hi,
       I have done full  migration from Project Server 2007 to Project server 2010. All the databases have been restored. The details in the Project Center are coming correctly. But When I open the Project Site , I get error webpage cannot be
    found. 
    I have done the Bulk update but it is not updating the URL to 2010 URL. 
    Please help.
    Regards

    Use PowerShell to list all the sites in your PWA site collection.
    There are many examples online..  Here is a link that is useful
    http://blogs.msdn.com/b/vijay/archive/2009/10/01/how-to-list-all-the-sub-sites-and-the-site-collections-within-a-sharepoint-web-application-using-windows-powershell.aspx
    Cheers
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • HT204135 I recently migrated from a 2 year old MacBook Pro to MacBook Pro Retina and now cannot get my LaserJet 3200 to print. I downloaded drivers from HP Support site but printer just prints a line of gibberish per page, and many pages.

    I recently migrated from MacBook Pro to MacBook Pro retina. Now my macbook will not print to my LaserJet3200 printer. I downloaded the drivers but still only prints a line of gibberish per page, and endless pages, when i send printer a print job. Any recommendations on how to correct this so the printer prints properly again?

    Hi
    where can I find the "generic PCL driver" you referred to Greg?
    Also, I searched for a LJ 2100 d4river and found these. should I be working with the HP website? or an apple website? my Apple software update is current.
    Find by product 
    Go
    How do I find my product name / number?
    5 matches found. Please select one below
    HP LaserJet 2100 Printer series
    HP LaserJet 2100 Printer
    HP LaserJet 2100m Printer
    HP LaserJet 2100se Printer
    HP LaserJet 2100tn Printer
    HP LaserJet 2100xi Printer

Maybe you are looking for