Flex4 automated builds and license key

When working in Flex3, we were able to include the following configuration file with the license key:
<flex-config>
    <licenses>
        <license>
            <product>flexbuilder3</product>
            <!--professional-->
            <serial-number>1234-1234-1234-1234-1234-1234</serial-number>
        </license>
    </licenses>
</flex-config>
Testing in Flex4, my QA person reports that he receives a message saying:  "License not prestent.  With teh trial version only limited replays are allowed " when QTP executes their tests.
I had fashioned a config file after the one we used in our Flex3 build for Flex4:
<flex-config>
    <licenses>
        <license>
            <product>flashbuilder4</product>
            <serial-number>1234-1234-1234-1234-1234-1234</serial-number>
        </license>
    </licenses>
</flex-config>
In the examples I have found on Adobe's site for Flex for they all just say to specify the product name.  I guessed based on Flex3 name that it should be flashbuilder4.  This was a guess on my part since I haven't found an actual example.  Does anyone have any suggestions on inserting a licnense key for Flex 4 in an ANT build?
--Thanks

Actually, mxmlc and fcsh ARE standard Adobe products.  They come with the SDK.  More importantly, they are free, so you can compile your flex apps without a license key.  You could hack together a build server using a cron job to fire up a bash script to pull down your release from svn, then invoke the mxmlc compiler (./mxmlc ....) and deploy the file.  One of the projects I was able to build using Hudson/maven, I'm not sure on the specifics though.

Similar Messages

  • Hardware key and license key

    Hi All,
    I have a question about the HW key and license key for SAP on Solaris.
    As currently, we would like to replace the existing hard-disk with a larger one.
    And i would like to know that, can we using the same license generated before, or we need to generate a new one?
    Regards,
    Cheung

    Hi Wing,
    Got no documentation explicit about this, only personal experience. You can look at note 94998, and perhaps this PDF: https://websmp106.sap-ag.de/~sapidb/011000358700005997252005
    Best Regards,
    JC Llanes.

  • Preparing for the inevitable - passwords and license keys backup

    Hey all,
    I have found my HD has some issues and therefore I'll need to (unfortunately) format it entirely and restore it....
    I am doing a backup using Time Machine anyways, but to be super safe I would like to save all settings, passwords and license keys for my applications.
    Is there a place where MacOs stores this data and is there a way to save it?
    thanks a lot in advance for your help.
    ciao,
    ale

    Hi there,
    1Password cannot 'read' licences automagically from installed software. I suspect because each developer stores this in a different manner (some may not store it all). However, if you have your software licenses in email, then you can re-enter them into 1Password
    Also see Agile's help article on 1Password backups: http://help.agile.ws/1Password3/data_backup.html
    Saj

  • Installing Java Studio Enterprise 7 and license key

    Hello, I just installed Studio Enterprise 7 that I downloaded for a "free trial", but each time I start the application it prompts me for a license key which I do not have. I would like to review the software, but I can't get it to work.
    Any suggestions?
    Thanks in advance,
    Kenshinmax

    Thanks for the response, but I called Sun Support, Sun Lic. department, Technical Support and no one had could help me. In addition, I am a iForce Developer and I also called them up, but that was also disappointing.
    Kenshinmax

  • OS Level and License Key Question?

    Hi Everyone, new potential Apple user here.
    I am going to buy 2 Apple G4 notepads for our children. I know they will not come with an OS so I my question is, is it like Windows where you have a license key on the bottom and you can use the same CD to install the OS on both machines and just use the License Key that comes with the Laptop or will have to buy 2 copies of the OS one for each machine?
    Next question, is what is the highest level of OS I can go to?
    Sorry if the questions seem a little dull.
    Thanks
    Martin.

    Hey Martin and Welcome to Apple Discussions,
    I am going to buy 2 Apple G4 notepads for our children.
    It would help to know which model you're buying, especially the CPU speed since that will determine which OSs can be run.
    .. like Windows where you have a license key on the bottom and you can use the same CD to install the OS on both machines and just use the License Key that comes with the Laptop or will have to buy 2 copies of the OS one for each machine?
    There is no "license key" in Mac OS X land ;<). Get used to not having to type those ridiculously complex keys in at the 4 minute mark.
    With the single user license you can officially load on one machine. With the family pack you can load up to 5.
    <div class="jive-quote">Next question, is what is the highest level of OS I can go to?
    In general all the G4 iBooks will run Leopard so 10.5.8 updated. The 12" 800 Ghz will run Tiger so 10.4.11 updated. That's official but the installer can be hacked to run in that machine.
    Richard

  • Clarification on - Oracle Version Update Patch and License Key

    Hello,
    I am currently using Oracle 9.2.0.4.0 version of oracle database. I want to update it to a higer version or we can say I would like to apply a new higer patch to this version.
    My questions are,
    1. Is there any new higer patch available for Oracle 9.2.0.4.0?
    2. If answer to above question is YES then, is the new patch requires the license key to implement?
    I have the license copy of Oracle 9.2.0.4.0.
    Do I require the license key to implement the new patch?
    Thanks in advance.
    Himanshu

    Yes the latest patch available on Oracle9i is 9.2.0.7.0 (on windows 32 bit). But in general I think its 9.2.0.6.0. You can check at metalink against the platform you are using.
    No I don't think you need a license to apply the patch if you already have one.
    HTH
    Amar

  • Oracle Identity Manager - automated builds and deployment/Best practice

    Is there a best practice as for directory structure for repository in version control system?
    Do you recommend to keep the whole xellerate folder + separate structure for xml files and java code? (Considering fact that multiple upgrades can occur over the time)
    How custom code is merged to the main application?
    How deployment to Weblogic application server occur? (Do you create your own script or there is an out of the box script that can be reused)
    I would appreciate any guidance regarding this matter.
    Thank you for your help.

    Hi,
    You can use any IDE (Eclipse, Netbeans) for development.
    For, Getting started with OIM API's using Eclipse, please follow these steps
    1. Creating the working folder structure
    2. Adding the jar/configuration files needed
    3. Creating a java project in Eclipse
    4. Writing a sample java class that will call the API's
    5. Debugging the code with Eclipse debugger
    6. API Reference
    1. Creating the working folder structure
    The following structure must be created in the home directory of your project (Separate project home for each project):
    <PROJECT_HOME>
    \ bin
    \ config
    \ ext
    \ lib
    \ log
    \ src
    The folders will store:
    src - source code of your project
    bin - compiled code of your project
    config - configuration files for the API and any of your custom configuration files
    ext - external libraries (3'rd party)
    lib - OIM API libraries
    log - local logging folder
    2. Adding the jar/configuration files needed
    The easiest way to perform this task is to copy all the files from the OIM Design Console
    folders respectively in the <PROJECT_HOME> folders.
    That is:
    <XEL_DESIGN_CONSOLE_HOME>/config -> <PROJECT_HOME>/config
    <XEL_DESIGN_CONSOLE_HOME>/ext -> <PROJECT_HOME>/ext
    <XEL_DESIGN_CONSOLE_HOME>/lib -> <PROJECT_HOME>/lib
    3. Creating a java project in Eclipse
    + Start Eclipse platform
    + Select File->New->Project from the menu on top
    + Select Java Project and click Next
    + Type in a project name (For example OIM_API_TEST)
    + In the Contents panel select "Create project from existing source",
    click Browse and select your <PROJECT_HOME> folder
    + Click Finish to exit the wizard
    At this point the project is created and you should be able to browse
    trough it in Package Explorer.
    Setting src in the build path:
    + In Package Explorer right click on project name and select Properties
    + Select Java Build Path in the left and Source tab in the right
    + Click Add Folder and select your src folder
    + Click OK
    4. Writing a sample Java class that will call the API's
    + In Package Explorer, right click on src and select New->Class.
    + Type the name of the class as FirstAPITest
    + Click Finish
    Put the following sample code in the class:
    import java.util.Hashtable;
    import com.thortech.xl.util.config.ConfigurationClient;
    import Thor.API.tcResultSet;
    import Thor.API.tcUtilityFactory;
    import Thor.API.Operations.tcUserOperationsIntf;
    public class FirstAPITest {
    public static void main(String[] args) {
    try{
    System.out.println("Startup...");
    System.out.println("Getting configuration...");
    ConfigurationClient.ComplexSetting config =
    ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    System.out.println("Login...");
    Hashtable env = config.getAllSettings();
    tcUtilityFactory ioUtilityFactory = new tcUtilityFactory(env,"xelsysadm","welcome1");
    System.out.println("Getting utility interfaces...");
    tcUserOperationsIntf moUserUtility =
    (tcUserOperationsIntf)ioUtilityFactory.getUtility("Thor.API.Operations.tcUserOperationsIntf");
    Hashtable mhSearchCriteria = new Hashtable();
    mhSearchCriteria.put("Users.First Name", "System");
    tcResultSet moResultSet = moUserUtility.findUsers(mhSearchCriteria);
    for (int i=0; i<moResultSet.getRowCount(); i++){
    moResultSet.goToRow(i);
    System.out.println(moResultSet.getStringValue("Users.Key"));
    System.out.println("Done");
    }catch (Exception e){
    e.printStackTrace();
    Replace the "welcome1" with your own password.
    + save the class
    To run the example class perform the following steps:
    + Click in the menu on top Run, and run "Create, Manage, and run Configurations" wizard. (In the menu, this can be either "run..." or "Open Run Dialog...", depending on the version of Eclipse used).
    + Right click on Java Application and select New
    + Click on arguments tab
    + Paste the following in VM arguments box:
    -Djava.security.manager -DXL.HomeDir=.
    -Djava.security.policy=config\xl.policy
    -Djava.security.auth.login.config=config\authwl.conf
    -DXL.ClientClassName=%CLIENT_CLASS%
    (please replace the URL, in ./config/xlconfig.xml, to your application server if not running on localhost or not using the default port)
    + Click Apply
    + Click Run
    At this point your class is executed. If everything is correct, you will see the following output in the Eclipse console:
    Startup...
    Getting configuration...
    Login...
    log4j:WARN No appenders could be found for logger (com.opensymphony.oscache.base.Config).
    log4j:WARN Please initialize the log4j system properly.
    Getting utility interfaces...
    1
    Done
    Regards,
    Sunny Ajmera

  • Where is the Download and License key?

    Purchased Primavera P6 about 2 weeks ago. Got an email asking me to agree to Oracle License and Services Agreement which I did.
    I have received a registration key, but I can not find a link to download the software. How do I obtain this?
    Thanks
    Russ

    Your reseller should have provided that for you. Software downloads are at http://edelivery.oracle.com.
    We posted this link from our July webinar that tells you how to download P6 (starts on page 9). Go to http://www.projwebsite.com/webinar/July2011_Whats_New_in_P6Pro81_DRMcNatty_Webinar.pdf

  • Build and Deployment Tools

    Hi All,
    Are there automated build and deployment tools available? are there any recommendations?
    Thanks
    Sravz

    user11138361 wrote:
    Is there one which does both
    1. Automatic Build
    2. Automatic DeploymentYes, lots of them. Search for 'Continuous Integration' tools. We use Jenkins in our shop.

  • CRMv1.2 Enter this License key is invalid or does not match the organization name?

    Hi All,
    Thanks for your support in advance.
    This is Ashok. We purchased CRM v1.2 from the third party. They have provided us the CRM CD's(5) with product key. The problem is when im trying to install CRM server in windows 2003 server its asking for organizations name and License Key. So I have entered
    my company name as the organization name and entered the product key as a License Key. After click on the add button its giving an error i.e., "Enter this License key is invalid or it does not match the organization name. Verify your license key and organization
    name".
    Kindly suggest me the best solution to resolve this issue.
    Waiting for your valuable suggestions.
    Thanks,
    Ashok M.

    Hi Ashok,
    We have a specific forum for discussing CRM:
    https://social.microsoft.com/Forums/en-US/home?forum=crm
    However from the description it is a license related question. In this situation it is more recommended to contact the support directly:
    Here is the support page for Microsoft Dynamics:
    http://www.microsoft.com/dynamics/en/asia/contact-support.aspx
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Server 2012 St R2 Hyper-V guest OS license Key?

    Hello!
    Question, we have a new 2012 Standard R2 server, and are installing hyper-V on this.
    Do i use the same server 2012 DVD and License key on the guest OS?
    Thank you in advance.
    Aksel

    For the vOSE (that is 2 in a standard deployment) you would use the same key for those VM´s
    /regards
    Niklas

  • FB4 Eclipse plugin referencing to trial key and not to valid license key

    After uninstalling trial version, I installed Flash Builder 4 Standalone version with new serial key and that works fine, but after that I installed Flash Builder 4 Eclipse plugin and that didnt work. I checked the asm3.log file and it had message "SLCoreService: Query license: type = 1, duration = 60 days, remaining = expired.".
    Why FB4 Eclipse plugin reference to trial key and not valid key?
    Flash Builder 4 Standalone license key does not work for Flash Builder 4 Eclipse plugin? Do I need new license for FB4 Eclipse plugin?
    Why it work for Flash Builder 4 Standalone version and not for Flash Builder 4 Eclipse plugin?

    The same license key will work for both FB4 Standalone and FB4 Plug-in.
    In order to get out of trial mode for FB4 Plug-in, launch the bundled copy of eclipse, and switch to the Flash perspective. This should trigger the Activation dialog, where you can enter your SN.
    -Chris

  • SOS! The database does not start and the license key can not be installed.

    Hi,
    I have installed the SAP Netweaver 200s testdrive on linux x86-64. I have got the hardware key and requested a license key. I have received an E-mail with the license key (N4S.txt) attached.
    Unfortunately, I am not able to active the installation with this license.
    I always get the error: "open of N4S.txt failed: No such file or directory"
    I have renamed the license as N4S.rpm but it still not working.
    Furthermore, I could not start the database in the previous step. I have got the error: Database failed to start.
    Does anyone already have the same errors? Your help will be so greatful.
    Thank you.
    Jodie

    Hello,
    yesterday, I have tried your propositions but nothing doesn´t change.
    @Joe
    "You might want to check installation log files.."
    I do it but I did not see any error.
    @Marcel 
    "Which Linux distro did you use?..."
    I have the linux Opensuse 11.1
    @Hannes
    "you mentioned, that you are not able to start the database. Unfortunately, your error message
    does not give us any details of what happened"
    I follow the Installation´s help file of SAP, I didn´t have any error before this step of the Installation (Start the Database: entering the command startdb).
    1) did the installation finish successfully?
    Until the request of the License key, the installation goes without errors.
    2) logon as n4sadm (su - n4sadm) and execute: startsap n4shost
    What is the output?
    "No start profiles found"
    3) check /home/n4sadm/startdb.log (or any other start*log files there)
    This is the content of the startdb.log file:
    lun. mars 2 23:05:13 CET 2009
    LOGFILE FOR STARTING DATABASE
    Trying to start database ...
    lun. mars 2 23:05:13 CET 2009
    Checking required environment variables
    SAPSYSTEMNAME is >N4S<
    Start database with xuserkey >c<
    lun. mars 2 23:05:13 CET 2009
    Connect to the database to check the database state
    dbmcli: connect check finished with return code: 0
    Database not available
    lun. mars 2 23:05:14 CET 2009
    Starting XServer
        12798  NISERVER NI support started.
    WNG 12453  NISSLSRV NISSL Init: SSL: Could not locate licence file
        12902  XSERVER  started, 'X64/LINUX 7.6.00   Build 018-123-119-055'
    lun. mars 2 23:05:14 CET 2009
    Starting database
    Starting Database Instance...
    Error! XUser not found!
    Opening Database...
    Error! XUser not found!
    lun. mars 2 23:05:15 CET 2009
    Connect to the database to verify the database is now open
    dbmcli check finished with return code: 0
    Database start failed
    Thank you for another propositions
    Jodie

  • Charting license for automated builds?

    Hi All,
    We have one charting license and two machines that perform
    continuous builds. Is there a way to use that one license on both
    these machines?
    Thank you,
    r.

    Actually, mxmlc and fcsh ARE standard Adobe products.  They come with the SDK.  More importantly, they are free, so you can compile your flex apps without a license key.  You could hack together a build server using a cron job to fire up a bash script to pull down your release from svn, then invoke the mxmlc compiler (./mxmlc ....) and deploy the file.  One of the projects I was able to build using Hudson/maven, I'm not sure on the specifics though.

  • I am having to reinstall Adobe Pro because of a hard drive failure. I have lost the License Key and need to know how to retrieve it so I can reinstall the product.

    How do I retrieve the Adobe Pro License key/# so I can reinstall on my computer. I had to have the hard drive replaced due to failure and don't have the necessary information to reinstall Adobe Pro.

    As this was a 1,000 USD + purchase I did registered back in 2008 when I got my copy of "Adobe Creative Suite 3 Design Premium". And now I'm in the same situation as you. I did go to manage my account and found my serial number.
    My disk crashed completely and I got everything back and running from my Time Machine backup. A few days ago Illustrator said there was a licensing issue. I tried all their gradual solutions up to the very last one: Reinstalling.
    I did that and inserted the Serial number; it worked. Now that I'm opening the Adobe Acrobat Pro it requires me to input the serial and it says is invalid!
    Anyone has an idea about this?

Maybe you are looking for

  • Issue with product tops not moving after Upgrade Filesystem installed

    All: I have just installed the R12 tech stack and db in preparation for the upgrade. After this is completed it (rapidwiz) creates an environment file in $APPL_TOP. My issue is that some of the products, based on this environment file, still point to

  • Commenting a Line in ABAP Editor when using SAP GUI for java

    Hi, In ABAP editor we can highlight the line which are to be comment and use cmd+< sign to comment those lines. What will be the command to be used to achieve the same functionality when using SAP GUI for JAVA on an iMac.

  • InDesign cs3 crashes when opening CS2 documents

    ID cs3 crashes when opening CS2 documents, not when open dialog appears, but after I choose file and it "starts" opening it. (core duo, xp, clean install, all updates) If i open ID by opening file, it crashes with standard windows dialog, if I open I

  • Changing the name of the System where WAS is installed

    Hi, I need to change the name of the machine where SAP WAS is installed. It also has a Portal & KM in it. Will the machine name change affect the WAS/Portal in any way? If so, what are the changes I have to do to make it work? Regards, Pradeep

  • ODBC - ORA-12154: TNS:could not resolfe service name

    I am receiving the following error when doing a Test Connection on an System DSN (Oracle ODBC Driver Configuration). Unable to connect SQState=08004 [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolfe service name I am using the Oracle 9.02 ODBC driv