The LDAP server is unavailable after installing KB2868725

After installing the KB2868725 Windows Update, a strange LDAPs connection problem occur.
Context : we have a C# web site (.NET 4.0) that perform an LDAPs Bind operation over LDAPs. The web server is not on the same domain (bind operations are perform again multiple LDAPs Server), and the code work like a charm more than a year.
So after installing the KB2868725 Windows Update we get a “System.DirectoryServices.Protocols.LdapException: The LDAP server is unavailable.” exception from the same application. When we uninstall the update, the error stop.
The problem is present ONLY over a SECURE connection.
We have multiple web server in production and every server where the KB2868725 Windows Update is not installed are working perfectly.
We build a test application with this simple code, work fine on “non-KB2868725 updated server”:
void BindLDAP()
LdapDirectoryIdentifier ldi = new LdapDirectoryIdentifier("example.com", 636, true, false);
LdapConnection ldapCnn = new LdapConnection(ldi, new NetworkCredential("myUsername", "myPassword"), AuthType.Basic);
ldapCnn.SessionOptions.VerifyServerCertificate = new VerifyServerCertificateCallback(Validate);
ldapCnn.Bind();
private static bool Validate(LdapConnection connection, X509Certificate certificate) { return true; }
Stack trace:
System.DirectoryServices.Protocols.LdapException: The LDAP server is unavailable.
at System.DirectoryServices.Protocols.LdapConnection.Connect()
at System.DirectoryServices.Protocols.LdapConnection.BindHelper(NetworkCredential newCredential, Boolean needSetCredential)
Server: Windows Server 2008 R2 Standard, Service Pack 1 (64-bit)
We tried to change every connections settings, change .NET version (2.0, 3.5 and 4.0), build the test application directly on the server and nothing work.
If we use others LDAP tool (like http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx) the problem also occur : “The server is not operational.”
Moreover, if we installed these updates the problem also occur: KB2574819, KB2830477, KB2871997, KB2592687.
We can’t install any Windows Updates, that’s a problem. We would like to find a solution, please help us ;-)

Hi,
The server is configure to get the Windows Update from a WSUS server. Those updates are downloaded from Microsoft. 
I follow these steps:
1. Uninstall Windows Update : KB2574819, KB2830477 (KB2857650) and KB2913751;
2. Perform a LDAP connection test : work perfectly;
3. Install Update KB2574819;
4. Perform a LDAP connection test : not working (The LDAP server is unavailable.);
5. Install Update KB2830477 (KB2857650 is include in KB2830477 update);
6. Perform a LDAP connection test : not working (The LDAP server is unavailable.);
7. Install Update KB2913751;
8. Perform a LDAP connection test : not working (The LDAP server is unavailable.);
The problem here is we can’t install KB2574819, KB2830477 (KB2857650) and KB2913751 on our productions servers because of the connections problems (install process work fine, is the effects of these Windows Updates).
Philippe Bernier

Similar Messages

  • Why do I get error "The LDAP server is unavailable" while connecting to external domain via sync connection in SharePoint UPSA ?

    Hello,
    I am trying to connect to external domain via UPS Account having "Replicate Directory changes" permission on external domain while creating sync connection in UPSA.
    I have checked below URLS :
    http://social.technet.microsoft.com/Forums/en-US/1912bf88-8fec-4b5d-9d1e-a42db8318e33/ldap-server-is-unavailable-sharepoint-2010-user-synchronization?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/en-US/6525d3aa-9197-42a2-aea0-190b84ac8356/the-ldap-server-is-unavailable?forum=sharepointadminprevious
    And looks like its network connectivity issue - and hence I have verified that port 389 is open by infra team.
    Note : I am able to connect to local AD , does it make sense that port is not open for external domain ? 
    Can anyone please let me know what can be the issue ? 
    Your help will be highly appreciated as I am struggling to fix this issue since  quite long time but no luck yet.
    Thank you in advance.
    Kind regards,
    Dipti Chhatrapati

    Hi Dipti,
    If you have Two-Way trust relationship then not sure if you have tried below:
    Create a folder on the SharePoint server
    Go to Folder properties - Security tab
    Try adding user of the external domain on the folder
    Please let us know if you are able to add the user or not. If you are able to add then it means that the connection and trust is proper and you should be able to create sync connection in UPA without any issues or else there is some issue with the connectivity
    or the trust which is configured.
    Please also make sure that you have given permissions to sync account as per below TechNet:
    http://technet.microsoft.com/en-us/library/hh296982(v=office.15).aspx
    Replicate Directory changes permissions are also required on cn=configuration container, below are the steps:
    Grant Replicate Directory Changes permission on the cn=configuration container
    Use this procedure to grant Replicate Directory Changes permission on the cn=configuration container to an account.
    To grant Replicate Directory Changes permission on the cn=configuration container
    On the domain controller, click Start, click Run, type adsiedit.msc, and then click OK.
    If the Configuration node is not already present, do the following:
    In the navigation pane, click ADSI Edit.
    On the Action menu, click Connect to.
    In the Connection Point area of the Connection Settings dialog box, click Select
    a well know Naming Context, select Configuration from the drop-down list, and then click OK.
    Expand the Configuration node, right-click the CN=Configuration... node, and then click Properties.
    In the Properties dialog box, click the Security tab.
    In the Group or user names section, click Add.
    Type the name of the synchronization account, and then click OK.
    In the Group or user names section, select the synchronization account.
    In the Permissions section, select the Allow check box next to the Replicating
    Directory Changes (Replicate Directory Changes on Windows Server 2003) permission, and then click OK.
    Kind regards,
    Bhavik K Jain
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • Active Directory Error 0x51 occurred when trying to check the suitability of server ' servername '. Error: 'Active directory response: The LDAP server is unavailable'. It was running the command 'Get-OwaVirtualDirectory'.

    This issue is driving us nuts - there are no issues with Domain Controllers or AD in this environment.  The server it is citing in the error has been retired - it was gracefully dcpromo'ed down and removed from the environment.  DNS has no record of it, nor is it located anywhere else.  We are not able to log into Outlook Web App either with authentication failed errors - and I can't help but expect these 2 issues are related?  I tried hard coding the Configuration Domain Controller at the org level, as well as using the -staticdomaincontrollers and -staticglobalcatalogservers with the "Set-ExchangeServer" powershell command - no luck....  System settings of the exchange 2010 servers show they are pointing to the correct DCs - but I still get this error accompanied with long delays in rendering windows in EMC.  Extremely frustrating.....  I have an issue logged with MS now, but they aren't looking at them until Nov 9.  Has anyone seen this issue at all?  More info on the OWA config - using Form based auth, and I'm not able to perform a simple test-owaconnectivity -mailboxcredential (get-credential\username) -allowuntrustedcertificate -allowinsecurelogon - please help

    Create a "global catalog" on the 2nd domain contoller, will fix this problem. 
    To create a new global catalog:
    On the domain controller where you want the new global catalog, start the Active Directory Sites and Services snap-in. To start the snap-in, click Start , point to Programs , point to Administrative Tools , and then click Active Directory Sites and Services .
    In the console tree, double-click Sites , and then double-click <var>sitename</var> .
    Double-click Servers , click your domain controller, right-click NTDS Settings , and then click Properties .
    On the General tab, click to select the Global catalog check box to assign the role of global catalog to this server.
    Restart the domain controller.

  • I have Hello screen after i slide to set up gel language options after select English , Egypt it request to connect with WI FI after connect start to activate my IPhone after that it unable to activated because the activation server is unavailable

    I have Hello screen after i slide to set up gel language options after select English , Egypt it request to connect with WI FI after connect start to activate my IPhone after that it unable to activated because the activation server is unavailable and request to connect to itunes and no activate.

    4 possible causes of that message:
    1] Activation server is actually down. Very rare occurrence, but it does happen.
    When it does occur, down time is very short. Solution - try again.
    2] Your firewall or antivirus are blocking the connection. Solution - temporarily
    deactivate your firewall or antivirus until the update completes.
    3] Computer being used for the activation has previously been used to jailbreak
    an iOS device. Solution - use a computer that has not been used to jailbreak an
    iOs device.
    4] Your iPhone is jailbroken. Google may provide some direction. Be advised the jailbreak
    may have made changes that will prevent the iPhone from successfully activating.
    Terms of Use for this forum prohibit discussion of jailbroken iPhones.

  • I tried updating my iphone on monday but after updating, it was showing me an error about the phone coukld not be activated because the activation server is unavailable. what do i do please help out.i tried updating my iphone on monday but after updating,

    i updated my iphone software on monday and as it was updating back it stopped and showed an error that the activation server is unavailable and that i should try again after some time i have been trying since monday but all to no avail i still get the same message again. kindly help out on wat to do.

    This message usually indicates that your phone has been hacked/modified or jailbroken.
    Was your phone ever locked to a different phone carrier?  IF it was how did you unlock it?

  • Where to get solution for "The RPC server is unavailable"

    On my Windows XP Pro PC I installed a new CMOS button battery.  The result is my PC is almost useless.  Although it boots up and shows the Desktop as before, most MS things will not work (now I can not Copy, Cut, Paste, Move, see Properties, Open
    or Run most MS things and much more).  Many non-MS programs DO work.  When I checked the specifications it says "The RPC server is unavailable"...  So it seems clear that in the 5 seconds it took to insert the new battery that this
    vital RPC was stopped, and that has wrecked most everything.
    [Note: The Time & Date of course needed resetting after the battery change, but that is the one thing I've been able to repair, so I do not need help with that.]
    I have been going through the ANSWERS.MICROSOFT.COM forums for help, and I see there are MANY "RPC-Unavailable" questions and MANY "solutions".  I have tried many, many of these solutions but none work... that is, I think they might
    work IF the RPC was already running, but they do not work on my PC where the RPC is not running.  [For instance, one solution is to go to Services, right-click the RPC, open Properties and click Automatic... but I can not open any Properties.  However,
    I was able to click "Start"... but it would not start.]
    Believe me, I have tried MANY other things, including trying to Repair my Net Framework 3.5... that Failed.  Then downloaded (Firefox still works, though IE does not) the Net Framework 3.5 and tried to reinstall... that Failed, too.  I tried "System
    Restore" but that would not work.  I even inserted my WinXP install disk, set for Boot from CD, and while it said it was booting from CD it simply ignored the disk and booted normally (to the "RPC unavailable" OS).  And I have tried
    many of these "solutions" in all 3 Safe Modes to no avail.
    Can you please suggest which Forum can truly help with this problem?  Thanks very much!

    Dave Patrick, Thank you very much for your response.  But...
    As I said, I have already been combing through that forum with no success.  I posted my question there on March 11 and received only one answer which unfortunately was not at all helpful.  That's why I hoped you could direct me to some better source
    for help.
    Also, I don't understand your last comment: "Since this was triggered from hardware issues you might try the desktop manufacturer forums as well."  I thought it was strictly from the MS OS software.  Do you mean the RPC stuff is in the
    ROM, BIOS or motherboard and so I should hunt a non-MS forum, maybe Dell, or the battery manufacturer?
    Please forgive my probably dumb questions; most of this is over my head so I really crave some help.
    Note:  If you look at the answers.microsoft.com forums you see that this RPC problem goes back many years, and I've seen none attributing it to a new button battery... many different causes, apparently.  And, as I said, none of the many "solutions"
    I've tried have worked.  It just seems to me that after all these years of this problem that surely SOME real solution exists by now.  Where, oh where can I find it? 

  • Why can't I get my Mac to like the LDAP server?

    On Monday I started hammering away at getting the LDAP server setup on the Linux server with openldap. I was able to get a test Mac running Leopard to see the LDAP server and the accounts. The next battle was to get home directories to mount under /home. I was about to do that after finding a working ldif example using automaster and autohome. After that I was able to get the Public share automatically mounted on /Network/Public. Wonderful!
    Tuesday I came in thinking that the next battle would be with Samba. Unfortunately, somewhere in powering off the Mac and rebooting it, I lost all the share mounting! It still sees the accounts, but it absolutely will not see the mounts. In trying to figure it out I have wiped the LDAP database and restarted it, I have wiped the test Mac twice, I have made sure the Mac is running the latest updates, and still nothing.
    If I go into dscl this is now what I see:
    ls Automount/
    Record Name Unknown
    Record Name Unknown
    ls AutomountMap/
    Record Name Unknown
    Record Name Unknown
    cat Mounts/10.110.1.1:\/share\/public/
    dsAttrTypeNative:cn: 10.110.1.1:/share/public
    dsAttrTypeNative:objectClass: mount top
    AppleMetaNodeLocation: /LDAPv3/10.110.1.1
    RecordName: 10.110.1.1:/share/public
    RecordType: dsRecTypeStandard:Mounts
    On the LDAP server, the records look like:
    dn: automountMapName=auto_master,ou=mounts,dc=example,dc=com
    automountMapName: auto_master
    objectClass: top
    objectClass: automountMap
    dn: automountKey=/home,automountMapName=auto_master,ou=mounts,dc=example,dc=com
    objectClass: top
    objectClass: automount
    automountKey: /home
    automountInformation: auto_home
    dn: automountMapName=auto_home,ou=mounts,dc=example,dc=com
    automountMapName: auto_home
    objectClass: top
    objectClass: automountMap
    dn: automountKey=*,automountMapName=auto_home,ou=mounts,dc=example,dc=com
    objectClass: top
    objectClass: automount
    automountKey: *
    automountInformation: 10.110.1.1:/home/&
    dn: cn=10.110.1.1:/share/public,ou=mounts,dc=example,dc=com
    mountDirectory: /Network/Public
    objectClass: mount
    objectClass: top
    mountType: nfs
    cn: 10.110.1.1:/share/public
    It looks like for some reason it's either missing entries from the LDAP server, and/or it's ignoring some of the mapping and leaving them out. The Mounts entry is missing the VFSLinkDir which maps to mountDirectory. The Automount stuff is missing the RecordName which maps to automountKey and automountMapName.
    What the heck happened? Why does the Mac refuse to see the LDAP server the way it did on Monday?

    I am having something similar going on and can't sort out what it is doing:
    ldiffs:
    dn: automountMapName=auto_master,dc=example,dc=edu
    objectClass: top
    objectClass: automountMap
    automountMapName: auto_master
    dn: automountKey=/foo,automountMapName=auto_master,ou=Mounts,dc=soe,dc=ucsc,
    dc=edu
    objectClass: automount
    automountKey: /foo
    automountInformation: auto.foo,dc=example,dc=edu -rw,resvport,
    hard,intr,nosuid,tcp
    Second one:
    dn: automountMapName=auto.foo,dc=example,dc=edu
    objectClass: top
    objectClass: automountMap
    automountMapName: auto.foo
    dn: automountKey=tstaff,automountMapName=auto.foo,dc=example,dc=edu
    objectClass: top
    objectClass: automount
    automountInformation: fileserver:/export/foo/tstaff
    automountKey: tstaff
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 name=tstaff[] map=auto.foo,dc=example,dc=edu opts=rw,resvport,hard,intr,nosuid,tcp path=/foo direct=0
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 getmapent_ds called
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 getmapent_ds: key=[ tstaff ]
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 ds_match called
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 ds_match: key =[ tstaff ]
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 ds_match: Searching for tstaff,automountMapName=auto.foo,dc=example,dc=edu
    9/25/09 11:45:25 AM automountd[1101] ds_search failed
    exiting ...
    It seems like it can't find the trigger point tstaff. It is looking for:
    ds_match: Searching for tstaff,automountMapName=auto.foo,dc=example,dc=edu
    which isn't what the DN is in ldap:
    Distinguished Name: automountKey=tstaff,automountMapName=auto.foo,dc=example,dc=edu
    any thoughts?
    regards,
    Derek

  • Where is the LDAP server in Suns Webserver?

    Attempting to run Sun's j2ee tutorial on Windows XP, specifically:
    C:\Sun\j2eetutorial14\doc\index.html
    Chapter 33: The Java Message Service API
    A Simple Example of Synchronous Message Receives
    I was under the impression that the JMS info entered in the Application Server Admin Console was going into an LDAP repository; presumably part of the Application Server. Specifically the stuff under the JMS tab eg., JMS connection Factories. However there is no server listening on port 389 where I expect an LDAP server. When I try to run the example it complains:
    C:\Sun\j2eetutorial14\examples\jms\simple>appclient -client SimpleProducer.jar jms/Topic topic 3
    Destination name is jms/Topic, type is topic
    Could not create get Environmentjavax.naming.NameNotFoundException: jms not found
    Which figures if it can't find the LDAP server.
    So my question is: what the heck is going on?
    Adam.

    Ali,
    As applmgr user, source the application env file and issue "echo $IAS_ORACLE_HOME", this should point to the directory where Apache files are installed (for example, apache executable file under bin directory).
    Script to find Apache, Java, Jinitiator, Forms version and JVM details for Oracle E-Business Suite 11i [ID 466890.1]
    Script to find Apache, Java, JRE, Forms version for Oracle E-Business Suite R12 [ID 468311.1]
    Oracle Applications Concepts -- 11i/R12
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Thanks,
    Hussein

  • The RPC Server is Unavailable

    I have a project in which I use some of the examples from the SDK.  Here's a quick explanation of my layout:
    I have a custom class library with a class PDFPersist that contains a public member CAcroPDDoc.  I use this custom class to hold a base PDF document to which I insert a lot of other PDF documents.  I have the insert working perfectly (basically cut and paste from SDK).  The only change from the SDK is that I don't save the base document after the insert - I insert all the documents and save at the end.  Because of the number of documents and the resulting size of the base document (probably around 50 megs when complete) my code would take forever to complete if I saved after each insert.
    This all seems to be working perfectly, except when I get up to around 90% complete on inserting.  At that point, I get an error (seems to always be on a line using GetNumPages) that says "The RPC Server is Unavailable."  I've tried everything I can think of and can't find a solution.
    My gut is that it's some sort of ceiling (intended or otherwise) on Acrobat's resource consumption.  I known it's not related to a specific document because I've modified the order and it still happens after about 90% complete.  I have noticed that it happens when the Acrobat's process in Task Manager gets up just under 300 Megs.  Yes, I know that sounds huge (but way less than my computer can handle), and it is, which brings me to my next question:
    If the error is a result of consuming too much memory, what am I doing wrong with the Acrobat types?  I'm closing every single one I open, and always setting the variables to nothing.  There's no way it should be the one document I have open - when I open even the completed version of that document it's consuming abut a 3rd of that memory.
    Is there a special trick to destroying types created in Adobe?  I only use two - CAcroPDDoc and its respective jsobject.  That's it.

    Alright then.

  • The RPC server is unavailable while trying to take Remote Desktop of 2003 Server.

    Dear All
    Recently I am facing remote desktop login problem in on Windows 2003 Server.
    While I am enter user name and password server give me logon error.
    "The system cannot log you on due to the following error:
    The RPC server is unavailable.
    Please try again or consult your system administrator.
    Kindly help me.........

    I just started spontaneously having this problem yesterday. I am not aware of anything having changed that would prompt it, though I did do a Windows Update on all servers AFTER the problem manifested to see if that might fix it. (No such luck) For reasons
    unexplained, the system HAS let me in a few times, though it hasn't been consistent, and now it seems to have locked me out entirely (except through the VSphere back door, explained below). I am running Windows 7 on my laptop, and I have received a report
    of the same problem from another employee trying to log in from their computer, which I believe is also running Win7.
    I am running two VMWare instances of Server 2003 R2, one Domain Controller and another production environment. I can RDP just fine to the DC, but not the production. Also, using the VSphere VMware management client on a separate machine, I CAN log in to
    the production environment without a problem.
    I have tried the fixes around restarting stopped services, but nothing has helped yet. I've also tried disabling my anti-virus temporarily, with no effect. I tried pinging the various IP addresses, and received timeouts on the 2 images, as well as their
    host server. Again, though, I CAN log into the DC without issue.
    Could someone please elaborate on how to create this registry key? On which image would I add this key? (I am a novice user, so using regedit is somewhat unfamiliar to me)
    Any other thoughts about potential solutions?
    Thanks!
    Update Dec 15 2011: Just tried restarting the Production image, via VSphere, and then successfully logged in and out 3 times in quick succession by regular RDP. The symptoms have been temporarily soothed, though I wonder if the underlying problem remains?
    Still no answer to why this happened in the first place, so I'd appreciate input.
    Update Dec 16 2011: The problem came back this morning, and remained all day. I can still access by VSphere, but have other users who need to access by regular RDP. I'd rather not have to reboot the system constantly just to allow access... Any help is much
    appreciated!

  • Adding server in DAG failing with error Error: Cluster API failed: "AddClusterNode() (MaxPercentage=25) failed with 0x800706ba. Error: The RPC server is unavailable

    Hi, Below is teh environments
    DC: Win 2008 R2 SP1
    Exchange Server OS: Win  2012  R2 Std 
    Exchange : 2013 SP1 Ent
    Two Servers with CAS+MB role, already part of one DAG. I am trying to add one new server in existing DAG. The installation of exchange 2013 competed successfully. However when i am adding it to the existing DAG, the below error is coming. Please help
    to solve the issue. Thanks in advance.
    A server-side database availability group administrative operation failed with a transient error. Please try the operation again. Error: An error occurred while attempting a cluster operation. Error: Cluster API failed: "AddClusterNode() (MaxPercentage=25)
    failed with 0x800706ba. Error: The RPC server is unavailable" [Server: cluster owner FQDN]
    Manu

    Hi Manu,
    As Deepak mentioned, please try to enable IPv6 on all member servers first.
    Based on my research, In Microsoft Exchange Server 2013, IPv6 is supported only when IPv4 is also installed and enabled. If Exchange 2013 is deployed in this configuration, and the network supports IPv4 and IPv6, all Exchange servers can send data to and
    receive data from devices, servers, and clients that use IPv6 addresses.
    Please also configure or disable Firewall to allow the connection.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

  • Cluster Aware Updating - Failed to restart - The RPC Server is unavailable

    I have a 3 node Windows Server 2012 R2 Failover Cluster, and I'm having trouble getting Cluster Aware Updating to work properly. I have been able to successfully apply updates that do not require a reboot, however, anytime I have updates that
    do require a reboot, the process fails. The error message says:
    Failed to restart <ServerName>:(ClusterUpdateException) Failed to restart <ServerName>:(Win32Exception) The RPC server is unavailable ==> (Win32Exception) The RPC server is unavailable
    I have verified that the firewall rule to allow automatic restarts is configured according to Technet: Requirements and Best Practices for Cluster-Aware Updating
    I have also made sure that the CAU AD account has local admin rights, as well as "Force shutdown from a remote system" rights on each of the cluster nodes. In this case, I have been applying updates manually from my workstation (which is not a
    member of the cluster) while logged in with Domain Admin rights (as opposed to letting the cluster update itself based on a schedule). I'd like to verify that the entire process works properly before letting it update itself. What am I missing?

     Hi Duct tape and super glue,
    Could you offer us more information about your environment status now, such as
     CUA Role name is online or not, firewall settings and the event ID, “The RPC server is unavailable” is the typical caused by the WMI or DCOM communication was not running or block, please verified that the firewall was set correctly, WinRM
    is enabled.
    More information:
    What is Cluster Aware Updating in Windows Server 2012? (Part 2) [VIDEO]
    http://blogs.technet.com/b/mspfe/archive/2013/03/07/what-is-cluster-aware-updating-in-windows-server-2012-part-2-video.aspx
    Configure Remote Management in Server Manager
    http://technet.microsoft.com/en-us/library/hh921475.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Cannot Open HFM Application in Workspace. "The RPC server is unavailable.

    Hi All,
    I cannot open HFM Application from Workspace. Planning works fine.
    Restarted the HFM services and tried but no use.
    Error shows "The RPC Server is Unavailable. Error code:- 2147023174
    Details shows following.
    Trace: Error Reference Number: {2498F82B-1C14-4704-B34A-BA7145D27450}<BR>Num: 0x800706ba;Type: 0;DTime: 10/8/2012 7:57:19 PM;Svr: SERVER NAME;File: CHITRegistryWrapper.cpp;Line: 1108;Ver: 11.1.2.0.0.2762;<BR>Num: 0x800706ba;Type: 0;DTime: 10/8/2012 7:57:19 PM;Svr: SERVER NAME;File: CHFMwHITRegistry.cpp;Line: 1083;Ver: 11.1.2.0.0.2762;
    Thanks.

    It may be worth having a read of the following doc in Oracle support as it sounds like it could be DCOM related - "Identifying and Troubleshooting DCOM Issues Affecting Hyperion Financial Management (HFM) [ID 1419144.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HT4061 i bought an iphone 3g for cheep and when i turn it on it tells me your iphone could not be activated because the activation server is unavailable what can i do to just have it working legit ??  , please anyone that could help me out

    i bought an iphone 3g but not in a shop and when i turn it on it tells me your iphone could not be activated because the activation server is unavailable what can i do to just have it working legit ??  , please anyone that could help me out

    Generally, that means the phone has been jailbroken (hacked). You can try restoring it as new using iTunes. Beyond that, there's really nothing we can advise as jailbroken phones can't be supported on these forums.
    See also Lawrence's post in this thread:
    https://discussions.apple.com/thread/5186252?tstart=0
    Best of luck.

  • For some apps it seems impossible to determine the price before, or even after, installing them. How can I get round this?

    For some apps it seems impossible to determine the price before, or even after, installing them. How can I get round this?

    Can you be clearer about what you're seeing?  The price should be clearly stated up front...  Is that not the case?  Note that there may be additional taxes that will increase the final price, and that can't be included in that up-front listed price, since taxes are different everywhere.

Maybe you are looking for