CF8 Enterprise migration to another hosting provider. Help with migration plan (license) needed

Hi there!
We are running a CF8 Enterpsise on an older root Server (virtuozzo VM) and we need to switch to another provider (vmWare VM).
We will probably need more then one month for the migration and I need to come up with a migration plan that doesn't involve rendering the service unavailable.
I've tried to contact Adobe hotline, but the people there knew nothing about licensing, the other number I got from them kicks me after 20 minutes on hold... so I was hoping to be able to find answers here.
I understand CF Enterprise is licensed for 2 CPUs, for unlimited number of virtual machines, so the other server wouldn't qualify to run on the same license key because it's different 2 CPUs. If I could migrate everything within a month then I could use the 30 day demo license, but I will need more then 30 days.
So what are my options? Even if I wanted to buy CF8 Standard to cover the second server while migrating (am not really willing to pay $$$ just to cover few weeks of migration), I'm not sure I'd be able to find a place to buy it. CF9 or CF10 is not an option because we'd need to rewrite the code. What happenes if we do use same license key for few days on both servers - does it stop working? Any hope of me contacting Adobe and getting some kind of "extension" of the 30 day demo license so we can complete the migration?
Any ideas what I can to?
TIA

When you install WS2012R2 on KMS02, you can add the VA role (or you can add it after initial Windows installation), this gives you KMShost and also VAMT.
http://technet.microsoft.com/en-au/library/dn613834.aspx
http://blogs.technet.com/b/askcore/archive/2013/03/14/installing-volume-activation-services-role-in-windows-server-2012-to-setup-a-kms-host.aspx
(this article describes WS2012, not WS2012R2, but it's the same procedure. Note that a Windows Server 2012 R2 CSVLK can activate Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows 8.1
and Windows Server 2012 R2 KMS clients.)
To do this, you will need the KMShost product key (CSVLK) for WS2012R2. You can't use an older version product key for this.
http://social.technet.microsoft.com/wiki/contents/articles/22510.volume-activation-kms-mak-adba-avma.aspx
So, you would setup KMS02 with the KMShost feature for Windows, then add the Office2010 KMShost license pack + Office2010 KMShost key, then add the Office2013 KMShost license pack + Office2013 KMShost key. (the Office license pack downloads are linked
in the above wiki)
By default, KMS02 will attempt to self-publish into your DNS (so that your KMSclients can discover it and begin activating with it).
If existing KMSclients have previously discovered KMS01, those existing KMSclients will continue to contact KMS01 (because clients will cache the KMS they last discovered and used).
You may wish to export the data from KMS01/VAMT2.0 as a file, then, import to KMS02/VAMT3.1:
http://technet.microsoft.com/en-us/library/hh824976.aspx
Don
(Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Similar Messages

  • HT1338 I am looking to publish a web site I created in iWeb to another hosting provider.  I have never published this site to MobileMe nor do I have a MobileMe account

    I am looking to publish a web site I created in iWeb to another hosting provider.  I have never published this site to MobileMe nor do I have a MobileMe account.  Can someone please help me?

    Hi Larry, no experience with iWeb, (which is ending soon), but what kind of files & folders does it make locally?
    You need a Wb Hosting service & an ftp client, if you need more info reply with that & what kind of files/folders it made.

  • Little bit of help with the duplication process needed

    Hi
    I trying to duplicate a database from one server to a remote server. They are both running windows server 2003 (my first problem) , the primary server is running oracle 11gR1 and the (hopefully) receiving server is running 11gR2(is that going to be a problem?) and I'm a little stuck on some parts of the process.
    The book I'm using says to edit the listener.ora file to include a SID_DESC of the remote database. Here is my listener.ora file with the modifications
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.host.local)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CGARDMSTR)
    (ORACLE_HOME = G:\app\administrator\product\11.1.0\db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = CGARDMSTR)
    (ORACLE_HOME =G:\app\administrator\product\11.1.0\db_1)
    (SID_NAME = CGARDMSTR)
    *(SID_DESC* *=*
    *(GLOBAL_DBNAME* *=* cgard)
    *(ORACLE_HOME* *=F:\oracle\product\11.2.0\dbhome_1)*
    *(SID_NAME* *=* cgard)
    (bold is what i added)
    it then said to chnage my tnsnames.ora
    CGARD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.host.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = cgard)
    CGARD5DE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.host.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = CGARD5DEV)
    CGARDMST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.host.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = CGARDMSTR)
    cgard =
    *(DESCRIPTION =*
    *(ADDRESS = (PROTOCOL = TCP)(HOST = live.host.local)(PORT = 1521))*
    *(CONNECT_DATA =*
    *(SERVER = DEDICATED)*
    *(SERVICE_NAME = cgard)*
    I changed the local domain to host for business reasons
    The next step was to create a initialization parameter file which I am guessing is a pfile and hopefully not a spfile. It then says to only enter one param db_name and the conversion params if the filesystem is diffrent. Problem is I don't know what to do with this file, if I am suppose to switch the second database to this file then surly I would need some more params? Anyway thats the first of many questions.
    When I try to run through the rman commands it describes it also trips up:
    RMAN> connect auxiliary sys/*********@live.host.local
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04006: error from auxiliary database: ORA-12170: TNS:Connect timeout occurr
    ed
    The other database is up and connectable via sqldevloper so I'm guessing it was my configuration of listener and tnsnames
    Ok to reiterate my questions are:
    1) what needs to be in the pfile I create for the database thats going to receive the backup and what do I do with that file when I have made it?
    2) I am pretty sure my listener and tsunamis config is completely wrong so can I have some pointers on fixing that?
    3) Was the reason I could not connect to the receiving database my tns and listener config or is it something else?
    Quite a few other questions but untill I know some more about the above I doubt I will be able to ask properly.
    Also if this helps the book I am using is Expert Oracle Database 11g Administration and the page is 835(the method that begins on that page) and I am willing to write out the whole method if you need more details.
    Oh and if you havent figured it out I am very new to this so if some of this sounds very wrong or just stupid just say what I need to change and I will get right on it.
    Thanks
    Alex

    Ok so I have made some progress. Here is where I am currently at:
    RMAN> RUN
    2> {
    3> SET NEWNAME FOR DATAFILE 1 TO 'F:\oracle\oradata\cgard\file1.dbs';
    4> SET NEWNAME FOR DATAFILE 2 TO 'F:\oracle\oradata\cgard\file2.dbs';
    5> SET NEWNAME FOR DATAFILE 3 TO 'F:\oracle\oradata\cgard\file3.dbs';
    6> SET NEWNAME FOR DATAFILE 4 TO 'F:\oracle\oradata\cgard\file4.dbs';
    7> SET NEWNAME FOR DATAFILE 5 TO 'F:\oracle\oradata\cgard\file5.dbs';
    8> SET NEWNAME FOR TEMPFILE 1 TO 'F:\oracle\oradata\cgard\temp1.dbs';
    9> duplicate target database
    10> to cgard
    11> from active database
    12> pfile='F:\oracle\product\11.2.0\dbhome_1\database\initCGARD.ora';
    13> }
    executing command: SET NEWNAME
    starting full resync of recovery catalog
    full resync complete
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting Duplicate Db at 19-NOV-10
    using channel ORA_AUX_DISK_1
    contents of Memory Script:
    set newname for datafile 1 to
    "F:\ORACLE\ORADATA\CGARD\FILE1.DBS";;
    set newname for datafile 2 to
    "F:\ORACLE\ORADATA\CGARD\FILE2.DBS";;
    set newname for datafile 3 to
    "F:\ORACLE\ORADATA\CGARD\FILE3.DBS";;
    set newname for datafile 4 to
    "F:\ORACLE\ORADATA\CGARD\FILE4.DBS";;
    set newname for datafile 5 to
    "F:\ORACLE\ORADATA\CGARD\FILE5.DBS";;
    backup as copy reuse
    datafile 1 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE1.DBS"; datafile
    2 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE2.DBS"; datafile
    3 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE3.DBS"; datafile
    4 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE4.DBS"; datafile
    5 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE5.DBS"; ;
    sql 'alter system archive log current';
    executing Memory Script
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting backup at 19-NOV-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=143 device type=DISK
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00001 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\SYS
    TEM01.DBF
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:23:
    52
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00004 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\USE
    RS01.DBF
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:24:
    24
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00002 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\SYS
    AUX01.DBF
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:24:
    43
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00003 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\UND
    OTBS01.DBF
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:25:
    17
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00005 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\RMA
    N01.DBF
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/19/2010 16:25:55
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:25:
    55
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    RMAN>
    I did issue the commands:
    C:\Documents and Settings\Administrator>rman target /
    Recovery Manager: Release 11.1.0.6.0 - Production on Fri Nov 19 13:55:40 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: CGARDMST (DBID=3160500813)
    RMAN> connect catalog rman/rman
    connected to recovery catalog database
    RMAN> connect auxiliary sys/**********@cgard
    connected to auxiliary database: CGARD (not mounted)
    So I am not quite sure what it wants. I read somewhere about a password file but I don't understand how it will help, also most things I have looked at wernt clear on how to do it. I took a stab anyway:
    G:\app\administrator\product\11.1.0\db_1\BIN>orapwd file=orapwcgard password=*********** entries=20 ignorecase=n
    Was run on the original database host.
    File was then copied to "F:\oracle\product\11.2.0\dbhome_1\database" on the receiving database's host it was then renamed to PWDcgard.ora as there was file there already with that name.
    It did not help(same error).
    The book I am using mentions the 'PASSWORD FILE' param to be used with the duplicate command but I cant find a example on how to use it so any help with that would be great.
    Thanks for the effort so far guys its really appreciated.

  • Need help with recomendations on licenses for Server 2012 Std R2

    I have a client who wants to purchase a server from me. I can buy the parts and assemble the system no problem. But I'm a newbie when it comes to user CALs or device CALs. The company will be having about 50 computers connecting to it. I'm assuming they'll
    just be using the standard user/password domain login.
    What else would I need to purchase in addition to the OS?
    What kind of features does the vanilla server OS give you? Can 50 computers connect to just the OS alone? I've seen places that have a 1 user CAL for $36. Do I need 50 of these? If I don't purchase them right away, could my client still connect their computers
    to the server?
    mr.t

    Hello,
    Licensing Windows Server 2012 comes in four different flavours foundation, essentials, standard and datacenter.
    Your client is wanting connect 50 users which really does rule out two of those flavours.
    Essentials is ruled out because it is an OEM operating system and only supports up to 15 users and has limited functionality
    Foundation is rules out because it only supports up to 25 users and has limited functionality
    This leaves us with two Windows Server 2012 flavours you can purchase Standard or Datacenter.  They both have exactly the same functionality; the difference is the virtualisation
    rights.  With standard one license covers two physical processors and supports two virtual machines, if you need more virtual machines then you would have to buy another standard license and giving the right to four virtual machines for example.  Then
    for datacenter license covers two physical processors and covers you for an unlimited amount of virtual operating systems.
    To make this hopefully easier:
    1 x standard license covers = 2 x physical processors – 2 x virtual operating systems environments
    1x datacenter license covers = 2 x physical processors – unlimited virtual operating environments 
    Both Standard and Datacenter come with Full functionality
    Meaning standard licensing is really for no or very limited virtual environments, then if you are looking in to a virtual environment Datacenter is the way to go.
    On regards to CALS are required for every user or device accessing the server.  They/you will need to decide whether or not you go for Device or user CALs.  User CAL
    is more expensive but it gives companies a lot more flexible if the users are running more than one device for example if they support a bring your own device strategy.  Although there are different types of CALS depending on what the customer will be
    looking to use and access. 
    Also can your user still connect to the server: technically speaking yes, CALS are not like license keys you cannot activate them it is effectively a piece of
    paper to say you have purchased X amount CALS and your compliant to allow your users to connect. So you can connect with out purchasing but you will not be compliant from a licensing standpoint.
    Hope this helps to some degree!
    Cheers,
    Harry

  • Need help with "percentage of" I need to see grandparent totals

    Theres a division in my database between Supervisors, Representants, and Lines.
    The hierarchy is Supervisors -> Representants -> Lines
    I have a measure called "acum sold" and I need the percentage of it.
    I`m using "Percentage of" -> "Collumn"and it works untill I reach the Lines level, then it doesn`t work (well it does, but not in the way I want)
    Basically it`s this
    Supervisor----Acum Sold---% Acum Sold
    X-------------1000------------100%----
    Then I go to the next level
    Supervisor----Representant----Acum Sold---% Acum Sold
    -----X----------------XY------------------500---------------50%-----
    -----X----------------YZ------------------500---------------50%-----
    And it`s still the way I want, but when I drill to XY representant...
    Supervisor----Representant----Lines-------Acum Sold---% Acum Sold
    -----X----------------XY------------XY1---------100---------------20%-----
    -----X----------------XY------------XY2---------400---------------80%-----
    The percentage is based off the XY totals (percentage of the 500 total acum sold) but I actually need the percentage based on the Supervisor
    I need something like this
    Supervisor----Representant----Lines-------Acum Sold---% Acum Sold
    -----X----------------XY------------XY1---------100---------------10%-----
    -----X----------------XY------------XY2---------400---------------40%-----
    Because XY1 and XY2 sold only 50% of the supervisor`s total. But BIEE is always trying to get 100% of the parent level, instead of the "grandparent" one.
    I hope I didn`t sound that confusing, I really need help with this one.
    Thanks in advance

    You need to use level based measures. Look up documentation/this forum for Level based measures (LBM).
    In short you drag a fact meaure to a heirarchy level in business mapping layer and it will always aggreagtre to that level. So create a total and grandparent level then divide child sum by grandparent total (LBM)

  • Two Sites - 1 with .mac and one with another hosted provider

    Hi All,
    I have two sites in iWEB08, the second of which I want to publish to a folder. When I choose this option, it publishes both to a folder. Is there a way just to do the site I want?
    Thanks
    Rich

    Hi,
    as far as I know there is no way to publish just one of the two sites to a folder... You will have to publish both of them and then delete one of them and upload the other. I would like a feature to able to publish just one of the sites too (I have five sites and always have to publish them all if I changed one of them... it's a matter of time...)
    So please use the link below and ask for this feature to be added to iWeb (if they get a lot of requests they might add it)
    http://www.apple.com/feedback/iweb.html
    Thanks, regards
    -Cédric-

  • Providing help with XLIFF files

    There is an example at [http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/af_message.htm |http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/af_message.htm ] that shows how to create XLIFF-based help on chapter *16.5.2 How to Create XLIFF-Based Help*.
    The example says, that an XLIFF-file should be created but not in which directory, how to name it and how it should be referenced.
    Does anybody know how to do this?
    Thanks in advance!

    Hi,
    open the view layer project properties. Select "Resource Bundle" and set the ResourceBundleType to XLIFF. Note that the Default Project Bundle name points to the package (which translates to the folder in the project) that holds the XLIFF file. It is in the document you pointed to but could have been mentioned more explicit, I agree
    Frank

  • Need help with Photoshop and "Licensing for this product has stopped working" message. Adobe fix isn't working.

    I am still using CS3. A while back I received an error: "Licensing for this product has stopped working" for my CS3 programs. I used the recovery program suggested by Adobe and was able to get Illustrator, Flash and Dreamweaver to work, but I still can't open Photoshop or In Design. I went back to the Adobe site and did every other trick they suggested to fix the error, but nothing has worked.
    I then tried to uninstall photoshop from my CS3 suite (so I could reinstall) but got a JavaScript Alert: "Critical errors were found in set up. Please see set up log for file details." Seeing as I am not the best with the behind the scenes technical stuff, I have no idea what this means or where the set up log even is. Any help anyone can provide?
    I have had CS3 installed on my computer for over a year. I started having problems about 4 months ago.

    I am having similar problem.  Can't open any of CS3 programs after trying to download Dreamweaver Trial, which wouldn't work because "couldn't remove DLM extention" error message.  So now I can not run Illustrator, Photoshop, or even Adobe Reader.  These are properly licensed for about a year. I get "License for product has stopped working".  Have 2 pending cases open with Adobe support (one for Dreamweaver trial, one for license problem) since 8/3 with NO ANSWERS - It says answers within 1-3 business days.  Was on phone support hold today for over 3 hours before line went dead with no help.  What is up with adobe support?  Can anyone help?

  • Help with my research! Need you!

    I am writing a report on improving performance in relational databases, for my primary research I need to gather information straight from some experienced DBAs. I am going to be visiting a few companies in person but thought some extra research online would be really good!
    I need some DBAs with good experience of oracle databases. My report topic is improving performance in databases.
    There are a few questions below that I would like you to fill out! Please copy and paste the questions into an e-mail and e-mail the answers to [email protected] with subject: Oracle research
    If you could also reply to this thread once you have sent the email so that it bumps the thread and also allows me to keep an eye on how good we are doing.
    Thank you! and your time is much appreciated!
    Questionnaire
    Name
    Country
    Job title
    Years of oracle experience
    Qualifications
    e.g. degree, oracle certification
    Company
    Size of database (users)
    Most common performance problems in your database(details)
    How often is your database tuned?
    What are the biggest causes of poor performance in your database?
    Poor database design
    Poor SQL
    Poor use of triggers/procedures/functions
    Choose one
    Does your company use any third party tools to help increase performance?
    If yes please provide details
    For each of the following please state weather or not you use these and how much of an impact they have on the overall performance of your database.
    Normalization
    Indexes
    Clusters
    Tablespaces
    Chaining
    Hashing
    Hints

    Performance in database applications is down to -
    Application design, including logical data model
    Application implementation
    If these two are got right then putting it into any Oracle database with default parameters should require zero tuning.
    Tuning on a regular basis suggests either the application design or implementation was sub-optimal, but "cannot be changed" or you are suffereing from Compulsive Tuning Disorder. In any event it is an exercise in twiddling futility.

  • Help with DR plan for Exchange & SQL Server vDP 6 please.

    Hi there,
    I just need a little guidance building a backup & DR strategy using vDP and/or VR. SRM is probably not in the budget right now.
    First question about "Application" backup recovery.... Do I need BOTH a "Guest Image" & "Application" backup of these servers to be able to recover in case of disaster? I'm guessing YES, since when I try to "Restore" an Application backup, I only see the Exchange or SQL databases for example. I do not see the actual VM C:\ drive, etc. Would I use a "Guest Image" restore, THEN an "Application" restore for a full recovery? What happens if your SQL database is on the C:\ drive, you will be backing them up double in this scenario, once in Guest Image, then again in Application backups?
    Next question.... I've tested VR to a remote location (no SRM yet), and it worked well. I consider this a good DR plan for what we need. We currently use TSM for backups. If I change to local vDP backup + replicated vDP backups at the remote site, would this be a good replacement instead of VR? Our RTO is not a huge issue. Can I recover the replicated backups easily to the remote hosts? I realize the advantages of SRM, and I would need to do more manual steps, but our budget is tight.
    Thanks for your help.

    As with many things, these answers depend a lot on your environment, that said, from my experience as a customer, partner (and now with VMware) here are my answers:
    - Depending on the application both guest and application can be a good idea. If you have applications with agents, I think it often makes sense to use them.
    - You are correct that if you need to recover the entire VM, you would recover the VM image  and then the application backup (if it was needed - there is a likelihood that the application backup may not be needed)
    - You are correct, you are very likely backing up the application data twice. Seems worthwhile to me for the right applications, you'll have to evaluate for your environment
    - VR or backups can work as a DR solution, especially if RTO isn't an issue. The main difference I see between them is RPO. VR can go as low as 15 mins, backups are usually 24 hours so again, it depends on your requirements. One additional benefit to SRM is the ability to non-disruptively test your DR plan which I think is one of the best parts of it. Totally understand about budget. I would recommend building and testing your DR plan and communicating the resulting RPO/RTO to the business so they are aware.
    Does this answer your questions?

  • Help with Floor Plan Manager

    I'm reading the FPM document here and made it to page 14.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50
    On page 14 there are the following sections:
    - The FPM Configuration Editor displays the Component Configuration
    - Configuring the FPM_OIF_COMPONENT
    I'm not seeing anything like a navigation area, preview area, or action area. All I see is explicit configuration and implicit configuration.
    How do I associate the UIBB with my views as it describes here on page 14? Is this something I can only do with SAP NW 7.1 Enhancement Package 1?
    3. In the hierarchy, expand the two Main View nodes and the two Subview nodes.
        Note the two UIBB elements, one for each subview. Choose the UIBB
        belonging to the first subview to display its attributes in the preview.
    4. Set these attributes to your first window (with accompanying view) of your
        Web Dynpro component (containing the text u2018Hellou2019).
      1. Enter the Component name (use the input help and search function to
          find your component).
      2. Enter the View (once you have entered the component name, the View
          input help displays the list of views for that component).
    I can provide a screenshot by email.
    Thanks,
    Josh

    BTW, when I try to imitate similar FPM examples  already in the FPM_OIF_COMPONENT, I get the following error:
    The following error text was processed in the system TST : Controller V_DEFAULT Does Not Exist
    The error occurred on the application server sapytsdb_TST_00 and in the work process 2 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WDR_CLASSLOADER~GET_VIEW of program /1BCWDY/CVGAG8O0ETBYJ5I37EA7==CP
    Method: CONSTRUCTOR of program CL_WDR_DELEGATING_VIEW========CP
    Method: CREATE_UNINITIALIZED_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND of program CL_WDR_VIEW_MANAGER===========CP
    Method: IF_WDR_VIEW_MANAGER~MAKE_VISIBLE of program CL_WDR_VIEW_MANAGER===========CP
    Method: PERFORM_NAVIGATION of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP

  • Help with Spry menu bars needed please?

    Hi all
    I am brand new to this forum, so please forgive any mistakes!
    My problem is this:
    I have created a 10 page web site in DW, and created a Spry horizontal drop down menu within it. I have created all the links on all pages, and all is working fine. However - here is my question - if I want to add another page to my site (making it 11 pages) is there a way of just creating it on one page (say index.html) and then automatically updating the other 9 pages with this new page - or do I have to open every page to add my new page manually?
    Please help me out if you can.
    Many thanks and regards
    Mark

    Hans - that was exactly what I was looking fro - thank you so much.
    Have a good day
    Regards
    mark

  • Help with Action script, experts needed!

    Hi, I have a website just put up today, all I need is advice, or better still, someone who can write these actionscripts for my site. Basically, I need to put into function, the three grey buttons, Print/ecard/Download on the lower right portion of the panel. Thanks in advance, I'll buy you coffee
    JT
    my site: http://www.jetpixels.com

    quote:
    Originally posted by:
    NedWebs
    Try moving these lines outside of the button function:
    _root.createEmptyMovieClip("container", 1);
    _root.createEmptyMovieClip("container1", 2);
    You can use "this" instead of "_root"... that'll save any
    problem if you ever move this within some other movie. Also, move
    the x/y assignments just under those lines since they relate to
    them directly.
    Hey thankyou for your help, that works now. although if i
    move the x and y assignments i would have to create another
    container right? Thanks again for your help.

  • Help with iPhone 4 signal needed

    Hi. I need some help. Someone i know has just got an iPhone 4 but there's a problem. This is signal based but is nothing to do with the 'grip of death' which causes the signal level to drop. This happens when the iPhone is just sitting anywhere not being touched. The signal level goes from 5 bars to suddenly no bars or maybe 1. However this sudden drop only happens when the 3g icon pops up. He turned 3g off in the settings and this stopped all of these signal issues. However he cant leave it like this because the idea with getting the iPhone was to be able to use internet everywhere with 3g. What's happening?
    Thanks
    Barny

    I ordered an iPhone 4 from ATT in Sept. I've never noticed being without a signal, 3g or wifi.
    I've been so happy with it I took my fiancee to ATT on her bday to upgrade her from a 3GS to an iPhone 4, but hers does not find the signal like mine does, and hers experiences drops and "no service" (I've never seen that message on mine) even when mine is fully connected (in the same location). We're going to return hers and try to exchange it for another iPhone 4.
    Anyone have any explanations or suggestions, other than there's a difference from iPhone to iPhone??

  • Student needs help with database planning

    Preliminary Plan
    I work at the headquarters of a small company of 8 offices and 26 employees. I am the central database system. Right now, information is only accessible through me, by me, from me, and to me via fax, phone, mail, or email. I have several spreadsheets with different information resulting from personal information, cell phone information, laptop information, government vehicle information, contract information, and training information.
    I want to develop a database that will automatically keep track of this information as entered by the user. Whenever there is a change or update, the system will be able to automatically accept this information into the system. Information will come from each workstation in the office that only the managers and I can see. The managers will however only have access to their individual employee information, but I will have access to ALL the employee information. All information created, provided, and maintained between me and the managers will be conducted through RDBMS. Triggers will be used so that information can be updated or inserted through SQL. LAN-to-LAN connections are already in place so that information on the network can be accessible. Preliminary plan is as follows:
    WEEK 2: January 15-21, 2007
    Develop preliminary plan for two sentence concept of BPS
    WEEK 3: January 22-28, 2007
    Finalization of preliminary plan
    Creating the database i.e., connecting, granting privileges, adding systems
    Designing and creating tables, databases which are already in spreadsheet format
    WEEK 4: January 29-February 4, 2007
    Designing and creating tables, databases which are already in spreadsheet format
    Installing, configuring, and securing the database;
    WEEK 5: February 5-11, 2007
    Develop triggers using SQL; test database
    WEEK 6: February 12-18, 2007
    Design, develop, and test user interface application
    WEEK 7: February 19-25, 2007
    Test application again. Test database again. Test project application and database together.
    WEEK 8: February 26-March 4, 2007
    Finalize project details to incorporate into a PowerPoint presentation for submission.
    WEEK 9: March 5-11, 2007
    Demonstrate and present project. Evaluations due.

    My major is information system. I want to be able to
    access information from all 8 stations where the user
    inputs the information, but only have access to their
    employees and I will have access to all 26 employees.
    I being the central database system.Still quite vague, if you ask me. If it's just an entry formular with user authentification, your time schedule may work. Installing XE and developing with APEX could just be the right tool for this job, but without any further information (data structures, authentification concept, user interface) it will remain pure speculation from my side. Why not ask your teacher if he/she thinks your plan is reasonable?
    C.

Maybe you are looking for

  • Site to site VPN between cisco asa 5550 and checkpoint r75

    Hi all , below is cisco asa config for our customer end: crypto ipsec transform-set chello-transform esp-aes-256 esp-sha-hmac crypto ipsec security-association lifetime seconds 3600 crypto ipsec security-association lifetime kilobytes 4608000 crypto

  • Satellite Pro P300 - After Truesuite update I can't open protected files

    Hi, sorry for my bad english but I came from Italy and here we don't have any forum who can resolve my problem. I've got a Toshiba Laptop pro P300 with fingerprint reader. I use fingerprint to logon and protect some files, just for curiosity, it seem

  • Can't debug with gdb - avm2-remote times out

    I'm trying to debug a FlasCC SWF that's loaded by our main SWF, but can't get it working and could use some help and/or advice. This is on OS X, Firefox 20, Flash debug player 11.7.700.169 I put flascc/sdk/usr/bin at the front of my path I created /L

  • Delete Files on CF Card After Downloading?

    Brand new to Lightroom. I didn't see an option when downloading pix from my CF card to delete them from my card after downloading. What am I missing?

  • Drop Zone video is cut off

    I started using DVD Studio today with a template that has a drop Zone it appears to be cut off on the bottom third now. When I reposition the drop zone size I notice the cut off area changes in size. After two years of using this program... this is a