Flash Builder stops giving me compile errors or warnings

Hi,
I've been using Flex / Flash Builder since Flex2 and I've always had this problem.  At some point in an AS project, my project just breaks down and stops giving me errors.  I then have to get my errors when publishing in the Flash IDE, and of course, I'd rather get them in FB before hand.
I'd say this happens in 80% of my AS Projects, and the only way to fix it is to delete the project, and start a new one with the same scripts.  Clean does nothing.  Is there a hidden file I can delete when this happens perhaps, something quicker than starting a new project?
Thanks for any help.
P.S.  I'm on a MAC

Hello.
I found a solution for Flash Builder not compiling SWFs.
1. Just remove your project from Package Explorer, widthout deleting files of course (right click on project name -> delete)
2. Close Flash Builder.
3. Check your process explorer if you have Flash Player running, if so, kill the process (ctrl+alt+del)
3. Import your project to Package Explorer (right click -> import -> file system)
4. It should work as intended now.
If it helps you - I am very glad.
Don't hesitate to thanks-email me

Similar Messages

  • Im really confused. My ipod was giving the 13019 error message. I followed the steps, and it stopped giving me the error code but my music wont appear on my ipod. Any suggestions?

    Im really confused. My ipod was giving the 13019 error message. I followed the steps, and it stopped giving me the error code but my music wont appear on my ipod. Any suggestions? Please help

    Are you saying that the "Music" app is not present on your iPod Touch? Perhaps there is an issue with the restrictions on the iPod? If you're absolutely sure that the Music app is not present I would consider creating a backup of your iPod after syncing it with iTunes. I would then consider restoring it if this is the case.

  • Built app with Flash Builder 4.6 and compiled for iOS, now error when loading to appstore

    I built a fairly simple app using Flash Builder 4.6 and have successfully deployed it to the Android Market (after testing on my own Android device).  I have also taken that same app and compiled it for iOS and tested it on my own iPad. 
    I have then done the release build with the "Final Release for App Store Distribution" option in the release build wizard.  I have all the correct provisioning certificates in place and compiled the application to a .ipa file.
    At this point, using a MAC, I have run the Application Loader utility to upload my application to the itunesConnect portal to get it in the appstore.  I've already gone through the steps of entering the metadata, price scheme, and screenshots in the itunes connect portal, and just need to upload it for review.
    When I upload the .ipa file into the application loader, it gives me the following error:
    "iPhone/iPod Touch:  application executable contains unsupported architecture(s): arm"
    Anyone have any idea what this means and how I can fix it?  Any help is greatly appreciated!
    Thanks in advance!

    Solved it.  Just added the following in the <InfoAdditions> tag for iPhone in my app descriptor XML file:
      <key>UIRequiredDeviceCapabilities</key>
    <array>
    <string>wifi</string>
    <string>armv6</string>
    <string>armv7</string>
    </array>

  • AIR 2.0 SDK installed but Flash Builder still giving error "NetworkInterface could not be found."

    Hi there,
    I am trying to retrieve the users MAC address to implement an authorization process on a AIR application. I have read that this is possible with the latest version of the AIR SDK (2.0).
    I am developing in Flash Builder and have discovered that it does not ship with the latest AIR SDK. Therefore I have tried two seperate solutions:
    1) Following these instructions for overlaying the latest AIR SDK onto the current Flex SDK.
    http://kb2.adobe.com/cps/495/cpsid_49532.html
    2) Downloading the latest Flex SDK (4.1) and using that.
    In both of these cases Flash Builder then recognises the NetworkInterface and NetworkInfo classes implying that the overlaying of the AIR SDK has been successfully. However when I then run the app the debugger throws an error on the following line:
    LINE:
    var results:Vector.<NetworkInterface> = NetworkInfo.networkInfo.findInterfaces();
    Note: I have imported both classes as well.
    ERROR:
    VerifyError: Error #1014: Class flash.net::NetworkInterface could not be found.
    Whilst it throws the above error it also traces the following text to the console:
    outer-scope = [global Object$ flash.events::EventDispatcher$ flash.display::DisplayObject$ flash.display::InteractiveObject$ flash.display::DisplayObjectContainer$ flash.display::Sprite$ Main$]
                           [Main[O] *[A]] {} ()
      0:debugfile "E:\Projects\ABETA\ABETA-AIRapp\flash-air\code;;Main.as"
                           [Main[O] *[A]] {} ()
      2:debugline 73
                           [Main[O] *[A]] {} ()
      4:getlocal0
                           [Main[O] *[A]] {} (Main[O])
      5:pushscope
                           [Main[O] *[A]] {Main[O]} ()
      6:debug
                           [Main[O] *[A]] {Main[O]} ()
      11:debugline 76
                           [Main[O] *[A]] {Main[O]} ()
      13:findpropstrict flash.net::NetworkInfo
                           [Main[O] *[A]] {Main[O]} (Object[A])
      15:getproperty flash.net::NetworkInfo
                           [Main[O] *[A]] {Main[O]} (*[A])
      17:getproperty networkInfo
                           [Main[O] *[A]] {Main[O]} (*[A])
      19:callproperty findInterfaces 0
                           [Main[O] *[A]] {Main[O]} (*[A])
      22:coerce __AS3__.vec::Vector
    I am not sure what steps to take next. I haven't found much about this online. The following adobe forum page is high on the google search results but when you click through it says I am unauthorized despite being logged in:
    http://forums.adobe.com/thread/528538?tstart=0
    I would greatly appreciate any advice.
    Many thanks,
    Gareth

    Be sure to check the namespace in your application.xml descriptor file.  It needs to support "http://ns.adobe.com/air/application/2.0" in order to access AIR 2 APIs at runtime.
    Hope that helps,
    Frank
    AIR Engineering

  • Flash Builder Premium 4.5 Plugin Error: RequiresLicense handler

    Hi,
    I am using the Flash Builder Premium 4.5 Plugin (licensed copy) with SpringSource ToolSuite (STS) 2.6.1. I am getting this error that stops me building my app:
    Unable to resolve a class for RequiresLicense handler: mx.automation:AutomationLicesneHandler.
    ...yes, the word 'license' is mis-spelled in the error message.
    I've tried a fresh install of STS 2.6.1 and re-installing Flash Builder and the Plugin, to no avail.
    Please help.
    Thanks!

    I did a workaround by adding this compiler argument:
    ${flexlib}/libs/automation/automation_agent.swc
    ...which points to that file in Flex 4.5. I can now build the app.
    Why do I need to do this now when I didn't need to do so before ?

  • Flash Builder 4 fails to compile Beta 2 code

    I just recently upgraded to FB 4 from Flash Builder 4 Beta 2. All my code worked in the Beta version, but stopped working in the released version.
    I was told to change my namespace declarations to mx from halo. I did this but problems remain.
    Now I'm being told that "The style 'background-color' is only supported by type 'mx.controls.List' with the theme(s) 'halo'.
    Also, despite changing the namespace declaration in the css file, I am still getting errors complaining that namespace qualified type.
    There must be an answer to these problems. Can anyone help please?

    OK, so I forgot to mention that at the beginning of this fiasco, I
    had an error that said: unable to open c:...blah blah/TLFText.css
    So I found the file in my Beta 2 install dir and copied it to the new 4.0 folder.
    I suspect that this is where all the css warnings were coming from.
    So, I deleted the file and no more warnings. But also, I got the original errors again.
    Why is it looking for this file? Why doesn't it use the correct file?
    Is there any way I can go back to Beta 2? This would solve my problems.

  • Can't open Flash Builder - "See the log file" error.

    I have been using Flash Builder 4.5 and for some reason it has stopped opening correctly - I get the following error then it just shuts down.... :
    "An error has occured. See the log file."
    and if i check the log file it refers to then i see the following text:
    !SESSION 2011-06-22 13:53:43.658 -----------------------------------------------
    eclipse.buildId=M20100909-0800
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 4 0 2011-06-22 13:53:59.598
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: No more handles
        at org.eclipse.swt.SWT.error(SWT.java:4109)
        at org.eclipse.swt.SWT.error(SWT.java:3998)
        at org.eclipse.swt.SWT.error(SWT.java:3969)
        at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
        at org.eclipse.swt.widgets.Control.createHandle(Control.java:633)
        at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:305)
        at org.eclipse.swt.widgets.Control.createWidget(Control.java:649)
        at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:134)
        at org.eclipse.swt.widgets.Control.<init>(Control.java:110)
        at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:75)
        at org.eclipse.swt.widgets.Composite.<init>(Composite.java:95)
        at org.eclipse.ui.splash.BasicSplashHandler.getBundleProgressMonitor(BasicSplashHandler.java :159)
        at org.eclipse.ui.splash.BasicSplashHandler.getContent(BasicSplashHandler.java:265)
        at org.eclipse.ui.internal.splash.EclipseSplashHandler.init(EclipseSplashHandler.java:86)
        at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:782)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.ui.internal.Workbench.createSplashWrapper(Workbench.java:798)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2467)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    This is incredably frustrating as you can imagine as it effectively means i cant work anymore, it is clearly some kind of problem with eclipse but i have no idea what.
    I have tried re-installing Flash Builder twice and no luck.
    Can anyone help with this???
    Thanks !!!!
    Elliot.

    There is a similar thread with exact same stackstrace and problmes reported with earlier verison of FB. You can check it here http://forums.adobe.com/thread/832073. Thre is also representation of Adobe engineers on this thread. Aprarenlty there are certain updates(Eclipse / java) that FB doen't encourage, post FB is installed in stanadlone mode and workarounds are suggested on this thread to overcome this problem. If you are workign in plugin environment with FB, I guess updates are not affecting FB installtion. Please try out the solutions presented on this thread and let us know.

  • Flash Builder 4.7 conditional compiling failed

    I installed Flash Builder 4.7 on my windows xp machine, and tried to migrate projects from FB 4.6. However in one of my projects I use conditional compiling, but I'm getting errors.For example in FB 4.6 I have this sample code:
    public class MyClass{
         CONFIG::DEBUGGING{
              import com.package.SomeClassOnlyForDebugging
         function someFunction():void{
              if (CONFIG::DEBUGGING){
                   SomeClassOnlyForDebugging.create();
    When I compiled it in FB 4.6 everything worked fine. However when I try to compile it in FB 4.7, then I get error on the conditional compiling only inside the function and not on the import statement. The only way I have found to overpass it is to go to Project>Properties>ActionScript Compiler and disable Enable strict type checking. But this is not a permanent solution.
    Am I doing something wrong, or is there some other way to do it?

    You should to do like that:
    function someFunction():void
    CONFIG::DEBUGGING {
         SomeClassOnlyForDebugging.create();
    without if.

  • Flash Builder 4.7 frequent compiler issues/restarts

    Basically Flash Builder 4.7 on Mac OSX 10.7.5 is unusable. Very frustrating.  Constant compiler issues that require frequent cleaning, closing of projects, restarts of FB, and even re-installs.  I've seen none of these issues on FB 4.6 with the same projects/code.
    The most common visible compiler errors are these two that randomly appear:
    1) An internal build error has occurred
    2) classes must not be nested
    I tried increasing memory as some have suggested, but this has no effect.
    It takes me 100 times longer to code now becuase every tiny code change cuases these errors.  Crazy!
    Before I revert back to FB 4.6, any suggestions? 
    Thanks,
    Don

    Hi!
    Close any unneeded projects in workspace.
    You can also split your large project to few libraries compiled into SWC. After compiling libraries, if not need to change often, close their projects. When such projects are closed main project compiling with just use of SWC libraries usually takes much less resources.

  • Flash builder 3 won't compile

    I have a flash builder 3 project  but I done something but it won't compile now. How can I resolve this. Tried clean project and no luck

    what are the compile errors u r getting ?

  • Flash Professional Question: About the compiler error window

    Sorry if this is the wrong forum however I was unable to post a question to the Flash Professional forum for some wierd reason. Basically my question is, when I get an error in my console in Flash Professional is there an elegant way of zooming to my intended editor, Flash Builder? The built in code viewer is useless and a hassle to use.

    Launch the movie Flash Builder:
    Run > Test Movie will launch in Flash Pro and give compile errors in Flash Builder
    Run > Debug As.. will start a debug session (in browser or AIR) and you can debug it from Flash Builder (runtime errors, breakpoints, etc.)
    -Aaron

  • Flash Builder 4.7 gives installation error, Since MAY 2012

    Hello,
    I've been trying to use the Flash Builder product since last May. I get the error listed below when I try to install. I've had a case open, but no help. Case #0183222369. I'd like to use the product, I'm paying for the product, its unreal that this is still an issue. Windows Vista Ultimate.
    Any ideas at all would be welcome.
    This is from the install log, starting with the first failure:
    04/17/13 17:30:58:870 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    04/17/13 17:30:58:870 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}: 1 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}: 2 (1,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}: 3 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}: 3 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}: 4 (0,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}: 4 (0,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}: 5 (3,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "DEVersion" to: 6.0
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "deploymentFile" to: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\{327335C9-0C4 2-4B93-96E2-49A756A1C252}
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "installLanguage" to: en_US
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Attempting to find the selected language in the set of available payload languages
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "installSourcePath" to: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "skipSync" to: 1
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "userASUPath" to:
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "DEVersion" to: 6.0
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "installLanguage" to: en_US
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "skipSync" to: 1
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "userASUPath" to:
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Found payload actions:
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Deciding what installer mode to use...
    04/17/13 17:30:59:250 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN Setting requested payload actions
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}  is install
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}  is install
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} is: false
    04/17/13 17:30:59:253 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}  is install
    04/17/13 17:30:59:286 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END Setting requested payload actions
    04/17/13 17:30:59:411 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Collected advanced path check information for INSTALLDIR
    04/17/13 17:30:59:411 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is a well-formed path
    04/17/13 17:30:59:412 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is not the root path
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is on a local volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is on a writable volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is not on a case sensitive volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    04/17/13 17:31:56:150 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [System check :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}]
    04/17/13 17:31:56:186 | [INFO] |  | OOBE | DE |  |  |  | 5636 | In InstallPreSystemCheckProc
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Custom action return code: 0
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [System check :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}] took 36.7559 milliseconds (0.0367559 seconds)
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Unordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Unordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Ordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:56:188 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:361 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Payloads passed preflight validation.
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Call PreSession Custom Hook
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Unordered operations
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Unordered operations
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:389 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    04/17/13 17:31:57:390 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}]
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Installer Operation: ModifyThirdPartyPayloadOperation
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:31:57:528 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Modify Thirdparty payload
    04/17/13 17:31:57:994 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Repairing third party payload with source: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Repairing third party payload
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Third party application path:C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBui lder_4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | CommandLine: /q /norestart
    04/17/13 17:32:10:530 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Third party payload completed.  Testing return code: 0
    04/17/13 17:32:10:634 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:10:634 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}] took 13243.9 milliseconds (13.2439 seconds) DTR = 23.558 KBPS (0.0230059 MBPS)
    04/17/13 17:32:11:231 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data - Action: Add driver entry
    04/17/13 17:32:11:234 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    04/17/13 17:32:11:617 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:11:883 | [INFO] |  | OOBE | DE |  |  |  | 5636 | The csu inventory was not updated for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}, value of local var is -1
    04/17/13 17:32:11:883 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    04/17/13 17:32:11:892 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}
    04/17/13 17:32:11:893 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}]
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Installer Operation: PayloadInstaller
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Request to install payload
    04/17/13 17:32:12:028 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:12:529 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:12:529 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeSuiteSharedConfiguration4-mul\Install.db
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Evaluating condition# 1(Seq 21)
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Condition failed(Seq 21)
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeSuiteSharedConfiguration4-mul\Install.db
    04/17/13 17:32:13:261 | [INFO] |  | OOBE | DE |  |  |  | 5988 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}.db
    04/17/13 17:32:13:544 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:13:544 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}] took 1651.22 milliseconds (1.65122 seconds) DTR = 721.889 KBPS (0.70497 MBPS)
    04/17/13 17:32:14:446 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:15:819 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F} return values 0:0
    04/17/13 17:32:15:819 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}
    04/17/13 17:32:15:828 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:15:828 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{99290358-A784-4218-A7BA-954AE5F9207C}]
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Installer Operation: PayloadUninstaller
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Session {848DE8E1-521D-4748-A158-517708107EF3} modify request for AdobeCode: {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:16:288 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Effective AdobeCode for: {99290358-A784-4218-A7BA-954AE5F9207C} is {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:16:363 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Session includes local copy of payload for repair source
    04/17/13 17:32:16:363 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Repair payload source package: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:16:401 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:20:124 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:20:124 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:25:300 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:25:334 | [INFO] |  | OOBE | DE |  |  |  | 3692 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{99290358-A784-4218-A7BA-954AE5F9207C}.db
    04/17/13 17:32:25:874 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Physical payload repair result:0
    04/17/13 17:32:25:910 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:25:910 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{99290358-A784-4218-A7BA-954AE5F9207C}] took 10082 milliseconds (10.082 seconds) DTR = 3.57073 KBPS (0.00348704 MBPS)
    04/17/13 17:32:26:207 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:26:810 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C} return values 0:0
    04/17/13 17:32:26:810 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:26:817 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:26:817 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{B2D792AF-F407-4EFA-9A03-3F2A476146F6}]
    04/17/13 17:32:26:898 | [INFO] |  | OOBE | DE |  |  |  | 6900 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Installer Operation: PayloadUninstaller
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Session {848DE8E1-521D-4748-A158-517708107EF3} modify request for AdobeCode: {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:27:259 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Effective AdobeCode for: {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:27:347 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Session includes local copy of payload for repair source
    04/17/13 17:32:27:348 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Repair payload source package: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:27:384 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:28:656 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:28:656 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:29:911 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:29:946 | [INFO] |  | OOBE | DE |  |  |  | 6900 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{B2D792AF-F407-4EFA-9A03-3F2A476146F6}.db
    04/17/13 17:32:30:629 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Physical payload repair result:0
    04/17/13 17:32:30:702 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:30:703 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{B2D792AF-F407-4EFA-9A03-3F2A476146F6}] took 3885.36 milliseconds (3.88536 seconds) DTR = 140.013 KBPS (0.136731 MBPS)
    04/17/13 17:32:31:082 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:31:334 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6} return values 0:0
    04/17/13 17:32:31:334 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:31:349 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}
    04/17/13 17:32:31:350 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{848DE8E1-521D-4748-A158-517708107EF3}]
    04/17/13 17:32:31:408 | [INFO] |  | OOBE | DE |  |  |  | 3536 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Installer Operation: PayloadInstaller
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Request to install payload
    04/17/13 17:32:31:482 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:32:820 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:32:821 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeFlashBuilderDriver-mul\Install.db
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Evaluating condition# 1(Seq 65)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Condition failed(Seq 65)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Evaluating condition# 1(Seq 66)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Condition failed(Seq 66)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeFlashBuilderDriver-mul\Install.db
    04/17/13 17:32:33:356 | [INFO] |  | OOBE | DE |  |  |  | 3536 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{848DE8E1-521D-4748-A158-517708107EF3}.db
    04/17/13 17:32:33:708 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:33:709 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{848DE8E1-521D-4748-A158-517708107EF3}] took 2358.9 milliseconds (2.3589 seconds) DTR = 1288.73 KBPS (1.25853 MBPS)
    04/17/13 17:32:34:813 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:35:560 | [INFO] |  | OOBE | DE |  |  |  | 5636 | The csu inventory was not updated for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}, value of local var is -1
    04/17/13 17:32:35:560 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}
    04/17/13 17:32:35:573 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}
    04/17/13 17:32:35:574 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}]
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Installer Operation: PayloadInstaller
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:35:666 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Request to install payload
    04/17/13 17:32:35:742 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:36:538 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:36:539 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AIRforiOSFlashBuilder64-mul\Install.db
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Evaluating condition# 1(Seq 25)
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Condition failed(Seq 25)
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AIRforiOSFlashBuilder64-mul\Install.db
    04/17/13 17:32:36:977 | [INFO] |  | OOBE | DE |  |  |  | 5516 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}.db
    04/17/13 17:32:37:267 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:37:267 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}] took 1693.11 milliseconds (1.69311 seconds) DTR = 1197.79 KBPS (1.16972 MBPS)
    04/17/13 17:32:37:909 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:38:174 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36} return values 0:0
    04/17/13 17:32:38:174 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}
    04/17/13 17:32:39:110 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}
    04/17/13 17:32:39:111 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Pre payload :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}]
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | In PrePayloadInstallProc
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | hook checkDirs passed str:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Program Files\Adobe
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Checking with system codepage
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | hook checkDirs passed str:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Users\Hello Glenn!\AppData\Roaming
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | detected bad character
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | CHRC_NULL_POINTER_VALUE
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Custom action return code: 1
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Pre payload :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}] took 1.77264 milliseconds (0.00177264 seconds)
    04/17/13 17:32:39:112 | [ERROR] |  | OOBE | DE |  |  |  | 5636 | DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    04/17/13 17:32:39:113 | [INFO] |  | OOBE | DE |  |  |  | 5636 | No operation.  We're done:
    04/17/13 17:32:39:114 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data - Action: Remove driver entry
    04/17/13 17:32:39:119 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data successful. Driver entry was added. ARP estimated size 28883KB
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully installed 3 components:
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Suite Shared Configuration CS7
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Adobe Flash Builder
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AIR for Apple iOS support (FB)
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully repaired 3 components:
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AdobeCMaps x64 CS6
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Microsoft Visual C++ 2010 Redistributable Package (x86)
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AdobeTypeSupport x64 CS6
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Total components removed: 0
    04/17/13 17:32:41:382 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DW050: The following payload errors were found during install:
    04/17/13 17:32:41:382 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DW050:  - Adobe Flash Builder 4.7: Install failed
    04/17/13 17:32:41:383 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Call PostSession Custom Hook
    04/17/13 17:32:41:391 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Total Timer] took 118059 milliseconds (118.059 seconds) DTR = 90.0226 KBPS (0.0879127 MBPS)
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | -------------------------------------- Summary --------------------------------------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - 0 fatal error(s), 1 error(s)
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Win OS version: 6.0.2.0 64 bit Type: 1
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} -----------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Please search the above error string(s) to find when the error occurred.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | These errors resulted in installer Exit Code mentioned below.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | -------------------------------------------------------------------------------------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Exit Code: 6 - Silent workflow completed with errors.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Please see specific errors for troubleshooting. For example, ERROR: DW030 ...
    04/17/13 17:32:42:406 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:42:407 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END - Installer Session
    04/17/13 17:32:42:407 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

    Well, it helps to not use ridiculous folder/ user names:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Users\Hello Glenn!\AppData\Roaming
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | detected bad character
    Lose the exclamation mark...
    Mylenium

  • Flash builder ,Toggle break point ,get error:Error getting list of source files

    In Flash builder ,debug a Web Application, when try to toggle a break point , flash builder prompts:
    Error getting list of source files
    flash.tools.debugger.InProgressException
      at flash.tools.debugger.concrete.DSwfInfo.swdLoaded(DSwfInfo.java:156)
      at flash.tools.debugger.concrete.DSwfInfo.getSourceList(DSwfInfo.java:131)
      at flash.tools.debugger.threadsafe.ThreadSafeSwfInfo.getSourceList(ThreadSafeSwfInfo.java:78 )
      at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexLineBreakp oint.java:512)
      at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineBreakpoint .java:577)
      at com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebugTarget.j ava:525)
      at com.adobe.flexbuilder.debug.model.FlexDebugTarget$1.run(FlexDebugTarget.java:568)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    who can answer this?

  • Stop a known compile error (Cannot resolve symbol)

    I get a known compile error is their some way to stop this.
    Basically I call a reader in a method in my main class to be used in a threaded search.
    I only reset the reader when I want to so I can search for further results without starting from the start of the file again.
    I know that there is no way for the program to get to this point without having the filereader class loaded so I want to stop this error.
    Im thinking their is probably a way of putting in an if statement around my call to the search thread to check the object is in memory.
    Thanks for the help in advance.

    I get a known compile error is their some way to stop this. Yes, fix the code so it's syntactically correct. That's the only way to get rid of compiler errors.
    Im thinking their is probably a way of putting in an
    if statement around my call to the search thread to
    check the object is in memory.This isn't C/C++ with #define and #ifdef for preprocessor directives. What are you thinking?
    Fix your code and the compiler errors will go away.
    %

  • SSUS 2012 Script Component (VB) Build But Still Has Compile Error

    The title says it all really.
    The Script Component builds without error but when I close the editor (and when I execute the package), I get a message saying that there is a compile error. There is of course a big red "X on the script component. No errors are indicated in the edit
    window or when building the script. Can anyone help? this is really holding me up.
    The script has been copied from a working SSIS 2008 package. It uses the report execution web method. I have successfully changed the web reference to ReportExcution2010, there doesn't seem to be a RepprtExcution2012.
    R Campbell

    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

Maybe you are looking for

  • Can USB act as a video output??

    *As far as I am aware:* you are able to utilize USB ports as video outputs. With a basic graphics card you can only output either: 2 separate signals for split screen from the 2 standard dvi provided outputs. OR 2 separate signals for split screen fr

  • How to maintain the Rebates Scales.

    hello guys, I have issues in Rebate Process.The user want to give rebates based on the quanty of material sold over a period of time let e.g. 01.04.2010 to 30.07.2010.And the Client wants to give rebates through credit memo. If the customer buys 100

  • HT201250 My timemachine won't delete my old backups, now it wont make new backups

    My older backups are not being deleted and time machine wont back up my computer b/c there is no room.  All the support sites say its supposed to delete the old backups. Why wont it?

  • Tab_calc_rem_height

    Hi, Could anyone please tell me why the function tab_calc_rem_height is used for? I need to know it to overcome an error iam getting in smartform " FORM = TAB_APPEND_OTF_TO_TABLE,ID = READ, RC = 0" Thanks in adavnce.

  • IPS Interface duplex - Half/Full??

    i have a IPS 4260, running Version 6.0(5)E2. I have noticed different duplex on the interface. My understanding based on the logs below: The interface below seems to be running in half duplex, but they are configured for full duplex. -GigabitEthernet