Seek fail on play start.

Hello everybody.
We are developing web television service. And we hope to use osmf framework in a new version. I've just played with sample (HelloWorld) apps and encountered several problems. First is about seek function.
For example I want to seek to N position right after i start to play media (flv video). First i tried this.
public function HelloWorld()
     var sprite:MediaPlayerSprite = new MediaPlayerSprite();
    addChild(sprite);
    sprite.element = new VideoElement( new NetLoader, new URLResource(new URL(REMOTE_PROGRESSIVE))        );
    sprite.mediaPlayer.seek(10);
it did play the video but did not seek. Then i tried this (HelloWorld4)
public function HelloWorld4()
    element = new VideoElement
        ( new NetLoader
        , new URLResource(new URL(REMOTE_PROGRESSIVE))
    var x:* = element.gateway;
    var loadable:ILoadable = element.getTrait(MediaTraitType.LOADABLE) as ILoadable;
    loadable.addEventListener(LoadableStateChangeEvent.LOADABLE_STATE_CHANGE, onLoaded);
    loadable.load();
    function onLoaded(event:LoadableStateChangeEvent):void
        if (event.newState == LoadState.LOADED)
            loadable.removeEventListener(LoadableStateChangeEvent.LOADABLE_STATE_CHANGE, onLoaded);
            var viewable:IViewable = element.getTrait(MediaTraitType.VIEWABLE) as IViewable;
            addChild(viewable.view);
            var seekable:ISeekable = element.getTrait(MediaTraitType.SEEKABLE) as ISeekable;
            seekable.seek(100);
            var playable:IPlayable = element.getTrait(MediaTraitType.PLAYABLE) as IPlayable;
            playable.play();
It did not work. (i also moved seek and play between each other).
I succeed with seeking by attaching it to mouse event. It seems to me that seek is only possible when seek position is already loaded. Is that true?
Please tell me what i'm doing wrong? Is there any way to seek anywhere right after play starts. Or it could be possible only with osmf 0.8 when SubClips are done?
(REMOTE_PROGRESSIVE - is the url to the flv file on server that support progressive download)

A couple of suggestions:
1) Seek can be asynchronous, so you might need to wait until the seek completion event before calling play.  If you make this change and it still doesn't work, I recommend you file a bug.
2) It sounds like what you're trying to do is play a subclip of the video, for which we will have framework-level support in our next drop (code is already checked into public trunk).  See the Subclip Spec for details.

Similar Messages

  • All CBS, Youtube & Xinmsn videos fail to play on Firefox 4.0 all day long. Once 12 am (Singapore Time), ALL videos start to play Perfectly. Even Headline News takes forever to download until midnight, such problem suddenly disappears. WHY?

    '''My Fujitsu laptop is one-month old. Initially I use IE8 and had problem watching videos. Once, an Action Message appeared advising me my API Driver is not working and directed me to HP instead. Fujitsu advised me it's a malware and a scan of Malicious Software Removal Tool was executed, nothing was detected. Ive had Norton Internet Security on my laptop. I switched to Firefox 4.0. All videos - CBS, Youtube and Xinmsn videos fail to play during the day, between 1 pm till night (11 pm). The only time every of these videos start playing Perfectly is around Midnight 12 am. (Singapore Time). This happens every day and night. How is it that during the day and night, every site including Headline News takes forever to download (transferring data takes unusually long time) but around midnight, such problem instantly disappears (and I can download sites very fast)? Also, ALL videos malfunction all day long till night but miraculously return to perfect function around midnight. This is real weird. Can some kind soul help me with this please? ''"

    i would suggest you backup and reformat the windows.
    Previously i also encounter similar error you encountered found out is malware attack, some of the antivirus are not even able to detect them. There are alot of users posted online which you can google around.
    i had tried remove the malware using those so-called malware removal but things gets worst. So finally i reformat the Windows and everything go back to normal.
    Personal advice, don't click or install those unknown message prompted from website. No antivirus or malware protection software can prevent this if you are letting then to get in your system.
    Cheers and hope i did help you in resolving your error.

  • Sound has stopped working; failed to play test tone; format not supported by the device (Vista x64 Ultimate)

    I can no longer hear any sound from my speakers/headphones. This happened suddenly yesterday without any hardware changes or noticeable software updates.
    -- The sound is not muted and the volume is set to full.
    -- In the device manager, my SigmaTel HD Audio device has no warnings or errors.
    -- I can't find any related messages in the Event Viewer.
    -- The primary audio device is selected as the default for playback. The mixer shows my media player as being mixed properly to the device.
    -- In the sound control panel, under Playback > Speakers/Headphones > Properties > Advanced:
     - I get the error message "failed to play test tone" when I try to Test my Default Format (dvd quality)
     - I get the error message "format not supported by the device" when I try to change my Default Format
    -- Note that unlike others who have similar problems, I'm not joined to a domain
    I've tried
    *  rebooting
    *  uninstalling and reinstalling the driver for the sound card
    *  "disable all enhancements" in the sound control panel
    (http://social.msdn.microsoft.com/forums/en-US/windowspro-audiodevelopment/thread/b09e43ba-3ffa-4a45-9593-8eee686f124a/)
    *  looking in the registry for some registry key (not found)
    (http://www.consumingexperience.com/2009/04/failed-to-play-test-tone-no-sound-on.html)
    Computer details
    Dell XPS M1530
    Vista Ultimate x64 SP1 with current updates
    SigmaTel driver version 6.10.0.5866
    **Update**
    I followed the following steps:
        * using regedit, go to HKLM\System\CurrentControlSet\Control\WMI\AutoLogger\Audio and change the “Start” value from 0 to 1.
        * Reboot the machine
        * Try to play an audio file.
        * Post a link to the generated log file which you can find in: %WINDIR%\system32\LogFiles\Audio
    but don't know where to post the resulting AudioSrv.Evm.001 file. It's also not human readable and I can't find what utility parses it for reading.
    **Another update**
    Still can't read the EVM. logparser 2.2 can't parse it.
    Found this thread which interested me but isn't applicable to x64 (I think):
    http://social.msdn.microsoft.com/Forums/en-US/mediafoundationdevelopment/thread/94cdc662-e974-43de-8feb-6eb156924347
    **YAU**
    Dell confirms it's an OS issue after troubleshooting with me for a couple of hours (wow)
    Is there a way to look at this EVM file _without_ installing the Windows Driver Kit??

    Hi,
    Thanks for posting in Microsoft TechNet Windows Vista Forum.
    Upon your description, I see that you have done a lot of research and tests. Unfortunately, none of these troubleshooting works.
    Based on my experience, this issue related to "failed to play test tone" can be related to several reasons. It also includes hardware defect. I am confusing why Dell confirms that the issue is related to Operating System. Could you let me know what operation Dell had troubleshot with you?
    Meanwhile, here I just provide more troubleshooting except what you performed. If it doesn't work, I may also need to recommend that you contact Dell for support.
    1. Microsoft has released a Hotfix to troubleshoot related to "Failed to play test tone".
    http://support.microsoft.com/kb/930883
    2. Make sure that these services are started.
    Windows Audio
    Multimedia Class Scheduler
    Remote Procedure Call
    Windows Audio Endpoint Builder
    3. I noticed that this issue occurred not long ago, I may need to suggest that you perform a System Restore to the previous restore point when the computer without any problem.
    System Restore
    ==============
    1)     Please click on Start and choose All Programs, Accessories, System Tools, and then Windows Backup.
    2)     Click Restore on the left pane.
    3)     Choose Basic Restore.
    4)     Follow the wizard and click Next.
    5)     If you would like to restore everything in the backup, we can check the box “Restore everything in this backup” on the top of the window.
    6)     We can also browse and choose certain files and folders to restore. Then, click Next.
    7)     Then choose the folder to save the recovered files and click Next.
    8)     When we see a “Restore is complete!” message, click Finish.
    Meanwhile, as I know, I'm afraid that there is no other way to look at EVM file except Windows Driver Kit. Maybe there are some third-party software that out of my mind can look at EVM files, you may need to perform more research on Internet.
    Hope this helps. Thanks.

  • Desktop RTMP video works fine - but Android gives me NetStream.Seek.Failed

    I have an app built using Adobe AIR. The app uses StageVideo and plays a live RTMP H264 encoded stream using NetStream.play. The app works as expected in ADL, and when installed as an app on the desktop.
    But if use the exact same code and install the app on the Android, I get the NetStatusEvent "NetStream.Seek.Failed". So because of this event the I am unable to play the video stream on the Android.
    So my question: If you are building an app for the Android, can you not resuse the exact same NetStream code that you used on the desktop? Is there a bug on the Android runtime that is preventing RTMP from seeking correctly?
    FYI: The netstream.play startvalue is -2 (so it will look for recorded stream first, then a live stream. In my case it is a live stream)
    I am using Adobe AIR 3.7.0.2090, and Samsung Galaxy Tab 3, Android 4.2.2
    The same problem or error occurs when using the AIR 3.8.0.930 SDK

    This is longer an issue. I am now using Adobe AIR SDK 3.8.0.1040, and have made some recent updates to the code. I am not sure what fixed the issue, but I can say that yes, the Android is working as expected and I am reusing the exact same code from the desktop app for the Android.

  • Failed to play test tone

    When ever I try to play any sound, nothing happens.  When I go into the control panel and double click on the “sound” icon, it shows my speakers.  And when click on my sound device or speakers, and hit test, the message I get it "failed to play test tone".
    Now for some background. 
    1. I had a different soundcard that was doing the same thing, but I thought maybe it just "went bad", so I bought a new one.  I’ve installed it with no problem.
    2. Yes, all the drivers are up to date.  I've run Windows update numerous times and I've double checked the driver version against the one on the manufactures website - they are the same.  Everything is up to date.
    3. The device manager can see my speakers/sound card and it says its working.
    4. I started out on another forum "Media foundation development - Re:Vista/No Sound/Failed to play test tone" and read the whole thread, did everything it told me to, and I even e-mail Microsoft to get a hotfix.  I installed the hotfix, to no avail.  Nothing has changed, my sound still does not work.
    5. The posters/answers at the above thread said they weren't really audio experts and were directing everyone to this thread.
    <!--[if !supportLineBreakNewLine]-->
    <!--[endif]-->
    Please help.
    Chris

    Goto the following key in registry.
    HKEY_LOCAL_MACHINE 
    à
    SOFTWARE  à 
    Microsoft  à 
    Windows  à  
                                        CurrentVersion 
    à
    MMDevices  à
    Audio  à
    Render  à   
    {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} à
    FxProperties
    In the right hand side of the registry window
    change the value
    of {1da5d803-d492-4edd-8c23-e0c0ffee7f0e},5  
    (value type is REG_DWORD) to 1 (one) instead of 0 (zero).
    INCASE YOU DON'T FIND THE ABOVE MENTIONED KEY UNDER fxproperties,
    PLEASE CREATE IT BY YOURSELF. (COPY & PASTE
    {1da5d803-d492-4edd-8c23-e0c0ffee7f0e},5
    TYPE
    IS REG_DWORD AND PUT VALUE 1
    The audio start working at the moment you change the above
    value !!! (even before closing the registry editor).
    Thanks & regards
    Deepak & Kabeer.
    Doha-Qatar.
    Mob : +974-5838614 & +974-5492246

  • NO SOUND, FAILED TO PLAY TEST TONE

    I have a Compac pressario with windows 7 starter, a week ago an update didn-t  allow me to use the virtual keyboard, I run a restore to a previous point and it ended up  with no sound also I UNISTALL - REINSTALL AUDIO DRIVER, EVERY TEST SAYS THERE IS NO ISSUE, HOWEVER WHEN I TEST THE SPEAKERS NOTHING IS HEARD and says fail to play test tone. Please help me. There is no assistance available from HP for this model.

    Goto the following key in registry.
    HKEY_LOCAL_MACHINE 
    à
    SOFTWARE  à 
    Microsoft  à 
    Windows  à  
                                        CurrentVersion 
    à
    MMDevices  à
    Audio  à
    Render  à   
    {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} à
    FxProperties
    In the right hand side of the registry window
    change the value
    of {1da5d803-d492-4edd-8c23-e0c0ffee7f0e},5  
    (value type is REG_DWORD) to 1 (one) instead of 0 (zero).
    INCASE YOU DON'T FIND THE ABOVE MENTIONED KEY UNDER fxproperties,
    PLEASE CREATE IT BY YOURSELF. (COPY & PASTE
    {1da5d803-d492-4edd-8c23-e0c0ffee7f0e},5
    TYPE
    IS REG_DWORD AND PUT VALUE 1
    The audio start working at the moment you change the above
    value !!! (even before closing the registry editor).
    Thanks & regards
    Deepak & Kabeer.
    Doha-Qatar.
    Mob : +974-5838614 & +974-5492246

  • All sounds fail to play

    Hello,
    All of my sounds will fail to play until a reboot of the phone.  This includes Pandora, music on the SD Card, built in ringtones, alarms, etc.  This did not start happening until about 2 weeks ago when an update was pushed.  This is a big issue being I use my phone for everything. (Email, Text, Alarm Clock, etc)  What is the fix for this?
    Android version 2.3.4
    Build Number 4.5.1_57_DX8-51

    My phone started having sound issues in mid-April.  I stopped by the corporate store and they looked through my apps. Since I was still having the problems I was able to initiate a warranty replacement.  I have had it happen again a couple of times with the new phone also.  I was told that it was most probably an app causing the issue.  I downloaded a very limited amount of apps and kept track of which apps as well as any issues.  It has happened twice since  but not in any close proximity of time to when an app was downloaded.  Then this week a co-worker brought me her X complaining of the same issue.  She told me she hasn't downloaded ANY apps in months.
    It would be great to have a resolution, the only suggestion I received since was that it might be an up that had an update or an app that isn't playing nicely with the others! 

  • IDVD menus fail to play

    I burned an iDVD project using iDVD v7.1.1 but the menus fail to play on either my iMac or my DVD player. During the buring process, the progress bar indicates the menus are being process and burned, but don't appear when I boot the DVD media. I have reviewed all the iDVD preferences thinking that perhaps my set up is the source of the problem, but I found no preference that specifically address the issue. I would appreciate any help or advice.

    Not knowing the origin to Your problem - General approach when in trouble is as follows.
    • Delete iDVD pref file - or rather start a new user/account - log into this and re-try
    iDVD pref file resides.
    Mac Hard Disk (start-up HD)/   Users   /  "Your account"  /Library/Preferences
    and is named.
    com.apple.iDVD.plist
    While iDVD is NOT RUNNING - move this file out to desk-top.
    Now restart iDVD.
    • Free space on internal(start-up) hard disk if it is less than 10Gb should rather have 25Gb
    • Hard disk is untidy. Repair Permissions, Repair Hard disk (Apple’s Disk Utilities application)
    • Program miss-match. iDVD 5.0.2,Mac OS X.4.11 AND QuickTime 7.5.5 - is OK - DON’T work under Leopard
    • Program miss-match. iDVD 6.0.4,Mac OS X.4.11 AND QuickTime 7.5.5 - is OK (might work under Leopard)
    • Program miss-match. iDVD’08 v.7.0.1, Mac OS X.4.11 AND QuickTime 7.5.5 - is OK will work under Leopard)
    • Program miss-match. iDVD’09 v.7.0.4, Mac OS X.5.8 AND QuickTime 7.6.4 - is OK (does work under Leopard)
    • iDVD (08) v7 Locate theme folder. Move out iDVD1, iDVD 2 and eventually iDVD4 folders to desktop - re-try
    Macintosh HD/Library/Application Support/iDVD/Themes/ zzzzzzzzzz
    or
    Macintosh HD/Users/Your log-in//Library/Application Support/iDVD/Installed Themes/ zzzzzzzzzz
    • Try a Cleaning CD/DVD that cleans the laser lens on the DVD burner/player
    iDVD 6.0.4 and iDVD 7.0.1 arecompatible with Mac OS X 10.5 Leopard
    Last resort. from Craig. Solved the problem!! Finally!!
    I deleted every iDVD applicationand folder from my boot drive,
    emptied the trash and then installed iDVD 08 using the customize option
    and I am up and running.
    If You do a re-install be sure to get rid of all iDVD old parts AND then EMPTY the Trash-basket !
    iDVD updated ?
    Apple Codec updated ?
    Start a New Clean project - or delete project assets
    No of Colors - must be set to millions
    EdinSF writes that, The 10.6.3update with an Open GL fix seems to have taken care of the problem.
    Yours Bengt W

  • No HDMI Audio, Failed to Play Test Tone, Can't Change Default Playback Device

    Hello, I'm experiencing some real trouble with my HP Pavilion dv6-2160us (with the i3-330M, no dedicated graphics) Windows 7-64 bit, SP1 PC, and I would greatly appreciate some assistance.
    I've created a new thread because, despite the fact that many other people have experienced a problem similar to this and have posted what worked for them, nothing has worked for me.
    The Problem(s):
    My main problem is that I cannot get any audio to play from my PC to my HDMI HDTV.
    When I plug my HDMI cable into my PC and TV, the TV is recognized in Playback Devices, but nothing can play to it.
    When I try to test the TV in playback devices, I get a "Failed to play test tone" error.
    Additionally, I'd like to mention some other odd behavior that I think may be a part of the main problem.
    In Playback Devices, I cannot change anything. I can't disable or enable a device, I can't set default playback or communication devices, and I can't save changes inside device properties. Every time I try to change something, like the default playback device, nothing happens or the changes are immediately reversed.
    The Question:
    How can I get audio to play over HDMI on my PC (It's not a problem with the TV, my other HP machines play audio over HDMI to it just fine.)?
    What I've Tried:
    I have tried:
    Changing the default playback devices, which I'm unable to do
    Running the Windows 7 Audio Playback troubleshooters from within a clean boot state
    Uninstalling and reinstalling the Intel(R) Display Audio driver
    Uninstalling and reinstalling the IDT High Definition Audio CODEC
    Uninstalling the IDT PC Audio program from Programs and Features
    Disabling the IDT High Definition Audio CODEC
    Nothing has worked.
    The drivers I have are the latest issued by HP
    How can I get this working? I would really appreciate some assistance.
    I'm at the point where I'm ready to try pretty technically-involved suggestions, so, please feel free to post those.
    Your expertise is greatly appreciated.
    Thanks.

    Hi @dskrobow,
    Welcome to the HP Forums!
    It is a terrific place to find answers and suggestions!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I understand that you are connecting a HDTV but you do not have any audio.
    Here are two links that may help.
    HP Notebook PCs - Using Two or More Video Displays in Windows 7
    HP Notebook PCs - Troubleshooting HDMI Display and Sound Issues.
    Have you ran the  HP Support Assistant ?
    Have you ran the Windows troubleshooter?
    If you appreciate my responding please click the kudos button below to say thanks.
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Macbook pro retina display is failing to play youtube videos.

    Macbook pro retina display is failing to play youtube videos. I am currently using google chrome canary, but also when I try on safari it says "blocked plug in". I have downloaded and properly installed adobe flash player multiple times and it still isnt working. Does anyone else have this problem? And, is there anything I can do about this? Oh, and Ive tried updating both browsers. it has temporarily fixed the problem beofre but then eventually it comes back and I cant use youtube.

    Wrong forum... you need the MacBOOK Pro forum.

  • Why does a BPM Process fail at the Start Activity?

    Hello All,
    We're currently working on a Dev environement (WLS 10.3), where we're experiencing issues with BPM Processes that fail at the start node. The error observed is a "Null Pointer Exception" despite there definteily being parameters passed into the process.
    I've observed the trace in the EM after invoking the process and notice that the process fails as soon as it enters the start activity.
    One of the possible explanations could be an out of memory issue. Has anyone experienced this before?
    BPM : SOA Suite 11g.
    Thank you.

    If you have memory - issues, you should look at the Weblogic-logs.

  • SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE. ......................... DC2 failed test Advertising Starting test: FrsEvent

    Hi All,
    I have the environment like DC1- 2k3 Service Pack 2 which is holding FSMO roles and now I build a new ADC DC2 – 2k8 R2 OS on different location (Subnet) . After completing ADC I run the DCDAIG on DC2 where I am getting below error
    Not: I tried the configuration D4 and D2 for Burflag but no luck
    Note: DC1 and DC2 both are on different location with different subnet.
    Any suggestion or solution please
    Doing primary tests
       Testing server: indai\DC2
          Starting test: Advertising
             Warning: DsGetDcName returned information for
             \\DC1.test.com, when we were trying to reach
             DC2.
             SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE.
             ......................... DC2 failed test Advertising
          Starting test: FrsEvent
             There are warning or error events within the last 24 hours after the
             SYSVOL has been shared. 
    Failing SYSVOL replication problems may cause
             Group Policy problems.
    Starting test: NCSecDesc
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=DomainDnsZones,DC=mh-man,DC=biz
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=ForestDnsZones,DC=mh-man,DC=biz
             ......................... DC2 failed test NCSecDesc
          Starting test: NetLogons
             Unable to connect to the NETLOGON share! (\\DC2\netlogon)
             [DC2] An net use or LsaPolicy operation failed with error
             67, The network name cannot be found..
             ......................... DC2 failed test NetLogons
    Starting test: SystemLog
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:40:54
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x00000032
                Time Generated: 09/17/2014   16:40:54
                Event String:
                The time service detected a time difference of greater than 5000 milliseconds for 900 seconds. The time difference might be caused by synchronization with low-accuracy time sources or by suboptimal
    network conditions. The time service is no longer synchronized and cannot provide the time to other clients or update the system clock. When a valid time stamp is received from a time service provider, the time service will correct itself.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:41:53
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:43:06
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:45:15
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:47:14
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:48:22
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:49:34
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:50:45
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:52:55
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             An error event occurred.  EventID: 0x00000406
                Time Generated: 09/17/2014   16:52:59
                Event String:
                The processing of Group Policy failed. Windows attempted to retrieve new Group Policy settings for this user or computer. Look in the details tab for error code and description. Windows will
    automatically retry this operation at the next refresh cycle. Computers joined to the domain must have proper name resolution and network connectivity to a domain controller for discovery of new Group Policy objects and settings. An event will be logged when
    Group Policy is successful.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:54:21
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:58:35
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:59:48
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:00:59
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:02:11
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:03:24
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:05:39
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:06:47
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x00000018
                Time Generated: 09/17/2014   17:11:36
                Event String:
                Time Provider NtpClient: No valid response has been received from domain controller DC1.test.com after 8 attempts to contact it. This domain controller will be discarded as a time source and
    NtpClient will attempt to discover a new domain controller from which to synchronize. The error was: The peer is unreachable.
             ......................... DC2 failed test SystemLog
    Pradip Sisodiya

    Hello,
    please upload the following files so we could understand your setup:
    ipconfig /all >c:\ipconfig.log [from each DC/DNS Server]
    dcdiag /v /c /d /e /s:dcname >c:\dcdiag.log
    repadmin /showrepl dc* /verbose /all /intersite >c:\repl.log  ["dc* is a place holder for the starting name of the DCs if they all begin the same (if more then one DC exists)]
    dnslint /ad /s "DCipaddress" (http://support.microsoft.com/kb/321045)
    ADREPLSTATUS
    http://www.microsoft.com/en-us/download/details.aspx?id=30005 can also be exported to file.
    As the output will become large, DON'T post them into the thread, please use Windows OneDrive (https://onedrive.live.com) [with open access!]
    and add the link from it here. Also the /e in dcdiag scans the complete forest, so better run it on COB.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Hello. I keep my IPhoto library (about 90GB) on an external HD and am trying to back it up to another external drive. Both are formatted Mac OS Extended (Case-sensitive, Journaled). Recently, backup has failed from the start due to error 36. Howtoresolve?

    Hello. I keep my iPhoto library (about 90GB) on an external HD and am trying to back it up to another external drive. Both are formatted Mac OS Extended (Case-sensitive, Journaled) and both check out when scanned with Disk Utility. Recently, backup has failed from the start due to error 36. Any ideas how to  resolve? Also, what's the maximum recommended size for an iPhoto library file? Thx!

    Since you can't drag the library to the other EHD for the backup see if you can duplicate it (if you have enough room on the drive) by selecting it and typing Command+d (duplicate). 
    If you do rebuild the library without a backup and it goes awry you won't lose your photos but you may lose your orgnaizational efforts. So try the following:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library in the location of your choosing  based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    NOTE:  Fix 2 above might be the method you might want to try first with iPLM creating the new library on your second EHD. If it works that would get your backup copy on the second EHD at the same time as repairing it. If it does'nt work then go back to Fix 1.
    OT

  • OBIEE-11g installation failed in "opmnctl start coreapplication_obips1"

    OBIEE-11g installation failed in "opmnctl start coreapplication_obips1"
    it is the lost step of OBIEE-11g installation and it failed "opmnctl start coreapplication_obips1".appriciate for early reply.
    "opmnctl task failed" Taks executing "opmnctl start coreapplication_obips1" is failed.OBIEE Guru's help urgently.
    Edited by: RAGHAVENDRA HARI N on Sep 11, 2012 5:09 PM

    Hi, check the server logs inside <@yourBIPath>/bifoundation/diagnostics/OBIEEPresentationservicecomponent and OBIEE servercomponent.
    This may sound silly, but are your servers&the nodeman up and running?
    Regards,
    D

  • Failed to play (stream ID: 1).

    Hi all, I'm trying to simply stream audio from a FCS using
    akamai, I can give you the stream if necessary, but for now I'd
    prefer to keep it private. I can connect
    (NetConnection.Connect.Success), but the net stream then fails.
    // CODE
    nc = new NetConnection();
    nc.onStatus = function(oInfo:Object):Void {
    trace("> nc status > " + oInfo.code);
    trace("The connection code is: " + oInfo.code);
    nc.connect("rtmp-stream-here");
    ns = new NetStream(nc);
    ns.onStatus = function(oInfo:Object):Void {
    trace("> ns status > " + oInfo.code);
    trace(">> " + oInfo.description);
    ns.setBufferTime(1)
    ns.play("test");
    // OUTPUT
    > nc status > NetConnection.Connect.Success
    The connection code is: NetConnection.Connect.Success
    > ns status > NetStream.Failed
    >> Failed to play (stream ID: 1).
    Does anyone know why I'm getting the: Failed to Play (Stream:
    1).

    Hi John,
    Form the description of your issue (and from a short investigation) I can deduce that your assets do not have synchronized keyframes. Please try to re-encode them and force a fixed keyframe interval.
    Since the switch can be done on keyframe only, and if you do not have a keyframe in the second stream at that position, the playback will stop with an error.
    S.

Maybe you are looking for

  • Keynote and iPhone

    Could I connect an iPhone to a LCD projector and project a keynote presentation? Will an iPhone run Keynote?

  • Need help with setting a variable using xml

    So I am trying to import in XML and this is working fine, But once in flash I need to reference this variable in a later script. Here is what I got. function loadXML(loaded) { if (loaded) { /////this is the variable, which is working, it pulls the in

  • How to Commit transaction even the trigger fails?

    Hi Everyone, I got a situation here, i have two tables and a trigger. A main table and a log table. Whenever  a change happens in the main transaction ,   a log details will be inserted into the log table. Am using sql server 2000 and "For insert,upd

  • Hyperion shared services !

    Hi Techies, I am working on hyperion shared services 9.3.1 version. Can you any one tell me how to assign the database calculation & filter access in shared services. What i have did is, I have created the 3 users in essbase & migrated those users in

  • NO PUEDO ACTIVAR EL PRODUCTO... ME PODRIAN AYUDAR

    NO PUEDO ACTIVAR EL PRODUCTO... ME PODRIAN AYUDAR