Template Migration Misery

I have the following code previously compiled using SC4.2 that I am trying to recompile using Forte 7:
The template header file is unchanged and looks like this (all of these are relevent fragments of code, header files are correctly included where appropriate):
template <class T>
class Scheduler
typedef void (T::*FuncPtr_t) ();
typedef void (*ThreadFn) (Scheduler<T>*);
public :
Scheduler(T* obj, const FuncPtr_t fn, const unsigned int timePeriod);
private :
T* theObjectPtr;
FuncPtr_t theFunction;
unsigned int sleepTimePeriod; // in seconds
unsigned int initialDelay; // in seconds
The appropriate part of the .cpp file is as follows:
template <class T>
Scheduler<T>::Scheduler(T* obj,
const FuncPtr_t f,
const unsigned int timePeriod) : theObjectPtr(obj),
theFunction(f),
sleepTimePeriod(timePeriod),
initialDelay(0),
started(FALSE),
suspended(FALSE),
cancelled(FALSE)
sdi_rwlock_init(&schedLock);
The using code has a header file entry like this:
Scheduler<CCI_Client> refreshScheduler;
And a using entry in its own constructor like this:
CCI_Client::CCI_Client() : currentBinding( 0 ),
myPool( 0 ),
                              oldActiveBindings( 0 ),
                              oldReserveBindings( 0 ),
                              newActiveBindings( 0 ),
                              newReserveBindings( 0 ),
loginStruct( 0 ),
refreshScheduler(this, CCI_Client::refresh, 0),
refreshImportBindings(CCI_Client::whenPoolDepleted),
refreshExchangePool(CCI_Client::everyTime),
firstCall( 1 )
Clearly, this will not compile in Forte 7, so I have tried this:
// Testing ...
     Scheduler <CCI_Client> refreshScheduler(this, CCI_Client::refresh, (const unsigned int) 0);
But this gives a "Could not find a match" error from the compiler. As far as I can tell it won't match CCI_Client * to the T* of the template.
Any ideas?

Please search for 'C++ Migration Guide' on docs.sun.com first.
- Rose

Similar Messages

  • Jspx template migration to jsf 2 problematic

    Hello experts,
    I have a ADF web application developed with JDeveloper 11.1.1.4 using JSF 1.2 deployed on WebLogic server 10.3.4.
    When I migrate to the new version jsf 2: Build JDEVADF_11.1.2.2.0_GENERIC_120418.2212.6183.1 and WebLogic server 10.3.5, the jspx template below misbehaves.
    The menu is brought from the left to the right hand side, though it expands and navigates well, the page contents, but the menu and logo, are not displayed.
    In other words, I can only see the logo, the moved but working menu but nothing else.
    Is there any way of correcting that kind of behaviour and migrate the app?
    Thank you in advance!
    NA
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <af:pageTemplateDef var="attrs">
    <af:panelStretchLayout id="pt_psl1" topHeight="113px">
    <f:facet name="center">
    <af:panelSplitter id="pt_ps1" orientation="vertical"
    splitterPosition="792">
    <f:facet name="first">
    <af:decorativeBox id="pt_db2" topHeight="26px">
    <f:facet name="center">
    <af:panelGroupLayout layout="scroll"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    id="pt_pgl7">
    <f:verbatim>
    <div align="center">
    <af:facetRef facetName="content"/>
    </div>
    </f:verbatim>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="top">
    <af:menuBar id="pt_mb1">
    <af:group id="pt_g1">
    <af:popup id="aboutPopup">
    <af:dialog id="pt_d1" type="ok"
    title="About Auction Bazaar">
    <af:panelGroupLayout id="pt_pgl3" halign="center"
    layout="vertical">
    <af:outputText value="Developed by Nick Aiva. Version #{initParam.ActionBazaarApplicationVersion } Copyright
    2012 #{requestContext.timeZone.displayName} "
    id="outputText1"/>
    <af:outputText value="Language and locale settings follow:
    #{facesContext.application.defaultLocale.displayLanguage}
    #{facesContext.application.defaultLocale.language}
    #{facesContext.application.defaultLocale.displayCountry}
    #{facesContext.application.defaultLocale.ISO3Country}
    #{facesContext.application.defaultLocale.ISO3Language}" id="pt_ot3"/>
    <af:spacer width="20" height="10" id="spacer1"/>
    <af:outputText value="For newer versions please visit:" id="pt_ot2"/>
    <af:spacer width="20" height="10" id="spacer3"/>
    <af:goLink id="goLink1" targetFrame="_blank"
    destination="http://nickaiva.blogspot.com"
    inlineStyle="font-size:medium;"
    text="http://nickaiva.blogspot.com"/>
    <af:spacer width="20" height="10" id="spacer2"/>
    </af:panelGroupLayout>
    </af:dialog>
    </af:popup>
    <af:menuBar id="menuBar1">
    <af:menu text="User" id="menu2">
    <af:commandMenuItem text="Add new user"
    id="commandMenuItem3"
    action="createUser"/>
    <af:commandMenuItem text="Query users"
    id="commandMenuItem4"
    action="queryUsers"
    rendered="#{securityContext.userInRole['ADMINISTRATOR']}"/>
    <af:commandMenuItem text="Change bidder status"
    id="pt_cmi3"
    action="changeBidderStatus"
    rendered="#{securityContext.userInRole['ADMINISTRATOR']}"/>
    <af:commandMenuItem text="My personal details"
    id="commandMenuItem12"
    action="home"/>
    <af:commandMenuItem text="Log out" id="pt_cmi4"
    rendered="#{securityContext.authenticated}"
    action="#{login.performLogout}"/>
    </af:menu>
    <af:menu text="Bid" id="menu3"
    textAndAccessKey="&amp;Bid">
    <af:commandMenuItem text="Add new bid"
    id="commandMenuItem5"
    action="addBid"
    rendered="#{securityContext.userInRole['BIDDER , ADMINISTRATOR']}"/>
    <af:commandMenuItem text="Query bids"
    id="commandMenuItem6"
    action="queryBids"/>
    <af:commandMenuItem text="Withdraw a bid"
    id="commandMenuItem11"
    action="withdraw"
    rendered="#{securityContext.userInRole['BIDDER , ADMINISTRATOR']}"/>
    </af:menu>
    <af:menu text="Item" id="pt_m2"
    textAndAccessKey="&amp;Sell">
    <af:commandMenuItem text="Add new item" id="pt_cmi2"
    action="addItem"
    rendered="#{securityContext.userInRole['SELLER, ADMINISTRATOR']}"/>
    <af:commandMenuItem text="Query items"
    id="commandMenuItem1"
    action="queryItems"/>
    <af:commandMenuItem text="Update item"
    id="commandMenuItem14"
    action="updateItem"
    rendered="#{securityContext.userInRole['SELLER, ADMINISTRATOR']}"/>
    <af:commandMenuItem text="Place item in category"
    id="commandMenuItem16"
    action="placeItemInCategory"
    rendered="#{securityContext.userInRole['SELLER, ADMINISTRATOR']}"/>
    </af:menu>
    <af:menu text="Category" id="menu4"
    textAndAccessKey="&amp;Bid">
    <af:commandMenuItem text="Add new category"
    id="commandMenuItem7"
    action="addCategory"
    rendered="#{securityContext.userInRole['ADMINISTRATOR']}"/>
    <af:commandMenuItem text="Query categories"
    id="commandMenuItem8"
    action="queryCategories"/>
    <af:commandMenuItem text="Update category"
    id="commandMenuItem15"
    action="updateCategory"
    rendered="#{securityContext.userInRole['ADMINISTRATOR']}"/>
    </af:menu>
    <af:menu text="Order" id="menu5"
    rendered="#{securityContext.userInRole['BIDDER,ADMINISTRATOR ']}">
    <af:commandMenuItem text="Create Shipping Info"
    id="pt_cmi1"
    action="createShippingInfo"/>
    <af:commandMenuItem text="Add new order"
    id="commandMenuItem9"
    action="addOrder"/>
    <af:commandMenuItem text="Query orders"
    id="commandMenuItem10"
    action="queryOrders"/>
    </af:menu>
    <af:menu text="Help" id="menu1"
    textAndAccessKey="&amp;Help">
    <af:commandMenuItem id="commandMenuItem2"
    textAndAccessKey="&amp;About"
    text="About">
    <af:showPopupBehavior popupId="aboutPopup"
    triggerType="action"/>
    </af:commandMenuItem>
    <af:goMenuItem text="Diagnostics" id="goMenuItem1"
    destination="/servlet/SuperSnoop"/>
    <af:commandMenuItem id="commandMenuItem13"
    action="resetLog4j"
    text="ResetLog4j"/>
    </af:menu>
    </af:menuBar>
    </af:group>
    </af:menuBar>
    </f:facet>
    </af:decorativeBox>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="top">
    <af:decorativeBox id="pt_db1" topHeight="50px">
    <f:facet name="center">
    <af:panelGroupLayout id="pt_pgl1" layout="horizontal"
    valign="middle">
    <af:goLink id="pt_gl1"
    targetFrame="_blank"
    destination="http://nickaiva.blogspot.com"
    inlineStyle="font-size:medium;">
    <af:image id="pt_i1" shortDesc="http://nickaiva.blogspot.com"
    inlineStyle="height:auto; width:auto;"
    source="/images/cropped-small-sea-wave .jpg"/>
    <af:spacer width="20" height="10" id="pt_s1"/>
    </af:goLink>
    <af:outputText value="#{attrs.pageTitle}" id="pt_ot1"
    inlineStyle="color:Navy; font-size:large;"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:decorativeBox>
    </f:facet>
    <f:facet name="bottom">
    <af:panelStretchLayout id="pt_psl3" startWidth="200px">
    <f:facet name="center">
    <af:panelGroupLayout id="pt_pgl2" halign="end" layout="horizontal">
    <af:panelGroupLayout id="pt_pgl4" layout="vertical">
    <af:spacer width="230" height="8" id="pt_s2"/>
    <af:outputFormatted value="Copyright &amp;copy; 2012 http://nickaiva.blogspot.com. All rights reserved."
    id="pt_of1" styleUsage="pageStamp"
    inlineStyle="text-align:right;"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="start">
    <af:panelGroupLayout id="pt_pgl5" layout="vertical">
    <af:spacer width="200" height="8" id="pt_s3"/>
    <af:panelGroupLayout id="pt_pgl6" layout="horizontal">
    <af:spacer width="4" height="10" id="pt_s4"/>
    <af:switcher id="pt_s5"
    facetName="#{securityContext.authenticated?'loggedon':'loggedoff'}"
    defaultFacet="loggedoff">
    <f:facet name="loggedoff">
    <af:outputFormatted value="[Not Connected]" id="pt_of5"
    styleUsage="pageStamp"/>
    </f:facet>
    <f:facet name="loggedon">
    <af:outputFormatted value="[Connected as  #{securityContext.userName}]"
    id="pt_of6" styleUsage="pageStamp"/>
    </f:facet>
    </af:switcher>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </f:facet>
    </af:panelStretchLayout>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>templateABDef</display-name>
    <facet>
    <facet-name>content</facet-name>
    </facet>
    <attribute>
    <attribute-name>
    pageTitle
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    Auction Bazaar
    </default-value>
    </attribute>
    </component>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>
    Edited by: NickAiva on Aug 1, 2012 4:01 PM

    Submitted bug at http://java.net/jira/browse/ADFEMG-43
    under the title:
    Problematic jspx template migration to jsf 2
    Edited by: NickAiva on Aug 2, 2012 8:52 AM
    Removing some jdev visual editor libraries solved the issue
    Edited by: NickAiva on Aug 7, 2012 9:25 AM

  • Fab40 templates migration from 2007 to SP 2013

    We are working on migrating  SP 2007 sites to sp 2013 and in 2007 Fab40 templates are installed and we are getting issue in SP 2013 when doing visual upgrade because of site definitons.Will these templates get upgraded to SP 2013 ?

     SharePoint 2013 does not support for FAB 40 feature.
    Try these links: 
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/b3363e1d-ad1f-45cf-b1f0-1ddb40797876/40-fab-templates-migration-to-sharepoint-2013
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/b920c152-8488-4d43-b609-a507c5730372/proper-upgrade-procedure-from-2007-2013-with-fab-40-templates
    [custom.development]

  • Web template migration (3.5 - 7.0) & stylesheet is not found/used

    Hey,
    we just made some web template migrations from 3.5 to 7.0. After the migration was done successfully, the migrated stylesheet link is not working anymore. This came apparent by opening the web template in the browser where the standard colours and fonts of the sap css files are shown.
    Does anybody know, how to add a own stylesheet within the WAD 7.0? The problem is, that obviously after migrating a template the link is not good anymore.
    Thanks a lot for your help.

    Hi Andreas,
    I am on BI 7.0 and tring to change the look and feel of the web template by changing the Portal theme.
    When I go to Portal themes I see an option for BI 3.0 reports and not BI 7.0 reports and when I make the changes to BI 3.0 reports they do not affect in 7.0 templates.
    Can you please let me know how did you solve your problem, because changing Portal theme does not seem to help for BI 7.0 reports.
    Thanks,
    Vivek

  • Web Template Migration Error in Chart

    Hi All,
      I have a 3x web template 'TEST_3X'
      It is derived from the SAP default 3x template 0QUERY_TEMPLATE with no
      major changes/customizing. Only a picture and a data provider has been
      assigned. It works fine.
      Now I tried to migrate 'TEST_3X' to a 2004s template using the Migration tool.
      Before doing this I migrated all items using the report
      <b>'RSZW_ITEM_MIGRATION_3X_TO_70'</b>.
      At the end of the process there is this error message "Make sure that the
      3x library item <b>0ADHOC_COLUMN_CHART</b> is migrated to 2004s via the report.
      See note 832712."
       However I cross checked the item '0ADHOC_COLUMN_CHART' in table
       <b>RSZWBITMHEAD</b> (target table for migration). It exists and is active.
       It also exists in table '<b>RSZWITEM</b>' (source table for migration) and is active.
       Any suggestions. Am I missing anything?
    Thanks
    Vishno

    Yes.
    See path below.
    https://websmp208.sap-ag.de/patches
    Entry by Application Group -->
    Support Packages and Patches" --> SAP Frontend Components" --> BI ADDON FOR SAP GUI" -->  BI 7.0 ADDON FOR SAP GUI 7.10

  • NW2004s template migration error

    I tried migrating a simple web template with a table item from 3.X to 2004S,SP6. The steps are give below:
    1 Created a template in WAD 3.X with a table item.
    2 Assigned the dataprovider
    3 Saved the template and executed in web-Works fine!
    4 Opened WAD2004s
    5 Selected the migration tool option.
    6 Selected the template created in WAD3.X
    7 Performed complete conversion, then close and edit
    8 New template is opened in the XHTML view.
    9 Saved the template and execute.
    ERROR:
    Exception in BI runtime
    Initial cause
    Message:
    Cannot find mapping for type "item.MIME_ITEM"
    Stack trace:
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: Cannot find mapping for type "item.MIME_ITEM"
            at com.sap.ip.bi.base.service.object.impl.DefaultObjectFactoryService.instantiateType(DefaultObjectFactoryService.java:227)
            at com.sap.ip.bi.base.service.object.impl.DefaultObjectFactoryService.instantiateType(DefaultObjectFactoryService.java:211)
            at com.sap.ip.bi.webapplications.runtime.impl.Page.createPageObject(Page.java:1892)

    Yes.
    See path below.
    https://websmp208.sap-ag.de/patches
    Entry by Application Group -->
    Support Packages and Patches" --> SAP Frontend Components" --> BI ADDON FOR SAP GUI" -->  BI 7.0 ADDON FOR SAP GUI 7.10

  • Template Migration

    I want to migrate a bunch of documents that are based on an old template to a new template. Is there a simpler and quicker way to do it?

    It sounds like you need the Paragraph Tools plugin ($10) from
    http://www.siliconprairiesoftware.com/.
    <http://www.siliconprairiesoftware.com/>
    There is also TemplateMapper, much more expensive, but with more
    capability at:
    http://www.cudspan.net/plugins/executioner.php?do=displayPage&field_tab_num=2

  • Query related to BEx query and web template migration

    Hi,
    We are upgrading our BW system from BW 3.5 to 7.3 and also planning to migrate the existing BEx 3.X queries and web templates to BEx 7.x version.
    We have BEx queries and web templates published on enterprise portal in roles.
    My query is that after we migrate BEx 3.5 queries and web templates to new version, do we need to re-publish these (migrated) queries and web templates on the portal or users will be able to access the reports without any issues.
    or are there any post migration steps that we need to follow so that reports (with migrated version) are available to the end users through portal as before.
    Thanks,
    Tarun.

    Hi,
    We are upgrading our BW system from BW 3.5 to 7.3 and also planning to migrate the existing BEx 3.X queries and web templates to BEx 7.x version.
    We have BEx queries and web templates published on enterprise portal in roles.
    My query is that after we migrate BEx 3.5 queries and web templates to new version, do we need to re-publish these (migrated) queries and web templates on the portal or users will be able to access the reports without any issues.
    or are there any post migration steps that we need to follow so that reports (with migrated version) are available to the end users through portal as before.
    Thanks,
    Tarun.

  • Dbca template migration between 10.2.0.1 and 10.2.0.3

    Hello Oracle experts,
    Question: Is there anyway I could upgrade my 10.2.0.1 dbca template to work with 10.2.0.3?
    Background:
    We have bunch of custom dbca seed templates created from 10.2.0.1, which allows rapid setup of database with per-defined data. Recently, the decision is to upgrade to 10.2.0.3.
    In 10.2.0.3, when trying to create database from 10.2.0.1 templates, dbca would always fail at 40%, and Oracle instance terminated with ORA-01092. The database is unable to open after restore. Metalink Doc. 556639.1 clearly suggested dbca templates between these two versions are incompatible.
    So is there any utility we could use to upgrade templates to new patchset? Otherwise the only alternative I could think of is create 10.2.0.1 database for each template, then upgrade to 10.2.0.3, and take another template. This is tons of work given the number of templates we have and their size.
    I truly appreciate any suggestion which would save me few weekends of work.
    Regards

    The difference is HUGE, thats more than 5 years of bugfixes.
    Fixes / enhancements which may cause a notable change in behaviour:
    Note:565424.1 CURSOR_SPACE_FOR_TIME Deprecated in 10.2.0.5 / 11.1.0.7 / 11.2.0.1
    10097176 Different date format in alert log of 10.2.0.5
    6459643 OS username (OS_USER) and hostname in audit records (or SYS_CONTEXT) are not consistent for database links
    6155146 Wrong results from query rewrite with pushed predicate
    6023472 Collection of changes to auditing
    Note:745407.1 Changes to DEFAULT roles
    6322324 OS audit trail should include length of attribute values
    6085625 Wrong child cursor may be executed which has mismatching bind information
    5483301 Cardinality of 1 when predicate value non-existent in frequency histogram
    5082178 Bind peeking may occur when it should not
    4954651 Wrong Results / Dumps from view with select list subquery 
    4279598 Change to default behaviour for keeping LDAP client connections open
    4871035 Disable "row shipping" by default in 10.2.0.2 onwards
    Regards
    Ed

  • Template project migration

    Hi,
    I have some doubts in project migration,
    In my new team they are saying some template migration and this is really new to me. Below is the process
    1). Compare the project between databases
    2). Uncheck the upgrade check box, but action is copy
    3). copy project definitions is checked
    4).and usual migration steps
    Can anyone help me , If we did like this only the definition is getting migrated?
    and for project copy to file , I hope action should be copy and upgrade box should be checked. Please clarify

    Hi Ranjit,
    The project contents will only be migrated to target database if the action is copy and upgrade flag is checked. If you uncheck the upgrade flag the objects will not get migrated.
    And yes, the way you are doing i, only the Project Definitions will be migrated.
    Thanks

  • Why migrate from toplink 10.1.2 to EJB 3 JPA instead of to toplink 10.1.3?

    We're in the situation that we're using Toplink 10.1.2 and are making plans for our next release. I'm wondering wether we should 'just' migrate to the 10.1.3 version of the Toplink API or wether we should migrate to EJB 3.0 JPA API (with Toplink as implementation).
    Advantages and drawbacks I see are the following:
    Toplink API 10.1.3 versus EJB 3 Persistency on Toplink
    + maybe the only way to access Toplink specific functionality: i.e. historic queries. (Is that a fact by the way?)
    - In the long run it will be easier to hire people with knowledge of EJB 3.0 Persistency
    + Maybe smaller effort to migrate. (Is that true? I guess we'd have to add a lot of annotations)
    Are there more drawbacks/advantages?
    Regards,
    Joost de Vries
    Netherlands

    Hasam,
    We do have a uix to JSF migration utility that you can get through the check for update center. The missing part there right now is that it doesn't support uix template migration.
    If you are using jheadstart you might want to post your question on the jheadstart forum as well they might be able to do the migration through their repository.
    And remember that if your application is working now and your customers are happy then you don't have to migrate it.

  • Most Difficult to Migrate from JDEV 10.1.2 to 10.1.3

    Hi Oracle Team,
    I have developed new application from scratch containing 700 pages from struts based to Jdeve 10.1.2 with UIX , Struts Controller , BC4J ( ViewController ,Model) based architecture of Jdeveloper 10.1.2.
    Now oracle annouced that UIX will be no more part of 10.1.3 , I have to migrate once again to JSF based instead of UIX.
    It's really annoying to see big companies coming with some framework and going back to make it absoulete.I have posted many threads regarding migration of my apps to JSF based ,but i could not see any proper reply or any straight path that do this migration stuff.
    Here is my architecture
    ViewController-Model (
    1.Jdeveloper 10.1.2
    1.UIX page with lot of javascript validation.
    2.Struts Controller (how should i migrate this)
    3.BC4J
    4.Jheadstart plugin for generating pages in 10.1.2
    I would appreciate , if you can show me any good way of doing migration with
    less housekeeping.
    Thanks a lot,
    Hasam

    Hasam,
    We do have a uix to JSF migration utility that you can get through the check for update center. The missing part there right now is that it doesn't support uix template migration.
    If you are using jheadstart you might want to post your question on the jheadstart forum as well they might be able to do the migration through their repository.
    And remember that if your application is working now and your customers are happy then you don't have to migrate it.

  • Migrate VM´s from 2.2.2 to 3.1

    Hi,
    I need to now whats the best way to migrate our running VM´s from old OVS 2.2.2 to a new system OVS 3.1.
    We installed a spare system with OVS3.1.
    I found a meta link note to save the VM´s as a template and to clone to the OVM 3.1 servers.
    How to Migrate Oracle VM 2.x guest Virtual Machines to Oracle VM 3.x [ID 1375509.1]
    But does anyone know another way to go ? We have some problem to save all systems as a template.
    Thanks
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Please review & try the tips/tricks in the following thread & report back your findings of what worked best for you:
    Move OVM 2.2 guests to 3.11 OVM
    Thus far I have mainly been focused on getting my ovs-3.2.1 single server/local storage VMs moved to our new ovs3.2.1 HA cluster & used the SimpleHTTPServer method which worked great for 3.2.1 to 3.2.1... Haven't had a chance to do any migrations from our ovs 2 clusters yet but plan to start with the SimpleHTTPServer.
    The SimpleHTTPServer method takes them right off the ovs2 box and directly as templates in the ovs3 box. You can then take the ovs3 template to an ovs3 VM & then delete the template so no big extra space needed on either ovs box (but twice the IO on the ovs3 box)...
    Per Bob's & Dave's recommendations you might be able to bypass the template stage as they indicate the best way to "migrate vms to different/other OVM servers is to import the disks first, and then create a new vm pointing to the imported disks.
    Obviously you need to know the details of the vm you are recreating, such as OS version, PVM vs HVM, etc."
    I haven't tried that yet but am likely going to as I have been having issues with disk types created by P2Vs & template migrations in 3.2.1 causing me to have to manually modify the disk types in the vm.cfg files to get the vms to boot. There may be a better way but that is what I have been doing for now...
    I did take a disk file from a clone of one of my 3.2.1 P2Vs and released it from that clone vm & then attached it to a new 'clean' vm that I created from scratch with a new vm.cfg and it booted fine so I have faith that Bob & Dave are right.
    Please report back what methods seem to work best for you and I will try to do the same.
    Edited by: user11391721 on Mar 29, 2013 8:28 AM link broken so I moved it & added comments...

  • 11.5 to 12.0 Migration Issue

    Hi All,
    We have Migrated one project from 11.5 to 12.0 using the migration tool. The tool successfully migrated the project to 12.0 Server , But on workbech that is not visible.
    We are sure that the project is successfully migrated as when we tried to create  a new project with the same project name, the system gave an error that Project name exists ,
    Also in Navigation editor on 12.0, we are able to see the Migrated Project.
    Any Ideas why the project is not visible or do I need to take some more steps in order to get the project on workbench
    Kind Regards
    Rupesh

    Hi Jeremy,
    Please find below the first few lines of log files,
    Just a few updates about the progress,
    I did found the migrated project under default project, I deleted from there and migrated again and now I was able to see the migrated project, But under the WEB tab, nothing was there,
    Please help on this issue.
    Rupesh
    Thu Sep 04 11:52:23 GMT+05:30 2008 Version 12.0.4 Build(14)
    Thu Sep 04 11:52:23 GMT+05:30 2008 Starting Migration...
    Thu Sep 04 11:52:23 GMT+05:30 2008 PROPERTIES [server=http://10.201.103.197:50000,username=rupeshb,password=*******,configdir=F:/Lighthammer,webdir=C:/inetpub/wwwroot,projects=[ScottsDemo],interrupted=false]
    Thu Sep 04 11:52:23 GMT+05:30 2008 ---------------------------------------------------------------
    Thu Sep 04 11:52:23 GMT+05:30 2008 Security migration is disabled
    Thu Sep 04 11:52:23 GMT+05:30 2008 ---------------------------------------------------------------
    Thu Sep 04 11:52:23 GMT+05:30 2008 Configuration migration is disabled
    Thu Sep 04 11:52:23 GMT+05:30 2008 ---------------------------------------------------------------
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/AggregateQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/AlarmQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/OLAPQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/SQLQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/TagQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/TemplateQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/XacuteQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/XMLQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iGrid.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iTicker.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iChart.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iSPCChart.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iBrowser.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iCommand.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/AppletObject.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/GraphicObject.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/HyperlinkObject.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/ReportObject.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Templates migrating from F:/Lighthammer/Illuminator/Templates
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing directory Templates
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing directory ScottsDemo
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing directory DisplayTemplates
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\Alert_Details_Grid.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iGrid&ObjectName=ScottsDemo%2FDisplayTemplates%2FAlert_Details_Grid
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\ALERT_TICKER.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iTicker&ObjectName=ScottsDemo%2FDisplayTemplates%2FALERT_TICKER
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\BRKDOWNTIMEGRID.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iGrid&ObjectName=ScottsDemo%2FDisplayTemplates%2FBRKDOWNTIMEGRID
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\clearCurrentProdLine_dt.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iCommand&ObjectName=ScottsDemo%2FDisplayTemplates%2FclearCurrentProdLine_dt
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\Command.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iCommand&ObjectName=ScottsDemo%2FDisplayTemplates%2FCommand
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\CycleTImeGrid.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iGrid&ObjectName=ScottsDemo%2FDisplayTemplates%2FCycleTImeGrid
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\delete_line_no_3_dt.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iCommand&ObjectName=ScottsDemo%2FDisplayTemplates%2Fdelete_line_no_3_dt
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved

  • Unable to test Adobe interactive form from webdynpro

    This is the out put i get when i test run the report 'FP_TEST_IA_01'.As suggested in SAP NOTE : 999998
    ADS: com.adobe.ProcessingException: Could not retrieve a password for credential: ReaderRights(200.101).
    Actually i was trying my first Adobe interactive form with webdynpro and when i tested it i got this message.
    The following error text was processed in the system NED : WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server
    Does Adobe interactive form requires Java stack to be active??
    Or is it only a configuration issue in ADS???
    What all should i take care in order to successfully run an adobe interactive form???
    Regards,
    Venkar Raghavan

    Dear Abhishake,
    Thanks for your reply.
    I had gone through the link you had mentioned detailly.what i understand that is ZCI needs to be installed thats comming with Support pack SAP NetWeaver SPS 10 .
    Will this also take care of ADS configuration.Where can i find a guide to ADS configuration and ZCI installation.
    When i ran a report check FP_CHK_REPORT below is the output i got.can you please throw more light on this.
    ISR      Prepare ISR templates for ZCI migration             ISR-001   Prepare ISR templates for ZCI migration
    ZCI      SAPForms API to Zero-client template migration ZCI-002   Update enumerated DDL XFO bindItems node reference
    ZCI      SAPForms API to Zero-client template migration ZCI-003   Copy enumerated DDL XFO form:ready non-Adobe scripts to the layout::ready ev
    ZCI      SAPForms API to Zero-client template migration ZCI-004   Add an XFO name to each of the embedded P1 Enumerated DDL XFO event handlers
    ZCI      SAPForms API to Zero-client template migration ZCI-001   SAPForm API to Zero-Client template migrator
    Regards,
    Venkat

Maybe you are looking for

  • How to return the entire row from a table

    Hi guys, Tabl A FirstName varchar2(10), Age Number, Add varchar2(100), Table B Filedname varchar2(200), -- contains all the fields of table A Datatype varchar2(100), -- Contains the datatypes of the filedname Length Number -- contains the length of t

  • How to use CC and BCC in demo mail

    how to use CC and BCC in the demo mail ?

  • New DB Configuration

    I want to configure new database on UNIX Server with 1GB ram. Total No of users would be: 500 Please tell me how to configure from scratch

  • Accessing bean using its Local interface

    Hi, I have a problem accessing a bean using its local interface in J2EE1.3 environment on J2EE test server. I have two beans, one trying to access other, residing in two different ears. During deployment, after I select "Local" interface option in EJ

  • Using String Tokenizer on connection string

    I have a database connnection string like so: jdbc:oracle:thin:@<url>:<port number>:<database name> I'm planning to use String Tokenizer to extract the database name. Is this possible. Where can I start?