Flash Builder 4.5 Application SDK 2.6 Auto Update Fails

I have developed a few applications using Flex Builder 3 and have recently switched to using Flash Builder 4.5 for my air application developement of new applications. ApplicationUpdaterUI worked fine in FB3, but now in FB4.5 it fails with:
[StatusUpdateErrorEvent (type=updateError text=unknown update descriptor namespace id=16815 + subErrorID=0)]
My Application descriptor reads:
<application xmlns="http://ns.adobe.com/air/application/2.6">
So I changed my update descriptor in my Update.xml on the server from 1.0(for FB3) to 2.6 like so:
<update xmlns="http://ns.adobe.com/air/framework/update/description/2.6">
This give me the error above...
If I change the update descriptor to 2.5 like so:
<update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
I get the following Error:
[StatusUpdateErrorEvent (type=updateError text=Application namespace and update descriptor namespace are not compatible id=16831 + subErrorID=0)]
I have read in multiple forums that you need to switch the updater descriptor back to 2.5, or even back to 1.0. I have tried both of these, and it still will not work! Here is my updater code. I just put this flex component on the start state of my application. I believe this is all correct, but please fill me in if I am wrong...
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="32"
creationComplete="checkForUpdate()">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<fx:Script>
<![CDATA[
import air.update.ApplicationUpdaterUI;
import air.update.events.StatusUpdateErrorEvent;
import air.update.events.UpdateEvent;
import flash.events.ErrorEvent;
import mx.controls.Alert;
private var appUpdater:ApplicationUpdaterUI = new ApplicationUpdaterUI();
private function checkForUpdate():void{
appUpdater.updateURL = "http://test.example.com/root/updates/update.xml";
appUpdater.isCheckForUpdateVisible = false;
appUpdater.addEventListener(UpdateEvent.INITIALIZED, onUpdate);
appUpdater.addEventListener(ErrorEvent.ERROR, onError);
appUpdater.addEventListener(StatusUpdateErrorEvent.UPDATE_ERROR, onUpdateError);
appUpdater.initialize();
private function onError(event:ErrorEvent):void{
Alert.show(event.toString());
private function onUpdate(event:UpdateEvent):void{
appUpdater.checkNow();
private function onUpdateError(event:ErrorEvent):void{
Alert.show(event.toString());
]]>
</fx:Script>
</s:Group>
And here is my update.xml...
<?xml version="1.0" encoding="utf-8"?>
<update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
<version>1.0.1</version>
<url>http://test.example.com/root/updates/Application_1.0.1.air</url>
<description><![CDATA[
1.0.1 (07/20/2011)
Testing the update code
]]></description>
</update>
PLEASE HELP!!

Hi,
I'm getting the same 16831 error, and I'm using the 2.5 namespace and "versionNumber". Anyone have any idea of what the cause may be?

Similar Messages

  • Bus Error: 10 while packaging a Flash Builder 4.6 application containing a native extension (ANE)

    I get this error:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    ld: warning: -dead_strip with lazy loaded static (library) archives has resulted in a duplicate symbol.  You can change your source code to rename symbols to avoid the collision.  This will be an error in a future linker.
    /var/folders/y4/svqv7kzn469_ljcrvw1b99500000gn/T/cmd8085539752601990184.tmp: line 2: 25159 Bus error: 10           "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/bin/ld64/i686-apple-darwin10-ld64" -ObjC -dead_strip -Z -arch armv7 -syslibroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iP honeOS6.0.sdk" -L/usr/lib -F"/System/Library/Frameworks/" -L"/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib" -o "../aot8213014594451590298.tmp" -L"/var/folders/y4/svqv7kzn469_ljcrvw1b99500000gn/T/07f32573-0d2b-42c6-b431-916954d76791" -exported_symbol _main -exported_symbol _ExtInitializer -exported_symbol _ExtFinalizer "extensionglue.o" -lstdc++ -lRuntimeInterpreter.arm-air -lgcc_s.1 -lstdc++.6 -lcrt1.o -lSystem.B -lz -lobjc -framework CoreFoundation -framework UIKit -framework MobileCoreServices -framework CoreGraphics -framework Foundation -framework SystemConfiguration -framework AudioToolbox -framework CFNetwork -framework QuartzCore -framework OpenGLES -framework CoreLocation -framework CoreMedia -framework CoreVideo -framework AVFoundation -framework Security -lcom.pgi.native.extensions.softphone
    Compilation failed while executing : ld64
    The ane was created using this command:
    "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/bin/adt" -package -target ane SPExtension.ane extension.xml -swc SPTest.swc -platform iPhone-ARM -C ios . -platformoptions platform.xml
    The ANE file seemed to load in my project ok, and build ok.  But when I hit run to package for my ios device, I get the above error.

    Here's the fix in case anyone else runs into this problem.  When Flash Builder is building the deployment during launch, it converts the mapped path to a mangled local path for the ane to find the descriptor to a relative path, which can't be found and throws the null pointer.  Making the Output Folder path actually local to the computer, as opposed to the default that FB creates, resolves the error, and still allows blazeds access from the device.

  • Flash Builder 4 with Flex SDK 4.0 for Intel App Up

    There is some misinformation on Intel AppUp and the Melrose FAQ about being able to publish with Flash Builder 4.
    Intel App Up Program Submission
    According to http://appdeveloper.intel.com/en-us/article/adobe-air-packaging-guide-atom-developer-progr am-submissions
    "AIR app must be built using Flex Builder 3 with Flex SDK 3.5a.  Currently Flex Builder 4 with Flex SDK 4 is not supported."
    Melrose FAQ
    According to http://learn.adobe.com/wiki/display/melrose/Melrose+Developer+FAQ
    "Q: Are there system requirements for enabling try and buy in AIR apps using Melrose?
    A: You must have Adobe Flex Builder 3 or greater and Adobe AIR 1.5.3 or greater."
    Is the Intel App Up statement correct?  If it is, could I get an explanation why?  I've been waiting for the last 3 months waiting for the Melrose SDK to deploy to Intel App Up and now I can't even submit my application.
    Thanks.

    The current version of Melrose supports Flex 3.5 SDK for AIR applications running on AIR 1.5.3 runtime or higher. You can use Adobe Flex Builder 3 with Flex 3.5 SDK or Adobe Flash Builder 4 with Flex 3.5 SDK.
    Support for Flex 4.1 SDK for AIR applications running on AIR 2.0 runtime should be available within a few weeks. Please note that we will not be able to support Flex 4.0 SDK because of certain technical challenges.

  • Flash builder 4.5  application.application.getchildbyname

    Hi,
    I came from flex 3 to the newer version flash builder 4.5, so not everything is clear for me..
    for example:
    I have a project and i dynamically add a custom component on it like this:
    var mycanvas:MainCanvas=null;
         mycanvas = new MainCanvas();
         mycanvas.name = "myMainCanvas";
         this.addchild(mycanvas);
    i noticed that in the new spark settings addchild no longer is used, so this.addchild would be this.addelement.
    fine, by me.. now my problem
    later in my program I want to refer to that element.
    in flex3 i did:
    //maincanvas is my custom component (a canvas with stuff in it like a viewstack)
    var myMainCanvas:MainCanvas=null;
    myMainCanvas = MainCanvas(Application.application.getChildByName("myMainCanvas");
    i now do:
    myMainCanvas = MainCanvas(FlexGlobals.topLevelApplication.getChildByName("myMainCanvas"));
    this because application.application is no longer supported... also fine by me..
    the problem: when i run this.. the program gives an error that myMainCanvas is of a null object reference.
    What am i doing wrong here?
    The custom component (canvas) i added to the main application is showing on my screen.. so it is definitely loaded..
    please some help

    Suppose you have a class like the following:
    package {
         public class AppModel {
              public var myCanvas:MainCanvas;
    Then on your code you could create a instance of that class and set the myCanvas property with the newly created MainCanvas class:
    var model:AppModel = new AppModel();
    model.myCanvas = new MainCanvas();
    From that point on, whenever you need to reference that instance of MainCanvas, you just reference it through the model:
    model.myCanvas.width = 100;
    If you have to use the myCanvas throughout several classes in the application, it would be better to make it a static property and reference it directly through the class reference. So:
    package {
         public class AppModel {
              public static var myCanvas:MainCanvas;
    Then:
    AppModel.myCanvas = new MainCanvas();
    And finally, whenever you need to reference it:
    AppModel.mycanvas.width = 100;
    Hope this helps. If it does, please signal the thread as answered.
    Cheers,
    Rui

  • Flash Builder 4.7 - AIR SDK 3.1: Directory does not contain a AIR SDK

    Im still having issues with using AIR 3.1 with flash builder 4.7 (see my previous posts) and would appreciate any help/ advice.
    Ive uninstalled FB 4.7, reinstalled and followed the procedure to overlay AIR 3.1. Im now getting the following error -
    AIR SDK 3.1: Directory does not contain a AIR SDK
    Reason for using AIR 3.1 is that all of my projects are built with AIR 3.1 and no longer work with FB 4.7.

    Can anyone from adobe help with this please?

  • Flash Builder 4-Adobe Application Manager

    I installed a trial version of Flash builder, but everytime when I want to open/run it it gives me this error: "Adobe Application Manager is needed to run this trial, Download the Adobe Application Manager from www.dobe.com"...I searched for this to download but I cant find it. Can anyone please assist, send me a link where I can download it, if I have to download it to make it work.

    Try this (assuming you are using Win)
    - Get the Fb installer, locate the top level folder containing Set-up.exe
    - Now open the command prompt with "Run as administrator" mode
    - Go to the folder containing the Set-up.exe
    - Now run the Set-up.exe --mode="silent" to repair the Adobe Application Manager.
    If problem persists, share the logs %temp%/PDApp.log

  • Upgraded Mac OS X to 10.8.4, Flash Builder cannot launch application

    I've update the JRE to Version 7, and added it to Flash Builder, but I when I run, nothing happens, when I debug, I get the following:
    The Flash Builder debugger failed to connect to the running application.
    Ensure that:
              1. For in-browser applications, you are running the debugger version of Flash Player.
              2. For network debugging on a mobile device, you have a reliable network connection to the device, and port 7935 is open on your machine's firewall.
                  Device connection help
    I am running the latest debugger, the only change that was made was upgrading to Mountain Lion from Lion.
    Joe

    I'm pretty sure this is down to the Java version but I could be wrong, download this version and re-launch Flash Builder, making sure that the java version your system is running 6 and not 7 after you've installed java 6.
    http://support.apple.com/kb/DL1572

  • Flash Builder 4.4, Application crashes every time when i start profiling and take memory snapshort?

    Hello all,
    i have a real wired problem, when ever i start profiling my application in Adobe Flash builder and take a memory  snapshot the application crash, and these dialogs appears.
    i have tried Adobe flash builder 4.4, 4.5, 4.6 all of these have same behavior on window xp, while on mac os x the 4.6 version is working fine for profiling but the debug mode crashes every time. while 4.4 and 4.5 crashes on profiling and working fine for the rest of the work.
    help required
    regards.

    If there are any saved web pages or HTML files in the same folder that you're trying to upload from, move or delete those files and try again. Otherwise, try moving the files you want to upload to a different folder.

  • Flash Builder 4 and the SDK

    So any news on the building Xcelsius components in the new Flash Builder 4?  I know that we can do it with Flex Builder 3 just by ensuring we have the right Flex SDK selected, but is this still the case with the shiny new Flash Builder 4?
    Thanks in advance!

    Thanks Matt for the error message.  Found a bug report for the issue with adobe.  Turns out Flash Builder 4 will not support Flex 2 SDK
    [https://bugs.adobe.com/jira/browse/FB-15688]
    Which means that we can't compile within the IDE, but can compile outside using the command line.  This will be adding yet another layer to the development process
    Matt, any news on when Flex 3 will be supported in the SDK?  With the release of Flex 4 i'd imagine it's coming up.

  • What is the workflow for creating Flash Builder 4.7 Applications?

    Now that Design View has been removed from Flash Builder 4.7 I was wondering what the proposed workflow is for creating software?
    What is the suggested flow? How can a developer layout a screen visually? Or is it true that this is just no longer possible?

    Moved from the Creative Cloud to the Flash Builder forum. They will be able to help you here.

  • Flash Builder 4.5.1 - Air ApplicationUpdaterUI Auto Update Fails

    I just reinstalled my FlashBuilder 4.5.1 and built a new HelloWorld App
    in order to test the SDK 2.6 with the Air ApplicationUpdaterUI.
    I get no errors but it won't update using the 2.6 namespace in both the -app.mxml and update.xml on server.
    A trace in the StatusUpdateEvent never shows up in debug mode.
    The only window that pops up is the one asking to Check for Update?
    Pulling my hair out - must be something obvious I'm doing wrong here - can a new set of eyes spot something?
    Main xml file:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           creationComplete = "checkForUpdate();" title="Test Air Updater">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import air.net.URLMonitor;
                import air.update.ApplicationUpdaterUI;
                import air.update.events.StatusUpdateErrorEvent;
                import air.update.events.StatusUpdateEvent;
                import air.update.events.UpdateEvent;
                import flash.events.ErrorEvent;
                import mx.controls.Alert;
                import mx.events.CloseEvent;
                import mx.events.FlexEvent;
                private const APP_VERSION_FILE:String     = "http://www.public-knowledge.com/Quest/Timesheets/new_app_version.xml";
                private var appUpdater:ApplicationUpdaterUI = new ApplicationUpdaterUI();
                private function checkForUpdate():void {
                    // Add events
                    appUpdater.addEventListener(UpdateEvent.INITIALIZED, onInitialized);
                    appUpdater.addEventListener(StatusUpdateErrorEvent.UPDATE_ERROR, onUpdateStatusError);
                    appUpdater.addEventListener(StatusUpdateEvent.UPDATE_STATUS, updateStatusHandler); 
                    appUpdater.addEventListener(ErrorEvent.ERROR, onError); // If something goes wrong, run onError               
                    appUpdater.isCheckForUpdateVisible = true;
                    appUpdater.isUnexpectedErrorVisible = true;
                    appUpdater.isDownloadUpdateVisible= true;
                    appUpdater.isDownloadProgressVisible=true;
                    appUpdater.isInstallUpdateVisible = true;               
                    appUpdater.updateURL = APP_VERSION_FILE; // Server-side XML file describing update               
                    trace(APP_VERSION_FILE);
                    appUpdater.initialize();
                private function onError(event:ErrorEvent):void {
                    Alert.show('ERROR: ' + event.toString());
                private function onUpdateStatusError(event:StatusUpdateErrorEvent):void {
                    Alert.show('Error Checking For Update: ' + event.toString());
                private function onInitialized(event:UpdateEvent):void {
                    trace('Checking For Updates ...');       
                    appUpdater.checkNow();
                private function updateStatusHandler(event:UpdateEvent):void {
                    //var descriptor:XML = NativeApplication.nativeApplication.applicationDescriptor;
                    //var ns:Namespace   = descriptor.namespaceDeclarations()[0];
                    //var verNum:String  = descriptor.ns::versionNumber;
                    trace('Update Event Reached ...');       
            ]]>
        </fx:Script>   
        <s:TitleWindow x="63" y="35" width="250" height="200" title="Hello">
            <s:Label x="24" y="80" text="Hello World"/>
        </s:TitleWindow>
    </s:WindowedApplication>
    -App.MXML File: (first part)
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.6
                The last segment of the namespace specifies the version
                of the AIR runtime required for this application to run.
        minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
        Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->   
        <id>ca.questgeomatics.testairapp</id>
        <!-- Used as the filename for the application. Required. -->
        <filename>TestAirUpdater</filename>
        <!-- The name that is displayed in the AIR application installer.
        May have multiple values for each language. See samples or xsd schema file. Optional. -->
        <name>TestAirUpdater</name>
        <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
        Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
        An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
        <versionNumber>1.0.0</versionNumber>
        <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
        <versionLabel>v 1.0.0</versionLabel>
    Updater XML file (new_app_version.xml):
    <?xml version="1.0" encoding="utf-8"?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.6">
    <versionNumber>1.0.1</versionNumber>
    <versionLabel>v 1.01</versionLabel>
    <url>http://www.public-knowledge.com/Quest/Timesheets/TestAirUpdater.air</url>
    <description><![CDATA[
    * First official release that implemements Auto Updating feature
    ]]></description>
    </update>
    Bolded appl descriptor versions
    Message was edited by: DonMitchinson

    Status Update - don't know if this is a bug, design flaw, install problem or my misunderstanding.
    I got it to work by first changing my Flex library to 4.5.0 - still didn't work with current
    app and update mxml files using "2.6" for their namespace versions. But I did at least
    get the popup error number 16815 - indicating an error in the update version namespace.
    By leaving my application namespace version at "2.6" and changing the update version to "2.5" ... bingo!
    I got my new update installed autiomatically.
    Is this how it's supposed to work - or are my runtimes mixed up?
    Will this work the same using the Flex 4.5.1 SDK? I'll find out shortly
    Hope this helps others.

  • Flash Player auto-update fails to perform major updates

    I'm managing Flash Player on a large number of Intel Mac computers.  I have enabled the auto-update feature.  Auto-update seems to work for minor updates (for example current version and update version are both 16.x.x).  However the auto-update consistently fails to perform major version updates (for example from 16.x to 17.x).
    mms.cfg file location:
    /Library/Application Support/Macromedia/mms.cfg
    contents:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1

    Hi,
    Flash Player 17 was what is referred to as a 'loud' release and is distributed via the adobe.com site and not via silent auto-update.  This blog post An outline of Flash Runtime installation options, specifically the 'Installation Options' section) provides more information.  If you license Flash Player for distribution, the blog post, and the Flash Player Administrator's Guide offer various options for organizations to update Flash Player without the possible delay of the 'loud' releases.  I'm happy to answer questions on the update options you may have after reviewing the blog post and the Administrator's guide.
    Maria

  • Flash Builder 4.5 applications crashing Flash Player

    I am a student taking a Flex course, and every time I run an application, my Flash Player crashes.  I have uninstalled and reinstalled the latest Flash Player, updated plugins for FF5, and still it crashes.  Is there anything else I could be missing? 
    Thanks

    Do you see the crash when you debug launch and you are a breakpoint?
    Firefox kills flash player when it does not respond for a certain amount of time. When you are developing, it may be better to turn this feature off:
    Type in about:config in the address bar and hit enter.
    Agree that you'll be careful.
    Type in dom.ipc.plugins.timeoutSecs. Change the value to -1.
    Restart Firefox.

  • Web application with capable of auto update

    Hi All,
    I have been developing the webapplications using struts (J2ee Technology) and i have developed few web applications and send to the production. now i want to add autoupdate capability of the application, means if any changes was made jsp/action class then application must have capability of updatin the new code.
    is my thought/requirements come in reality?
    Can anyone suggest/recommend the approach.
    Thanks in advance

    Thank you
    Struts is not a JEE technology; its a framework built by Apache.I agree, but given as example,consider servelts are example now.
    you have a version of the web application running and when you make changes in your code you see these >>changes in the running application without having to restart the server. Am I correct this time?Yes you are correct!!.. Thanks
    If so: did you try starting the server in debug mode? How to do that depends on what IDE you're using, you >>should google it.I am talking about the appliction running in production. What is the relation of IDE and debug mode
    Can you please elobarate!!..
    Once again my requirement is , Jsps and servlets are packed into war(app version 1.0) and sent customer environment ,
    The application is running at customer place, now couple of servlets which was packed in app version 1.0, have been added new functionalites and packed into war(app version2.0).
    I need to add capability of updating the version2.0 with replacement of version1.0 which is at client place. How can i do this
    Do i need to container help or any other third party tools can be used for this
    I am using Tomcat7
    Hope i explained detail
    Thanks
    Dorairaj
    Java TeamLead

  • Flash Builder 4.5 SDK Problem while reading/saving Data/Text from XML

    Hi,
    I'm working on a FLASH BUILDER 4.5 Project. Previously I was working on FLEX 3 with SDK 3. Now I have shifted my Project to FLASH BUILDER 4.5 with SDK (Apache Flex 4.11).
    In this project, I have few links with me, clicking on which opens a TAB, and the respective Link data (XML DATA) loads into the Respective TAB. I'm using Flash Builder 4.5 currently and Apache Flex 4.11 SDK. When I use Previous Version of SDK (SDK 3), then the Data loads fine... but when I use higher version SDK (4.6 or 4.11), then the data starts to break, for instance:
    When I click on link, i.e. CLICK FOR THE VERY FIRST TIME, the Data Shows like:
    <P ALIGN="LEFT">Link 1 body text comes here</P>
    Again, when I click on the same link for SECOND time, the Data Shows like:
    <P ALIGN="LEFT">&lt;P ALIGN=&quot;LEFT&quot;&gt;Link 1 body text comes here&lt;/P&gt;</P>
    Again, when I click on the same link for THIRD time, the Data Shows like:
    <P ALIGN="LEFT">&lt;P ALIGN=&quot;LEFT&quot;&gt;&amp;lt;P ALIGN=&amp;quot;LEFT&amp;quot;&amp;gt;Link 1 body text comes here&amp;lt;/P&amp;gt;&lt;/P&gt;</P>
    I got stuck inot this issue very badly. Any help would be apreciated.
    Thanks in advance.
    IMAGE 1 (FIRST CLICK)                                                                                      
    IMAGE 2 (SECOND CLICK)
    IMAGE 3 (THIRD CLICK)                                                                                     
    IMAGE 4 (FOURTH CLICK)
    THANKS

    Hello everyone -
    Since I last posted an interesting update happened. I tested my  Flex application again, it is calling a Jetty Server that returns a JSON object, in different BROWSERS.  I disabled HTTPS for now, and the crossdomain.xml policy file is wide open for testing (ie. allowing every request to return data). So the app accessing the data using HTTP only. Browsers  -  IE, Opera, Firefox and Chrome. Each browser contained the SAME application, revision of the Flash Player (10.3.183.10 debugger for firefox, chrome, opera, safari PC; 11.0.1.129 consumer version in IE9,) take a look at the screen shot (safari not shown although the result was the same as IE and chrome)
    Note that Opera and Firefox returned successful values (i.e. successful JSON objects) using the same code generated from the Data Services Wizard. Chrome, IE and, Safari failed with an Internal error. So I am left wondering - WHY? Is it something with the Flash Player? the Browsers?  the Flex SDK? Any thoughts are appreciated. Again, the code is found in the original thread above.

Maybe you are looking for

  • BEx error when running a query or workbook

    Hi guys, We're experiencing the following issue (trace dumped below) within BEx, while running either queries or workbook.  Nothing special in ST22. SM21 says: Communication error, CPIC return code 020, SAP return code 223 Conversation ID: 53497548 C

  • How can I download Firefox for my Android but decline Google's policy block?

    Google demands that I accept all the policies they list before I can download Mozilla Firefox. The reason I want Firefox is because Firefox respects my privacy. Google does not respect my privacy and wants to sell my stats. THAT is the reason I want

  • Weird "keys out of order" problem

    So, keys out of order was new to me, but I've read up about possible fixes... My situation seems strange, here's why... I was working on my dual 1.8 G5, 10.4.11, clicked on a video link, then got the greyed out screen, and the multilingual restart me

  • Internet load sharing

     Hi,  I want to load share traffic for my two network segments. I have two routers with each internet circuit running BGP with two different ISPs(ISP- A & ISP-B). Also running IBGP between two routers. Since i have two /24 segments(not provided by IS

  • Transition Sounds like Airplane Motor!!!

    I am using the dissolve transition in iMovie and allowed iMovie to set the transition times automatically. It works fine in iMovie and when I import the movie into iDVD. However, when I watch the burned DVD on my DVD player, all the transitions sound