New testing builds

Hi community,
due to time constraints, we have decided to make a slight alteration in the release process. That is:
- we (releng) build testing images and publish them on the buildserver.
- releng does only minimal testing.  we rely on the community to try them out and report back to us.
bugs go to the bugtracker under the release engineering project.
it's often useful to submit your /var/log/aif/aif.log to a pastebin as it gives me much information.
success stories can go in this thread or on the mailing list.
bonuspoints for those who supply patches. (or online git repositories we can pull from)
- once there is enough feedback, and and there are no relevant known bugs anymore, then we can do a new official release.
If you did an installation and it went fine, please report:
- platform (32bit/64/kvm/xen/virtualbox/..)
- automatic or interactive installation
- netinstall or core, dual arch image or normal?
- (if relevant: network setup, dhcp/manual, time setup manual/ntp, ..)
- disk setup (autoprepare or manual. what kind: lvm, encryption,..)
download: http://build.archlinux.org/isos/
Changelog: http://build.archlinux.org/isos/Changelog
Known issues: http://bugs.archlinux.org/index.php?project=6&reported[]=66
Interesting links for hackers:
archiso http://projects.archlinux.org/archiso.git/ (archiso is used for the normal isos, archiso2dual for the dual arch)
AIF http://projects.archlinux.org/aif.git/ (installer)
http://wiki.archlinux.org/index.php/Archiso
have fun,
Dieter
Last edited by Dieter@be (2010-04-06 20:03:34)

Ultraman wrote:
I just tested the new PXE boot script from the wiki on the Core image for dual architectures, works great!
I'm getting a new laptop which doesn't have a optical drive builtin, and I don't have a external USB CD/DVD-player. I prepped an SD card with CloneZilla so I can immediately make a backup image after unwrapping it. And another SD Card with a Ubuntu 10.04 Daily built Live image, to quickly test it with Linux.
After that, I of course want to install Arch, I only have 2 decent SD Cards to spare and my USB key is in use. So to avoid having to backup and format that one, PXE boot is a much cooler option
When I try to install dnsmasq and nbd, pacman wants to update itself. But when trying to it runs into a problem when it cannot replace itself because of a read-only mounting. Saying no to the pacman upgrade enables me to install those 2 packages, but I don't know if this can cause a problem on a later date?
good to hear.
you could also run dnsmasq/nbd from a normal arch machine instead of a live environment. so you could update packages.
i don't think the problem you mentioned should happen because it's an aufs, so please report this issue and provide detailed information.
But anyway, the next images will have updated packages. (ie updated pacman)

Similar Messages

  • Failed to Install The New Preview Build. Installation Failure: Windows failed to install the following update with error 0x80246007: FBL_AWESOME1501 9926 Professional.

    Hello,
    I'm having issues upgrading my Windows 10 Technical Preview installation build 9879 to a newer build that's become available late January 23rd.
    I am installing the new upgrade in a Hyper-V virtual machine and get the following error:
    Failed to install the new preview build, please try again later. 0x80246007
    What could be the problem?
    Previously I've had messages that Windows cannot be upgraded on a computer with less than 2 Gbyte of RAM. That's a Hyper-V VM with dynamic memory and I was highly surprised to see this error; never had this before. Had to set 2048 Mbytes as a minimum memory
    for this VM. Now that I have this 80246007 error code.
    When looking up System log, the following error messages are listed multiple times:
    Installation Failure: Windows failed to install the following update with error 0x80246007: FBL_AWESOME1501 9926 Professional.
    The errors are returned for the Event ID 20 by WindowsUpdateClient
    in task category Windows Update Agent..
    I reviewed the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
    registry key as suggested in Windows
    Insider stuck on build 9841 - "No new preview build was found", and here is what it shows:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
    "BranchName"="fbl_awesome1501"
    "ThresholdRiskLevel"="low"
    "ThresholdOptedin"=dword:00000001
    Note, when attempting to install the downloaded update from a native boot, installation starts with no errors.
    However, since setup is not supported for a natively booted VHD files, it does not proceed further showing a message that installation on virtual drives is not supported.  
    Looks like Setup is having problems installing in a Hyper-V virtual machine.
    Possibly, some ESD files got corrupted during downloading? Is it possible to remove them and re-download missing files? (I, however, noticed that Windows seems to re-download upgrade files after you restart 9879 and attempt to check for a new build.
    Any clue why installing under VM causes 9926 to fail?
    Thank you in advance.
    Well this is the world we live in And these are the hands we're given...

    Hi,
    According to the error message, this problem seems like update package installation failed during system upgrade.
    You can try to remove ESD file which locate at boot of C drive and upgrade the system again for test.
    On the other hand, make sure the system 9879 installed all Windows pushed updates before system upgrade.
    Roger Lu
    TechNet Community Support

  • Hi Anil, I was able to compile the Maven test build successfully but still has errors.

    Hi Anil, I am not able to compile the Maven test build successfully but still have errors/warning messages. Can you please help me or tell me if I can
    processed with the tutorials. Thanks.
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>Maven-Test</groupId>
      <artifactId>Maven-Test</artifactId>
      <version>0.0.1-SNAPSHOT</version>
      <packaging>pom</packaging>
       <dependencies>
    <!-- check if <sap.cloud.sdk.version> and <sap.cloud.sdk.path> in settings.xml are correct -->
    <!-- SAP HANA Cloud SDK dependency -->
    <dependency>
    <groupId>Maven-Test</groupId>
    <artifactId>Maven-Test</artifactId>
    <version>1.48.16</version>
    <scope>system</scope>
    <systemPath>C:/dev/hanacloud.sdk/1.48.16</systemPath>
    </dependency>
    <!-- check if <eclipse.path> and <sap.cloud.ui5.version> in settings.xml are correct -->
    <!-- SAPUI5 dependency -->
    <dependency>
    <groupId>Maven-Test</groupId>
    <artifactId>Maven-Test</artifactId> (I am getting error here)
    <version>1.18.8</version>
    <scope>system</scope>
      <systemPath>C:/dev/eclipse</systemPath>
    </dependency>
    </dependencies>
    </project>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [INFO] Scanning for projects...
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for Maven-Test:Maven-Test:pom:0.0.1-SNAPSHOT
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar should use a variable instead of a hard-coded path C:/dev/hanacloud.sdk/1.48.16 @ line 16, column 14
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar should use a variable instead of a hard-coded path C:/dev/eclipse @ line 25, column 15
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: Maven-Test:Maven-Test:jar -> version 1.48.16 vs 1.18.8 @ line 20, column 14
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar refers to a non-existing file C:\dev\eclipse @ line 25, column 15
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
    [INFO]                                                                        
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Maven-Test 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
    Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (5 KB at 4.3 KB/sec)
    [INFO]
    [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ Maven-Test ---
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.507s
    [INFO] Finished at: Mon Mar 24 02:27:14 EDT 2014
    [INFO] Final Memory: 5M/99M
    [INFO] ------------------------------------------------------------------------

    It's probably best to close thread and that I start a new one. I think that I have gone off on a tangent here. Yes SSIS isn't doing much of a job in reporting errors but my main concern is the error itself.
    I am trying to port an SSIS Script Task from SQL 2008 to SQL 2012. Is uses the ReportExecution2005 web service to run SSRS reports. The really strange thing is that, even though the same web reference is used, different methods seem
    to be available in SQL 2008 and SQL 2012. This doesn't sound right to me, if you refer to the same Web Service you should see the same metros or am I wrong about that.
    For example in SQL 2008 there is ReportExecutionService
    object but on the SQL 2012 to service there only seems to be
    ReportExecutionServiceSOAPClient.
    R Campbell

  • UPDATE: Install new Folio Builder panel

    The Folio Producer tools on the web were updated July 21. Please update your Folio Builder panel to make sure that it's in sync with the web client. The links for downloading the 1.1.2 update will appear on the main DPS installer pages:
    Mac OS: http://www.adobe.com/support/downloads/product.jsp?product=172&platform=Macintosh
    Windows: http://www.adobe.com/support/downloads/product.jsp?product=172&platform=Windows
    Note that there is a difference between installing the new Folio Builder panel and updating the authoring tools. Whenever there is an update to the web client, you should update the Folio Builder panel. However, when the new version of the authoring tools (Overlay Creator panel and plugin) becomes available, you have a choice of updating the authoring tools or continuing to use an older release. For example, you may want to continue using an older set of authoring tools so that you can continue to work on folios for a custom viewer that you created, and you don't want to update that viewer app in the store every time a set release comes out.
    The v14 authoring tools will be available later, when all the viewers are approved in the stores. The new version of the Viewer Builder app is scheduled for release early next week. You'll be able to specify languages and use in-app billing for Android viewers.
    When you update your Folio Builder panel, you will be able to do the following:
    * Re-order articles in the Folio Builder panel by dragging and dropping
    * Unshare folios with individuals
    * Upload large articles (the limit increased from 100 MB to 2 GB)

    OK, I've done this.
    To test what's happening for sure, I have uninstalled and re-installed time and time again, step by step. Here's what I get:
    1. install Digital Publishing Suite: I can sign in to Folio Builder
    2. install patch 1.0.1: I can sign in to Folio Builder
    3. install patch 1.1.1: I can sign in to Folio Builder
    4. install patch 1.1.2: I cannot sign in to Folio Builder
    Here are the messages I get when I try to sign in with 1.1.2. It's always one or the other, at random.
    On my Mac at home, I can sign in without problem. Could it be a firewall issue with the Windows computers at the office? If the sign-in system has changed, please tell me what Adobe has done so that I can communicate this to our IT support.
    In the meantime, I have downgraded to 1.1.1 so that I can continue working with DPS.
    Ali

  • Failed to check for new preview build, please try again later. 0x80248014

    Hi
    I keep getting error such as "Failed to check for a new preview build, please try again later.0x80248014" and unable to update to a newer build version.
    How do I download the latest version build?
    Windows Updates?

    Hi,
    To rename SoftwareDistribution folder, you can refer to the contents of th link below:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_store/how-to-fix-the-purchase-error-0x80248014-windows-8/27c65525-fa28-4048-b11d-b83e86a2dcbc
    For your problem, I'd like to suggest you use Windows update troubleshoot tool for test to fix this problem:
    Control Panel\All Control Panel Items\Troubleshooting\All Categories\Windows Update
    If failed, please post the detailed information of this tool diagnose results here.
    After that, please upload your Windows update log file to your sharing space and post the link here.
    C:\Windows\WindowsUpdate.log
    Roger Lu
    TechNet Community Support

  • **Help, blank monitor on New PC build with NX8400GS-TD series**

    Hello,
    I am having a problem with my new computer build:
    Mainboard : MSI X48C Platinum
    CPU:Intel Core 2 Quad Q9550
    PSU: Ultra 650 Watt Atx power supply
    Memory : 4 Gig DDR3PC3-8500
    HDD: 500 Gig WD Caviar SE16 ATA 7200/16MB/SATA-3G
    Video Card: NX8400GS-TD Series
    DVD Drive: LG 22X DVDRW SATA OEM (L49-1028 OEM )
    The problem is that when I turn on my computer it powers on but I am getting a blank screen on my monitor. I have tried removing all devices (HD, DVD Drive) and leave the barebones, but it still does nothing. I know that the monitor that I am using is good because I tried it on a different computer and it works. can anyone please help me out?
    Thanks

    Quote
    There is no way to check the video card without using another video card
    Exactly (unless you have have a diagnostic/P.O.S.T. Status PCI Card which will show you each P.O.S.T. Checkpoint that is successfully passed).  You could, of course, also test the card in another system.
    Quote
    How do I know if it posts without being able to see the screen?
    Usually, you don't.  That is what makes trouble-shooting so hard sometimes.
    Quote
    you said to take the video card out to see if it posts, how do i know if it posts if i can't see anything?
    You have misunderstood what I was saying.  During the  Power-On-Self Test, the initialization of the output devices happens rather late in the test cycle. 
    You decribed this behaviour earlier:
    Quote
    ok, i am making backward progress now. before i got it to power up by:
    1) turning on power on psu and then
    2) pressing the power button on the computer case
    Now it doesn't even power on and it tries to power up when I only:
    1) try turning on the power on the psu
    When I do the above the fans spin for a second then nothing.
    These symptoms do not really indicate the video card.  If you remove the card and the same symptoms occur, you can more or less be sure that these problems are not caused by the card as such.  You do not need to see anything on the screen to be able to oberve the power-on behaviour of the systems.
    Quote
    It can't be the following:
    CMOS (I cleared it multiple times)
    Shorting of the case (I took it out of the case)
    CPU (I checked the CPU Pins and it is fine)
    Well, then there is other stuff left to check:
    Quote
    - forgotten CMOS Clear (while the main A/C power cable is unplugged from your PSU)
    - shorting issue inside the case
    - a problematic or failing PSU (or: not all power connectors hooked up properly)
    - broken or bent CPU Socket Pins
    - memory problems
    - a bad/damaged motherboard (either DOA (damaged during shipping), damaged during handling/installing (electrostatic discharges, damaged by a short circuit inside the case) etc.)
    - and yes, a bad video card (but this is not very likely in my opinion) ---> If it was the video card, the system should turn on and stay on (the P.O.S.T. should stop during output device initialization) ---> So, this is easy to check:  Test without the video card.  If the system shows the same on/off behaviour, it is not the card causing this)

  • MSI Z87-G45 external test build - no flash screen with 2 G.Skill Ram sticks

    Hi guys this is my first build and I'm encountering this issue on my test build.
    I'm using MSI Z87-G45 MoBo, G.Skill Ripjaws Series 8GB (2 x 4GB) DDR3-1600 Memory, i5 4670k
    RAM is only working one at a time. Both sticks work. They do not work alone in DIMM 3 or DIMM 4.
    Any advice on what to do? could it be speeds/timing of the ram? this is my first build so any help is greatly appreciated!
    I see that G.Skill sticky post, but since this is a test build outside of the case I don't have a keyboard attached or really any knowledge of how to alter the BIOS.

    Quote from: mvam on 13-May-14, 07:02:12
    new ram - Corsair Vengeance... no luck. 
    any other ideas?
    time for a new mobo? it has to be the mobo right? cpu?
    One or the other. CPU can be ruled out if you know someone who can test it for you on another known working board. That leaves the mainboard as faulty. You could try a PSU power cord removed, battery removed for a short time, clear CMOS and try again with a RAM stick in DIMM2.

  • Not able to spy objects in ie9 using coded UI Test Builder Spy, giving exception -Interface not registered(Exception from HRESULT:0X....

    Not able to spy objects in ie9 using coded UI Test Builder Spy, giving exception - "Interface not registered(Exception from HRESULT:0X...."
    I am not able to capture any objects of my web application using coded ui recorder. Even though it is a simple html page, coded ui is showing a message  -"Interface not registered(Exception from HRESULT:0X...."
    Please give me solution , why this is hapening. I am having problem with object identification. Even I am not able to identify any object in google.com.
    swapnanil sengupta

    TechnologyName is displaying as "MSAA" . But my application is a Webapplication.If I try to spy the google .com's search field then also TechnologyName is displaying as "MSAA". Is it any configuration issue of vsts codedui.
    swapnanil sengupta

  • How do you have a single test case run on multiple platforms in both a Deploy/Test build and via MTM?

    I am wanting to have a scheduled nightly build execute my testcases for multiple platforms/configurations.  I have multiple VMs running in these environments but the method Microsoft provided
    (without digging into customizing the build template) doesn't provide any functionality for this.  This is a basic use case for automation that I can't believe they would miss.  Has anyone run into this and found a solution.  Is it just that
    you have to completely customize the template?
    For a more complete use case...
    I have 4 customers that have different configurations and different OS platforms on top of a generic configuration.  I want the build/deploy/test build to automatically run my 152 test
    cases to at minimum those 5 environments.  I want this to run every morning at 1am and the tests should in the different environments in parallel (ie all of customer 1 tests run at the same time as customer 2 tests...). I also don't want to have to create
    152 * 5 test cases since that will bloat things and cause more management/maintenance headaches.

    I am wanting to have a scheduled nightly build execute my testcases for multiple platforms/configurations.  I have multiple VMs running in these environments but the method Microsoft provided
    (without digging into customizing the build template) doesn't provide any functionality for this.  This is a basic use case for automation that I can't believe they would miss.  Has anyone run into this and found a solution.  Is it just that
    you have to completely customize the template?
    For a more complete use case...
    I have 4 customers that have different configurations and different OS platforms on top of a generic configuration.  I want the build/deploy/test build to automatically run my 152 test
    cases to at minimum those 5 environments.  I want this to run every morning at 1am and the tests should in the different environments in parallel (ie all of customer 1 tests run at the same time as customer 2 tests...). I also don't want to have to create
    152 * 5 test cases since that will bloat things and cause more management/maintenance headaches.

  • Found 2 bugs in new Flash Builder 4.7

    Hello.
    I've just migrated all of my large projects to the new Flash Builder 4.7 (from 4.6) and they all work well except for the 2 annoying issues:
    1. I don't know why, but FB no longer allows me to create "config" packages. It says "config is a reserved word in ActionScript and cannot be used." Wtf? I had lots of projects using such names in FB 4.6 and didn't have any issues with it. Is it a new rule in FB 4.7? If so - then why it was introduced and was introduced only now? ActionScript language and FB exist not the first year... Also after i migrated existent projects i see all "config" packages have non-standard "folder" icon in the source file tree (in the package explorer panel).
    2. There are strange warnings started to appear - "the import BLA-BLA-BLA is not used locally", but I am not blind - I see it is used just a little bit below in the code. What is wrong with this?
    Please help as I am confused now about what to do... I waited for FB 4.7 for so long and now I think I will need to downgrade...

    Hi Infeter,
    For 1;
    After the number of hours I have lost debugging issues where someone has inadvertently named a variable the same as a package that is on the root, so making it impossible for FB to discern whether I am talking about "aname.veryImportant" as the sub-package "veryImportant" of the package "aname" or the property "veryImportant" of the variable "aname", I welcome any and all new warnings of how a coder may inadvertently break Flash! So, if they are saying it is a reserved word, it is probably because there is a core class, variable or other such that will, at some point, bite you if you name something after it. This has always been the case with, for example "default" - default is a keyword that has real meaning for the compiler and you will not be allowed to define things as "default" because of the potential for confusion (are you issuing the "default" directive in a switch statement or are you referring to the "default" value in your class?). Given that FB has the frankly excellent "Refactor" function to allow you to easily rename packages, members and classes, I'd just be happy to rename the offending items and be glad to have saved myself several hours of painful debug later on.
    For 2;
    I'm surprised you're seeing this warning for classes that are not used. I've found loads that were added in automatically over the years that simply are not used. I'm loving the way I can clean out about half my import statements now. The thing to do is to comment out the imports and check that everything still works. If it does, then you're laughing, you don't need them. If it triggers errors of not being able to locate the class, then I would put together a code snippet and add it as a comment to your bug report.
    G

  • IWeb is not working for sending podcasts to iTunes, so I need a new web building tool. What is the closest thing to iWeb that I can use, which also supports podcasts?

    iWeb is not working for sending podcasts to iTunes, so I need a new web building tool. What is the closest thing to iWeb that I can use, which also supports podcasts?

    There's no reason you can't go on using iWeb for this - with iWeb '08 you have to publish to a local folder (i.e. on your Mac) and then upload the contents of the folder (not the folder itself) to your hosting service: and you have to make sure you enter the new URL in the Publish information or the feed won't work properly; this done, an iWeb podcast should work fine.
    Of course there is still the problem that iWeb is not supported and sooner or later a system upgrade may break it. You could look at RapidWeaver: you can make podcasts with that, though the last time I looked into that - which was admittedly some time back - I didn't feel it was ideal for this. There are lots of other podcast creation programs or services around. WordPress is OK but it may be a bit of a steep learning curve: Libsyn is an online service that seems to work reliably. Blogger writes messy feeds but does usually work. Podcast Maker used to work well - I used it myself a few years back - but it rather looks as if it's gone moribund and it may not be reliable with Lion/Mountain Lion, so you would want to check into that.

  • "cs5.5 has stopped working" in new sytem build

    (I mistakenly posted this in the general forum section- can I delete that post?)
    When scrolling through a 50 minute long nested sequence containing 2 layers( one turned off ) of 1920x1080 AVC-Intra 100 P2, cs5.5 crashes.  The source footage is on an external eSata Lacie Raid 0 drive.
    I had many an issue like this back in cs4 days with continual crashing with large files but dont remember the solution. I have tried a few searches on this forum but cant seem to navigate the search engine to find anything... This is a brand new system build so I may not have win7 tweaked properly? Thank you for any suggestions.
    Operating System
        MS Windows 7 64-bit SP1
    CPU
        Intel Core i7  @ 3.50GHz    45 °C
        Sandy Bridge 32nm Technology
    RAM
        32.0 GB Dual-Channel DDR3 @ 668MHz (9-9-9-24)
    Motherboard
        Gigabyte Technology Co., Ltd. Z68XP-UD4 (Socket 1155)    34 °C
    Graphics
        DELL 2405FPW (1920x1200@59Hz)
        Panasonic-TV (1920x1080@60Hz)
        2560MB GeForce GTX 570 (EVGA)    49 °C
    Hard Drives
        147GB Western Digital WDC WD1500HLHX-01JJPV0 ATA Device (SATA)    28 °C
        625GB Western Digital WDC WD6401AALS-00L3B2 ATA Device (SATA)    33 °C
        625GB Western Digital WDC WD6401AALS-00L3B2 ATA Device (SATA)    36 °C
        313GB Western Digital WDC WD3200KS-00PFB0 ATA Device (SATA)    35 °C
        1954GB eSATA-2 LaCie 2BigQuadr SCSI Disk Device (SATA)
    Optical Drives
        ATAPI iHAS124   B SCSI CdRom Device
    Audio
        Realtek High Definition Audio

    I deleted your other post.
    I also made a change so that your problem.jpg shows on this page.

  • New folio builder panel

    Since loading the new folio builder panel i am unable to load articles. Any help would be appreciated.

    You can update the viewer builder panel independent from producer tools.
    So you can stay on version 17 of the tools but you need the current folio
    builder panel.
    —Johannes
    (mobil gesendet)
    Am 31.01.2012 12:47 schrieb "BHPforum" <[email protected]>:
       Update new Folio Builder Panel but not the Folio Producer Tools? created by
    BHPforum <http://forums.adobe.com/people/BHPforum> in *Digital Publishing
    Suite* - View the full discussion<http://forums.adobe.com/message/4175766#4175766>

  • Air iOS - To use TestFlight Beta Testing, build 1.0.0 must contain the correct beta entitlement.

    Hi,
    I published my iOS app and uploaded it to iTunes Connect to run an external beta test through Apple TestFlight but I got this error:
    To use TestFlight Beta Testing, build 1.0.0 must contain the correct beta entitlement.
    I created my certificate 3 days ago and it contains the beta entitlement.
    I published the iOS app with the latest Flash CC 2014 version on a Mac with Air 15.
    How to fix that error?
    Thanks

    I'm using flasProfesionnalcc 2014, using Air SDK 16... I have the same problem. 
    >In summary... I am using Air SDK 16.0 and added the following to my app xml file:
    <Entitlements>
    <![CDATA[ <key>get-task-allow</key>
    <false/>
    <key>beta-reports-active</key>
    <true/> ]]>
    </Entitlements>
    But when I try to insert the <Entilements> code into de xml file   I receive a error when a try to complile:
    Error application.Entilemens is a unexpected element/atribute
    How to fix that error?
    Thanks

  • Adding new tests at runtime?

    I am considering using TestStand but need to do the following ; Develope a test sequence or suite that will test a base UUT configuration and deploy this as a test application. The UUT configuration can vary hardware wise. It will sometimes consist of just the base configuration and other times it will take on different forms, but alway contain the base configuration.  I would like to then develope other deployable TestStand tests, that depending on the UUT configuration could at run time be added to suppliment the base configuration tests or could at least be executed as well under programatic control of the original TestStand application. 
    In LabWindows I can do this pretty easily with a Plug In type architecture. The base application would support the base UUT tests. If it is discovered at runtime that the UUT is base config plus optional components, the base application will load one of several possible supplemental test DLL's that will programatically add new tests to the base application, inserting them into the test sequence. It can also programatically modify the base apllication UI.
    So I guess the question is : Can a deployed TestStand application modify it's test sequence with additional new tests at run time. The new tests would be unknown at the time the TestStand application is built and deployed.
    Thanks alot
    JeffM

    Jeff, I like the idea of using a sub-sequence that uses an expression to load a sequence file.  You would have a main sequence that gets deployed to test the base unit.  In this main sequence you have an expression that creates an array of sequence file names based on the options on the UUT.  Then create a loop around a Call Sequence File step.  This call sequence file is set to dynamically load a file.  I have attached a demo of this method.
    To implement this, you would need to come up with a standard for option sequence file names so your main sequence would be able to find them.  A property file with an array of structures that describe each sequence file might work, but this would need to be updated with every new option.  Even better would be a step that can index the sequences in a specific directory and create this array of structures dynamically.  The structure would contain the filename and the option that it tests.
    This is something that I put together in about 10 minutes this morning.  The report looks a little ugly...  If you implement any of the above ideas or have improvements please let me know.  This is an interesting set up. 
    I am the founder of CnCSoftwareSolutions. When not cleaning up baby drool, I write about test data or work on Vision, a tool for understanding your test data. Visit me at www.cncsoftwaresolutions.com
    Attachments:
    PlugInDemo.zip ‏18 KB

Maybe you are looking for