A scalable test executive with build in video monitoring

Hi,
Is anyone interested in test executive? Check out IMCS, a scalable
test executive framework with build in video monitoring for only $99.
It can call external LabVIEW vi or DLL functions. It can be used in
lab testing, product testing and many more. Here is the link to IMCS:
http://www.hytekautomation.com/Products/IMCS.html
Thanks.
Irene

i tested mine out and it works... have you downloaded flash player osx yet?
i installed it from the get go... maybe this could be the issue your having.
http://www.adobe.com/support/flash/downloads.html

Similar Messages

  • Can't Access WVC200 with the Cisco Video Monitoring System

    I have contacted the help desk but nothing is forthcoming.
    I need help to configure a WVC200 to with the Cisco video monitoring system. In the camera configuration there is no drop down item for a Linksys wvc200 camera only the WVC210 camera. Thus access is not possible. With my other camera WVC 210 there is no problem. Who can help?
    Also the Cisco video monitoring system cannot reduce in size (drag smwller) but only full screen or nothing.. how can I move the monitor to my other video screen.
    Mike

    Steven
    I know it is not a bug and that WVC 200 is not supported anymore but I find that a lame excuse. I only bought this 18 months ago and now Cisco does not support this. If it had been 5 years ago then I could accept.
    Why you can't add a wvc200 template in the Cisco video monitoring systemn I just do not know.
    Even the latest WVC200 fireware is only released this year.
    WVC200_EU_V1.2.2R00.bin
    Release Date: 20/APR/2010
    Size: 4096.00 KB (4194304 bytes
    Mike

  • Reg: Test Configuration with Default variant

    Hi Guru's
      I am new here.. Guide me to achieve this.
      I do created the Test script ,Test data and also the Test Configuration
      Whats my problem is  I do run the TC with external variant (File that i have mapped) .
       its works fine but Default variant is not triggering all other variant are triggering.
       What to do to run all the external variant including default variant . Guide me with steps.
    Thanks in advance
    Regards
    Anandh

    Hi Anandh,
    ECATTDEFAULT is a special variant which is not intended to be uploaded from external files.
    If you use the download option to prepare your external variant file as a sample, you will see that ECATTDEFAULT is deactivated by using * in front. It's only downloaded to the sample file for giving the scripts import parameter defaults as a reference.
    If you like use these default values for individual fields of other variants simply leave those fields blank in the other variants.
    To have your test executed with the whole record of ECATTDEFAULT simply copy the *ECATTDEFAULT line in your external data file and give it an other similar name, e.g. ECATTDEFAULT1.
    Kind regards
    Jens

  • Installing Test Executive 5.0 in LabVIEW 6.0.2

    I'm trying to install Test Executive 5.0 in LabVIEW 6.0.2. However, I run into problems. When i Try to mass compile the test executive folder I get a lot of errors (see attached file), and I don't get the executive in the tools menu.
    Could someone tell me what needs to be done?
    Thanks,
    /Martin
    Attachments:
    mass_compile_TestExec.txt ‏32 KB

    I use Test Executive 5.1 with LabView 6.1 (after doing a mass compile) and have no problems.
    It looks to me like Test Executive isn't installed correctly so some VIs are missing or in not the expected place. Try reinstalling Test Executive. Don't move any of its VIs after you install it.
    You get a ### Bad VI message for a VI if any of its subVI's are missing. There's probably a lot of other reasons for Bad VI, but a bad install seems like the most likely reason. A install may be bad if it's incomplete or simply if you install it to a new location and the VIs that use it are still referencing the old location.
    Test Stand is a much more powerful product (and I use it on other applications), but for an existing application with a limited budget, we upgraded LabView,
    the PC and Windows, but we didn't replace Test Executive with Test Stand. Going to Test Stand, you not only have the cost of the Test Stand software, you also have the development cost of rewriting some code for Test Stand. Depending on your application and how much you customized Test Executive, the development cost may be significant.

  • Lots of problems building a large executable with LVOOP classes

    I have a large project that makes significant use of LVOOP.  It is essentially a test executive that sequences lots of different types of tests in a configurable way.  I used to use a ton of variants in and out of these tests so they could be used interchangably in the archetecture of my application, but when LVOOP came out I rewrote my test executive to us an LVOOP class called "GTSTest".  Then I have about 10 sub-classes that inherit from the "Test" class.  Each of those sub classes are the actual specific tests.  Here is a shot of the project:
    You can see I am creating a main class called "GTSTest" and that gives me polymorphism of any specific kind of test like "Torque Center.lvclass" and "AutoLinearize.lvclass".  It works fantastic in the development environment.
    My problem now is I can't build anything with any of the LVOOP stuff into an executable.  I originally added all the classes as dynamic vi's because some of them pop up their front panels.  An application engineer suggested taking them out of the dynamic vi's section, but that didn't make any difference.  Here is the error I am getting:
    TestExec Build error:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 13 occurred at Invoke Node in ABAPI Dist read linkages.vi->ABAPI Dist Cmp Settings to Disk Hier.vi->ABAPI Get Settings From File2.vi->EBEP_Invoke_Build_Engine.vi->EBUIP_Build​_Invoke.vi->EBUIP_Build_Rule_Editor.vi->EBUIP_Crea​teNewWizard_Invoke.vi->EBUIP_CreateNewWizard_Invok​e.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File is not a resource file.
    =========================
    NI-488:  Sharable board exclusively owned.
    Method Name: Linker:Read Info From File
    O:\Software\MfgTest\Galvo Test Station (GTS)\Classes\Tests\Auto-Linearize\AutoLinearize.l​vclass\AutoLinearize.ctl
    Autolinearize.ctl is the alphebetical first class's private data definition.  So what's going on?  I made all the classes dynamic and it gives me the error.  I made none of the classes dynamic and it gives me the error.  But actually I know I'm going to need at least some methods of all the classes dynamic because a couple of the methods get subpanelled in the program so I need the front panels.
    I've searched everywhere and I see no documentation at all about how to build LVOOP into an executable.  But clearly you need to do something special for this to work.  Can anyone help me? 
    -Devin
    I got 99 problems but 8.6 ain't one.

    OK I figured out what is going on.
    RULES FOR CREATING EXE’S WITH LVOOP
    1.      Do not put any lvclass or any “dynamic vi” of any lvclass in the “Dynamic vi’s and Support Files” section of the source files tab in the build window.  Yes I know they are called “dynamic vi’s” in the LVOOP structure and one would assume you may need the front panels etc., but somehow they get loaded in automatically and if you explicitly include them as dynamic vi’s I think they conflict with themselves somehow.  If you do this you will get the following error:
    Error 13 occurred at Invoke Node in ABAPI Dist read linkages.vi->ABAPI Dist Cmp Settings to Disk Hier.vi->ABAPI Get Settings From File2.vi->EBEP_Invoke_Build_Engine.vi->EBUIP_Build​_Invoke.vi->EBUIP_Build_Rule_Editor.vi->EBUIP_Crea​teNewWizard_Invoke.vi->EBUIP_CreateNewWizard_Invok​e.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File is not a resource file.
    =========================
    NI-488:  Sharable board exclusively owned.
    Method Name: Linker:Read Info From File
    O:\Software\MfgTest\Galvo Test Station (GTS)\Classes\Tests\Auto-Linearize\AutoLinearize.l​vclass\AutoLinearize.ctl
    In this case “Autolinearize.ctl” is the first class definition in the build.
    2.      In the additional Exclusions section, you cannot use the “Remove as much as possible” option.  This disconnects typedef definitions, and I think it is misinterpreting lvclasses and trying to disconnect the class definitions, which breaks the application.  Of course, you don’t get any reasonable error message when this happens.  It will give you an error 1502 as shown below:
    An error occurred while building the following file:
    O:\Software\MfgTest\Galvo Test Station (GTS)\GTSExecutionMenu.vi
    The VI became broken during the build process. Open the Build Specification and enable debugging to include the front panel and block diagrams.
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 1502 occurred at ABAPI Dist Chg and Save VIs.vi -> ABAPI Dist Build LLB Image.vi -> ABAPI Copy Files and Apply Settings.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Rule_Editor.vi -> EBUIP_Item_OnDoProperties.vi -> EBUIP_Item_OnDoProperties.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  Cannot save a bad VI without its block diagram.
    “GTSExecutionMenu.vi” was my highest level vi that included any lvclass wires.  Maybe that’s why it returned its name.  Anyway what is really happening is some screw up where it breaks any vi containing any lvclass.  If you enable debugging the application will work, but then if you connect to it from the development environment it will suddenly break and you can trace down and see the broken class vi’s.  To fix this, the “Remove unreferenced project library members” option worked for me to keep the LVOOP intact.  Of course it blows up your exe a lot bigger because you are now including every variation of every polymorphic vi instead of just the ones you are using.  You shouldn’t have to do this.  There is a bug in the “Remove as much as possible” option which removes LVOOP definitions that aren’t possible to remove without breaking things.  I hope this helps for the next guy that tries to use LVOOP.
    -Devin
    I got 99 problems but 8.6 ain't one.

  • How to execute Script in Test Plan with two different System Data Container

    Dear members,
    I have a requirement.
    I need to execute one Test Config in a Test Plan with one System Data Container and another Test Config in a Test plan with another SDC.
    How to achieve this ?
    Kind regards,
    Pradeep
    Edited by: Pradeep Singh Rawat on Mar 23, 2011 7:10 AM

    >
    Pradeep Singh Rawat wrote:
    > I need to execute one Test Config in a Test Plan with one System Data Container and another Test Config in a Test plan with another SDC. How to achieve this ?
    Currently it is not possible, to maintain more than one SDC on a test plan.
    A workaround is, to maintain one SDC on a test plan and specify no target system direct in a test plan. If you maintain then your  two systems in one SDC, you can specifiy each target system in the test configuration, where it is needed.
    Here the example:
    test plan:
    systemdata container: SDC_ALL
    target system: <empty>
    test config 1:
    systemdata container:
    target system: CRM
    test config 2:
    systemdata container:
    target system: ERP
    systemdata container: SDC_ALL
    target system: CRM -> rfc 1
    target system: ERP -> rfc 2
    Kind regards,
    Christoph

  • How to fix sequence editor error when using Test Executive 5.1.1 with Labview6.0?

    I had a test sequence that was built with Test Executive 5.1.1 and Labview 5.1.1. The sequence test step vi used Test Shell to allow the user to edit and config the test. After upgrading the test step vi from Labview 5.1.1 to Labview6.0 by mass compiling all vi to Labview6.0, an error occurred while editing the test vi. The error is as following:"Sequence Editor Error: Config Test Vi Callback.vi: Could not config test vi. Make sure the path to the vi is valid." I am sure the vi path is valid, does anybody has any idea why the path was not seen? How can this bug be fixed? Any hints or suggestion would be helpful.

    That's really a TestStand question. You should post to the TestStand Discussion forum. TestStand Discussion Forum

  • FlexUnit4SampleCIProject will not build for me with build.air.xml

    I have I6 of Burrito. I downloaded the FlexUnit4SampleCIProject and followed set-up instrucitons on this page:
    http://docs.flexunit.org/index.php?title=Ant_Task
    When I leave in all the default source and run it using:
    ant -v -f build.air.xml clean package
    it goes for awhile and then fails with a:
    BUILD FAILED
    /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/build .air.xml:65: Could not create application descriptor
    What am I doing wrong? Here is the full log from terminal on my Mac running Snow Leopard with ant 1.8:
    admin-MacBookPro:FlexUnit4SampleCIProject brantner$ ant -v -f build.air.xml clean package
    Apache Ant version 1.8.1 compiled on September 21 2010
    Buildfile: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/buil d.air.xml
    Detected Java version: 1.6 in: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    Detected OS: Mac OS X
    parsing buildfile /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/buil d.air.xml with URI = file:/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject /build.air.xml
    Project base dir set to: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject
    parsing buildfile jar:file:/usr/share/java/ant-1.8.1/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/java/ant-1.8.1/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
    [property] Loading Environment env.
    Build sequence for target(s) `clean' is [clean]
    Complete build sequence is [clean, init, compile, test, package, ]
    clean:
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/dist
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/report
       [delete] Deleting directory /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
    Build sequence for target(s) `package' is [init, compile, test, package]
    Complete build sequence is [init, compile, test, package, clean, ]
    init:
        [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et
        [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin
        [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/report
        [mkdir] Created dir: /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/dist
    compile:
        [mxmlc] Loading configuration file /Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks/flex-config.xml
        [mxmlc] Required RSLs:
        [mxmlc]     framework_4.5.0.20135.swf with 1 failover.
        [mxmlc]     textLayout_2.0.0.232.swf with 1 failover.
        [mxmlc]     spark_4.5.0.20135.swf with 1 failover.
        [mxmlc]     sparkskins_4.5.0.20135.swf with 1 failover.
        [mxmlc]     mx_4.5.0.20135.swf with 1 failover.
        [mxmlc] /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin/Main.swf (63438 bytes)
    test:
    [flexunit] Validating task attributes ...
    [flexunit] Generating default values ...
    [flexunit] Using the following settings for compilation:
    [flexunit]     FLEX_HOME: [/Applications/Adobe Flash Builder 4.5/sdks/4.5.0]
    [flexunit]     player: [air]
    [flexunit]     sourceDirectories: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/sr c/main/flex"]
    [flexunit]     testSourceDirectories: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/sr c/test/flex"]
    [flexunit]     libraries: ["/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/li bs/flexunit-aircilistener-4.1.0.swc","/Users/brantner/Documents/burrito/flexunit-flexunit- d3a56a1/FlexUnit4SampleCIProject/libs/flexunit-cilistener-4.1.0.swc","/Users/brantner/Docu ments/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/libs/flexunit-core-flex-4 .1.0.swc","/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIPr oject/libs/flexunit-uilistener-4.1.0.swc"]
         [null] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
         [null] '-jar'
         [null] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/mxmlc.jar'
         [null] '--version'
         [null]
         [null] The ' characters around the executable and arguments are
         [null] not part of the command.
         [null] Output redirected to property: SDK_VERSION
    [flexunit] Found SDK version: 4
    [flexunit] Created test runner at [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.mxml]
    [flexunit] Compiling test classes: [org.flexunit.demo.EchoPanelTest, org.flexunit.demo.SampleTest]
    [flexunit] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
    [flexunit] '-Xmx256M'
    [flexunit] '-jar'
    [flexunit] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/mxmlc.jar'
    [flexunit] '+flexlib'
    [flexunit] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks'
    [flexunit] '+configname=air'
    [flexunit] '-output'
    [flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.swf'
    [flexunit] '-source-path'
    [flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/src /main/flex'
    [flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/src /test/flex'
    [flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-aircilistener-4.1.0.swc'
    [flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-cilistener-4.1.0.swc'
    [flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-core-flex-4.1.0.swc'
    [flexunit] '-library-path+=/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4Samp leCIProject/libs/flexunit-uilistener-4.1.0.swc'
    [flexunit] '-headless-server=true'
    [flexunit] '/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.mxml'
    [flexunit]
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
         [null] Error redirected to property: MXMLC_ERROR
         [null] Loading configuration file /Applications/Adobe Flash Builder 4.5/sdks/4.5.0/frameworks/air-config.xml
         [null] /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/targ et/bin/TestRunner.swf (491869 bytes)
    [flexunit] Using the following settings for the test run:
    [flexunit]     FLEX_HOME: [/Applications/Adobe Flash Builder 4.5/sdks/4.5.0]
    [flexunit]     haltonfailure: [false]
    [flexunit]     headless: [false]
    [flexunit]     display: [99]
    [flexunit]     localTrusted: [true]
    [flexunit]     player: [air]
    [flexunit]     port: [1024]
    [flexunit]     swf: [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/bin/TestRunner.swf]
    [flexunit]     timeout: [60000ms]
    [flexunit]     toDir: [/Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/tar get/report]
    [flexunit] Setting up server process ...
    [flexunit] Starting server ...
         [null] Executing '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java' with arguments:
         [null] '-jar'
         [null] '/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/lib/adt.jar'
         [null] '-version'
         [null]
         [null] The ' characters around the executable and arguments are
         [null] not part of the command.
         [null] Output redirected to property: AIR_VERSION
    [flexunit] Opening server socket on port [1024].
    [flexunit] Waiting for client connection ...
    BUILD FAILED
    /Users/brantner/Documents/burrito/flexunit-flexunit-d3a56a1/FlexUnit4SampleCIProject/build .air.xml:65: Could not create application descriptor
        at org.flexunit.ant.launcher.commands.player.AdlCommand.createApplicationDescriptor(Unknown Source)
        at org.flexunit.ant.launcher.commands.player.AdlCommand.prepare(Unknown Source)
        at org.flexunit.ant.launcher.contexts.DefaultContext.start(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
        at org.apache.tools.ant.Main.runBuild(Main.java:801)
        at org.apache.tools.ant.Main.startAnt(Main.java:218)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Total time: 18 seconds
    admin-MacBookPro:FlexUnit4SampleCIProject brantner$
    Thanks,
    Brian

    Mean the one for i6.. we monitor that as well.
    Or just reach out to me offline:
    my last name at digitalprimates dot net
    Mike

  • Blu-ray build: no video (solid red, green, etc image)

    Hey everyone,
    If this problem has already been addressed, could someone please point me in the right direction? I searched and didn't find anything similar, but wasn't too sure what to search for.
    My problem: Everytime I build a blu-ray project in Encore, I am getting the same result; the video will play (according to the progress bar on the player), but the image is always a solid color, sometimes it's red, green, tan, black, apparently just random, but always the same color throughout the entire video.
    I have tried so many different things at this point, I'm at a loss for how to proceed further. I've tried this with at least three different projects, all of which were created in Premiere. I have attempted both the dynamic link from Premiere to Encore and exporting the video first and importing into Encore later. I have tried transcoding as .264 and MPEG2 (I am not very knowledgeable about the settings, so I use the defaults). I have tried building the project in Encore as a blu-ray folder and as an ISO. I have burned to discs and played just the digital files on my PC.
    The video always plays fine up until after it is exported from Encore (that is, it previews fine in Premiere, exported video from Premiere plays fine in players like VLC, and the video previews fine in Encore).And I have no trouble building DVDs in Encore with the same video, timeline, and all that jazz.
    The only thing I haven't done yet is gone to the trouble of trying to reinstall Encore, which will be my next step if noone here has any suggestions. I am running CS6 with all recent updates. I have been testing the blu-ray playback in PowerDVD and a PS3.
    Like I mentioned above, I'm not very proficient in video. If I left out important details, just let me know. Thanks in advance for any help!
    Matt

    When I play the m2ts file, it works fine in VLC and also in PowerDVD. That's interesting, but I'm not sure what that means?
    If the actual m2ts file from the Encore build does not show the problem, but what I assume is the same file on disk (or in iso) shows the problem, what could cause such a problem? (I don't know.) The more frequent oddity is a problem on burned disk and not on iso or folder, which points to the burner, burn speed, or media. But that does not appear to be the issue here.
    I can't find the example at the moment, but try creating a tiny bluray project and see if the problem occurs. If so, you can upload it for me to take a look.
    For example, one menu with one button, linked to a 30 second timeline, using a sample of your material that is causing the problem. If that shows the problem, I would also try a bars and tones sample to eliminat your actual video - although I assume your video is part of the equation.

  • Error -8 message (can't connect with audio or video, text OK)

    I've tried to exhaust all the resources online, but so far have had little success.
    I'm getting an Error -8 message whenever I try to establish a video (or audio) chat with any of the three Apple test accounts. I've opened the ports recommended by:
    http://portforward.com/english/routers/port_forwarding/Netopia/3347NWG/iChat.htm
    I'm actually trying to get my father-in-law's account up and running so the only details I have about the ISP is that it's Bluewin based in Switzerland so I'm not sure about VoIP details. I could probably find out if necessary. Also, I've already switched to port 443 to log on.
    Here's sort of a funny little detail. I've also brought my 12-inch PowerBook G4 with me which I know works back in the states. I get almost the same error as the iMac, but with more details. The only difference is that the iMac doesn't have any details in the following categories:
    Video Conference Report:
    Video Conference Support Report:
    Video Conference User Report:
    I think I've covered all the bases. Any and all help would be greatly appreciated. The details of the error log are listed below (BTW, changed account info to "********" for security).
    Thanks, in advance,
    Scott
    //ERR0R REPORT DETAILS///////////////////////
    Date/Time: 2007-12-29 11:03:20.315 -0500
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 3832688733.
    scbressler723: State change from AVChatNoState to AVChatStateWaiting.
    0x5236550: State change from AVChatNoState to AVChatStateInvited.
    0x5236550: State change from AVChatStateInvited to AVChatStateConnecting.
    scbressler723: State change from AVChatStateWaiting to AVChatStateConnecting.
    scbressler723: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    0x5236550: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    2.003976 @:0 type=4 (00000000/36)
    [VCSIP_INVITEERROR]
    [19]
    2.003878 @SIP/SIP.c:2447 type=4 (900A0015/36)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    1.503507 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:16402 SIP/2.0
    Via: SIP/2.0/UDP m.0:5061;branch=z9hG4bK7b92ac6340899c77
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:16402>
    From: "********3" <sip:[email protected]>;tag=345579911
    Call-ID: 88add57e-b627-11dc-8150-f5008efb13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:5061>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 538
    v=0
    o=Scott 0 0 IN IP4 m.0
    s=scbressler723
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:70:1:1499
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtcp:16387
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:-778271315
    m=video 16384 RTP/AVP 126 34
    a=rtcp:16385
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 30:160:120:160:120
    a=rtpID:1838791129
    0.503244 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:16402 SIP/2.0
    Via: SIP/2.0/UDP m.0:5061;branch=z9hG4bK7b92ac6340899c77
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:16402>
    From: "********3" <sip:[email protected]>;tag=345579911
    Call-ID: 88add57e-b627-11dc-8150-f5008efb13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:5061>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 538
    v=0
    o=Scott 0 0 IN IP4 m.0
    s=********3
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:70:1:1499
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtcp:16387
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:-778271315
    m=video 16384 RTP/AVP 126 34
    a=rtcp:16385
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 30:160:120:160:120
    a=rtpID:1838791129
    0.002969 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:16402 SIP/2.0
    Via: SIP/2.0/UDP m.0:5061;branch=z9hG4bK7b92ac6340899c77
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:16402>
    From: "********3" <sip:[email protected]>;tag=345579911
    Call-ID: 88add57e-b627-11dc-8150-f5008efb13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:5061>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 538
    v=0
    o=Scott 0 0 IN IP4 m.0
    s=********3
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:70:1:1499
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtcp:16387
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:-778271315
    m=video 16384 RTP/AVP 126 34
    a=rtcp:16385
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 30:160:120:160:120
    a=rtpID:1838791129
    0.000000 @:0 type=2 (00000000/36)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:

    Hi Ralph,
    Well, the Leopard update is installed (10.5.1) and still no luck with iChat 4.0. Still using UPnP through the Netopia 3347NWG, not port forwarding. I have to admit I'm still a little clumsy finding my way through the new OS, but I've done the adjustments to the Mac firewall and I'm sure I have a little more "homework" to do. Unfornately, I'm leaving for home tomorrow, so I thought I'd a least give you an update.
    The new error message is as follows. Any additional troubleshooting will have to be done over the phone with my father-in-law at this point.
    Happy New Year, BTW.
    Patiently awaiting your thoughts.
    Scott
    ///ERROR LOG////////
    Date/Time: 2008-01-03 22:24:50.968 +0100
    OS Version: 10.5.1 (Build 9B18)
    Report Version: 4
    iChat Connection Log:
    2008-01-03 22:24:15 +0100: AVChat started with ID 1452569723.
    2008-01-03 22:24:15 +0100: xxxxxxx11: State change from AVChatNoState to AVChatStateWaiting.
    2008-01-03 22:24:15 +0100: 0x17b761f0: State change from AVChatNoState to AVChatStateInvited.
    2008-01-03 22:24:23 +0100: 0x17b761f0: State change from AVChatStateInvited to AVChatStateConnecting.
    2008-01-03 22:24:23 +0100: xxxxxxx11: State change from AVChatStateWaiting to AVChatStateConnecting.
    2008-01-03 22:24:30 +0100: 0x17b761f0: State change from AVChatStateConnecting to AVChatStateEnded.
    2008-01-03 22:24:30 +0100: 0x17b761f0: Error -7 (0x17b761f0 cancelled the connection.)
    2008-01-03 22:24:30 +0100: xxxxxxx11: State change from AVChatStateConnecting to AVChatStateEnded.
    2008-01-03 22:24:30 +0100: xxxxxxx11: Error -7 (0x17b761f0 cancelled the connection.)
    Video Conference Error Report:
    14.843838 @SIP/SIP.c:2719 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    12.843724 @SIP/Transport.c:2353 type=1 (00000000/0)
    [INVITE sip:user@rip:5061 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK17d757ea4955bfc6
    Max-Forwards: 70
    To: "u0" <sip:user@rip:5061>
    From: "0" <sip:user@lip:16402>;tag=458859319
    Call-ID: 43d4b782-ba42-11dc-b17a-ca8b75d14012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 729
    v=0
    o=xxxxxxx 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:531389619
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:254359157
    13.344072 @SIP/Transport.c:2353 type=1 (00000000/0)
    [INVITE sip:user@rip:5061 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK17d757ea4955bfc6
    Max-Forwards: 70
    To: "u0" <sip:user@rip:5061>
    From: "0" <sip:user@lip:16402>;tag=458859319
    Call-ID: 43d4b782-ba42-11dc-b17a-ca8b75d14012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 729
    v=0
    o=xxxxxxx 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:531389619
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:254359157
    14.344611 @SIP/Transport.c:2353 type=1 (00000000/0)
    [INVITE sip:user@rip:5061 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK17d757ea4955bfc6
    Max-Forwards: 70
    To: "u0" <sip:user@rip:5061>
    From: "0" <sip:user@lip:16402>;tag=458859319
    Call-ID: 43d4b782-ba42-11dc-b17a-ca8b75d14012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 729
    v=0
    o=xxxxxxx 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:531389619
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:254359157
    Video Conference User Report:
    0.000000 @:0 type=5 (00000000/16402)
    [Local SIP port]
    6.186925 @Video Conference/VideoConferenceMultiController.m:1476 type=5 (00000000/0)
    [IP And Port Data With Caller IP And Port Data: Obtained 80 bytes of local IP and port data (2 entries). Remote data was 0 bytes (0 entries).
    7.804314 @Video Conference/VideoConferenceMultiController.m:1509 type=5 (00000000/0)
    [Initiate Conference To User Cert Version: u0 with 120 bytes of connection data.
    []

  • Windows XP supports Labwindows/CVI Test Executive 2.01?

    Is Windows XP supports Labwindows/CVI Test Executive 2.01? If no, any patch SW available to make work it on Win XP?

    We have run cvi Test executive on Win 2000 and XP  we used CVI 7 to build the exe.
    not sure if an existing exe  compiled for an earlier version of  windows will work.
    Note  with the later versions of OS come  multiprocessor support we have had some issues with programs written for single processor operating systems crashing after a few hours when running on a multiprocessor system. This was fixed by setting the processor affinity  to restrict the application to a single processor  ( under task manager go to process  right click and select set affinity then only tick one of the processors.) 
    Colin

  • Error while Test Connection with Connector

    hi all:
         there is an error while  Test Connection with Connector , I also test it through sys administration->sys configuration->
    suport -> sap transaction, I got all errors, I put these two errors as folows, could you please tell me how to sovle it
    ***************ERROR 1 while *error while Test Connection with Connector ******************************************************
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this
    system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    ************error sys administration->sys configuration-> suport -> sap transaction        ********************** 1.5 #0025B3E02892006100000A0800001798000487530FB0122E#1274690722265#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt
    .runtime#guodongdong#47472##n/a##690347f0670e11df98cc0025b3e02892#SAPEngine_Application_Thread[impl:3]
    9##0#0#Error##Java###04:4524/05/10_0077_6087550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Application URL
    &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid!
    Please check the protocol and host entries for system &\#39;sapdev&\#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass
    (AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:523)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:412)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process
    (ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hi,
    As per this part of the trace:
    Exception in SAP Application Integrator occured: Application URL &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid! Please check the protocol and host entries for system &\#39;sapdev&\#39;. at ...
    You can clearly see that the system object 'sapdev' is not configured correctly/at all - you are trying to launch transaction iView
    (WEBGUI) and in order to do so you should configure the 'internet transaction server' category of the system  object
    with the hostname of the ITS server.
    Generally the template is
    <System.Access.ITS.protocol>://<System.Access.ITS.hostname>/sap<ESID>/bc/gui/sap/its/webgui?\....
    So that's why you got
    Please check the protocol and host entries for system ..

  • Help with build

    Hi all,
    I need a little help with building a new comp and any help will be appericiated.
    My wife is a video editor and she needs a new CPU.
    She is editing HD films from various cameras (she have several clients).
    The budget is around 1500-2000$ for the CPU without screens and software which she already owns.
    She is working with CS5.5 and using windows 7 pro 64bit.
    I read quite a lot in the past few days and I ended up more confused then I was, this is the setup which I thought of:
    CPU:       I was thinking about the i7 960 3.2 (310$) or the i7 2600k (330$).
    MB:         Asus p6x8D 1366 ddr 1600
    Graphics: Gigabyte nVidia GTX460 1gb gddr5 (210$) or gtx560(230$) the 570 is way off the budget (440$)
    BLURAY: Pioneer BDR-206
    RAM:      I don't know really.. I was thinking about 12gb but I am cluless about it.
    Power:     AX 850W Gold Active PFC 12cm Fan Modular (No particular reason, when I'll know my final setup I'll check the power I need with http://www.extreme.outervision.com/psucalculatorlite.jsp).
    Case:      Antec / Thermaltake, No idea which model..
    OS HDD: I'm still puzzled weather to go for the small (60gb) ssd for the OS and programs or go for a 7200 rpm hd.
    HDD:       W.D Caviar black 1tb 7200 rpm, 64mb, Sata III * 4 with raid on board (Raid 0 or Raid 5?  - I'll save it for another thread).
    Coolers:   Help needed
    Any help will be more then welcomed.
    Regards,
    Eliran.

    While waiting for a specific answer, you might read these recent discussions
    http://forums.adobe.com/thread/910208
    http://forums.adobe.com/thread/907698
    http://forums.adobe.com/thread/762381
    http://forums.adobe.com/thread/906848
    http://forums.adobe.com/thread/912120
    http://forums.adobe.com/thread/912119
    And one specific... SSD is high $$ and there is a thread concerning problems... forum search for ssd will find at least 2 message threads about using ssd or not

  • Why does final cut x not recognize the sharp PN- K321 monitor ( European version ) as output video monitor and premiere it? Working with two cinema display and PN- K321 and I can not preview the output video at 4K for DisplayPort, whereas with premie

    Why does final cut x not recognize the sharp PN- K321 monitor ( European version ) as output video monitor, and premiere yes?
    Working with two cinema display and PN- K321 and I can not preview the output video at 4K by DisplayPort, whereas with premiere and after effects I have no problems

    Look, you can build an HD DVD with an SD movie, just as you can build an SD DVD with an HD movie. This is not a bug, it is most likely user error. Apple will not be addressing it.
    Just start over, and ensure you are building an SD DVD by bringing up the inspector for the disc (click on the background in the Graphical tab).
    Make sure SD DVD is selected:
    (If you do the same thing on your ill fated project, you'll see that HD DVD is selected)
    Build your DVD and you'll be fine.
    Patrick
    P.S. You will need to google HD DVD and Blu-Ray if you want to understand the difference between the formats. The reason that DVDSP included HD DVD was that its format was similar to SD DVD's. Blu-Ray is something else entirely.

  • Can you test webcam with the Echo / Sound Test Ser...

    I wanted to see if my webcam's video is working with Skype, but I couldn't seem to use it when making a test call with the Echo / Sound Test Service.  Do I have to make an actual call to test the webcam or is there another way?  Thank you.

    Hello there!
    To test your video, please refer to the following instructions:
    For a Windows PC
    For a Mac 
    As asked on another thread previously, Skype does not offer a video calling test service.
    I.T. Professional
    Virtualisation Solutions (VCA-DCV - VMware)
    Donating time to help you here with your Skype needs.
    If I've answered your question, feel free to "Kudo" me!

Maybe you are looking for

  • Scanners not detected in "Photo downloader" of Adobe Bridge CS6

    After fresh install scanners are no longer detected using Photo downloader in Adobe Bridge CS6

  • Missing Outcomes for Human Task in Auto-Generated ADF Project

    Hi I am using SOA Suite 11g (11.1.1.5) and have created a Human Task in my composite application and then auto-generated the appropriate task form using the wizard which has been successful and created the ADF project. My task has 3 outcomes the resp

  • Solution to connection resets in SQL Developer under Windows 7

    I recently ran into constantly lost connections while browsing my schema with SQL Develop. I found this Re: SQL Developer: Not able to view tables by John McGinnis how to work around this bug. To whom it may now concern, here is the solution: This bu

  • I_OI_DOCUMENT_PROXY- EXECUTE_MACRO in excel

    Hi, I want to execute a macro to add a chart into excel. I created the macro 'graphic' in excel then I call it from abap with the metod execute macro but it doesn't work. DATA:  DOCUMENT    TYPE REF TO I_OI_DOCUMENT_PROXY.   CALL METHOD DOCUMENT->EXE

  • Color Dipper not reading footage

    So when I try to use secondary color correction or the color change effect the color dipper  won't pick up the colors off the footage. When I roll over the footage it just remains black, and therefore making these effects almost useless. I can pick o