AIR 16.0.0.250 sdk Not reporting Iphone 6 resolution

Hi,
Air sdk16.0.0.250 sdk not reporting Iphone 6 resolution, instead it's reporting iphone 5 resolution in Ios Simulator.
Platform:  mac osx 10.9.5 / xcode 6.1.1 / air Sdk 16.0.0.250
Please advise?

I think that on the previous beta reléase notes it said that on the simulator the info was still wrong, but right on an actual device... anyway, are you using the AIR SDK for Flex developers? After finding Re: Error creating arm64 compatible ANEs I wouldn't be surprised if the same happens here.

Similar Messages

  • Bug Report: Lr3 does not report error when SDK version is too low.

    Lr3 should report an error if SDK is under-version'd. For example, I have this in one of my plugins:
        LrSdkVersion = 2.0,
        LrSdkMinimumVersion = 2.0, -- minimum SDK version required by this plugin.
    If I put Lr3.0 specific stuff in the plugin, Lr3 does not report an error, but it should - otherwise whats the point in specifying a version.
    I have to take the plugin into Lr2 to test for inadvertent Lr3 specific inclusion mistakes. Thank goodness I'm not worrying about Lr1...
    Rob

    Hi ,
    Could you please helping me out on finding the Patches (SP4,SP5)?
    ans also i have tested very oftenly, that my log in credentials are seems to be fine since its working for other reports too.
    With Hunting,
    MAK

  • 64 bit? Air 16.0.0.250 not working?

    Hello Developers, today I used Flash cs6 to create my IPA file for ItunesConnect.  I used AIR 16.0.0.250.
    Upon uploading the file using application loader, I got a warning indicating my app was missing 64 bit support.  My understanding was that this version of AIR had the 64 bit support.  Is there something I need to do in the xml file to support this requirement of Apple.
    Thank you,
    Justin

    Hey Colin, thanks for your responses during the past few days.
    There are no Ane. 
    On a side note, the oreintation is portrait and it does not have any problems related to the splash screen That I described yesterday for my other app that is landscape.
    Justin

  • Using AIR 15 (10/14/2014): Could not resolve s:ViewNavigator to a component implementation.

    Hi
    I want to update to the newest version of AIR so I can upload my ipa to App Store. Usually I get AIR from the Apache Flex SDK installer, but it only has the beta version of 15.0.0.183. I have instead downloaded the SDK from
    https://forums.adobe.com/thread/1603494
    (AIR SDK 15 (Compatible with Flex) for Windows)
    but when I compile, I get the following error:
    Could not resolve <s:ViewNavigator> to a component implementation.
    I have tried the following things:
    * Downloaded AIR 15 SDK from Apache Flex and merged the new files into this SDK (same error)
    * Downloaded AIR 15.0.0.183 beta from Apache Flex and merged the new files into this SDK (same error)
    * Downloaded AIR 15.0.0.183 beta from Apache Flex (no error, but I don't know if Apple will accept this version)
    Am I doing something wrong?
    Thanks in advance
    Mark

    I think I got it to work. Apparantly there is a secret link called "Download Windows" below the yellow download button which is for Flex users even though I already chose the Flex version on the previous page.

  • Null pointer exception in com.crystaldecisions.sdk.occa.report.application.ControllerBase.checkViewReportRight

    I am testing BOE 4.0 with a simple jsp based on the samples.  The code is what I used to test BOE xi 3.1.  But I ran into some report display inconsistencies with 3.1 so I am trying 4.0.  The code below works in 3.1  But in 4.0, I get the report viewer screen coming up but get a null pointer exception coming to the screen.
    2014-06-18 13:48:01
    java.lang.NullPointerException
    at com.crystaldecisions.sdk.occa.report.application.ControllerBase.checkViewReportRight(ControllerBase.java:114)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPage(ReportSource.java:945)
    at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPage(AdvancedReportSource.java:343)
    at com.businessobjects.report.web.event.PageListener.renderContentLocally(PageListener.java:394)
    at com.businessobjects.report.web.event.PageListener.getPage(PageListener.java:181)
    at com.businessobjects.report.web.event.PageListener.updatePage(PageListener.java:123)
    at com.businessobjects.report.web.event.UpdatePageEvent.processListener(UpdatePageEvent.java:47)
    at com.businessobjects.report.web.event.ViewerBroadcaster.broadcast(ViewerBroadcaster.java:109)
    at com.businessobjects.report.web.event.EventQueue.processEvents(EventQueue.java:53)
    at com.businessobjects.report.web.component.ViewerContainer.processEvents(ViewerContainer.java:1403)
    at com.businessobjects.report.web.WorkflowController.doEventProcessing(WorkflowController.java:353)
    at com.businessobjects.report.web.WorkflowController.doLifecycle(WorkflowController.java:255)
    at com.businessobjects.report.web.WorkflowController.doAsyncLifecycle(WorkflowController.java:106)
    at com.crystaldecisions.report.web.viewer.CrystalReportViewerUpdater._processHttpRequest(CrystalReportViewerUpdater.java:61)
    at com.crystaldecisions.report.web.ServerControl.processHttpRequest(ServerControl.java:345)
    at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.doUpdate(CrystalReportViewerServlet.java:156)
    at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.doPost(CrystalReportViewerServlet.java:144)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:646)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
    at java.lang.Thread.run(Thread.java:662)
    Here is the AlwaysRequiredSteps_UnmanagedRas.jsp
    <%
    String path = "rassdk://C:\\reports\\asn.rpt";
    ReportAppSession ra = new ReportAppSession();
    ra.createService("com.crystaldecisions.sdk.occa.report.application.ReportClientDocument");
    ra.setReportAppServer("10.189.15.175:1566");
    ra.initialize();
    ReportClientDocument clientDoc = new ReportClientDocument();
    clientDoc.setReportAppServer(ra.getReportAppServer());
    clientDoc.open(path, OpenReportOptions._openAsReadOnly);
    %>
    Here is the OpenReport.jsp
    <%@ page contentType="text/html; charset=utf-8" %>
    <%@
       page import="com.crystaldecisions.sdk.occa.report.application.*,
      com.crystaldecisions.sdk.occa.report.data.*,
      com.crystaldecisions.sdk.occa.report.lib.*,
      com.crystaldecisions.report.web.viewer.*,
      com.crystaldecisions.sdk.occa.report.definition.*"
    %>
    <html>
    <head>
    <title>Preview Report</title>
    </head>
    <body>
    <%@ include file="AlwaysRequiredSteps_UnmanagedRAS.jsp"%>
    <%
      Tables oTablesCollection = clientDoc.getDatabaseController().getDatabase().getTables();
      for(int i = 0; i < oTablesCollection.size(); i++) {
          // We'll get two copies of the original table, change one, and use set table.
          ITable originalTable = oTablesCollection.getTable(i);
          ITable changedTable = oTablesCollection.getTable(i);
          IConnectionInfo newConnectionInfo = new ConnectionInfo();
          PropertyBag attributes = new PropertyBag();
          attributes.putBooleanValue(PropertyBagHelper.CONNINFO_SSO_ENABLED, false);
          attributes.putStringValue(PropertyBagHelper.CONNINFO_CRQE_DATABASETYPE, "JDBC (JNDI)");
          attributes.putStringValue(PropertyBagHelper.CONNINFO_DATABASE_DLL, "crdb_jdbc.dll");
          attributes.putStringValue(PropertyBagHelper.CONNINFO_CRQE_DATABASENAME, "");
          attributes.putBooleanValue(PropertyBagHelper.CONNINFO_CRQE_SQLDB, true);
          PropertyBag logonProperties = new PropertyBag();
          logonProperties.putStringValue("JDBC Connection String", "!oracle.jdbc.driver.OracleDriver!jdbc:oracle:thin:{userid}/{password}@10.189.12.248:1521:gbg");
          logonProperties.putBooleanValue("Trusted_Connection", false);
          logonProperties.putBooleanValue("Use JDBC", true);
          logonProperties.putStringValue("Database Class Name", "oracle.jdbc.driver.OracleDriver");
          logonProperties.putStringValue("Connection URL", "jdbc:oracle:thin:@10.189.12.248:1521:gbg");
          logonProperties.putStringValue("Server", "10.189.12.248");
          attributes.put(PropertyBagHelper.CONNINFO_CRQE_LOGONPROPERTIES, logonProperties);
          attributes.putStringValue("QE_ServerDescription", "10.189.12.248");
          newConnectionInfo.setKind(ConnectionInfoKind.CRQE);
          newConnectionInfo.setUserName("dsdone");
          newConnectionInfo.setPassword("dbuser");
          newConnectionInfo.setAttributes(attributes);
          changedTable.setQualifiedName("DSDONE" + "." + changedTable.getName());
          changedTable.setConnectionInfo(newConnectionInfo);
          // Commit the changes by calling the setTableLocation method from
          // the Database controller with the new table
          clientDoc.getDatabaseController().setTableLocation(originalTable, changedTable);
      // Create a Viewer object
      CrystalReportViewer viewer = new CrystalReportViewer();
      // Set the name for the viewer
      viewer.setName("Crystal_Report_Viewer");
      // Set the report source for the  viewer to the ReportClientDocument's report source
      viewer.setReportSource(clientDoc.getReportSource());
      // Process the http request to view the report
      viewer.processHttpRequest(request, response, getServletConfig().getServletContext(), out);
      // Dispose of the viewer object
      viewer.dispose();
      // Release the memory used by the report
      clientDoc.close();
    %>
    </body>
    </html>

    Hi Jason,
    Call any one of the methods
    viewer.dispose(); or clientDoc.close();
    Do not use both in BI 4.x version.
    Test the same and let me know if it works.
    Thanks,
    Prithvi

  • 5/14/2013 - AIR 3.7 Runtime and SDK Update

    Today, the AIR 3.7 Runtimes and SDK's were updated to address stability and performance issues, in particular the following problems have been addressed:
    Apache Flex fails to compile when using AIR 3.7 (3529847)
    AIR 3.7.0.1860 Runtime for Windows
    AIR 3.7.0.1860 Runtime for Macintosh
    AIR 3.7.0.1860 SDK and Compiler for Windows
    AIR 3.7.0.1860 SDK and Compiler for Macintosh
    AIR 3.7.0.1860 SDK for Flex projects on Windows
    AIR 3.7.0.1860 SDK for Flex projects on Macintosh
    For full details on the 3.7 release, please see our release notes.

  • 11/12/2013 - Release - AIR 3.9 Runtime and SDK

    Today we're pleased to announce that the next version of AIR is available for immediate download.  This update includes the following new features and improvements:
    New Features:
    Mobile Workers (concurrency) BETA - Android
    Our hugely popular desktop feature, AIR Workers, is now making its debut on mobile! We have added support on Android devices so that you will be able to execute code in the background without interrupting your application’s main code. Your UI will remain responsive, enhancing the user experience. We haven’t forgotten about iOS! Look for news on iOS workers in an upcoming release (NOTE: this feature will undergo an extended beta period.)
    AIR Mobile Support for Background Execution in “Direct” Render Mode
    AIR now supports background execution on iOS and Android when render mode is set to “direct”. This will allow your applications to perform tasks such as audio playback even when invisible to the user. Due to power and CPU considerations, we recommend reviewing our release notes for additional details and guidance.
    In the past AIR on iOS and Android did not support background execution when render mode direct was set.  Due to this restriction, Stage3D based apps were not able to execute background tasks like audio playback, location updates, network upload/download etc.  iOS does not allow OpenGLES/rendering calls in the background.  Applications which attempt to make OpenGL calls in the background are terminated by the iOS.  Android does not restrict applications from either making OpenGLES in the background or other background task(like audio playback).
    With this feature, we will now allow AIR mobile apps to execute in background when renderMode direct is set.  AIR iOS runtime will throw an error if OpenGLES calls are made in background.  However no error will be thrown on Android, as Android native apps are allowed to make OpenGLES calls in the background.  It's recommended to not make rendering calls while your app is executing in the background as its important to utilize the mobile resources judicially.  The following is a list of Stage APIs which may throw the error 3768 - The Stage3D API may not be used during background execution.  The swf version should be 22 and above.
    Context3D.clear
    Context3D.present
    Context3D.createVertexBuffer
    Context3D.createIndexBuffer
    Context3D.drawToBitmapData
    IndexBuffer3D.uploadFromVector
    IndexBuffer3D.uploadFromByteArray
    VertexBuffer3D.uploadFromFloat
    VectorVertexBuffer3D.uploadFromFloat4
    VectorVertexBuffer3D.uploadFromByteArray
    Program3D.upload
    Texture.uploadCompressedTextureFromByteArray
    Texture.uploadFromBitmapData
    Texture.uploadFromByteArray
    CubeTexture.uploadFromBitmapData
    CubeTexture.uploadFromByteArray
    CubeTexture.uploadCompressedTextureFromByteArray
    RectangleTexture.uploadFromBitmapData
    RectangleTexture.uploadFromByteArray
    AIR Support for iOS7
    iOS7 has launched and we are making sure that AIR is compatible and performs as expected.
    AIR Mac OS 10.9 Support
    We have tested against the latest developer releases of OS X 10.9 and are making sure that your applications support the latest technologies such as “App Nap”.
    AIR XXHDPI (144 x 144) Icon Support for Android
    With this feature we have added support for beautiful, high resolution icons on devices such as the Nexus 10.
    Notable bug fixes:
    [3650590] [OSX] - App Updater Crashes on MacOS with Air 3.9
    [3648442] [iOS7] - Leftmost part of the text in spark TextArea and stageText get clipped when mulitline property is true.
    [3640207] [Android] [Captive Application] - orientationChange event handler fetches wrong stage.orientation values.
    Known Issues:
    [3616981] [iOS] - Sound gets stop on clicking Power button even when UIBackground tag value set to Audio in application.xml
    For further information please see our release notes.
    Download Locations:
    AIR 3.9.0.1210 runtime for Windows: 3.9 Runtime Download
    AIR 3.9.0.1210 runtime for Macintosh: 3.9 Runtime Download
    AIR 3.9.0.1210 SDK & Compiler for Windows: 3.9 SDK & Compiler Download
    AIR 3.9.0.1210 SDK & Compiler for Macintosh: 3.9 SDK & Compiler Download
    Note: To provide all the all the necessary tools for our developers in one place and avoid having to download multiple components, we are packaging Adobe AIR 3.9 SDK and ActionScript Compiler 2.0 in a single SDK called “Adobe AIR 3.9 SDK & Compiler”.
    AIR SDK 3.9.0.1210 (Compatible with Flex) for Windows: 3.9 SDK Windows Download
    AIR SDK 3.9.0.1210 (Compatible with Flex) for Macintosh: 3.9 SDK Macintosh Download
    Previous versions of the AIR runtime and SDK can be found on the Archived AIR SDK and Runtimes page

  • 8/29/2013 - AIR 3.8 Runtime and SDK

    Today we are excited to announce the availability of the released version of AIR 3.8 and encourage you to download, use, and provide us feedback.
    This update includes the following new features and changes:
    Notable bug fixes:
    SWF content loaded with the HTML/HtmlLoader components fail to receive proper user input (3603433)
    For further information please see our release notes.
    Download Locations:
    AIR 3.8.0.1280 runtime for Windows: 3.8 Runtime Download
    AIR 3.8.0.1280 runtime for Macintosh: 3.8 Runtime Download
    AIR 3.8.0.1280 SDK & Compiler for Windows: 3.8 SDK & Compiler Download
    AIR 3.8.0.1280 SDK & Compiler for Macintosh: 3.8 SDK & Compiler Download
    Note: To provide all the all the necessary tools for our developers in one place and avoid having to download multiple components, we are packaging Adobe AIR 3.8 SDK and ActionScript Compiler 2.0 in a single SDK called “Adobe AIR 3.8 SDK & Compiler”.
    AIR SDK 3.8.0.1280 (Compatible with Flex) for Windows: 3.8 SDK Windows Download
    AIR SDK 3.8.0.1280 (Compatible with Flex) for Macintosh: 3.8 SDK Macintosh Download
    Previous versions of the AIR runtime and SDK can be found on the Archived AIR SDK and Runtimes page

  • 3/12/2013 - AIR 3.6 Runtime and SDK Update

    Today, the AIR 3.6 Runtimes and SDK's were updated to address stability and performance issues, in particular the following problems have been addressed:
    Sporadic crashes when launching Muse on OS X(3502772 & 3504350)
    Update embedded Flash Player to the latest version (3509206)
    AIR 3.6.0.6090 Runtime for Windows
    AIR 3.6.0.6090 Runtime for Macintosh
    AIR 3.6.0.6090 SDK for Windows
    AIR 3.6.0.6090 SDK for Macintosh
    For full details on the 3.6 release, please see our release notes.

  • 9/10/2013 - AIR 3.8 Runtime and SDK

    Today we are excited to announce that AIR 3.8.0.1430 is available for immediate download.  This update includes multiple stability fixes for both the runtime and SDK.
    Notable bug fixes:
    3587773 - [External bug][iOS]Creating too many FileStream objects will cause app to crash on iOS
    3613819 - [iOS7] - Using Sound.play app asks permission for accessing the Microphone even when microphone API is not used in the app
    3587452 - [Android] - 144x144 image size icon should be supported on android
    3606308 - [Android][SecureSocket] - Application getting crash when trying to connect with host contains SSL certificate.
    3077653 - [iOS] - Creating too many FileStream objects will cause app to crash on iOS.
    3560721 - [iOS] - Application crashes having Microphone running for 10 to 20 mins
    3572885 - [Android] - 'orienationChange' event is not fired when Stage rotated through setOrientation() method
    3554585 - [Android] - Stage is blank in GPU mode because of rotationY property
    Multiple stability and security fixes
    For further information please see our release notes.
    Download Locations:
    AIR 3.8.0.1430 runtime for Windows: 3.8 Runtime Download
    AIR 3.8.0.1430 runtime for Macintosh: 3.8 Runtime Download
    AIR 3.8.0.1430 SDK & Compiler for Windows: 3.8 SDK & Compiler Download
    AIR 3.8.0.1430 SDK & Compiler for Macintosh: 3.8 SDK & Compiler Download
    Note: To provide all the all the necessary tools for our developers in one place and avoid having to download multiple components, we are packaging Adobe AIR 3.8 SDK and ActionScript Compiler 2.0 in a single SDK called “Adobe AIR 3.8 SDK & Compiler”.
    AIR SDK 3.8.0.1430 (Compatible with Flex) for Windows: 3.8 SDK Windows Download
    AIR SDK 3.8.0.1430 (Compatible with Flex) for Macintosh: 3.8 SDK Macintosh Download
    Previous versions of the AIR runtime and SDK can be found on the Archived AIR SDK and Runtimes page

  • 6/11/2013 - AIR 3.7 Runtime and SDK Update

    Today, the AIR 3.7 Runtimes and SDK's were updated to address stability and performance issues, in particular the following problems have been addressed:
    Camera is not working for stageVideo(iOS)(3558247)
    AIR 3.7.0.2090 Runtime for Windows
    AIR 3.7.0.2090 Runtime for Macintosh
    AIR 3.7.0.2090 SDK and Compiler for Windows
    AIR 3.7.0.2090 SDK and Compiler for Macintosh
    AIR 3.7.0.2090 SDK for Flex projects on Windows
    AIR 3.7.0.2090 SDK for Flex projects on Macintosh
    For full details on the 3.7 release, please see our release notes.

    Same here. This has only started happening since using the AIR 3.7 runtime and debugger.
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    RCMS Desktop 3.exe
      Application Version:    0.0.0.0
      Application Timestamp:    51a69f23
      Fault Module Name:    Adobe AIR.dll
      Fault Module Version:    3.7.0.2090
      Fault Module Timestamp:    51a6a3cb
      Exception Code:    c0000005
      Exception Offset:    001ad866
      OS Version:    6.1.7601.2.1.0.256.1
      Locale ID:    2057
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789

  • Computers Not reported yet

    Hi,
    I'm having problems with a WSUS configured on a Windows Server 2012 R2.
    The computers take and install the updates but in console they appear as
    Not reported yet (different type of operation system - Windows 7, 8, 8.1, Server 2008, 2008R2, 2012 and 2012R2).
    I've tried to delete the computers from server, wuauclt /resetauthorization /reportnow but the result was the same.
    From all workstation I can access all WSUS related IIS links without any problem.
    I attach a windowsupdate.log from a station:
    2014-07-18 12:58:23:142  968 1a20 Misc ===========  Logging initialized (build: 7.9.9600.17195, tz: +0300)  ===========
    2014-07-18 12:58:23:142  968 1a20 Misc   = Process: C:\Windows\system32\svchost.exe
    2014-07-18 12:58:23:143  968 1a20 Misc   = Module: c:\windows\system32\wuaueng.dll
    2014-07-18 12:58:23:142  968 1a20 Service *************
    2014-07-18 12:58:23:143  968 1a20 Service ** START **  Service: Service startup
    2014-07-18 12:58:23:143  968 1a20 Service *********
    2014-07-18 12:58:23:149  968 1a20 IdleTmr Non-AoAc machine.  Aoac operations will be ignored.
    2014-07-18 12:58:23:150  968 1a20 Agent   * WU client version 7.9.9600.17195
    2014-07-18 12:58:23:150  968 1a20 Agent WARNING: SleepStudyTracker: Machine is non-AOAC. Sleep study tracker disabled.
    2014-07-18 12:58:23:150  968 1a20 Agent   * Base directory: C:\Windows\SoftwareDistribution
    2014-07-18 12:58:23:150  968 1a20 Agent   * Access type: No proxy
    2014-07-18 12:58:23:150  968 1a20 Service UpdateNetworkState Ipv6, cNetworkInterfaces = 1.
    2014-07-18 12:58:23:150  968 1a20 Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-07-18 12:58:23:150  968 1a20 Agent   * Network state: Connected
    2014-07-18 12:58:23:153  968 1a20 Service UpdateNetworkState Ipv6, cNetworkInterfaces = 1.
    2014-07-18 12:58:23:153  968 1a20 Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-07-18 12:58:23:169  968 1a20 Misc WARNING: Network Cost is assumed to be not supported as something failed with trying to get handles to wcmapi.dll
    2014-07-18 12:58:23:169  968 d98 Agent ***********  Agent: Initializing global settings cache  ***********
    2014-07-18 12:58:23:169  968 d98 Agent   * Endpoint Provider: 00000000-0000-0000-0000-000000000000
    2014-07-18 12:58:23:169  968 d98 Agent   * WSUS server:
    http://sccm.domain.com:8530
    2014-07-18 12:58:23:169  968 d98 Agent   * WSUS status server:
    http://sccm.domain.com:8530
    2014-07-18 12:58:23:169  968 d98 Agent   * Target group: Servers
    2014-07-18 12:58:23:169  968 d98 Agent   * Windows Update access disabled: No
    2014-07-18 12:58:23:175  968 1a20 WuTask WuTaskManager delay initialize completed successfully..
    2014-07-18 12:58:23:175  968 1a20 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-07-18 13:20:24, not idle-only, not network-only
    2014-07-18 12:58:23:175  968 1a20 AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 12:58:23:175  968 1a20 AU     Timer: 29A863E7-8609-4D1E-B7CD-5668F857F1DB, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 12:58:23:183  968 1a20 Report CWERReporter::Init succeeded
    2014-07-18 12:58:23:183  968 1a20 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2014-07-18 12:58:23:183  968 1a20 DnldMgr Download manager restoring 0 downloads
    2014-07-18 12:58:23:184  968 1a20 AU ###########  AU: Initializing Automatic Updates  ###########
    2014-07-18 12:58:23:185  968 1a20 AU AIR Mode is disabled
    2014-07-18 12:58:23:185  968 1a20 AU   # Policy Driven Provider:
    http://sccm.domain.com:8530
    2014-07-18 12:58:23:185  968 1a20 AU   # Detection frequency: 7
    2014-07-18 12:58:23:185  968 1a20 AU   # Target group: Servers
    2014-07-18 12:58:23:185  968 1a20 AU   # Approval type: Pre-install notify (Policy)
    2014-07-18 12:58:23:185  968 1a20 AU   # Auto-install minor updates: No (User preference)
    2014-07-18 12:58:23:185  968 1a20 AU   # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-07-18 12:58:23:187  968 1a20 AU WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80240037
    2014-07-18 12:58:23:187  968 1a20 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:23:192  968 1a20 AU AU finished delayed initialization
    2014-07-18 12:58:23:193  968 1a20 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:23:195  968 1a20 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:23:200  968 1a20 AU Adding timer:
    2014-07-18 12:58:23:200  968 1a20 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-07-18 13:20:24, not idle-only, not network-only
    2014-07-18 12:58:23:201  968 12c4 DnldMgr Asking handlers to reconcile their sandboxes
    2014-07-18 12:58:31:139  968 d98 AU Triggering AU detection through DetectNow API
    2014-07-18 12:58:31:139  968 d98 AU Triggering Online detection (non-interactive)
    2014-07-18 12:58:31:139  968 d98 AU Adding timer:
    2014-07-18 12:58:31:139  968 d98 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-07-18 09:58:31, not idle-only, not network-only
    2014-07-18 12:58:31:140  968 1a20 AU #############
    2014-07-18 12:58:31:140  968 1a20 AU ## START ##  AU: Search for updates
    2014-07-18 12:58:31:141  968 1a20 AU #########
    2014-07-18 12:58:31:142  968 1a20 SLS Retrieving SLS response from server using ETAG "hKnjujWw8qNxmyhQqGtJKf9fHd1QtUzyEI6M7V4AWQw=_1440"...
    2014-07-18 12:58:31:142  968 1a20 SLS Making request with URL
    HTTPS://sls.update.microsoft.com/SLS/{9482F4B4-E343-43B6-B170-9A65BC822C77}/x64/6.3.9600.0/0?CH=489&L=en-US&P=&PT=0x7&WUA=7.9.9600.17195
    2014-07-18 12:58:31:842  968 1a20 EP Got 9482F4B4-E343-43B6-B170-9A65BC822C77 redir SecondaryServiceAuth URL: "117cab2d-82b1-4b5a-a08c-4d62dbee7782"
    2014-07-18 12:58:31:844  968 1a20 SLS FATAL: SLS:CSLSRequest::RetrieveAdditionalAttributesIfRequired: CoCreateInstance failed with 0x80040154.
    2014-07-18 12:58:31:844  968 1a20 Agent WARNING: Failed to retrieve SLS response data for service 117cab2d-82b1-4b5a-a08c-4d62dbee7782, error = 0x80040154
    2014-07-18 12:58:31:844  968 1a20 Agent FATAL: Caller Service Recovery failed to opt in to service 117cab2d-82b1-4b5a-a08c-4d62dbee7782, hr=0X80040154
    2014-07-18 12:58:31:844  968 1a20 IdleTmr WU operation (CSearchCall::Init ID 1) started; operation # 14; does use network; is not at background priority
    2014-07-18 12:58:31:844  968 1a20 IdleTmr Incremented idle timer priority operation counter to 1
    2014-07-18 12:58:31:899  968 1a20 Report ***********  Report: Initializing static reporting data  ***********
    2014-07-18 12:58:31:899  968 1a20 Report   * OS Version = 6.3.9600.0.0.196880
    2014-07-18 12:58:31:899  968 1a20 Report   * OS Product Type = 0x00000007
    2014-07-18 12:58:31:906  968 1a20 Report   * Computer Brand = Microsoft Corporation
    2014-07-18 12:58:31:906  968 1a20 Report   * Computer Model = Virtual Machine
    2014-07-18 12:58:31:906  968 1a20 Report   * Platform Role = 1
    2014-07-18 12:58:31:906  968 1a20 Report   * AlwaysOn/AlwaysConnected (AOAC) = 0
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Revision = 090004
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Name = BIOS Date: 03/19/09 22:51:32  Ver: 09.00.04
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Release Date = 2009-03-19T00:00:00
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Sku Number unavailable.
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Vendor = American Megatrends Inc.
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Family unavailable.
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Major Release unavailable.
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Minor Release unavailable.
    2014-07-18 12:58:31:908  968 1a20 Report   * Locale ID = 1033
    2014-07-18 12:58:32:494  968 1a20 Agent *** START ***  Queueing Finding updates [CallerId = Windows Update Command Line  Id = 1]
    2014-07-18 12:58:32:494  968 1a20 AU <<## SUBMITTED ## AU: Search for updates  [CallId = {376EAF84-55DA-4578-BA9D-CF5C7BA73E37} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
    2014-07-18 12:58:32:494  968 ef8 Agent ***  END  ***  Queueing Finding updates [CallerId = Windows Update Command Line  Id = 1]
    2014-07-18 12:58:32:494  968 ef8 Agent *************
    2014-07-18 12:58:32:494  968 ef8 Agent ** START **  Agent: Finding updates [CallerId = Windows Update Command Line  Id = 1]
    2014-07-18 12:58:32:494  968 ef8 Agent *********
    2014-07-18 12:58:32:494  968 ef8 Agent   * Online = Yes; Ignore download priority = No
    2014-07-18 12:58:32:494  968 ef8 Agent   * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1
    or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-07-18 12:58:32:494  968 ef8 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-07-18 12:58:32:494  968 ef8 Agent   * Search Scope = {Machine & All Users}
    2014-07-18 12:58:32:494  968 ef8 Agent   * Caller SID for Applicability: S-1-5-18
    2014-07-18 12:58:32:494  968 ef8 Agent   * RegisterService is set
    2014-07-18 12:58:32:495  968 ef8 EP Got WSUS Client/Server URL: "http://sccm.domain.com:8530/ClientWebService/client.asmx"
    2014-07-18 12:58:32:800  968 ef8 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-07-18 12:58:32:800  968 ef8 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://sccm.domain.com:8530/ClientWebService/client.asmx
    2014-07-18 12:58:32:800  968 ef8 PT WARNING: Cached cookie has expired or new PID is available
    2014-07-18 12:58:32:800  968 ef8 EP Got WSUS SimpleTargeting URL: "http://sccm.domain.com:8530"
    2014-07-18 12:58:32:800  968 ef8 IdleTmr WU operation (CAuthorizationCookieWrapper::InitializeSimpleTargetingCookie) started; operation # 15; does use network; is at background priority
    2014-07-18 12:58:32:801  968 ef8 PT Initializing simple targeting cookie, clientId = adebe813-60c5-4cdc-886a-3ac6f4e7fd86, target group = Servers, DNS name = sccm.domain.com
    2014-07-18 12:58:32:801  968 ef8 PT   Server URL =
    http://sccm.domain.com:8530/SimpleAuthWebService/SimpleAuth.asmx
    2014-07-18 12:58:32:807  968 ef8 IdleTmr WU operation (CAuthorizationCookieWrapper::InitializeSimpleTargetingCookie, operation # 15) stopped; does use network; is at background priority
    2014-07-18 12:58:32:808  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::GetCookie_WithRecovery) started; operation # 16; does use network; is at background priority
    2014-07-18 12:58:32:813  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::GetCookie_WithRecovery, operation # 16) stopped; does use network; is at background priority
    2014-07-18 12:58:32:822  968 ef8 Agent Reading cached app categories using lifetime 604800 seconds
    2014-07-18 12:58:32:822  968 ef8 Agent Read 0 cached app categories
    2014-07-18 12:58:32:822  968 ef8 Agent SyncUpdates adding 0 visited app categories
    2014-07-18 12:58:35:476  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover) started; operation # 20; does use network; is at background priority
    2014-07-18 12:58:35:488  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover, operation # 20) stopped; does use network; is at background priority
    2014-07-18 12:58:35:516  968 ef8 Agent Reading cached app categories using lifetime 604800 seconds
    2014-07-18 12:58:35:517  968 ef8 Agent Read 0 cached app categories
    2014-07-18 12:58:35:517  968 ef8 Agent SyncUpdates adding 0 visited app categories
    2014-07-18 12:58:35:539  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover) started; operation # 21; does use network; is at background priority
    2014-07-18 12:58:35:546  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover, operation # 21) stopped; does use network; is at background priority
    2014-07-18 12:58:35:546  968 ef8 PT   + SyncUpdates round trips: 2
    2014-07-18 12:58:38:270  968 ef8 PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-07-18 12:58:38:270  968 ef8 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://sccm.domain.com:8530/ClientWebService/client.asmx
    2014-07-18 12:58:38:279  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::GetExtendedUpdateInfo_WithRecovery) started; operation # 22; does use network; is at background priority
    2014-07-18 12:58:38:283  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::GetExtendedUpdateInfo_WithRecovery, operation # 22) stopped; does use network; is at background priority
    2014-07-18 12:58:38:330  968 1a20 AU Piggybacking on an AU detection already in progress
    2014-07-18 12:58:38:330  968 ef8 Agent   * Found 0 updates and 75 categories in search; evaluated appl. rules of 631 out of 938 deployed entities
    2014-07-18 12:58:38:333  968 ef8 Agent Reporting status event with 8 installable, 39 installed,  0 installed pending, 0 failed and 0 downloaded updates
    2014-07-18 12:58:38:333  968 ef8 Agent *********
    2014-07-18 12:58:38:333  968 ef8 Agent **  END  **  Agent: Finding updates [CallerId = Windows Update Command Line  Id = 1]
    2014-07-18 12:58:38:333  968 ef8 Agent *************
    2014-07-18 12:58:38:333  968 ef8 IdleTmr WU operation (CSearchCall::Init ID 1, operation # 14) stopped; does use network; is not at background priority
    2014-07-18 12:58:38:333  968 ef8 IdleTmr Decremented idle timer priority operation counter to 0
    2014-07-18 12:58:38:334  968 1d40 AU >>##  RESUMED  ## AU: Search for updates [CallId = {376EAF84-55DA-4578-BA9D-CF5C7BA73E37} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
    2014-07-18 12:58:38:382  968 1d40 AU   # 0 updates detected
    2014-07-18 12:58:38:382  968 1d40 AU #########
    2014-07-18 12:58:38:384  968 1d40 AU ##  END  ##  AU: Search for updates  [CallId = {376EAF84-55DA-4578-BA9D-CF5C7BA73E37} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
    2014-07-18 12:58:38:384  968 1d40 AU #############
    2014-07-18 12:58:38:384  968 1d40 AU All AU searches complete.
    2014-07-18 12:58:38:385  968 1d40 AU AU setting next detection timeout to 2014-07-18 16:48:25
    2014-07-18 12:58:38:386  968 1d40 AU Adding timer:
    2014-07-18 12:58:38:386  968 1d40 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-07-18 16:48:25, not idle-only, not network-only
    2014-07-18 12:58:38:387  968 1d40 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:38:438  968 1d40 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:43:374  968 12c4 Report REPORT EVENT: {6BA9CD6B-5A65-4C9E-BF0E-C9FD3E0DF7B7} 2014-07-18 12:58:38:333+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows
    Update Command Line Success Software Synchronization Windows Update Client successfully detected 0 updates.
    2014-07-18 12:58:43:375  968 12c4 Report REPORT EVENT: {7C2E01D9-C08E-45F7-B34B-B19647A355E6} 2014-07-18 12:58:38:333+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows
    Update Command Line Success Pre-Deployment Check Reporting client status.
    2014-07-18 12:58:43:375  968 12c4 Report CWERReporter finished handling 2 events. (00000000)
    2014-07-18 13:08:43:744  968 1c44 AU Earliest future timer found:
    2014-07-18 13:08:43:744  968 1c44 AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 13:08:44:745  968 1a20 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-07-18 13:08:44:782  968 1a20 WuTask Uninit WU Task Manager
    2014-07-18 13:08:44:804  968 1a20 AU Earliest future timer found:
    2014-07-18 13:08:44:804  968 1a20 AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 13:08:44:814  968 1a20 AU Earliest future timer found:
    2014-07-18 13:08:44:814  968 1a20 AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 13:08:44:837  968 1a20 Service *********
    2014-07-18 13:08:44:838  968 1a20 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-07-18 13:08:44:838  968 1a20 Service *************
    And few lines from c:\windows\softwaredistribution\reportingevents.log
    {C22046B9-259E-4FA2-9B3A-A651C4F5FFF9} 2014-07-17 21:19:07:558+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows
    Update Client successfully detected 0 updates.
    {C38A4F89-4D05-4241-9824-B763DCF8C276} 2014-07-17 21:19:07:620+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client
    status.
    {AD91F1CA-DF91-4B5E-90F1-42C7A40428AB} 2014-07-18 03:01:59:196+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows
    Update Client successfully detected 0 updates.
    {594D314B-42EC-4CF7-BFE2-EB1305992705} 2014-07-18 03:01:59:196+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client
    status.
    {93485440-0512-418D-A6AE-6BD9841948ED} 2014-07-18 08:50:23:124+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows
    Update Client successfully detected 0 updates.
    {87F1DA10-E128-497B-AD19-1EE055D59474} 2014-07-18 08:50:23:187+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client
    status.
    {AA7918AB-37A3-4229-8304-70180E264539} 2014-07-18 10:15:28:285+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows
    Update Client successfully detected 1 updates.
    {0A10260A-27D5-4470-8061-0CC7DC52F297} 2014-07-18 10:15:28:286+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client
    status.
    {EC9D09DE-2EEF-48C6-A258-D819087B586A} 2014-07-18 10:16:01:601+0300 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {4C08C484-AC82-40DC-AB50-9C66254470FA} 202 0 AutomaticUpdates Success Content Download Download
    succeeded.
    {546EA75A-8111-4B58-A87B-5732A6DC63CB} 2014-07-18 10:16:01:698+0300 1 189 [AU_UNSCHEDULED_INSTALL_READY] 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Content Install Installation
    Ready: The following updates are downloaded and ready for installation. To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:  - Security Update for Windows Server 2012 R2 (KB2928120)
    {C5E9F179-5EA3-42EF-9796-B9CFBBD5879F} 2014-07-18 10:30:30:541+0300 1 181 [AGENT_INSTALLING_STARTED] 101 {4C08C484-AC82-40DC-AB50-9C66254470FA} 202 0 AutomaticUpdatesWuApp Success Content Install Installation
    Started: Windows has started installing the following update: Security Update for Windows Server 2012 R2 (KB2928120)
    {3E2D6E6F-AC3F-4A68-AC99-F103FE8DC439} 2014-07-18 10:30:47:392+0300 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {4C08C484-AC82-40DC-AB50-9C66254470FA} 202 0 AutomaticUpdatesWuApp Success Content Install Installation
    Successful: Windows successfully installed the following update: Security Update for Windows Server 2012 R2 (KB2928120)
    {6BA9CD6B-5A65-4C9E-BF0E-C9FD3E0DF7B7} 2014-07-18 12:58:38:333+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows Update Command Line Success Software Synchronization Windows
    Update Client successfully detected 0 updates.
    {7C2E01D9-C08E-45F7-B34B-B19647A355E6} 2014-07-18 12:58:38:333+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows Update Command Line Success Pre-Deployment Check Reporting
    client status.

    Yes, on the same server it's installed and configured a SCCM 2012 R2.
    Well, that's that then. Configuration Manager Software Updates clients do NOT report to the WSUS server.
    From what i've seen reinstalling OS of the system resolves the problem, but this cannot be a solution.
    No, it won't, because shortly thereafter ConfigMgr is going to grab ahold of that system again and make it a ConfigMgr client, and disable client reporting to the SUP.
    The *solution* is to ENABLE reporting to the Software Update Point in the ConfigMgr SUP Configuration settings.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Load linkage error - "com/crystaldecisions/sdk/occa/report/data/Fields"

    We had installed and were using Crystal Reports for Eclpse with JBoss 4.2.  We recently upgraded to JBoss 5.1  Our crystal reports do not work from the web interface anymore.  The error we get is:
    Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/web/tomcat/service/WebCtxLoader$ENCLoader) previously initiated loading for a different type with name "com/crystaldecisions/sdk/occa/report/data/Fields"
    It looks like there might be a class conflict with JBoss jars?  Any ideas on which jars to look at would be really appreciated.  Any other ideas or suggestions on what this error might be?
    Thank you.

    Based on the supported platforms document, I don't believe that JBoss 5.1 is on the list of application servers that are supported by Crystal Reports For Eclipse Version 2.  I believe that the versions of JBoss that are supported are 4.2 and 5.  By not supported, it means that SAP BusinessObjects hasn't tested and certified against these versions.
    As for the error, I'm not sure which jar file would be causing the conflict.
    Regards.
    - Robert

  • 7/24/2013 - AIR 3.8 Runtime and SDK

    Today we are excited to announce the availability of the released version of AIR 3.8 and encourage you to download, use, and provide us feedback.
    This update includes the following new features and changes:
    4096x4096 texture support – With this feature, a new profile, BASELINE_EXTENDED is introduced in the class flash.display3D.Context3DProfile, which will support a maximum texture size of 4096X4096.
    Rectangle Texture Support – Rectangle Textures are now supported in BASELINE as well as BASELINE_EXTENDED profile. The texture formats supported for Rectangle Textures are BGRA, BGR_PACKED and BGRA_PACKED. Details for usage can be found in the language reference.
    LZMA Support – On iOS and Android, LZMA compressed swfs can now be packaged and are supported.
    ServerSocket – ServerSocket APIs are now supported on iOS and Android.
    DatagramSocket – DatagramSockets APIs are now supported on iOS and Android.
    Notable bug fixes:
    Touch events extremely slow on AIR with Stage3D(3536911)
    [Android only-> GPU] Stage is blank in GPU mode because of rotationY property(3554585)
    [Android] [Screen Orientation] 'orientationChange' event is not fired when Stage rotated through setOrientation() method(3572885)
    [iPhone only] Application crashes when the Microphone is on for 10 to 20 mins(3560721)
    [Screen Orientation][Android] Application rotates even if tag is set to 'false' and tag is set to 'any'(3562132)
    StageWebView.drawViewPortToBitmapData draws incorrect bitmap on retina devices(3558603)
    Support PIE enabled Apps on iOS - Apple now encourages developers to have the PIE enabled binaries - A warning is shared when app is uploaded on Apple App Store(3556281)
    For further information please see our release notes.
    Download Locations:
    AIR 3.8.0.870 runtime for Windows: 3.8 Runtime Download
    AIR 3.8.0.910 runtime for Macintosh: 3.8 Runtime Download
    AIR 3.8.0.870 SDK & Compiler for Windows: 3.8 SDK & Compiler Download
    AIR 3.8.0.910 SDK & Compiler for Macintosh: 3.8 SDK & Compiler Download
    Note: To provide all the all the necessary tools for our developers in one place and avoid having to download multiple components, we are packaging Adobe AIR 3.8 SDK and ActionScript Compiler 2.0 in a single SDK called “Adobe AIR 3.8 SDK & Compiler”.
    AIR SDK 3.8.0.870 (Compatible with Flex) for Windows: 3.8 SDK Windows Download
    AIR SDK 3.8.0.910 (Compatible with Flex) for Macintosh: 3.8 SDK Macintosh Download
    Previous versions of the AIR runtime and SDK can be found on the Archived AIR SDK and Runtimes page

  • 7/11/2012 - AIR 3.3 Runtime and SDK Updated

    Today, the AIR 3.3 Runtimes and SDKs were updated to address the following problems:
    Audio issues
    iOS 6 GPU mode
    iOS native extension issues
    Out of memory conditions that can occur with ADT
    AIR 3.3.0.3670 Runtime for Windows and Macintosh
    AIR 3.3.0.3670 SDK for Windows and Macintosh
    For full details on the 3.3 release, please see our release notes.

Maybe you are looking for

  • Report Background Engine  Crashes

    I have a problem with Report Background Engine. When I try running a report through forms, the Report Background Engine and the Forms Runtime hangs. And If I End Task the Forms Runtime, the forms runtime closes and the background engine shows the rep

  • Issue Related to Cash Discount in Payment Advice.

    Hi All, In my Company, We are printing the payment Advice with tranasction FBZ5 by passing the payment document number, company code and fiscal year. Advice is having different line items for various bills which includes different heads for Gross Amo

  • Get agents gives "unauthorized error" in system preparation

    Dear All, In solman 7.1 in system prep, in connect diagnostics agents, when I do a "get agents" I get the following error? SOAP:1,007 SRT: Unsupported xstream found: ("HTTP Code 401 : Unauthorized") Web service invocation problem on host wsapsmdev01.

  • SAP_DEMO BI content missing with new install

    I cannot find/install any SAP_DEMO BI content with a new install. An older OSS note suggested to create source system "SAP_DEMO" and it should work. no luck. Any thoughts?

  • OdiSendmail pass hostname as Variable

    Hi Guru, Can we use this code Command on source : SELECT DESTINATION smtp_srv ,  PARAM_NM from_list ,PARAM_VAL to_list FROM PARAM WHERE TABLENM = '#TABLENM' Command on Target : OdiSendMail "-MAILHOST=#smtp_srv" "-FROM=#from_list" "-SUBJECT=Please fin