Implications of version changes of Edge Framework going forward

Hi All,
I am trying to understand implications of Edge framework version changes. I am new to web programming as well as adobe products.
I understand that Adobe CDN can host Edge framework. Few questions below:
(1) Now when a new version of of framework is released, will the previous version be still available on the CDN?
(2) I assume that new version of the Edge framework would _not_ necessarily be backwards compatible, is this a valid assumption?
(3) Also, if a single webpage has 2 creatives, which uses different versions of Edge Framework, is it an issue? Would there be some sort of name collision?
     If yes, any workaround/fix? Both the creatives would be inside their own IFrames.
Please let me know if I can provide additional details.
Thanks for your help in advance.

I don't think it's going to impact other versions but you may need to do simple test for other versions. One more thing is versions are controlling area specific and the M or P rates will be applied based on value date you setup in OKEQ configuration.
You don't need to assign the version for  'Version for ind.act.alloc.'  indicator until unless you use WBS for project planning. By default it will be assigned to zero version.
Thanks
BR

Similar Messages

  • [svn:bz-trunk] 9810: Update BlazeDS/ trunk to version 248835 of qa-frameworks. zip to pick up recent changes to the config suite.

    Revision: 9810
    Author:   [email protected]
    Date:     2009-08-30 06:58:37 -0700 (Sun, 30 Aug 2009)
    Log Message:
    Update BlazeDS/trunk to version 248835 of qa-frameworks.zip to pick up recent changes to the config suite.
    Fix problem in build.xml for config suite that would have caused mxunit tests not to run locally, ie. outside of a regression run.
    Fix problem with one of the config suite tests. The services-config.xml file used by the test looks like it was copied over from qa-regress and a bootstrapservice got removed from qa-regress along with the bootstrap class, so the copied services-config.xml file also needed to have the bootstrapservice removed because the class it depended on got deleted.  
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    Revision: 9810
    Author:   [email protected]
    Date:     2009-08-30 06:58:37 -0700 (Sun, 30 Aug 2009)
    Log Message:
    Update BlazeDS/trunk to version 248835 of qa-frameworks.zip to pick up recent changes to the config suite.
    Fix problem in build.xml for config suite that would have caused mxunit tests not to run locally, ie. outside of a regression run.
    Fix problem with one of the config suite tests. The services-config.xml file used by the test looks like it was copied over from qa-regress and a bootstrapservice got removed from qa-regress along with the bootstrap class, so the copied services-config.xml file also needed to have the bootstrapservice removed because the class it depended on got deleted.  
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

  • Hello am using ios 7.0.4 I have a question about messages that it does not show the time of a particular message after first message that I recive form a paricular person so please in the next version change this and with every message show time and date

    hello am using ios 7.0.4 I have a question about messages that it does not show the time of a particular message after first message that I recive form a paricular person so please in the next version change this and with every message show time and date

    Hi,
    How is everything going? Have you checked this issue from OWA? If so, please let me know the result.
    In adition, please also try to use the following powershell commands to check if the assistant has right permissions:
    Get-MailboxFolderPermission -Identity
    CEO’s email address:\Calendar -User assistant’s email address
    Also check with:
    Get-Mailbox -Identity CEO’s mailbox
    | fl *GrantSendOnBehalfTo
    Please let me know the result.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How to handle version changes? Strategies?

    We're struggling with version change issues. Most recently we tried to move from 8.5 to 8.6 and lost about a week of project time while we tried to make it run well. The problem was that the Development Environment would crash several times a day while doing block diagram edits, losing unsaved changes. We never found any clues as to why. It would be one thing to debug a VI that crashes, but when it is the LV editor itself that is crashing, how do we work on that?
    Anyway, we have a policy here of freezing software updates for projects that are close to completion, because buggy updates so often delay project completions, and this triggered a return to 8.5, which is where we remain now on that project.
    But now we can't install and use the VI Analyzer we just bought on any of the PCs tied to that project, as it demands 8.6. I do have one PC that is completely disconnected from this project, and it runs 8.6, so running the Analyzer there may be useful, but still messy.
    How do you handle version changes? How often do you try to follow the updates? How often do you need to go back a version? Do you maintain different versions? Is it even possible to run multiple versions on an individual Win XP PC?
    Thanks!

    I have installed several versions of LabVIEW on my system.
    Most of the toolkits are only installed in the latest versions. There are ways to install toolkits on multiple versions.
    And I think that toolkits as of LabVIEW version 8.6 can be installed on several LabVIEW verions.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • PO Version change report

    Hi All,
    Please let me know if there is any standard report which could fetch me the following details:
    1. PO changes line item wise with old & new values
    2. PO version numbers for the changed PO's.
    Thanks,
    Sourabh Kothari

    Hi,
    Ask th ABAPER to develop a report or u can go to tables
    T Code se16 and table name
    CDHDR - Header Change
    CDPOS - Item Change
    EREV - Version Change
    or use aut10 T code also
    this may help u
    Regards,
    Pardeep Malik

  • How to get the version changes programatically in ItemCheckedin event

    Hi,
    I am creating a custom version history page.
    I have a requirement were I have to capture the changes after file check-in and display it in the custom page.
    Is there anyway to get the version changes programatically after the file has been checked-in?
    Is is possible to get the current version and previous version in ItemCheckedin event
    and get the version changes?
    Thanks in advance,
    dhijit

    Hi,
    As Dimitri said, we can use ItemCheckingIn event to achieve it.
    The following code snippet for your reference:
    public override void ItemCheckingIn(SPItemEventProperties properties)
    base.ItemCheckingIn(properties);
    int beforeLevel = (int)properties.BeforeProperties["vti_level"];
    int afterLevel= (int)properties.AfterProperties ["vti_level"];
    if((beforeLevel==255) && (afterLevel==1))
    // This is a major version that is being checked in . . .
    int majorVer= properties.ListItem.File.MajorVersion+1;
    Best Regards
    Dennis Guo
    TechNet Community Support

  • SRM SUS-PO Version change

    Hi,
    Is there any FM using which we can change the Version of Purchase Order in SUS.
    Please advise.

    Hi,
    Ask th ABAPER to develop a report or u can go to tables
    T Code se16 and table name
    CDHDR - Header Change
    CDPOS - Item Change
    EREV - Version Change
    or use aut10 T code also
    this may help u
    Regards,
    Pardeep Malik

  • Version Change in User Exit , Customer Exit, Screen Exit

    Hi All,
    If Version change then whether the user exit, customer exit & screen exit will remain same? or what needs to be done for that?.
    Regards,
    Abhijit

    Hi,
    as per my knowledge there is no effect in the user exit ,in generally when version change the screens are chenges for particular transaction not the user exit .
    Regards,
    Madhu

  • Deletion change pointers are not going to ECC after C5

    Hi,
         My issue is that I am running C5 after Planning run.But deletion change pointers are not going to ECC.Because of this we have duplicate of orders in ECC.We are running CCR to bring back the "Planned orders with deletion change pointers and deleting again using RRP4.Why deletion change pointers are not going along with creation change pointer?Help will be highly appreciated.
    Thanks&Regards
    Venkadesh

    Hi,
    Check whether you have enabled the " delete events" check box. This check box will be valid if you are publishing the planning results thru background job.
    If you set this indicator, the system deletes all selected change pointers without sending them first.
    Thanks,
    nandha

  • ALEAUDIT: No filters No conversion No version change

    Hi,
    I am getting following error while confirmation creation
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Technical Routing of Response
      -->
    - <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_ALEAUDIT</SAP:Code>
      <SAP:P1 />
      <SAP:P2>No filters</SAP:P2>
      <SAP:P3>No conversion</SAP:P3>
      <SAP:P4>No version change</SAP:P4>
      <SAP:AdditionalText>&amp; &amp;, &amp;, &amp;.</SAP:AdditionalText>
      <SAP:Stack>ALEAUDIT: No filters No conversion No version change</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can anyone help?
    Thanks,
    PM

    Hi PM,
    Check if this related to table locks, go to SM12 and give EDDIC and see if there are any lock entries, if so delete them and reprocess the idoc...
    Thanks..
    Karna....

  • Firefox versions change too fast.

    Some development-tools refer to HTML/CSS features that work in certain version, but with 1 major-verions per 6 weeks we are at version 16 in one year.
    No tool will provide glue what CSS level can be expected to work in which version.
    For example "WeBuilder" assigns for CSS properties whether
    it works with
    CSS2 Css3 IE6 IE7 IE8 IE9 FF3 FF4
    They will NOT maintain a list with 9 Version for FF per year !
    Please use major version changes for major changes, but
    not as rollout counter.

    drcouzelis wrote:
    I don't know if this is related to your problem, but animated gifs play at different speeds in different web browsers. In Firefox, they play at the exact speed they were created with. In Chrome and Internet Explorer they are "capped" at 100ms per frame.
    But, I don't think there is a difference between Firefox for Linux and Windows. (I mean, in the code)
    Really? I was just wondering -->

  • PDF  Version Changed

    Using ReaderExtensions ES. I have enabled the ReviewAndCommenting option.
    Before enabling the PDF Version was 1.3(Acrobat 4.x). After enabled the PDF Version changed to 1.6(Acrobat 7.x). I need the PDF Version not to be changed after enabled. Kindly advice me how to activate this.
    Thanks,
    Prabudass

    Is there any Option for making the orginal PDF Version Stable even after "Review and Commenting" through Reader Extensions ES.
    Thanks,
    Prabudass

  • If I change country what is going to happen ?

    I purchased my iPad when being in Switzerland. When there I started to subscribe to magazines or services thru the local App Store. When I came back to the country I am living in the 1st thing I noticed was that my subscription to Eurosport wasn't working anymore due to rights issue. Bummer !
    Now I would like to purchase services thru the Chilean App Store (because it seems that one application I want is not available from the Swiss store) but it seems I can't shop in both shops. When I wanted to switch I got a message saying "You must spend your balance before you can change stores.". What ?
    When I'll change store what is going to happen with the magazine I am reading purchased from the Swiss store ? Am I going to be able still reading the publication I purchased ? I have got a magazine's subscription for one year, am I going being able to read it ?

    You have to use the Store in the country where you lives. If you have some credit balance you must spend it in order to change countries. If your store credit is less than the cost of a single item on the iTunes Store, App Store, iBooks Store, or Mac App Store, you can add a credit card to your account.
    After you change the country of your account, you won't see the items you purchased from the previous country’s store in the Purchased section.
    You will not lose your original iTunes purchases. Since the magazine subscription is not available in your new country, you will not be able to download the new ones.
    Can't change the country of your iTunes Store, App Store, iBooks Store, or Mac App Store account - Apple Support
    Change the country of your iTunes Store, App Store, iBooks Store, and Mac App Store account - Apple Support

  • Plz send me material for version change for 4.5 to ecc6.0

    hi experts,
    currently i am working in upgradiation project from 4.5 to ecc6.0,
    i am new for this one plz send me some material for version change,
    and give me suggestions what r the main changes from upgradiation from 4.5 to ecc6.0
    regards
    madhu

    Hello Madhu,
    I have started by our upgrade project with this links:
    [Unicode Technology|http://service.sap.com/unicode@sap]  (SAP Service Marketplace; PW necessary)
    [ABAP Development in Unicode|http://help.sap.com/erp2005_ehp_03/helpdata/EN/79/c554dcb3dc11d5993800508b6b8b11/frameset.htm]
    Peter

  • Can i rollback my workflow versions  changes in mm work flow?

    Dear All,
    Can i rollback my workflow versions  changes in mm work flow?
    Moosa

    Hi ,
    please refer to this blog for versioning -
    /people/sunil.ojha5/blog/2008/01/29/versions-of-a-workflow
    Thanks,
    sahiba

Maybe you are looking for

  • "Podcasts on the iPod 'iPod touch' cannot be synced ....?????

    I'm getting a "Podcasts on the iPod 'iPod touch' cannot be synced because all of the podcasts selected for syncing no longer exist" pop-up when ever I sync. Here is a post that seems to addressing the same type of error message for a failed music syn

  • IDVD burned disk does not start at main menu

    The IDVD burned disk starts randomly in the middle of the disk. Cannot access the main menu. I started with an IMovie with chapter headings, videos and pictures. Then shared it with IDVD, created themes, music, changed the headers, etc. Burned the di

  • DB2 (OS/390): Problems connecting to DB

    Hi, I try to set up a connection pool WL8.1 SP2 with the BEA DB2 Type 4 driver. I get an error message, that the DB could not be found. But I think there is a problem with creating the package on the DB2 Server. (Maybe the user has not enough privile

  • Ruleset Comparison in GRC10

    Hi, Does any one also know the Ruleset comparison program name in GRC10. I tried running the Ruleset comparison option from NWBC->Setup-> Access Ruleset Maintenance->Rulesetup->Ruleset Comparison, there is an option to select Risks,Actions,Permission

  • Collect Fonts

    Does InDesign collect fonts of placed psd files? If not, are there any 3rd party programs taat anyone knows of to do this? Thanx.