Removing default realm messes the server.

We have weblogic 7.0 with jdk1.3.1_03, solaris 2.8. When I removed the default
realm myrealm it totally messed up the admin console. Below is the exception.
Did anyone get this problem any time?
Exception
java.lang.NullPointerException
     at weblogic.management.console.webapp._domain.__nav._jspService(__nav.java:446)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
     at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:341)
     at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
     at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:115)
     at weblogic.management.console.actions.ForwardAction.perform(ForwardAction.java:35)
     at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
     at weblogic.management.console.actions.internal.ActionServlet.doGet(ActionServlet.java:91)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
     at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

Could you post this to the weblogic.developer.interest.security newsgroup?
Shiva Paranandi wrote:
We have weblogic 7.0 with jdk1.3.1_03, solaris 2.8. When I removed the default
realm myrealm it totally messed up the admin console. Below is the exception.
Did anyone get this problem any time?
Exception
java.lang.NullPointerException
     at weblogic.management.console.webapp._domain.__nav._jspService(__nav.java:446)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
     at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:341)
     at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
     at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:115)
     at weblogic.management.console.actions.ForwardAction.perform(ForwardAction.java:35)
     at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
     at weblogic.management.console.actions.internal.ActionServlet.doGet(ActionServlet.java:91)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
     at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

Similar Messages

  • How do I completely remove Contribute support from the server?

    I think Contribute is conflicting with my ftp connection for some reason so I would like to remove support for it completely from the server. How do I do this?

    If you have a keyboard without the numerical keypad, then FN delete will delete the clip and replace it with a gap if it's on the primary storyline. If it's a normal Mac keyboard, then the back delete will do the trick.
    You can also lift a clip from the primary storyline by right-clicking and choosing lift from primary storyline, then just delete.

  • Remove Duplicate Emails from the server

    Several users have multiple copies of the same message in their inbox. Collecting External Mail and then copying the same email. Is there a way to look for duplicate messages and then delete them?

    I am running 6.1
    Its not disk space but several users have collected or copied old mail boxes several times so now their message counts are in the 10 of thousands with half to three quarters of their messages being duplicates. I was just wondering if there was a server mechanism that would allow a scan of a mailbox and a removal of duplicates. I know that there are programs that will run on a windows client that do this but I was hoping to fix this without going that route.
    Any words of wisdom are appreciated.

  • Change default realm name ("WebLogic Server")

    Hi,
    I'm using WLS5.1 and ACLs, now I'd like to change the realm name
    coming up in the browser popup where now "Realm: WebLogic Server"
    shows.How can I do this?
    Thanks,
    tino

    Hi,
    Not sure which version you use but try this link :
    http://download.oracle.com/docs/cd/B25221_04/core.1013/b25209/ports.htm#BABFBDFI
    L. Dreef

  • Function of the default realm in security settings?

    What is the function of the default realm in the security settings of the app server?
    what is the effect of specifying "ldap" as the realm-name in the login-config in web.xml? When specifying ldap, but leaving the default realm on "file", ldap is not used. only when changing the default realm to ldap, ldap authentication is attempted.
    Is there a way to debug the actual query that is being sent to the configured ldap server? when setting the log-level to finest, some information is provided, but not enough.
    TIA
    Peter

    Hi Peter,
    Specifying the realm name in the web.xml won't help. The user will be authenticated with whatever the default realm set in the AppServer. So here the realm specified in web.xml doesn't have any use.
    If you want to use LDAP for your user authentication change the DefaultRealm to LDAP instead of File. Also configure the LDAPRealm properties to point to the correct directory server and directory name.
    Maximum information will be logged when the LOG Level is set to FINEST and Audit is enabled in the Secuirty node of the appServer adminGUI, that will contain the default realm set and any security related activities logged.
    Do the following to enabled the Maximum logging.
    Open up the AdminGUI and goto the security node under the server1 instance.Click on the General tab on the right frame and set the log level to FINEST and check the Audit checkbox . Save, apply the changes and restart the AppServer .During the startup the log will show what is the default realm set.
    While the application is running all the security messages will be logged.
    Sankar

  • How to manually completely remove a J2EE application from the server?

    Hello,
    I have created and deployed a certain test J2EE application.
    After I finished with it I wanted to remove it, yet I cannot do it: Any removal attempt, either by the SDM or Admin Tool, encounters exceptions and errors I cannot handle. I tried restarting the server, stopping the application yet nothing works. on telnet the application has always STOPPING ststus...
    Desperately, I have decided to manually remove this application from the server yet I don't know the steps.
    Can someone please give me a step-by-step guidance on how to completely remove this application from the server, so it won't appear anyome both at the SDM and at the deploy service of the WAS?
    Thank you in advance,
    Roy

    Hi Peter,
    I've reproduced the problem and created a thread dump. I believe these lines are the important ones:
    "SAPEngine_Application_Thread[impl:3]_10" prio=5 tid=0x080cc9d8 nid=0x18e0 in Object.wait() [8a8f000..8a8fdb8]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x14450d88> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.services.ejb.EJBAdmin.destroyContainers(EJBAdmin.java:1145)
         - locked <0x14450d88> (a java.lang.Object)
         at com.sap.engine.services.ejb.EJBAdmin.commitStop(EJBAdmin.java:2529)
         at com.sap.engine.services.deploy.server.application.StopTransaction.commonCommitFinished(StopTransaction.java:262)
         at com.sap.engine.services.deploy.server.application.StopTransaction.commitCommon(StopTransaction.java:305)
         at com.sap.engine.services.deploy.server.application.StopTransaction.commit(StopTransaction.java:291)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:310)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:327)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:111)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:230)
         at com.sap.engine.services.deploy.server.application.RemoveTransaction.begin(RemoveTransaction.java:133)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3139)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.remove(DeployServiceImpl.java:903)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.remove(DeployServiceImpl.java:5056)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:885)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Could you please advise how to proceed from here?
    Thank you in advance,
    Roy

  • Windows Server 2012 Foundation, in a Workgroup - "The server did not finish checking the license compliance. If the server is joined to a domain, make sure that the server can connect to a domain controller"...

    Every few days we see two dialogs with the following messages:
    Dialog 1, title: Check for Licensing Compliance is Incomplete
    The server did not finish checking the license compliance. If the server is joined to a domain, make sure that the server can connect to a domain controller.
    Dialog 2, title: Check for Licensing Compliance is Incomplete
    The server did not finish checking the license compliance. If the server is joined to a domain, make sure that the server can connect to a domain controller. If the license compliance check cannot be completed, the server will automatically shut
    down in 8 day(s) 23 hour(s) 0 minute(s).
    The server is not (and never has been) joined to a domain or had any DC roles installed. In fact its still connected to the default Workgroup.
    The server was configured in our office and never showed this message until it was installed on site. The main difference from what I can see is that when installed on site it was given a static IP address and does not have any DNS settings in the network
    adapter properties. 
    I have scoured a number of forums on this error but in almost every other instance of this error message the servers are connected to a Domain Controller and the solutions generally are linked to dis-joining and rejoining the domain. Unfortunately this is
    not an option for this scenario.
    I initially thought that adding some relevant DNS server IP address may resolve the issue, however, we have the exact same model server configured exactly the same running at a different site that does not experience this problem. This server also has no
    DNS server configured.
    I have seen a post that suggests turning off the servers "Foundation Checking", but I'm unsure how to do this.

    Thanks for your response Vivian.
    I can confirm that this server is not (and never has been) a member of any active directory, it is configured as a Workgroup server. It was initially configured on a network that does have an active directory, but was never joined to it. During that time it
    never displayed these messages.
    The server was moved into production on a different site and network and setup with a static IP address.The site network does have its own active directory but the server was not joined to it. It is whilst on this new network that these messages began.
    Since my original post DNS servers have been added and the Microsoft activation has been verified, however, the messages are still appearing.
    There are only 2 user accounts configured on this server. The local admin account and another local admin user.
    The remote desktop services roles have been installed but not yet configured. I don't think that has any bearing on this scenario though.
    The description of this error in the above "Introduction to Windows Server 2012 Foundation" link states:
    This error occurs when the server cannot finish checking the requirements for the root domain, forest trust configuration, or both. It usually happens when the server cannot connect to a domain controller. If the situation persists, the server will
    shut down 10 days after the first time the compliance check failed. Each time this error message occurs, it will state the actual time remaining before the server will shut down. If you restart the server after it has shut down because of non-compliance, the
    server will shut itself down again in 3 days.
    The above description leads me to the following question - In a Workgroup environment, does the server still try to contact a domain controller to establish a level of trust? If this is the case could it be that the server can no longer see the initial DC
    on its new network and this is what is triggering the messages?
    Am I clutching at straws here?

  • "DFS Replication service is not installed" but event viewer is showing 4202 and 4204 for the server

    There are two servers replicating file information, sending member is Server 2008 R2 Datacenter, the receiving member is Server 2003 R2 Standard. There have been no serious problems with this replication set previously.
    Running a health report shows an error against the 2008 server, stating that the DFS Replication service is not installed, though the service is running on the server, and has been restarted today.
    Running dfsrdiag backlog on either server shows "Failed to connect to WMI services on computer %2008 server%"
    Event logs on the receiving server show events 4202 and 4204 (high watermark for staging area) for these two servers?
    Can someone help; is replication occurring, or is it broken? Where else can I look for information?
    TIA

    Just had a very similar instance to this but with a 2008 R2 server replicating to a NAS running Windows Storage Server 2012. 
    I have health reports running as scheduled tasks, twice daily, and a few days ago the morning report for this particular server was fine but on the afternoon's report advised that the replication service was not installed, yet DFSR events are still being
    logged and replication to the target is still working normally - go figure!!
    Have yet to reboot the server as it is live but have found nothing in any of its logs to indicate a problem and/or DFSR is not running when it clearly is!!
    The DFS management option has gone from the Administrative Tools panel, though, and is showing as 'Not Installed' under the File Services role.
    The health report shows a status of 'Indeterminate' and in its 'Suggested Action'
    ...ensure Windows 2003 R2 is installed on this server and that the DFS replication service was installed....
    (guessing a default message given the server in error is 2008 )
    Will be interesting to see if the other 2008 R2 servers start losing the plot!

  • How to real the locale of the Server

    Hi,
    I need to read the locale of the server in java program. how to read the locale of the server.
    Kindly help me.

    If your code is running on the server, then:
    Locale default = Locale.getDefault();If it isn't, then you'll have to tell us about the protocol you have put in place whereby clients can request that information from the server.
    You didn't do that? Then your clients can't get the default locale from the server.
    Or you could tell us why you need to do that. Generally the client doesn't care about the server's locale. If you think it does, maybe that's a proposed solution to some other problem.

  • Deleting emails on the server..is that possible?

    Good Morning:
    I have a new iPod touch and 3 (long sad story) email accounts. One is a ,mac account, one is a gmail account and one is a POP account.
    I have tried fussing with the settings for two weeks now and I am close to giving up.
    I need my iPod Touch to delete the email from the servers when it downloads it or when I delete it from the iPod. It doesn't matter which as long as it does not stay on the server to be downloaded to my computer later as "new" email. I can't seem to make it work that way. No matter what, the email appears on my computer as a "new" email.
    I am going to be traveling for over a month and would like to be able to read my email once and not have to sort 6 thousand messages when I get back.
    What are the appropriate setting combinations to make this work?
    I thought I was a pretty savvy guy, but apparently not.
    Thanks for any instructions or help y'all can offer.

    I found the answer, not here but by pestering an Apple representative I know. As an aside, he was a bit confused as well. He called in his "team" and we got an answer.
    It turns out that even POP accounts are asked when to delete the messages off the server and the Touch treats POP accounts a bit like an IMAP account. If you tell it to remove deleted emails off the server after one day, which is as close as the Touch comes to behaving like a POP account and pulling messages off the server immediately, it will remove them after one day, not immediately, like a typical POP connection.
    If I pull email from my POP account to the Touch on Monday morning and delete it on the Touch, it will be there for my laptop to pull and remove from the server Monday afternoon, but by Tuesday, the laptop wouldn't see it. Does that make sense?

  • BPEL Server can not start after jazn default realm has been modified

    Hi, everyone:
    In order to customize my user task assigneeGroup, I set up a new realm in the jazn-data.xml using the shell (java -jar jazn.jar -shell). I tried to modify the jazn.xml file in %OraBPELPM%\integration\orabpel\system\appserver\oc4j\j2ee\home\config, and set the default-realm attribute to my new realm.
    After these modification, the BPEL Server can not start, the server seems to stop after loading the first two EJB.
    Does anyone ever encounter this problem? Could anyone help me?

    It appears that I had the wrong oracle home and as a result some of the steps were skipped by the Universal Installer during installation, but installation was still claimed as successful. Even by launching the 'Mobile Server Repository Wizard' manually by running 'repwizard.bat' did not provide all the necessary window boxes to provide the details such as the SID, hostname, port number. I re-installed.
    After starting the back-end database and then starting mobile server and testing in IE to see if the server was working by typing in http://<host name>:80/webtogo, I got the screen displaying mobile server.
    Many thanks for your help.
    Mark

  • Ever since you instructed me to reset my firefox to defaults, I have dropped from the server 6-12 times a day, why is this happening,

    I had some problems, got a ticket issued, was told to reset all to defaults on firefox. I did that, now the last 2 days, I have had more than 12 times where firefox cannot connect with the server. It does work sometimes., but it seems to be getting worse. I am certain it is not the hardware in this case. It was not until I saw a search engine called Whitesmoke in the search field, that problems began. I went through all the recommended ways to remove and ultimately I was successful, I think, could the server problem be caused by this Whitesmoke search engine hijacker? Please provide a solution, I am sure I am not the only one experiencing this. My system has also slowed down to a snails pace since I reset to your defaults, what can be done about that?
    Thanks so much for your help.
    Kathy Vega

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • Exchange 2003 Removal fails w/ Error code 0X80072030 (8240): There is no such object on the server- pls read

    Dear all,
    I know there are quite some threads regarding this issue. But I've been looking at all of them w/o any solution for my problem. Here we go...
    I've followed all instructions for a Exchange 2003 to 2010 transition. All went fine to the point I'm trying to uninstall Exchange 2003 via Control Panel/Software/Remove. So far I did the following:
    1. Move mailboxes to Exchange Server 2010 using Move Mailbox Wizard or Powershell => successfully
    2. Rehome the Offline Address Book (OAB) generation server to Exchange Server 2010  => successfully
    3. Rehome Public Folder Hierarchy on new Exchange Server 2010 Admin Group  => successfully
    4. Transfer all Public Folder Replicas to Exchange Server 2010 Public folder store  => successfully
    5. Delete Public and Private Information Stores from Exchange 2003 server  => successfully
    6. Delete Routing Group Connectors to Exchange Server 2003  => successfully
    7. Delete Recipient Update Service agreements using ADSIEdit according to
    http://technet.microsoft.com/en-us/library/bb288905(EXCHG.80).aspx => successfully
    8. Uninstall all Exchange 2003 servers => fails with "Error code 0X80072030 (8240): There is no such object on the server"
    I used the following articles while migrating to Exchange 2010:
    http://technet.microsoft.com/en-us/library/bb288905(EXCHG.80).aspx
    http://support.microsoft.com/kb/833396/en-us
    http://www.simple-talk.com/content/article.aspx?article=882
    and several more.
    I looked into these forums regarding my problem and came up with:
    http://support.microsoft.com/kb/283089/en-us
    http://support.microsoft.com/kb/822931
    I investigated the following possible reasons:
    - homeMDB attribute (no references to my Exchange 2003 anymore)
    - HomeMDBBL attribute (as described here
    http://social.technet.microsoft.com/Forums/en-US/exchangesvrmigration/thread/f0e3edd7-34e5-46b8-8061-1991aaffc30f) (no Information Stores available anymore as they have been successfully removed)
    - msExchHomeServerName attribute (all pointing to my new Exchange 2010 server)
    - the "famous" postmaster issue as described here:
    http://support.microsoft.com/kb/283089/en-us (pointing to the new Exchange 2010 server)
    In order to investigate all attribute related issues a utilized a VBS script resulting in an Excel sheet I was easily able to filter:
    SET objRootDSE = GETOBJECT("LDAP://RootDSE")
    strExportFile = "C:\temp\MyExport.xls"
    strRoot = objRootDSE.GET("DefaultNamingContext")
    strfilter = "(&(objectCategory=Person)(objectClass=User))"
    strAttributes = "sAMAccountName,msExchHomeServerName,homeMDB,legacyExchangeDN,givenName,sn," & _
                                    "initials,displayName,physicalDeliveryOfficeName," & _
                                    "telephoneNumber,mail,wWWHomePage,profilePath," & _
                                    "scriptPath,homeDirectory,homeDrive,title,department," & _
                                    "company,manager,homePhone,pager,mobile," & _
                                    "facsimileTelephoneNumber,ipphone,info," & _
                                    "streetAddress,postOfficeBox,l,st,postalCode,c"
    strScope = "subtree"
    SET cn = CREATEOBJECT("ADODB.Connection")
    SET cmd = CREATEOBJECT("ADODB.Command")
    cn.Provider = "ADsDSOObject"
    cn.Open "Active Directory Provider"
    cmd.ActiveConnection = cn
    cmd.Properties("Page Size") = 1000
    cmd.commandtext = "<LDAP://" & strRoot & ">;" & strFilter & ";" & _
                                       strAttributes & ";" & strScope
    SET rs = cmd.EXECUTE
    SET objExcel = CREATEOBJECT("Excel.Application")
    SET objWB = objExcel.Workbooks.Add
    SET objSheet = objWB.Worksheets(1)
    FOR i = 0 To rs.Fields.Count - 1
                    objSheet.Cells(1, i + 1).Value = rs.Fields(i).Name
                    objSheet.Cells(1, i + 1).Font.Bold = TRUE
    NEXT
    objSheet.Range("A2").CopyFromRecordset(rs)
    objWB.SaveAs(strExportFile)
    rs.close
    cn.close
    SET objSheet = NOTHING
    SET objWB =  NOTHING
    objExcel.Quit()
    SET objExcel = NOTHING
    Wscript.echo "Script Finished..Please See " & strExportFile
    What I did find is that all my Exchange enabled users have an legacyExchangeDN attribute that is still pointing to my Exchange 2003 organization:
    e.g. "/o=First Organisation/ou=First Administrative Group/cn=Recipients/cn=Administrator"
    Could this cause any problems?
    Now the in depth look into my "Exchange Server Setup Progress.log":
    [09:33:06] Leaving ScPRQ_DoesNotContainLastMAPIMDBInMixedModeAG
    [09:33:06]  ScPRQ_ServerIsNotRUSResponsibleServerInTheNonEmptyOrg (f:\titanium\admin\src\udog\excommon\prereq.cxx:3133)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06]  CCompServer::ScCheckEVSPrerequisites (f:\titanium\admin\src\udog\exsetdata\components\server\compserver.cxx:1358)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06]  CCompServer::ScCheckPrerequisites (f:\titanium\admin\src\udog\exsetdata\components\server\compserver.cxx:955)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06]  CComExchSetupComponent::ScCheckPrerequisites (f:\titanium\admin\src\udog\bo\comboifaces.cxx:1598)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06]  CComExchSetupComponent::ScCheckPrerequisites (f:\titanium\admin\src\udog\bo\comboifaces.cxx:1598)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06] === IGNORING PREVIOUS ERRORS === HrSetProblemOnInstallAction, while calling ScCheckPrerequisites (f:\titanium\admin\src\udog\bo\comboifaces.cxx:1399)
               Der Vorgang wurde erfolgreich beendet.
    [09:33:06] Ein Fehler ist beim Überprüfen der Voraussetzungen für die Komponente "Microsoft Exchange" durch Setup aufgetreten:
    0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:14]  CComBOIFacesFactory::QueryInterface (f:\titanium\admin\src\udog\bo\bofactory.cxx:54)
    I did search for:
    - Error code 0X80072030 (8240)
    - ScPRQ_ServerIsNotRUSResponsibleServerInTheNonEmptyOrg
    Nothing so far. In case some more information is needed just let me know.
    Any help would be greatly appreciated as I absolutely don't know how to remove my Exchange 2003. Manual removal is not an option.
    Alex

    I kept on searching and found something else:
    http://www.outlookforums.com/threads/33038-cannot-uninstall-Exchange-2000
    It says that the following groups need to be resided in the AD's default "Users" organizational unit:
    - Exchange Domain Servers
    - Exchange Enterprise Servers
    - Exchange Services Group
    Unfortunately I cannot find the "Exchange Services Group". Does that have something to do with my problem?
    Furthermore I found out that the Exchange 2003 has been originally installed with SBS 2003 back in time. The SBS 2003 has then be migrated to a regular Windows Server 2003 infrastructure with 2 DCs. But there still is a load of stuff reminiscent of SBS
    2003 within the AD.
    Then I dug deeper into my AD using ADSIEdit. I found another attribute homeMTA that is pointing to a corresponding Exchange server. After adjusting my aforementioned VBS script a was able to look into that attribute as well. I found 2 users pointing to my old
    Exchange server within their homeMTA attribute.
    Furthermore I saw that when trying to uninstall Exchange 2003 there is no path to my installation anymore. It's empty:
    Another issue?
    Regards
    Alex

  • Using the WLS 7.0 default realm can users/groups be added/deleted within a web app?

    If I use the default realm provided in WebLogic Server 7.0,
    is it possible for me to programatically add/delete users/groups
    from within a web application? Is there an API I can use to
    add/delete users/groups from the embedded LDAP server? Or can
    you only add/delete users/groups using the WebLogic Admin Console?

    Tom,
    The below is the program for creating a new user:
    import weblogic.management.MBeanHome;
    import weblogic.management.configuration.DomainMBean;
    import weblogic.management.configuration.SecurityConfigurationMBean;
    import weblogic.management.security.RealmMBean;
    import
    weblogic.management.security.authentication.AuthenticationProviderMBean;
    import weblogic.management.security.authentication.UserEditorMBean;
    import weblogic.management.security.authentication.GroupEditorMBean;
    import weblogic.management.utils.InvalidParameterException;
    import weblogic.management.utils.AlreadyExistsException;
    import weblogic.servlet.security.ServletAuthentication;
    import javax.naming.NamingException;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    MBeanHome mbh;
    try{
    Hashtable env = new Hashtable();
    env.put( Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory" );
    // use administrator account in order to create a user
    env.put( Context.SECURITY_PRINCIPAL, "system" );
    env.put( Context.SECURITY_CREDENTIALS, "weblogic" );
    Context ctx = new InitialContext( env );
    mbh = (MBeanHome)ctx.lookup( "weblogic.management.home.localhome" );
    catch( NamingException e ){
    throw new ServletException( e.toString() );
    DomainMBean dmb = mbh.getActiveDomain();
    SecurityConfigurationMBean scmb = dmb.getSecurityConfiguration();
    RealmMBean rmb = scmb.findDefaultRealm();
    AuthenticationProviderMBean providers[] = rmb.getAuthenticationProviders();
    for( int i = 0; i < providers.length; i++ ){
    if( providers[i] instanceof UserEditorMBean ){
    UserEditorMBean uemb = (UserEditorMBean)providers;
    uemb.createUser( username, password, "dynamically created user" );
    hope this helps,
    Koji
    "Tom" <[email protected]> wrote in message
    news:[email protected]...
    >
    If I use the default realm provided in WebLogic Server 7.0,
    is it possible for me to programatically add/delete users/groups
    from within a web application? Is there an API I can use to
    add/delete users/groups from the embedded LDAP server? Or can
    you only add/delete users/groups using the WebLogic Admin Console?

  • Just upgraded to Yosemite 10.10.2 on my iMac 24 inch and now my Suddenlink POP email account won't accept messages. The message says unable to receive Mail and the warning says: Mail cannot send your password securely to the server. You can remove th

    Yesterday I uploaded Yosemite 10.10.2 thinking it was fixed by now. In Mail, my POP account gets this error message: Mail cannot send your password securely to the server. You can remove this restriction in the Accounts preferences by setting “Allow insecure authentication”, which could put your password at risk.
    My provider says it's an Apple issue. The gmail accounts are logging in fine. Any help? Something simple?
    Thanks anyone.

    Thanks Csound1. That did work and Mail was able to connect to the internet. Green light status. Is it because of my provider that I may never have had secure connections? Is that an Apple thing or do PCs have the same issues? Appreciate your help. I'll research insecure connections as I am ignorant of the consequences.

Maybe you are looking for

  • Converting a PDF file to Word format issue

    I am using Adobe Reader XI 11.0.09 with the paid side bar to convert the pdf file to an editable Word 2007 format. The problem is that the formatting after conversion is really bad and getting worse, example of the most recient: "I n  a cont ingent c

  • Acrobat 9.4 takes 10 seconds for every action

    I'm new to the Mac platform, recently bought a 27" iMac running Snow Leopard 10.6.4. (2.8 GHz i%, 4GB 1333 MHz DDR3) I've had CS5 running quite happily for a few weeks, including Acrobat 9.4. Over the last few days Acrobat started this odd behaviour

  • Working on Views

    Hi all, I have a question, is it possible to create a view from combining two other views? What would be the correct query for it? CREATE VIEW View3 AS  SELECT View1, View2 FROM View1, View2;

  • Regexp

    Hi, I am working on oracle 11g. I have a question regarding regular expression. I need to get a string which is between > and % characters, some time > and % characters could be missing. Please see some examples below. BROSSEAU<JERMAINE%KAYLA (this s

  • Which display driver package do I need for Nvidia Quadro NVS 110m?

    Hi there, I'm new to (Arch) Linux and was wondering which display driver package I need. I have a Dell Latitude D620 with a "nvidia quadro nvs 110m". In the Arch Linux beginners guide it says: 1. nvidia-96xx slightly newer cards up to the GF 4. 2. nv