Intermittent UnsupportedOperationException

Was wondering if anyone can help me with the exceptions I am getting below. It occurs intermittently when I am navigating through the screens deployed to OC4J. When it occurs, my session is lost. Any help would be appreciated.
JDeveloper 10.1.3.3.0.4157
OC4J 10.1.3
Thanks,
Patrick
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.UnsupportedOperationException, msg=null
     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:76)
     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
     at oracle.adf.model.BindingContext.get(BindingContext.java:483)
     at oracle.adf.model.binding.DCBindingContainer.release(DCBindingContainer.java:1913)
     at oracle.adf.model.binding.DCDataControl.release(DCDataControl.java:1551)
     at oracle.adf.model.bc4j.DCJboDataControl.release(DCJboDataControl.java:468)
     at oracle.adf.model.binding.DCDataControl.release(DCDataControl.java:1482)
     at oracle.adf.model.BindingContext.release(BindingContext.java:270)
     at oracle.adf.model.servlet.HttpBindingContext.valueUnbound(HttpBindingContext.java:36)
     at com.evermind.server.http.EvermindHttpSession.destroy(EvermindHttpSession.java:454)
     at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:396)
     at com.evermind.server.http.SessionAsyncInvalidateHandler.invalidateSession(SessionAsyncInvalidateHandler.java:178)
     at com.evermind.server.http.SessionAsyncInvalidateHandler.run(SessionAsyncInvalidateHandler.java:138)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
     at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
java.lang.UnsupportedOperationException
     at oracle.adf.share.DefaultContext.loadEnvironment(ADFContext.java:558)
     at oracle.adf.share.ADFContext.getEnvironment(ADFContext.java:349)
     at oracle.jbo.http.HttpSessionCookieProperties.get(HttpSessionCookieProperties.java:56)
     at oracle.jbo.http.HttpSessionCookieFactory.createSessionCookie(HttpSessionCookieFactory.java:120)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.createSessionCookie(ApplicationPoolImpl.java:452)
     at oracle.adf.model.bc4j.DataControlFactoryImpl.findOrCreateSessionCookie(DataControlFactoryImpl.java:141)
     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:222)
     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
     at oracle.adf.model.BindingContext.get(BindingContext.java:457)
     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)
     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)
     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)
     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)
     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)
     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)
     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)
     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
     at oracle.adf.model.BindingContext.get(BindingContext.java:483)
     at oracle.adf.model.binding.DCBindingContainer.release(DCBindingContainer.java:1913)
     at oracle.adf.model.binding.DCDataControl.release(DCDataControl.java:1551)
     at oracle.adf.model.bc4j.DCJboDataControl.release(DCJboDataControl.java:468)
     at oracle.adf.model.binding.DCDataControl.release(DCDataControl.java:1482)
     at oracle.adf.model.BindingContext.release(BindingContext.java:270)
     at oracle.adf.model.servlet.HttpBindingContext.valueUnbound(HttpBindingContext.java:36)
     at com.evermind.server.http.EvermindHttpSession.destroy(EvermindHttpSession.java:454)
     at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:396)
     at com.evermind.server.http.SessionAsyncInvalidateHandler.invalidateSession(SessionAsyncInvalidateHandler.java:178)
     at com.evermind.server.http.SessionAsyncInvalidateHandler.run(SessionAsyncInvalidateHandler.java:138)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
     at java.lang.Thread.run(Thread.java:595)
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.UnsupportedOperationException, msg=null
     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:76)
     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
     at oracle.adf.model.BindingContext.get(BindingContext.java:483)
     at oracle.adf.model.binding.DCBindingContainer.release(DCBindingContainer.java:1913)
     at oracle.adf.model.binding.DCDataControl.release(DCDataControl.java:1551)
     at oracle.adf.model.bc4j.DCJboDataControl.release(DCJboDataControl.java:468)
     at oracle.adf.model.binding.DCDataControl.release(DCDataControl.java:1482)
     at oracle.adf.model.BindingContext.release(BindingContext.java:270)
     at oracle.adf.model.servlet.HttpBindingContext.valueUnbound(HttpBindingContext.java:36)
     at com.evermind.server.http.EvermindHttpSession.destroy(EvermindHttpSession.java:454)
     at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:396)
     at com.evermind.server.http.SessionAsyncInvalidateHandler.invalidateSession(SessionAsyncInvalidateHandler.java:178)
     at com.evermind.server.http.SessionAsyncInvalidateHandler.run(SessionAsyncInvalidateHandler.java:138)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
     at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
java.lang.UnsupportedOperationException
     at oracle.adf.share.DefaultContext.loadEnvironment(ADFContext.java:558)
     at oracle.adf.share.ADFContext.getEnvironment(ADFContext.java:349)
     at oracle.jbo.http.HttpSessionCookieProperties.get(HttpSessionCookieProperties.java:56)
     at oracle.jbo.http.HttpSessionCookieFactory.createSessionCookie(HttpSessionCookieFactory.java:120)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.createSessionCookie(ApplicationPoolImpl.java:452)
     at oracle.adf.model.bc4j.DataControlFactoryImpl.findOrCreateSessionCookie(DataControlFactoryImpl.java:141)
     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:222)
     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
     at oracle.adf.model.BindingContext.get(BindingContext.java:457)
     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)
     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)
     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)
     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)
     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)
     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)
     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)
     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
     at oracle.adf.model.BindingContext.get(BindingContext.java:483)
     at oracle.adf.model.binding.DCBindingContainer.release(DCBindingContainer.java:1913)
     at oracle.adf.model.binding.DCDataControl.release(DCDataControl.java:1551)
     at oracle.adf.model.bc4j.DCJboDataControl.release(DCJboDataControl.java:468)
     at oracle.adf.model.binding.DCDataControl.release(DCDataControl.java:1482)
     at oracle.adf.model.BindingContext.release(BindingContext.java:270)
     at oracle.adf.model.servlet.HttpBindingContext.valueUnbound(HttpBindingContext.java:36)
     at com.evermind.server.http.EvermindHttpSession.destroy(EvermindHttpSession.java:454)
     at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:396)
     at com.evermind.server.http.SessionAsyncInvalidateHandler.invalidateSession(SessionAsyncInvalidateHandler.java:178)
     at com.evermind.server.http.SessionAsyncInvalidateHandler.run(SessionAsyncInvalidateHandler.java:138)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
     at java.lang.Thread.run(Thread.java:595)

Now you know. The other devices that you see are not connecting using wireless, they are on the same basic network that the ISP has set up.....to save cost.
The same kind of thing would happen if you are traveling and logged onto the hotel network, or the network down at the coffee place or bookstore. You will see a number of other network devices.....and they will see you as well.
As long as you have your administrator device passwords in order, other users will not be able to connect to your devices unless they know your device password(s).

Similar Messages

  • Macbook Air 2012: intermittent, random freezes of trackpad and keyboard lasting a few seconds each

    There have been a few other people to have reported this problem, but there has been no consistent solution for me on my Macbook Air 13" 2012, running 10.8.4.
    What happens is this: while typing, the built-in keyboard and trackpad will suddenly lock up at the same time, randomly, intermittently, and for just a few seconds before returning to normal. This has been true through all the updates of 10.8.x since I bought the system last year.
    During the freeze, one of the three behaviors occurs:
    1) both keyboard and trackpad are completely unresponsive
    2) both keyboard and trackpad get really slow, with high latency. Keys pressed show up much later or have to be pressed several times before registering. Trackpad is jumpy if it moves at all.
    3) key gets stuck, sometimes the BACKSPACE key, which usually results in several dozen emails getting deleted or entire paragraphs, or rows and rows of the same stuck key. Pressing other keys does nothing.
    I've spoken online with various other people who have the same problem and confirmed that the built-in keyboard and trackpad seem to be joined together whenever this problem strikes. You never see one freeze without the other also freezing.
    Also, these commonly-recommended solutions don't work:
    a) Reset PRAM. Done this many times. Does nothing.
    b) Bring it in to Apple. Did this too. They replaced the keyboard and trackpad but the problem remains.
    c) Clearing caches in safe mode. No improvement.
    d) Removing "com.google.keystone.deamon.plist" and "com.google.keystone.agent.plist" doesn't seem to work either, even though the errors and behavior are exactly the same for me as for george.e.gonzalez in this thread: https://discussions.apple.com/message/19702976#19702976
    These files do come back, though, thanks to Google Software Update. The keystone software appears to be part of Google Chrome, although I cannot confirm this.
    e) I DO have Google Android File Transfer installed like one other person reported; they said uninstalling it fixed the problem. Unfortunately, that has not worked for me. Also, Android File Transfer is installed (same version 1.0.50.2266, same Mac OS 10.8.4) on an older 2008 Macbook, and it works fine, which points to something on just this Macbook Air as being the cause.
    f) I don't use the Radio Silence firewall app--can't remove it.
    g) I don't have the telldus device or whatever it is, so I don't have the "com.telldus.service.plist" to remove.
    h) Completely clearing out /Library/LaunchAgents, /Library/LaunchDaemons, and /Library/StartupItems doesn't do anything.
    i) Repairing permissions or repairing the volume does nothing.
    j) Reinstalling the OS fresh does nothing.
    k) I don't have an external trackpad, mouse, or keyboard for testing while the freezing happens, but the machine itself seems to be working, just not the built-in input devices, which are on the same USB bus.
    l) Pressing ESC does not stop the key stuck situation, as it does for some people.
    It feels to me like a hardware problem, not an OS problem, and it feels like a USB bus issue. I have noticed that when I insert USB flash drives, I get the same lock-up for a few seconds, something which my other Macs don't do.
    I've also noticed various USB errors in the Console around the same time (same as george.e.gonzalez):
    7/26/13 1:20:04.000 AM kernel[0]: AppleUSBMultitouchDriver::_deviceGetReport - DeviceRequest for reportID 0x0 returned with result 0xe000404f - retrying
    7/26/13 1:20:05.000 AM kernel[0]: USBF:          844075.636          AppleUSBEHCI[0xffffff80157f1000]::Found a transaction which hasn't moved in 5 seconds on bus 0x1a, timing out! (Addr: 2, EP: 0)
    But I'm not able to precisely correlate these errors to the pause.
    Is anybody else having this problem that can shed more light on it than these other suggested repairs? This has been frustrating for quite a while, but I've had the stuck BACKSPACE key delete hundreds of emails on a webmail platform that I was unable to recover using Undo and out of the trash, and that's just no longer tolerable...
    Thank you, thank you, thank you, if anyone can help me fix this!

    Hi, Dan--
    Nope, none of those four... I do have Dropbox but never installed it on this machine. The other three are services I've never signed up for.
    I am basically using these apps up-front:
    Mail.app, Safari, Notes, Terminal, maybe LibreOffice 4.0.x, maybe Sublime Text 2, Console.
    And the freezes happen about twice a day, usually when I'm in Mail or Terminal, but that's because those are the ones where I'm typing the most and can see immediately when the freezes happen. It could be happening even more frequently while I'm browsing, but I might not know it because I'm merely reading what's on the screen.
    This is a list from Activity Monitor of what I'm using right now, which is very typical of what I use all day:
    407
    XType.FontHelper
    dchang
    0.0
    2
    2.8 MB
    Intel (64 bit)
    278
    xpcd
    dchang
    0.0
    2
    5.0 MB
    Intel (64 bit)
    313
    WebKitPluginAgent
    dchang
    0.0
    2
    944 KB
    Intel (64 bit)
    250
    usernoted
    dchang
    0.0
    2
    4.0 MB
    Intel (64 bit)
    233
    UserEventAgent
    dchang
    0.0
    3
    7.6 MB
    Intel (64 bit)
    347
    Terminal
    dchang
    0.0
    5
    51.3 MB
    Intel (64 bit)
    280
    tccd
    dchang
    0.0
    2
    3.8 MB
    Intel (64 bit)
    243
    talagent
    dchang
    0.0
    2
    6.2 MB
    Intel (64 bit)
    244
    SystemUIServer
    dchang
    0.1
    3
    26.5 MB
    Intel (64 bit)
    4254
    System Preferences
    dchang
    0.5
    3
    24.8 MB
    Intel (64 bit)
    995
    Sublime Text 2
    dchang
    0.0
    12
    82.5 MB
    Intel (64 bit)
    380
    ssh-agent
    dchang
    0.0
    3
    3.0 MB
    Intel (64 bit)
    4321
    ssh
    dchang
    0.0
    1
    2.0 MB
    Intel (64 bit)
    4276
    ssh
    dchang
    0.0
    1
    2.0 MB
    Intel (64 bit)
    335
    ShareKitHelper
    dchang
    0.0
    2
    9.1 MB
    Intel (64 bit)
    429
    ScopedBookmarkAgent
    dchang
    0.0
    2
    5.0 MB
    Intel (64 bit)
    318
    Safari Web Content
    dchang
    2.1
    23
    835.4 MB
    Intel (64 bit)
    316
    Safari
    dchang
    0.2
    17
    127.9 MB
    Intel (64 bit)
    3975
    QuickLookSatellite-general
    dchang
    0.0
    4
    6.0 MB
    Intel (64 bit)
    3974
    Quick Look Helper
    dchang
    0.0
    4
    6.4 MB
    Intel (64 bit)
    3978
    QTKitServer-(3975) QuickLookSatellite-general
    dchang
    0.0
    2
    3.7 MB
    Intel
    319
    QTKitServer-(318) Safari Web Content
    dchang
    0.0
    5
    8.2 MB
    Intel
    3979
    QTKitMoviesValidator-(3978) QTKitServer
    dchang
    0.0
    3
    5.3 MB
    Intel
    359
    printtool
    dchang
    0.0
    2
    5.4 MB
    Intel (64 bit)
    327
    pbs
    dchang
    0.0
    4
    3.7 MB
    Intel (64 bit)
    249
    pboard
    dchang
    0.0
    1
    904 KB
    Intel (64 bit)
    254
    Notification Center
    dchang
    0.0
    3
    18.4 MB
    Intel (64 bit)
    676
    Notes
    dchang
    0.0
    9
    47.1 MB
    Intel (64 bit)
    277
    NetworkBrowserAgent
    dchang
    0.0
    3
    4.4 MB
    Intel (64 bit)
    4156
    mdworker
    dchang
    0.0
    3
    11.7 MB
    Intel (64 bit)
    298
    Mail
    dchang
    0.0
    11
    151.5 MB
    Intel (64 bit)
    302
    lsboxd
    dchang
    0.0
    2
    3.4 MB
    Intel (64 bit)
    54
    loginwindow
    dchang
    0.1
    2
    25.8 MB
    Intel (64 bit)
    3589
    LibreOffice
    dchang
    0.2
    6
    105.9 MB
    Intel
    230
    launchd
    dchang
    0.0
    2
    1.4 MB
    Intel (64 bit)
    469
    iTunes Helper
    dchang
    0.0
    3
    3.8 MB
    Intel (64 bit)
    258
    imagent
    dchang
    0.0
    3
    5.3 MB
    Intel (64 bit)
    3508
    Image Capture Extension
    dchang
    0.0
    3
    9.7 MB
    Intel (64 bit)
    3980
    helpd
    dchang
    0.0
    2
    2.0 MB
    Intel (64 bit)
    270
    fontd
    dchang
    0.0
    2
    6.5 MB
    Intel (64 bit)
    322
    Flash Player (Safari Internet plug-in)
    dchang
    1.7
    21
    255.7 MB
    Intel (64 bit)
    245
    Finder
    dchang
    0.1
    5
    73.1 MB
    Intel (64 bit)
    242
    Dock
    dchang
    0.0
    3
    43.1 MB
    Intel (64 bit)
    234
    distnoted
    dchang
    0.0
    4
    4.1 MB
    Intel (64 bit)
    3550
    Dashboard
    dchang
    0.0
    8
    24.5 MB
    Intel (64 bit)
    663
    cookied
    dchang
    0.0
    2
    3.4 MB
    Intel (64 bit)
    499
    Console
    dchang
    0.0
    2
    26.8 MB
    Intel (64 bit)
    326
    com.apple.NotesMigratorService
    dchang
    0.0
    2
    10.9 MB
    Intel (64 bit)
    4328
    com.apple.iCloudHelper
    dchang
    0.0
    3
    5.5 MB
    Intel (64 bit)
    685
    com.apple.hiservices-xpcservice
    dchang
    0.0
    2
    2.5 MB
    Intel (64 bit)
    315
    com.apple.hiservices-xpcservice
    dchang
    0.0
    2
    2.5 MB
    Intel (64 bit)
    279
    com.apple.dock.extra
    dchang
    0.0
    2
    13.9 MB
    Intel (64 bit)
    320
    com.apple.audio.SandboxHelper
    dchang
    0.0
    2
    2.6 MB
    Intel (64 bit)
    3976
    com.apple.audio.SandboxHelper
    dchang
    0.0
    2
    2.6 MB
    Intel (64 bit)
    3977
    com.apple.audio.ComponentHelper
    dchang
    0.0
    2
    2.7 MB
    Intel (64 bit)
    321
    com.apple.audio.ComponentHelper
    dchang
    0.0
    2
    2.9 MB
    Intel (64 bit)
    236
    cfprefsd
    dchang
    0.0
    4
    11.6 MB
    Intel (64 bit)
    262
    CalendarAgent
    dchang
    0.0
    6
    22.5 MB
    Intel (64 bit)
    4318
    bash
    dchang
    0.0
    1
    1.2 MB
    Intel (64 bit)
    4121
    bash
    dchang
    0.0
    1
    1.2 MB
    Intel (64 bit)
    329
    AppleSpell.service
    dchang
    0.0
    2
    14.8 MB
    Intel (64 bit)
    261
    AppleIDAuthAgent
    dchang
    0.0
    3
    2.0 MB
    Intel (64 bit)
    4330
    Activity Monitor
    dchang
    2.5
    5
    17.9 MB
    Intel (64 bit)
    272
    accountsd
    dchang
    0.0
    2
    3.5 MB
    Intel (64 bit)
    At this time, the only thing generating errors in the console log is the now-famous "coreaudiod[246]: Enabled automatic stack shots because audio IO is inactive" error that is considered normal behavior...

  • IMac doesn't recognise the internal hard disk (intermittent)

    Hi, I was wondering if anyone could give me an advice on this problem.
    Background: A few days ago my iMac (20-inch MA877LL) would not boot up, it would sit on the gray screen with the wheel spinning for ever. I thought the OS might have got corrupted so I tried to re-install Snow Leopard from the CD. Installation fails with a message like 'the content of HD can not be changed'. I then went to Disk Utilities trying to repair the disk but had no luck with the repair so I decided to format the disk. I managed to get into my hard disk using the cmd R key combination at power up and backed up my essential files onto a external hard disk. I formatted/erase the hard disk (zeroed out) and tried to reinstall the Snow Leopard again. The installation failed again. Rebooted the system again and tried to re instal again but this time I got as far as the 'select the disk where you want to install Mac OS' but my Hard Disk is not listed, it's a blank list! Rebooted the maching again, tried the installation, this time it sees the hard disk but the installation fails again.
    I have tried to change the boot source by hodling the 'alt' key down at power up, but I am only given the option of the CD drive with installation disk as the boot source i.e. no Har Disk. It appears that the Hard Disk is intermittently recognised and hence my problem with booting the maching when the problem started.
    I am happy to purchase an internal disk to replace the existing one, but I have a feeling the actual Disk it's OK, after all I managed to access my data to back up and then format it with no problem. I just think there's a problem somewhere that intemittently doesn't recognise the Hard Disk.
    Any suggestions will be much appreciated.

    You need to have the hard drive replaced. The one that is currently installed has failed.

  • Intermittent AD Authentication failures in ISE 1.2

              Starting today I was getting intermittent authentication failures in ISE. It would say that the user was not found in the selected identity store. The account is there though. At one point I ran a authetication test from the external identity source menu and I got a failure and then the next time a pass. I have no idea why this is happening. I just updated to ISE 1.2 the other day. I'm also seeing what looks like a high level of latency on both of my PSN's. Is this normal?  Any ideas?
    Thanks
    Jef

    Interesting. I have one location that is not having this problem at all. The other is having it somewhat frequently. The PSN's for each location are tied to the local AD servers. I have not had this until we started getting 300-380 PC's connecting. We are a school so we are slowly getting started. It's real random. One user will work then another time they won't. Happens with admin and user. I have notices that with this new version of ISE it is complaining that it is getting accounting updates from the NAS too often, but I have not looked into this because I just installed 1.2 about 3-4 days ago and haven't had time to look into it.
    When you say Multicast to you AD...how did you check that? We do use multicast.

  • CRM 7.0 Unable to open/view PDF Attachments in Email (Intermittent issue)

    Hi,
    Unable to open an attachment (PDF format) sent from exchange server(Lotus) to SAP CRM,Actually its an intermittent issue When i try to open email in UI ,getting an error message "File is damaged and couldnot be repaired".
    I understand that PDF attachment wasn't delivered(Synchronization issue between Lotus and CRM) to SAP CRM system properly by the exchange server ( Lotus ).Hence the particular attachments are not able to view/open in SAP CRM system.
    Is there anyway to trace and find out root cause of the issue?
    Regards,
    Shan

    Issue with IE version and some PDF wasn't delivered properly by lotus exchange server

  • After updating to windows 8.1 my wire less internet connection is getting disconnected intermittently

    After updating to windows 8.1 my wire less internet connection is getting disconnected intermittently .I am unable to predict the frequency or time
    period this is occurring.But now i am really struggling to use the internet.I have tried my laptop vendor support and Microsoft support both failed to provide a solution.Please help me to resolve.I have installed the Wifi driver from real tek site many times
    ,but that is not helping.kindly provide me the guidance.
    when i searched in internet i am able to see many people are struggling with this same issue .

    Hi, 
    You can refer to this blog, and try to roll back to the older version of network adapter driver to check the results. Other suggestions can also be used to troubleshoot your issue.
    Windows 8.1 Wifi showing "limited" or "No Internet Access"
    http://blogs.technet.com/b/dennis_schnell/archive/2013/08/31/windows-8-1-wifi-showing-quot-limitied-quot-or-quot-no-internet-access-quot.aspx
    Meanwhile, please check with the manufacturer of your router to update the firmware.
    If the issue persists, please help to collect following information for further research: 
    1)            Enable RAS Tracing on the client. 
    -              Over an Administrative command prompt. 
    -              C:\> netsh ras set tracing * enabled
    2)            On the client enable the following log as well:
    -              Over an Administrative command prompt. 
    -              C:\> netsh trace start scenario=netconnection capture=yes tracefile=c:\net.etl
    3)            Now, turn off Wireless adapter on the client and Turn it back ON for making it to authenticate. Once it fails to connect to the Wireless network, proceed to the next step.
    4)            Disable RAS Tracing on the client. 
    -              Over an Administrative command prompt. 
    -              C:\> netsh ras set tracing * disabled
    5)            On the client disable the following log as well:
    -              Over an Administrative command prompt. 
    -              C:\> netsh trace stop
    6)            Please provide the following files:
    From the Client:
    a)            ZIP folder of C:\Windows\Tracing
    b)            C:\Net.etl and C:\Net.cab
    Upload these files in SkyDrive and post back the shared link. 
    Keep post.
    Kate Li
    TechNet Community Support

  • Classified junk mail intermittently not moving to junk folder

    Hello,
    I am running Thunderbird 31.3.0 and all of a sudden the junk mail (which is classified and marked) is not being moved to the junk mail folder intermittently on some of the IMAP accounts setup on Thunderbird.
    Again, this problem only intermittently occurs but it seems to happen on the same couple of email accounts. The junk mail is marked and stays in the inbox but does not automatically move to the junk folder. If I unmark one in the inbox and remark it - it moves automatically. if I restart Thunderbird, all newly received junk moves as expected for a time until the problem intermittently start occurring again.

    One last thing to try:
    http://kb.mozillazine.org/Standard_diagnostic_-_Thunderbird

  • Intermittant (not constant) SQL database ShareWebDb login failed events 3760 and 2424

    My Sharepoint 3.0 services that were bundled with SBS 2008 appear to be working fine. Companyweb, etc, all work w/o issue, so I don't want to take violent action, but these errors seem to be accellerating so I would love to know if there is a known
    solution.
    I typically receive the following (these are in reverse time order, latest at the top, just as they appear in the event log):
    Error Event ID: 3760 SQL Database 'ShareWebDb' on SQL Server instance 'np:\\.\pipe\MSSQL$Microsoft##SSEE\sql\query' not found. Additional error information from SQL Server is included below. Cannot open database "ShareWebDb" requested
    by the login. The login failed. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
    one second earlier:Error Event ID: 2424 The update cannot be started because the content sources cannot be accessed. Fix the errors and try the update again. Context: Application 'Search', Catalog 'index file
    on the search server Search'
    Information Event ID: 18456 No description, here is the Details:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider
    Name="MSSQL$MICROSOFT##SSEE" />
    <EventID Qualifiers="49152">18456</EventID>
    <Level>0</Level>
    <Task>4</Task>
    <Keywords>0x90000000000000</Keywords>
    <TimeCreated
    SystemTime="2010-11-12T18:35:06.000Z" />
    <EventRecordID>491461</EventRecordID>
    <Channel>Application</Channel>
    <Computer>myserver.mydomain.local</Computer>
    <Security
    UserID="S-1-5-20" />
    </System>
    <EventData>
    <Data>NT AUTHORITY\NETWORK SERVICE</Data>
    <Data>[CLIENT: <named pipe>]</Data>
    <Binary>184800000E000000170000005000450054003300310030005C004D004900430052004F0053004F00460054002300230053005300450045000000070000006D00610073007400650072000000</Binary>
    </EventData>
    </Event>
    Two seconds earlier
    Information Event ID 17137 No description, here is the Details:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider
    Name="MSSQL$MICROSOFT##SSEE" />
    <EventID Qualifiers="16384">17137</EventID>
    <Level>4</Level>
    <Task>2</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated
    SystemTime="2010-11-12T18:35:04.000Z" />
    <EventRecordID>491460</EventRecordID>
    <Channel>Application</Channel>
    <Computer>mysever.mydomain.local</Computer>
    <Security
    UserID="S-1-5-20" />
    </System>
    <EventData>
    <Data>ShareWebDb</Data>
    <Binary>F14200000A000000170000005000450054003300310030005C004D004900430052004F0053004F00460054002300230053005300450045000000070000006D00610073007400650072000000</Binary>
    </EventData>
    </Event>
    I get more 3760 errors than 2424's. However, the
    2424's do seem to usually correspond to a 3760 18456 17137 occurance and the
    3760 are always preceeded by 18456 17137. I was getting one or two sets a day, lately that has increased to 5 or 10.
    I've done a lot of
    web research on Sharepoint Errors 3760 and
    2424 and I see a number of people are experiencing the the same issue. Most of what I've come across for solutions do not apply, since errors are intermittent, not chronic and my public remote URL has already been added
    to BackConnectionHostNames as per:
    http://blogs.technet.com/b/sbs/archive/2009/08/05/sharepoint-services-3-search-event-errors-after-an-sbs-2008-update-rollup.aspx
    I installed the SQL Server Management Studio Express so I could try to track down the permissions on this database. I see the SQL server instance, MYSERVER\Microsoft##ssee, and it shows as running, but when I try to connect to it I get the following
    error: "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote
    connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)" I'm assuming that is because I don't have access permission for that internal database.
    I don't see any errors in the event log related to failed logins or any errors at all from the SQL server, but there are the time matching informational entries right before the error events and lots of other 17137's and 2803's from MSSQL$Microsoft##ssee

    Thank you Kevin, that does seem to match my symptoms and I have made the change suggested. Just incase that page becomes unreachable by others, here is the part of the page that applies to this:
    Issue:
    =========
    Receive event error 3760 and 6398 on SBS 2008
    Cause:
    ==========
    Issue was caused by incorrect Auto Close option for ShareWebDb database
    Solution:
    ==========
    1. On the SBS 2008 server, click Start -> All Programs -> Microsoft SQL Server 2005, right click SQL Server Management Studio Express and choose run as administrator.
    NOTE: You must run it as administrator to perform steps below.
    2. In the Server Name box, type \\.\pipe\MSSQL$Microsoft##SSEE\sql\query, click connect.
    3. Expand Database node and right click the ShareWebDb then choose properties.
    4. Click Options in the left pane, in the right pane, please check whether the Auto Close option is set to True, if so, please change it to False.

  • Hyperlinks to XLS, DOC, and PDF files that are included in a .chm file work intermittently.

    SUMMARY
    Hyperlinks to XLS, DOC, and PDF files that are included in a
    .chm file (and the Baggage Files) only work intermittently. The
    only solution appears to be deleting the Temporary Internet Files.
    PROBLEM
    1. I place the XLS, DOC, or PDF file in the Windows
    sub-directory that corresponds to the RoboHelp project sub-folder
    where the topic in which I’ll place the hyperlink exists.
    2. I open the help project in RoboHelp HTML.
    3. I right-click on the project’s Baggage Files
    sub-folder that corresponds to the Windows sub-directory in which I
    placed the XLS, DOC, or PDF file (in step 1).
    4. I import the XLS, DOC, or PDF file.
    5. I open the topic in which I’m going to place the
    hyperlink in the WYSIWYG editor.
    6. I “drag and drop” the Baggage File into the
    topic (in the WYSIWYG editor) to create a link to it.
    7. I save the changes and then generate HTML (.chm) help.
    8. I open the .chm file and click the hyperlink. The XLS,
    DOC, or PDF file may or may not open.
    9. When the hyperlink works correctly, for DOC and XLS files,
    a “File Download – Security Warning” dialog box
    appears asking, “Do you want to open or save this
    file?”. The buttons that are available are
    “Open”, “Save”, and “Cancel”.
    These buttons work then as one would expect. (When the hyperlink
    works correctly for a PDF file, it simply opens the PDF file in a
    new window; there’s no prompt to save, open, or cancel.)
    10. When a hyperlink does NOT work, for DOC, XLS, and PDF
    files, no dialog box or other visual message is displayed. Instead,
    the sound that is associated with the “Exclamation”
    program event is played (the “Windows XP
    Exclamation.wav” file is the WinXP default).
    Other Notes:
    - The hyperlinks ALWAYS work when I view a topic using the
    “View Selected Item” function (Ctrl+W) in the RoboHelp
    HTML project.
    - Once a hyperlink stops working, it will not start working
    again until I delete all the Temporary Internet Files.
    - A hyperlink will stop working even if Internet Explorer
    (iexplore.exe) is closed the entire time.
    WORKAROUND
    Through trial and error, I have discovered that if a
    hyperlink stops working, I can get it to work again using the
    following steps:
    1. Leave the .chm file open.
    2. Open Internet Explorer.
    3. Click Tools>Internet Options….
    4. From the “Internet Options” dialog box, select
    the “General” tab.
    5. Under the “Temporary Internet Files” section,
    click the “Delete Files…” button.
    6. From the “Delete Files” dialog box, select
    “Delete all offline content” and then click
    “OK”. The files are deleted and the “Delete
    Files” dialog box closes.
    7. Click “OK” to close the “Internet
    Options” dialog box.
    8. Without closing Internet Explorer and without re-starting
    the .chm file, all the hyperlinks that didn’t work before
    will now work.
    GENERAL SYSTEM INFORMATION
    - Windows XP Pro, SP2
    - Internet Explorer 6.0.2900.2180
    - RoboHelp X5, 5.0.2 Build 801
    - HTML (.chm) help project files exist on my local machine
    - HTML (.chm) help file is run from my local machine
    - Project is under RoboSource version control
    TEMPORARY INTERNET SETTINGS
    - “Check for newer versions of stored pages” is
    set to “Automatically”
    - “Current location” for the Temporary Internet
    files folder is set to “C:\Documents and Settings\My
    Username\Local Settings\Temporary Internet Files\”
    - “Amount of disk space to use” is set to
    “594” MB
    “View Files…”
    - An XLS or DOC file will be listed here if I click its
    hyperlink and then click either “Open” or
    “Save” from the “File Download – Security
    Warning” dialog box.
    - A file will appear here even if I click “Save”
    and then click “Cancel” from the subsequent “Save
    As” dialog box.
    - If I click “Cancel” from the “File
    Download – Security Warning” dialog box, the file does
    not appear in the Temporary Internet Files folder.
    - When a file does appear in the Temporary Internet Files
    folder, its Internet Address is displayed similar to the following:
    “ms-its:C:\PrimaryProjectFolder\ProjectName.chm::/SubFolderName/FileName.xls”
    “View Objects…”
    Here’s a list of all the program files that appear:
    - “Microsoft Office Template and Media Control”
    (Last Accessed 12/13/06) (Version 12,0,6024,0)
    - “Shockwave ActiveX Control” (Last Accessed
    12/14/06) (Version 10,1,4,20)
    - “Shockwave Flash Object” (Last Accessed
    12/18/06) (Version 9,0,28,0)
    - “Windows Genuine Advantage Validation Tool”
    (Last Accessed 12/14/06) (Version 1,5,722,0)
    - “WUWebControl Class” (Last Accessed 12/13/06)
    (Version 5,8,0,2469)
    Today is 12/18/06 so the only program file that is listed as
    having been “Last Accessed” today is the
    “Shockwave Flash Object”.
    REQUEST FOR HELP
    I really want to include certain PDF, DOC, and XLS files in
    their native format in a .chm file. However, I need a better
    solution to my problem than the one I discovered. What I really
    want is to avoid the entire problem altogether.
    Have anyone seen this before or have any suggestions?

    You wont be able to do that. The embedded objects would appear as images only.

  • MacBook Pro mid-2014 Intermittent issue with sound

    This occurs in an intermittent fashion : I cannot adjust volume neither with the slider at the top of the screen, nor with the volume buttons of my keyboard. In fact, there is no way I can adjust the sound. I get this image (bottom) when I try to adjust the sound using the keyboard and the slider in the top menu is maxed and greyed out.
    Context:
    I bought this MacBook Pro last week, as a replacement for my mid-2009 MacBook Pro. I restored a Time Machine backup.
    The new computer came with Yosemite and the old one had Mavericks installed last time I made a backup, therefore the new computer was downgraded to Mavericks when I did the restore. After the Time Machine restoration was completed on the new computer, I (re)installed Yosemite.
    I just brought the computer to the Apple Store; the diagnosis tools were run and no hardware problems were found. As I said this is an intermittent problem, so sometimes I restart the machine and it works normally, other times the problem occurs. (1 out of 3 reboots, i'd say...)
    What do you think ? Hardware problem ? Software issue due to Mavericks being restored on top of Yosemite ?
    Any others have got the same issue ?
    Thanks folks,
    Emile

         Reset PRAM. http://support.apple.com/kb/PH18761?viewlocale=en_US&locale=en_US
         Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • My iphone 4s has been reporting invalid sim/sim card failure intermittently for a week. tried to solve problem permanently - in mid of reset all settings my sim card failed again. help! not backed up on icloud, just itunes.  don't ask. thanks!

    my iphone 4s has been reporting invalid sim/sim card failure intermittently for a week. I thought it was a one/two-time thing, so had to manually eject SIM card and put back in.  Today, after it happened twice in 12 hours, someone told me to reset - i thought they meant reset all settings, not network settings.  while in the middle of resetting, there was an invalid SIM card again.  so a few questions - which should i do first?  try to manually back up from itunes (not connected to cloud - will be after tonight!), or eject SIM card?  don't know if one will jeopardize the other.  also, the last time i backed up was 6 days ago - have taken hundreds of pics since then - are those all lost?  is there a way to essentially not reset?  i thought the reset was okay because it said i'd lose no data or media. Help!  thanks much!

    my iphone 4s has been reporting invalid sim/sim card failure intermittently for a week. I thought it was a one/two-time thing, so had to manually eject SIM card and put back in.  Today, after it happened twice in 12 hours, someone told me to reset - i thought they meant reset all settings, not network settings.  while in the middle of resetting, there was an invalid SIM card again.  so a few questions - which should i do first?  try to manually back up from itunes (not connected to cloud - will be after tonight!), or eject SIM card?  don't know if one will jeopardize the other.  also, the last time i backed up was 6 days ago - have taken hundreds of pics since then - are those all lost?  is there a way to essentially not reset?  i thought the reset was okay because it said i'd lose no data or media. Help!  thanks much!

  • Mid-2010 macbook pro mini display port to hdmi works only intermittently

    I have a 13-inch mid-2010 MacBook Pro running OS X 10.10.2.  HDMI out from mini displayport to my Dynex TV only intermittently works.  The times that I have gotten it to work involves a combination of restarting the computer, unplugging the TV and plugging it back in, then plugging in the MDP adapter.  Now when I plug it in, the MacBook screen flashes black like it is trying to detect the external display, but no picture on the TV.  Any help would be appreciated.

    Here is the console log output when I plug in the adapter:
    1/31/15 10:36:47.582 PM WindowServer[443]: Received display connect changed for display 0x3f003d
    1/31/15 10:36:47.582 PM WindowServer[443]: Found 1 modes for display 0x003f003d [1, 0]
    1/31/15 10:36:47.594 PM WindowServer[443]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 18 modes available
    Main, Active, on-line, enabled, built-in, boot, OpenGL-accel, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
    UUID 0x4f159f59a71d63aefce94e26fc6d6edd, ColorSpace { 2068752606 }
    1/31/15 10:36:47.594 PM WindowServer[443]: GLCompositor: GL renderer id 0x0102261a, GL mask 0x00000003, accelerator 0x0000429b, unit 0, caps QEX|MIPMAP, vram 256 MB
    texture max 8192, viewport max {8192, 8192}, extensions NPOT|GLSL|FLOAT
    1/31/15 10:36:47.594 PM WindowServer[443]: Display 0x003f003f: GL mask 0x4; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/31/15 10:36:47.594 PM WindowServer[443]: Display 0x003f003e: GL mask 0x4; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/31/15 10:36:47.594 PM WindowServer[443]: Display 0x003f003d: GL mask 0x2; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/31/15 10:36:47.605 PM WindowServer[443]: Display 0x042732c0: Unit 0: Startup Mode 1280 x 800, CGSThirtytwoBitColor, Resolution 1, ioModeID 0x80002000, ioModeDepth 0x2, IOReturn 0x0
    1/31/15 10:36:47.605 PM WindowServer[443]: CGXDisplaysDidReconfigure: Display added
    1/31/15 10:36:47.605 PM WindowServer[443]: CGXDisplaysDidReconfigure: Display removed
    1/31/15 10:36:47.608 PM WindowServer[443]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 18 modes available
    Main, Active, on-line, enabled, built-in, boot, OpenGL-accel, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
    UUID 0x4f159f59a71d63aefce94e26fc6d6edd, ColorSpace { 2068752606 }
    1/31/15 10:36:47.608 PM WindowServer[443]: GLCompositor: GL renderer id 0x0102261a, GL mask 0x00000003, accelerator 0x0000429b, unit 0, caps QEX|MIPMAP, vram 256 MB
    texture max 8192, viewport max {8192, 8192}, extensions NPOT|GLSL|FLOAT
    1/31/15 10:36:47.608 PM WindowServer[443]: Display 0x003f003f: GL mask 0x4; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/31/15 10:36:47.609 PM WindowServer[443]: Display 0x003f003e: GL mask 0x4; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/31/15 10:36:47.609 PM WindowServer[443]: Display 0x003f003d: GL mask 0x2; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/31/15 10:36:49.582 PM WindowServer[443]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -discovery
    1/31/15 10:36:49.605 PM WindowServer[443]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -discovery
    1/31/15 10:36:49.712 PM WindowServer[443]: CGXSetDisplayColorProfileAndTransfer: Display 0x042732c0: Unit 0; ColorProfile { 2068752606 }; TransferTable (256, 12)
    1/31/15 10:36:49.767 PM WindowServer[443]: CGXSetDisplayColorProfileAndTransfer: Display 0x042732c0: Unit 0; ColorProfile { 2068752606 }; TransferTable (256, 12)
    1/31/15 10:36:49.771 PM com.apple.AmbientDisplayAgent[313]: AMBD Agent: xpc connection became invalid during event handler
    1/31/15 10:36:49.822 PM com.apple.AmbientDisplayAgent[313]: AMBD Agent: xpc connection became invalid during event handler
    1/31/15 10:36:49.865 PM DMProxy[647]: AMBD Services: connection interrupted: com.apple.AmbientDisplayAgent (Connection interrupted)
    1/31/15 10:36:49.875 PM WindowServer[443]: CGXSetDisplayColorProfileAndTransfer: Display 0x042732c0: Unit 0; ColorProfile { 2068752606 }; TransferTable (256, 12)
    1/31/15 10:36:49.923 PM com.apple.AmbientDisplayAgent[313]: AmbientDisplayAgent started
    1/31/15 10:36:49.929 PM com.apple.AmbientDisplayAgent[313]: AMBD initializing devices
    1/31/15 10:36:49.940 PM com.apple.AmbientDisplayAgent[313]: AMBD Agent: xpc connection became invalid during event handler
    1/31/15 10:36:49.942 PM DMProxy[648]: AMBD Services: connection interrupted: com.apple.AmbientDisplayAgent (Connection interrupted)
    1/31/15 10:36:50.017 PM com.apple.AmbientDisplayAgent[313]: AmbientDisplayAgent started
    1/31/15 10:36:54.946 PM DMProxy[648]: AMBD Services serviceSendMessageWithReplyAndTimeout:131: Semaphore timeout when waiting for reply to message ID 2
    1/31/15 10:36:54.946 PM DMProxy[648]: AMBD Services serviceSendMessageWithReplyAndTimeout:131: Semaphore timeout when waiting for reply to message ID 1
    1/31/15 10:36:54.948 PM com.apple.AmbientDisplayAgent[313]: AMBD initializing devices
    1/31/15 10:36:54.960 PM WindowServer[443]: CGXSetDisplayColorProfileAndTransfer: Display 0x042732c0: Unit 0; ColorProfile { 2068752606 }; TransferTable (256, 12)
    1/31/15 10:36:54.971 PM com.apple.AmbientDisplayAgent[313]: AMBD Agent: xpc connection became invalid during event handler
    1/31/15 10:36:54.972 PM com.apple.AmbientDisplayAgent[313]: AMBD Agent: xpc connection became invalid during event handler

  • Intermittent loss of UNC path access on Windows Server 2012

    Hi All,
    I hope someone can help with a major headache we've been having on two Windows Server 2012 boxes since September this year. Basically, these servers will intermittently lose the ability to browse network shares from windows explorer and the only way we have
    found to resolve this is to reboot. When the issue happens, we can't even log into the server as it sits at 'applying user settings' - presumably as it is failing to access the netlogon share on our DCs. If we have an active RDP session when the issue occurs,
    we can connect. In this instance we see that if you enter a UNC path in Windows explorer and hit enter, nothing happens - no error messages or anything. The only way I can get any response is when trying to access the IPC$ share on another server, which gives
    the following response:
    \\server\ipc$ is not accessible. You might not have permission to use this resource, Contact the administrator of this server to find out if you have access permissions.
    The parameter is incorrect.
    Everything looks right from a physical network perspective, as we can ping from the affected servers and DNS queries are working fine. I can even run net view from powershell and see the local servers and shares on these, however any attempt to access shares
    just hangs the powershell session.
    If I look in the SMBClient event logs, I can see entries like the following:
    Event ID 30805
    The client lost its session to the server.
    Error: The transport connection is now disconnected.
    This is made worse by the fact that when this issue happens, we can't even cleanly reboot the server (it just hangs) and have to perform a cold boot.
    The firewall has been turned off and we have taken off our antivirus software to eliminate it as a possible cause. We have even rebuilt one of these servers on a clean install of 2012 R2, but the issue re-appeared. We have also tried using different NIC
    drivers (Broadcom NICs installed) to no avail. We have also tried disabling IPv6.
    We have logged a ticket with Microsoft support, who have come back telling us that this could be related to a known bug with DFS in 2012 for which a fix is being tested prior to release in a few weeks. However, I can't sit around on my hands until then on
    the off chance that this fix will resolve our problem. These servers are hosting our production Lync 2013 front end service and when this issue occurs it breaks the address book search and response group services, so this issue is of critical importance for
    us to get resolved asap.
    Any help on this would be greatly appreciated.

    Hi,
    That's right, if you hit enter absolutely nothing happens, no error messages. It makes no difference if I try name or IP address - even trying \\localhost doesn't work. A few minutes later after trying, an entry appears in the SMBClient event logs as mentioned
    in my original post. To me it looks like something deep within the networking operations of the OS is randomly breaking. Also, if I try to browse the network from Windows explorer, it just hangs. When I try to restart the workstation service, it just gets
    permanently stuck in a stopping state and the server has to be cold booted. Once it boots up, everything is working fine again....until the next time. There is absolutely nothing appearing in the application or system event logs indicating the root cause.
    I've checked and DNS resolution is working OK and I can telnet to other hosts on all the required ports.
    I had originally thought it might be related to the Broadcom NICs as we've had issues with them in the past, but we switched over to use the 2012 inbox driver for them and the same issue happens. I should also mention that one server is a blade and the other
    a rackmount box. Dell support have run full diagnostics on both and have come up clean, so it doesn't appear to be a hardware issue. The even more baffling thing is that we have a third server with identical spec and config that does not have the problem.
    The only difference with this third server is that it is not part of a Lync pool pairing using DFS and sits in a remote location on a different LAN.
    I had thought of trying to drop back to use SMB1 by disabling SMB2 and 3, but I'm not sure if this would adversely affect any other services.
    This one really has me stumped.

  • Unable to log into iMessage and intermittent issues with FaceTime

    Late 2011 MacBook Pro, OS X 10.8.4.  I'm an admin level Windows guy but a relatively new (and otherwise very pleased) convert to Mac OS.
    This morning Messages started repeatedly prompting me for my iMessage password and FaceTime has starting working only intermittently.  Both work fine from my iPad and iPhone 5.  Both have been working from my MacBook Pro for months.
    This morning when I tried to fire up Messages on the MacBook I got an error saying "The server encountered an error processing registration".  After doing some Googling, I noticed that many folks said that when they had this problem they also had an issue with FaceTime.  I confirmed that FaceTime was indeed giving me the same error as iMessage. After trying some solutions from past threads that didn't work, I rebooted.  Now instead of throwing an error, Messages just keeps asking me for my iMessage password again and again.  FaceTime works occasionally but sometimes when I get a call and click answer, I get "call failed" as my iPhone and iPad continue to ring and then I'm asked to re-enter my password on the MacBook.  If I enter my password it just sits and spins.  If i quit FaceTime and start it again, it'll usually log in successfully but calls may or may not work (following the same pattern I just mentioned).
    The odd thing to me is that when I tested FaceTime on my iPad, I got notifications on my iPad and iPhone and my primary and alternate email address were now registered with FaceTime.  They have been for over a year so I'm not sure why I'm getting those notifications again.
    I'm able to log into the Mac App store without a problem using the same AppleID
    What I've tried so far based on Google results:
    1. In Keychain Access, reset my default keychain - No improvement
    2. In Keychain Access, selected Keychain First Aid, repaired and verified - No improvement
    3. On my iPad, turned iMessage off and back on - No improvement, though iMessage on the iPad still works fine
    4. Confirmed that my primary and secondary AppleID email addresses and password are correct.  The email address associated with my AppleID is not associated with any other AppleIDs.
    Thanks!

    This could be a complicated problem to solve, as there are many possible causes for it. Test after taking each of the following steps that you haven't already tried. Back up all data before making any changes.
    Before proceeding, test on another network, if possible. That could be a public Wi-Fi hotspot, if your computer is portable, or a cellular network if you have a mobile device that can share its Internet connection. If you find that iMessage works on the other network, the problem is in your network or at your ISP, not in your computer.
    Step 1
    Check the status of the service. If the service is down, wait tor it to come back up. There may be a localized outage, even if the status indicator is green.
    Step 2
    Restart your broadband device and your router, if different. You may have to skip this step if you don't control those devices.
    Step 3
    From the menu bar, select
     ▹ About This Mac
    Below the "OS X" legend in the window that opens, the OS version appears. Click the version line twice to display the serial number. If the number is missing or obviously invalid, take the machine to an Apple Store or other authorized service center to have the problem corrected.
    Step 4
    Take the steps suggested in this support article. If you don't understand some of the steps or can't carry them out, ask for guidance.
    Step 5
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If the box marked SOCKS Proxy is checked, uncheck it. You don’t need to change any other settings in the window. Click OK and then Apply. Test.
    The result may be that you can't connect to the Internet at all. Revert the change if that happens, or if iMessage still doesn't work. Remember that you must Apply any changes you make in the preference pane before they take effect.
    Step 6
    Select from the menu bar
     ▹ System Preferences… ▹ Flash Player ▹ Storage
    and click
    Block all sites from storing information on this computer
    Close the preference pane.
    Step 7
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    If iMessage worked in the guest account, stop here and post your results.
    Step 8
    Boot in safe mode and log in. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. After testing, reboot as usual (i.e., not in safe mode) and test again.
    If iMessage worked in safe mode, but didn't work when you booted out of safe mode, stop here and post your results.
    Step 9
    Reset the NVRAM.
    Step 10
    Reinstall OS X.
    Step 11
    If none of the above steps resolves the issue, make a "Genius" appointment at an Apple Store, or contact Apple Support.

  • NEW CUSTOMER WITH INTERMITTE​NT SERVICE - IN NEED OF ADVICE

    Let me preface this post by stating that I am a new Verizon Customer, as of a few weeks ago.  I've really enjoyed my Verizon FiOS services, which consist of the Verizon Triple Play with the upgraded 35/35 internet package.  I have wanted the service for quite a while, but it was not available to me until I moved to VA.
    With that said, I am asking for some help in diagnosing the following issues that have plagued me for the last two days going on a third.
    11/23 (Wednesday):  Data stops working.  No "Internet" or "WAN Coax" lights on router.  Chat with Verizon Support online who walks me through a reboot followed by a reset/restore of router, neither of which, work.  He then schedules a technician for the following day.
    11/24 (Thursday): 
    10:30 am - Technician arrives and gets cracking on the problem.  After a short time, he determines the modem needs to be replaced.  He swaps it out for another and data is restored.
    1:30 pm - Data fails again.  This time my "Internet" light is orange and the "WAN Coax" light is green as normal.  I contact Verizon Support, via telephone, and he walks me through the entire reboot followed by reset/restore of router again.  This does not work.  He ends up remotely restarting my ONT, which gets my service working again.
    3:30 pm - While on the phone with family, my call was disconnected abruptly.  I go into my office to see the "Internet" light is orange again.  I call Verizon Support and am once again run through the entire reboot/reset process.  This does not work.  Instead of the remote reboot, she walks me through manually rebooting the ONT by unplugging the power and battery.  The service is restore and working correctly again.  Regardless, she still scheduled a technician for the next day.
    11/25 (Friday):
    10:15 am - Technician arrives.  I describe the intermittent issue occurring since his visit the day before and he proceeds to replacing the ONT.  He even replaced the coax cable from splitter all the way to the modem.  He cleaned up the slack in all the original wires and really took his time trying to make sure everything was good.  I was really confident that this was a done deal.
    8:00 pm - Really bad failure this time.  FiOS internet, telephone, and TV all fail.  I got on the phone with Verizon Support and after explaining the whole story, she was nice enough to not waste my time with a router reboot.  She read through my log of support calls and service visits and automatically scheduled a technician for tomorrow.  We'll see what happens next.
    Since getting off the phone with support, I manually rebooted the ONT and all services are restored.  Hopefully this will tie me over until morning.
    I've read a number of threads on this forum and have noticed that there are some pretty sharp guys and gals here who seem to be able to successfully trouble shoot these types of problems without ever being there.  I am hoping this post falls into that category.  I really want this fixed and do not feel like losing FiOS in the pursuit of consistent service.  Any help that any of you can provide will be greatly appreciated.
    Thanks in advance!

    Hello Dewarwd,
    Sorry to hear you have had repeat trouble. You mentioned a field tech was coming back out that should of happened Sat.  If you are still having an issue since that visit let us know.  I have sent you a private message to assist further.
    Thank you
    Mike_VZ
    Verizon Support
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms of Service, or your Customer Agreement Terms and Conditions or Plan.

Maybe you are looking for

  • Windows 8.1 Lenovo Thinkpad 2 with Verifone E230 sleeve...how to test if sleeve is working

    Anyone has any documentation on getting the sleeve to work. Have dropped both a Windows 8.1 and Windows 8 x86 with SCCM 2012 R2 OSD but no joy? Thanks!

  • ITunes isn't saving songs to my external hard drive like I want.

    Hello, This might be a simple problem. I have my iTunes set-up to download directly to my external hard-drive. However, when I inport a CD....it's not showing-up in my external hard-drive?! Since I am assuming the songs are being stored somewhere, I

  • No text on itunes bars

    hi i have a problem with my itunes there's no text on the command bars i want to save my contacts and i cant do it help me please

  • (newbie) Question about replacing .class files and web.xml file

    I'm new to servlets and I have two quick questions... Do I absolutely need a web.xml file to define all my servlets, or can I simply place .class files into the WEB-INF directory and expect them to run? If my application server (for example Tomcat) i

  • Lumia 800 stalled

    my lumia 800 was working fine and then went low on battery and will not now start. it sticks with the nokia screen or low battery picture. i have taken the battery out and reassembled and it remains the same. i have plugged into my imac and also to c