Test call always fails

people often can't reach me. To check this I have tried the Skype test call - it always fails. But it works on my Ipad. what can be wrong on my Iphone but not my Ipad?
Thanks

This became a problem when Call Library Nodes got error terminals (and optional path terminals) in LabVIEW 8.20.  I should be able to get a fix in to VI Analyzer Toolkit 2010.
Thanks for taking the time to report the bug.
Darren Nattinger, CLA
LabVIEW Artisan and Nugget Penman

Similar Messages

  • My FaceTime isn't working properly. Every call I make a black dot appears on the camera in the middle (fixed onto the screen, and is not dirt), and the calls always fail. It would ring 6 times and then say call failed. How can I fix this?

    My FaceTime isn't working properly. Every call I make a black dot appears on the camera in the middle (fixed onto the screen, and is not dirt), and the calls always fail. It would ring 6 times and then say call failed. How can I fix this?

    If FaceTime ever worked properly for you, restarting your modem (and separate router/wireless if you have such) may help.  If the problem continues, try connecting at a different location to see if the problem is within your wi-fi.
    The black dot problem may mean you need to reset your iPod.  If that does not help, it may need service by an Apple Authorized Service Provider.
    If you need help with any of these suggestions, detailed help on each topic is available via Apple's Support pages:
      http://www.apple.com/support/ipodtouch/
    Message was edited by: EZ Jim
    Mac OSX 10.7.3

  • First flexunit test is always failing with Error Error #1009: Cannot access a property or method of

    Hi,
    I have flexunit project which I am trying to run on linux server.
    1. I have Tests project.
    2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using ant on 64 bit linux server using standalone flash debug player.
    3. Tests project contains 4 tests and first tests always fail with following error,
        test:
         [flexunit] Validating task attributes ...
         [flexunit] Generating default values ...
         [flexunit] Using default working dir [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests]
         [flexunit] Using the following settings for the test run:
         [flexunit] FLEX_HOME: [/var/lib/flex4.1sdk]
         [flexunit] haltonfailure: [true]
         [flexunit] headless: [false]
         [flexunit] display: [99]
         [flexunit] localTrusted: [true]
         [flexunit] player: [flash]
         [flexunit] port: [1024]
         [flexunit] swf: [/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf]
         [flexunit] timeout: [60000ms]
         [flexunit] toDir: [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests/report]
         [flexunit] Setting up server process ...
         [flexunit] Entry [/mnt/build/VinitFlexUnitBranch/workspace/bin] already available in local trust file at [/home/deploy/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
         [flexunit] Executing 'gflashplayer' with arguments:
         [flexunit] '/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf'
         [flexunit]
         [flexunit] The ' characters around the executable and arguments are
         [flexunit] not part of the command.
         [flexunit]
         [flexunit] Starting server ...
         [flexunit] Opening server socket on port [1024].
         [flexunit] Waiting for client connection ...
         [flexunit] Client connected.
         [flexunit] Setting inbound buffer size to [262144] bytes.
         [flexunit] Receiving data ...
         [flexunit] Sending acknowledgement to player to start sending test data ...
         [flexunit]
         [flexunit] FlexUnit test pause in suite Tests.Classes.DummyASyncTest had errors.
         [flexunit]
         [flexunit] Stopping server ...
         [flexunit] End of test data reached, sending acknowledgement to player ...
         [flexunit] Closing client connection ...
         [flexunit] Closing server on port [1024] ...
         [flexunit] <testcase classname="Tests.Classes::DummyASyncTest" name="pause" time="8" status="error"><error message="Error #1009: Cannot access a property or method of a null object reference." type="Tests.Classes::DummyASyncTest.pause" ><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
         [flexunit] at org.fluint.uiImpersonation.flex::FlexEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.fluint.uiImpersonation::VisualTestEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher/getStage()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher()
         [flexunit] at org.flexunit.internals.runners.statements::StackAndFrameManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withStackManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withDecoration()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/methodBlock()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runner::FlexUnitCore/beginRunnerExecution()
         [flexunit] at org.flexunit.runner::FlexUnitCore/verifyRunnerCanBegin()
         [flexunit] at org.flexunit.token::AsyncCoreStartupToken/sendReady()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/sendReadyNotification()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/handleListenerReady()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at org.flexunit.listeners::CIListener/setStatusReady()
         [flexunit] at org.flexunit.listeners::CIListener/dataHandler()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at flash.net::XMLSocket/scanAndSendEvent()]]></error></testcase>
         [flexunit] <endOfTestRun/>
         [flexunit] Analyzing reports ...
         [flexunit]
         [flexunit] Suite: Tests.Classes.DummyASyncTest
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
         [flexunit] Results :
         [flexunit]
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
        BUILD FAILED
        /mnt/build/VinitFlexUnitBranch/workspace/src/Tests/build.xml:26: FlexUnit tests failed during the test run.
        at org.flexunit.ant.tasks.TestRun.analyzeReports(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.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        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:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
        Total time: 1 second
    Exited with status 1
    [deploy]$
    4. Everytime I run this, any test which is run first will fail and all other tests will pass.
    My Tests.as file is as below:
    * Tests.as
    package
    import Tests.XTestSuite;
    import flash.display.Sprite;
    import mx.core.FlexSprite;
    import org.flexunit.listeners.CIListener;
    import org.flexunit.listeners.UIListener;
    import org.flexunit.runner.FlexUnitCore;
    public class Tests extends Sprite
    public var flexSprite:FlexSprite;
    public function Tests()
    onCreationComplete();
    public function onCreationComplete() : void {
    var core : FlexUnitCore = new FlexUnitCore();
    core.addListener(new CIListener());
    core.runClasses(Tests.XTestSuite);
    public function currentRunTestSuite():Array
    var testsToRun:Array = new Array();
    testsToRun.push(Tests.XTestSuite);
    return testsToRun;
    XTestSuite try to run 4 flexunit test classes.
    one of that flexunit test script class is as below:
    package Tests.Classes
    import flexunit.framework.Assert;
    import org.flexunit.Assert;
    import org.flexunit.asserts.assertEquals;
    public class DummyASyncTest
    [Test]
    public function pause() : void
    assertEquals(true, true);
    trace("I M in dummy");
    All other tests are dummy tests which just asserts(true, true).
    I am not sure if I doing something wrong or forgot to take care of something.

    Hi,
    I have flexunit project which I am trying to run on linux server.
    1. I have Tests project.
    2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using ant on 64 bit linux server using standalone flash debug player.
    3. Tests project contains 4 tests and first tests always fail with following error,
        test:
         [flexunit] Validating task attributes ...
         [flexunit] Generating default values ...
         [flexunit] Using default working dir [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests]
         [flexunit] Using the following settings for the test run:
         [flexunit] FLEX_HOME: [/var/lib/flex4.1sdk]
         [flexunit] haltonfailure: [true]
         [flexunit] headless: [false]
         [flexunit] display: [99]
         [flexunit] localTrusted: [true]
         [flexunit] player: [flash]
         [flexunit] port: [1024]
         [flexunit] swf: [/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf]
         [flexunit] timeout: [60000ms]
         [flexunit] toDir: [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests/report]
         [flexunit] Setting up server process ...
         [flexunit] Entry [/mnt/build/VinitFlexUnitBranch/workspace/bin] already available in local trust file at [/home/deploy/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
         [flexunit] Executing 'gflashplayer' with arguments:
         [flexunit] '/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf'
         [flexunit]
         [flexunit] The ' characters around the executable and arguments are
         [flexunit] not part of the command.
         [flexunit]
         [flexunit] Starting server ...
         [flexunit] Opening server socket on port [1024].
         [flexunit] Waiting for client connection ...
         [flexunit] Client connected.
         [flexunit] Setting inbound buffer size to [262144] bytes.
         [flexunit] Receiving data ...
         [flexunit] Sending acknowledgement to player to start sending test data ...
         [flexunit]
         [flexunit] FlexUnit test pause in suite Tests.Classes.DummyASyncTest had errors.
         [flexunit]
         [flexunit] Stopping server ...
         [flexunit] End of test data reached, sending acknowledgement to player ...
         [flexunit] Closing client connection ...
         [flexunit] Closing server on port [1024] ...
         [flexunit] <testcase classname="Tests.Classes::DummyASyncTest" name="pause" time="8" status="error"><error message="Error #1009: Cannot access a property or method of a null object reference." type="Tests.Classes::DummyASyncTest.pause" ><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
         [flexunit] at org.fluint.uiImpersonation.flex::FlexEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.fluint.uiImpersonation::VisualTestEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher/getStage()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher()
         [flexunit] at org.flexunit.internals.runners.statements::StackAndFrameManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withStackManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withDecoration()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/methodBlock()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runner::FlexUnitCore/beginRunnerExecution()
         [flexunit] at org.flexunit.runner::FlexUnitCore/verifyRunnerCanBegin()
         [flexunit] at org.flexunit.token::AsyncCoreStartupToken/sendReady()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/sendReadyNotification()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/handleListenerReady()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at org.flexunit.listeners::CIListener/setStatusReady()
         [flexunit] at org.flexunit.listeners::CIListener/dataHandler()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at flash.net::XMLSocket/scanAndSendEvent()]]></error></testcase>
         [flexunit] <endOfTestRun/>
         [flexunit] Analyzing reports ...
         [flexunit]
         [flexunit] Suite: Tests.Classes.DummyASyncTest
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
         [flexunit] Results :
         [flexunit]
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
        BUILD FAILED
        /mnt/build/VinitFlexUnitBranch/workspace/src/Tests/build.xml:26: FlexUnit tests failed during the test run.
        at org.flexunit.ant.tasks.TestRun.analyzeReports(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.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        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:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
        Total time: 1 second
    Exited with status 1
    [deploy]$
    4. Everytime I run this, any test which is run first will fail and all other tests will pass.
    My Tests.as file is as below:
    * Tests.as
    package
    import Tests.XTestSuite;
    import flash.display.Sprite;
    import mx.core.FlexSprite;
    import org.flexunit.listeners.CIListener;
    import org.flexunit.listeners.UIListener;
    import org.flexunit.runner.FlexUnitCore;
    public class Tests extends Sprite
    public var flexSprite:FlexSprite;
    public function Tests()
    onCreationComplete();
    public function onCreationComplete() : void {
    var core : FlexUnitCore = new FlexUnitCore();
    core.addListener(new CIListener());
    core.runClasses(Tests.XTestSuite);
    public function currentRunTestSuite():Array
    var testsToRun:Array = new Array();
    testsToRun.push(Tests.XTestSuite);
    return testsToRun;
    XTestSuite try to run 4 flexunit test classes.
    one of that flexunit test script class is as below:
    package Tests.Classes
    import flexunit.framework.Assert;
    import org.flexunit.Assert;
    import org.flexunit.asserts.assertEquals;
    public class DummyASyncTest
    [Test]
    public function pause() : void
    assertEquals(true, true);
    trace("I M in dummy");
    All other tests are dummy tests which just asserts(true, true).
    I am not sure if I doing something wrong or forgot to take care of something.

  • Facetime call always failed :( help me

    this recent days i cant make a facetime call with my family anymore. It always said "calling failed"
    But i still can use facetime with my friends except for my family that live far away from me.
    Help me 

    Hi Chai Chin Su,
    If you are having issues connecting to certain other people in FaceTime and the issue has just started recently, you may find the following article helpful:
    Apple Support: Unable to make or receive FaceTime calls after April 16, 2014
    http://support.apple.com/kb/ts5419
    Regards,
    - Brenden

  • Initial video/voice call always fails

    Hi, 
    Every time I intiate either video or voice call, I keep getting "calling" signal with no response. During that time I can't disconnect and forced to wait for applicaiton to disconnect call. Other party can't answer it. It also applies when I call landlines too...Running on Windows 8, Skype version 6.21.0.104. Tried to reinstall it and get the same problem. I don't have this problem when I run skype on my iphone. Please help! Thanks!

    shippo_uk,
    I am having the same trouble but only when at home. After Apple changed my phone and the problem continued I looked in to other things and found that when WiFi is switched on in Settings I always have to redial, when Wifi is off it calls first time no problem.
    Even though this only started since the 4.1 update, Apple are blaming my Sky Router which doesn't help.
    Might this be the same problem for you? Did you get yours sorted?

  • GPS test always fails.

    I don't know if I have to post this but in my device testing GPS always fails through service menu as well as diagnostic app. However in map, location and navigation works fine. I have tried few workarounds but it's always the same.
    P.S. I have read somewhere that there is a test for battery in service menu but for me there is no such option. Z1C lollipop.

    It can't say for sure but it's possible. It works fine (both diagnostics and service menu) when i test it here so it seems there's something in your phone causing it.
    You could try doing a repair of the phones software in PC Companion and see if it helps but it it's causes by the missing DRM-keys it will not help. But if the GPS works in other apps it's perhaps not something you need to fix?
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Secence call always passed

    Hi,
    I work with TestStand 2012 in my actual project to test a device (design test).
    If I call a sequence about "sequence call" (Adpater: Sequence, Type: SequenceCall) I receive always a passed result.
    "ignore runtime errors" is set in this testsystem, because the tests run several days, also over night and on weekends without a user.
    The VIs which I call in tthe tests deliver pass/fail flag to TestStand to "Step.Result.PassFail". If an error or failure occurs in a used VI call, TestStand works well and do the configured error handling (abort this step or test, or anything else).
    Just the result is shown wrong... error or failure --> "Passed"
    I changed the Type of the Adpater to "Action" and also to "Pass/Fail Test", but I don't find the correct expression. If I used "Pass/Fail Test", I received every time a "failed" instead of "passed".
    Can anybody tell me the right expression that works?
    thx
    Solved!
    Go to Solution.

    Hey Don,
    I tried the same configuration and saw the Sequence Call have a result of Failed when one of the steps failed. One thing to check: In the Step Settings for your steps, in the Run Mode category there is a checkbox for "Step Failure causes Sequence Failure". Is this checked for your steps?
    Another possibility is that you are seeing this because you are running the sequence in a new thread. If this is the case, the result of the Sequence Call will be "Done", because the result of that sequence will not be available when TestStand moves on to the next step in MainSequence. However, you can add a Wait step later in your sequence and configure it to wait for the new thread to complete. The result of this Wait step will then be the pass/fail result of the sequence.
    Hope that helps, and let us know how it goes!
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • My Download always fails.Nokia Ovi Player

    my download always fails. i can browse Ovi Music but when i click on download and i buy it my download fails.always.
    please help.

    Hi Richcss,
    Many thanks for your comments and suggestions.
    I last successfully downloaded music (to my home PC) with OVI Player v2.0.50727 on 4 April 2010 when I managed to download 12 songs in one evening. Nothing has changed since then (with regard to my DSL line speed, Internet service Provider, OVI Player version, router firewall settings, anti-virus software etc etc.), except the fact that I cannot download music without getting the frustrating "Download Failed" message.
    I have sent my ISP traceroutes from my home router to music.nokia.co.za to see if they can help identify a bottleneck in my DSL connection to the Net which may be the cause of a lengthy timeout (in one or more of the hops) that could result in the failed download. I tried a traceroute to music.nokia.co.za when my home PC connects via 3G, but unfortunately my cellphone provider blocks traceroute calls.
    Today, I tried to download songs at work (through a corporate firewall and proxy server) using Nokia Music v1.2.20226. The app wanted to update to the latest OVI Player version which I ignored. I successfully downloaded one new song.
    This is the first time I tried downloading a song using my employer's Net connection, as I prefer using my home PC for such "non-work" related tasks. I then upgraded Nokia Music to OVI Player (v2.1.10304), restarted my work PC, configured the proxy settings (corporate proxy) and managed to successfully download a new song. I tried a traceroute to music.nokia.co.za from my work PC, but unfortunately our corporate firewall blocks traceroute calls.
    The only conclusion I can draw from these tests is that the fault lies with my Internet Service Provider for my home DSL connection. I will contact them again for advice.

  • Initial content installation always fails

    I have mountain lion 10.8.5 and recently updated safari to 6.1. After that, I bought/installed Logic Pro X. The initial software install went through fine, and then when I open the program for the first time, it downloads 2 GB of initial content. After the download, I am prompted for teh admin password, and the installation continues, but always fails with "the content download could not be completed". I have tried this several times over the past few days, same result every time.
    Has anyone seen this issue, and is there a solution?

    Yes.. there are several possible reasons for this..
    The common ones are;
    Your System disk has a permissions/disk error on it.. try repairing permissions and also use the disk utility to check and repair your system disk if needed..
    Make sure your Mac does not go to sleep during the process... Change the settings in System Preferences/Energy Saving to prevent this from happening, temporarily...
    Boot your Mac up in Safe Mode.... and try again.
    http://support.apple.com/kb/HT1455
    Finally you will find a thread here which contains lots of useful info on resolving this issue... (Including some of the above)
    If none of these fixes things for you then you may have to contact Apple directly and ask them to help you troubleshoot.. Remember, when you purchased Logic Pro X you got 90 days of free Applecare support for LPX so make use of it if needed
    http://www.apple.com/contact/
    Additional suggestion/possibiity
    This is not exactly common but I have come across it more often than one would think these days... and it is one that can often be overlooked...
    Your ISP doesn't allow you to download a single file larger than a certain size... Typically the Max File Size Limit is set to 2GB or in a few cases less... which can then result in the issue you are having...  Call your ISP to confirm/check or find a single, larger than say 2.5GB, file on the net somewhere that you can download and test..

  • Adobe Application Manager - Always Failing

    I have CS5 Extended and CS6 Extended, but - what they call
    "Adobe Application Manager"  (and i must call rubbish) - always fails
    to install any updates after downloading them.
    I have tried few times, and would suggest to Adobe: to stop being
    embarrassed this way, and re-write the manager that really does the job.
    It's clear that this "manager" part of so great CS software now is:
    undoing all that good.
    And - it's constantly giving you the warnings as this - not even true to what is going on
    (in this case i am NOT running the manager already, and here is one of many wrong warnings,
    before it fails to install any updates (again and again) - this is just one sample i've made today:
    Michael.
    =============

    1. You can open your Finder and navigate to Extension Manager CS6( "/Applications/Adobe Extension Manager CS6" ), and drag it to Trash.
    2. Then download and install Extension Manager 6.0.4 full installer from
    http://download.macromedia.com/pub/dw_exchange/extension_manager/mac/A dobeExtensionManager6.0.4All.dmg
    3. After that, ignore the update message that "Extension Manager 6.0.4 is available".
    Try installing the updates.
    also uninstall & re install the adobe application manager.
    try updating the program.
    If still doesnt help then download & install the updates manually.

  • Test Script execution failed.

    I'm getting the Test Script Execution Error - "Test Script execution failed. Reason: The system cannot find the file specifiied"
    This is happening to all my test script files. I can load the test script files, edit the test cases, etc, but cannot execute the test scripts
    If I click on View Test Script Specification, they all come up, and the report shows all the cases in the test script.
    If I look into the directory, they are all there, with the .tsc extension and a file type of TSC
    I created a new TSC this morning, but with the same results
    They were working yesterday. Since then, I did rename one of the test scripts, and changed my build platform from .NET to Java.
    Any thoughts?
    Thanks,
    Allan Gibson
    P.S. I also now note the my what-if analysis files do not run, and are getting a message: run time error '-2146233088 (80131500)': Batch process has failed. Reason: the system cannot find the file specified (OPA-E00241). When I press the debug button, I'm taken to a screen where the line "Call GetExcelCompilerProxy() .Analyze(ActiveWorkbood)" is highlighted in yellow.
    Edited by: A Gibson on 11-Sep-2012 9:02 AM
    Edited by: A Gibson on 11-Sep-2012 9:09 AM

    Hey Allan,
    It looks like it either can't find the Java component it needs to run or the test script for some reason. If you look in the bin directory of the OPM install (which is normally something like c:\program files\Oracle\Policy Modeling\bin) do you see a file called determinations-remote-clr.jar? If not it sounds like something's gone wrong with your install.
    If so, can you run the test script in the standalone debugger? Also, if you look at the absolute path of your test script file, does it contain any non-ascii characters? If so, try removing those characters and see if it works.
    Thanks,
    Kristy

  • HP 6180c always fails after each Apple/HP update

    I have a HP 6180c All-in-One which is a lot like my old Jaguar car. When it works it is great.
    My HP 6190c ALWAYS fails on scanning after EVERY Mac HP driver update. I have to uninstall (sounds like Windows) and reinstall the HP drivers, then all is well. That is until the next update, when this ritual is repeated all over. When I call HP they say to do exactly what I do and seem proud to tell me that. Anyone know of a real solution to this? Only the scan fails.

    The HP updates are just like an update to iPhoto or iTunes and are not connected to any OS updates. For example, 10.6.1 didn't contain any updates to HP printers, but there was an HP update that came out around the same time.
    If the OS updates are causing you problems, it could be that the printer queue is getting deleted and you just need to add the printer again from System Preferences.

  • Patching Always Fails on One WS Type

    Since I've implemented Patch Management in my organization I've cycled through several different workstation types, but recently I'm having trouble with this past year's computer model in that patching always fails.
    What is happening is that I have narrowed the patching down to doing the individual machines (HP dc7900). I'll select the patches I want to push go through the wizard using default settings and force the restart. The deployment process will go successfully but the install/launches will fail.
    In the reporting I'll get a remediate.exe failure with a Windows error: Unknown error (0xffffffff) on the bundle package. On the workstation I'll get notification messages for every patch in the bundle. Overall ZCM status reporting says that the package was successfully deployed but in actuality absolutely zero updates are applied.
    This happens the same for every dc7900 in our building which were set up using the same process as dc5700 and two generations of dc5800 workstations that all patch successfully. Has anyone run into a similar situation? Thanks!

    We make a new "source image" for each computer model that we have so different base images for the 5700, 5800 and 7900. All of our images are made with the same XP SP3 volume license and network deployed apps installed. The 57/5800 systems had Windows Updates enabled as "download and let me choose when to install" but with the 7900 we thought that we would be able to use Patch Management to deploy updates so on the image the updates were turned off, but we have since manually turned them back on to automatic to make sure they keep updating.
    I did recently find out that this behavior also follows application bundles on these systems now. I usually deploy bundles as dynamic administrator but have read in another thread that deploying as system may cause less hassles but I haven't had a chance to test this yet.

  • Db_recover -c always fails at 67%

    I'm never unable to get db_recover -c to work (in cases where a plain db_recover fails)
    db_recover -c always fails at 67%.
    I have 70gb of log files, representing about 2 days worth of writes. My environment is about 16gb of databases, and it takes about 1 hour to get to the 67%, when it always fails.
    Here is what I see:
    www64:/b/lib/db# /usr/local/BerkeleyDB/bin/db_recover -v -f -c
    Finding last valid log LSN: file: 17680 offset 264588736
    recovery 32% complete
    Recovery starting from [17611][28]
    recovery 67% complete
    db_recover: Log sequence error: page LSN 17611 8860351; previous LSN 17611 14986560
    db_recover: Recovery function for LSN 17611 14986718 failed on forward pass
    db_recover: PANIC: Invalid argument
    db_recover: DB_ENV->open: DB_RUNRECOVERY: Fatal error, run database recovery

    <i>- The Berkeley DB release you're running with.</i>
    <p>
    4.6.21
    <p>
    <i>- Environment configuration, database configuration (flags set and used on open), isolation degrees used, flags set on the writing transactions.</i><p>
    Environment:<br>
    if ((ret = dbenv->open(dbenv, home, DB_CREATE | DB_PRIVATE | DB_INIT_MPOOL | DB_THREAD | DB_INIT_TXN | DB_INIT_LOG | DB_RECOVER | DB_LOG_AUTOREMOVE, 0)) != 0) {
    <p>
    Database & Isolation: <Br>
    ret = table->open(table, 0, Tcl_GetString(objv[2]), NULL, DB_BTREE, DB_CREATE | DB_THREAD | DB_READ_UNCOMMITTED | DB_AUTO_COMMIT, 0664);
    <p>
    <i>- Confirmation that you have applied all mandatory patches for your release (i.e. if your BDB release is 4.4.20 then apply the patches here: </i><p>
    Patches?<p>
    I'm not aware of any patches needed for 4.6.21
    <p>
    <i>- The backup/recovery strategy implemented and whether log and database files are moved between transactional environments and if log files are archived or removed.</i>
    <p>
    Every 60 seconds I call <br>
         int ret = dbenv->memp_sync(dbenv, NULL);
    <p>
    every hour I call<Br>
         if ((ret = dbenv->log_archive(dbenv, &list, 0)) != 0) {<p>
    and delete logs that make the disk storage more than 70g (i/e I keep 70gb of logs). This represents about 3 days of logs.
    <p>
    Perhaps the problem is that I'm not keeping enough days of logs? If so, it'd be nice if db_recover gave an error message indicating a missing log file.
    <p>
    <i>Recovering from such situation is problematic since we cannot be sure how to process the log with out of order LSNs. So, try running "db_verify" against the database files to se if the database structure is consistent; if they verify ok then use "db_load -r" to reset the LSNs and the database files will be usable again, but there will be eventually committed data that might be lost by not completing recovery. </i>
    <p>
    thanks for that tip.
    <p>
    <i>If verification shows a structural problem with a database then you should salvage dump and re-load the data using "db_dump -r" and "db_load"; note that there are some issues to be aware of when dumping and reloading databases:</i>
    <p>
    dump/load is my usual strategy for dealing with this problem.
    <p>
    -john

  • .ipa from builder V28 always failed to install

    Hi,
    I have problem to Install my reader on my testing iPad with OS6 & OS7,
    i already build my reader form Adobe DPS V28, and download the .ipa with my developer certificate, and before i submitted to appstore i want to try to testing, but everytime i try to Install and sync to my ipad it always failed, did i do something wrong when i build the reader?
    Thank You

    Does the mobileprovision file you used include the iPad's UDID? If not, you can't install the app on that device.

Maybe you are looking for