Moble me domain issue

Hi Folks:
I've got a weird issue. My iWeb publishes to a domain name, and that works fine, however, the domain name that defaults to my mobile me account is http://www.ebracco.com, which is not mine and I've never heard of it. I can't publish to it, and can't see a way to get rid of it either though the me.com interface, or the iweb interface.
The site publishes where it supposed to, however, I can't "view" the pages from inside iWeb without going to http://www.ebracco.com...
Any one else have the same problem?
Thanks!
Artem

If I understand you correctly when you click the "Visit" button in iWeb it takes you to http://www.ebracco.com/ which is not your web address and the site displayed here is not your website. Is that correct?
If that is the case then try the following:
Reset your browser and visit again. (In Safari go to Safari > Reset Safari)
Ensure all your software is up to date (Apple Menu > Software Update).
Go to www.com.com and make sure this domain name is not on your account.
Remove the following to the trash and restart the computer:
Home > Library > Caches (I remove the whole folder. It will be re-generated upon restart.)
Home > Library > Preferences > com.apple.iWeb (There may be more than one. Remove them all.)
Launch iWeb.
Click on your site on the left.
Click on File > Publish Entire Site.
Hope that helps.

Similar Messages

  • Creation of domain issues - migration from weblogic 10.3.0 to 10.3.5 versio

    Hello,
    i would like to kindly ask for a help with following issue:
    Basically we are migrating from the 10.3.0 to the 10.3.5 version. We are building the domain using the template in "silent mode". And when i try to create the domain with new weblogic 10.3.5 im getting some errors.
    The command to run the creation of the domain is following:
    ${WL_HOME}/common/bin/config.sh -mode=silent -silent_script=${SILENT_SCRIPT} -log=${WLLOGFILE} >> ${LOGFILE} 2>&1
    returnCode=$?
    SILENT_SCRIPT contains following commands:
    read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar";
    write domain to "/local/wg372/BM/appl/BmDomain";
    set OverwriteDomain "true";
    close template;
    When i setup new env(solaris) with weblogic 10.3.5 im getting following error when the silent_script command (*write domain to "/local/wg372/BM/appl/BmDomain";*) is executed:
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar"
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - write Domain to "/local/wg372/BM/appl/BmDomain"
    2011-07-18 16:53:00,505 ERROR [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - There was an error executing the script: /local/wg372/BM/appl/installer/silent_script
    java.lang.NullPointerException
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.buildSecurityInfo(SecurityGenerateLDIFT.java:460)
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.<init>(SecurityGenerateLDIFT.java:119)
         at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:718)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:573)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:429)
         at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
         at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:35)
         at com.oracle.cie.wizard.domain.helpers.Executor.runSilentScript(Executor.java:68)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:551)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:335)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    In Windows env im getting following error:
    create.domain:
    [exec] -mode="silent" -silent_script=J:/_dev/build/installer/silent_script
    [exec] << read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] >> succeed: read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] << write Domain to "J:/_dev/build/BmDomain"
    [exec] CFGFWK-60550: Script execution aborted. The script may contain an error.
    [exec] null
    CFGFWK-60550: - doc says
    CFGFWK-60550: Script execution aborted. The script may contain an error.
    Cause:
    Action:
    Level: 1
    Type: ERROR
    Impact: Configuration
    I tried to google for this issue, look into the weblogic documentation but with no luck.
    So i would like to kindly ask, if anyone of you perhaps could give me a hint/advise with this problem.
    Thanks in advance.

    Hi,
    thanks for the reply but im not sure if we are talking about the same thing. What i need is to upgrade the weblogic "DOMAIN" not the weblogic installation itself.
    Anyway,
    after some googling and testing im again stucked with another issue:
    1. First i have created the old doman (10.3.0)
    2. Then i have tested the domain with the new weblogic version 10.3.5 - as it should be (and is) compatible within those 2 versions
    ---> worked fine
    3. Then via offline WLST(of weblogic 10.3.5) i have managed to create new template with command writeTemplate(nameOfTemplate.jar)
    4. But when i try to create the new domain with the new template via WLST(of weblogic 10.3.5) im again stucked (im able to read the template in wlst but not able to writeDomain ) - error:
    wls:/offline> readTemplate('/home/wg372/tmp/new_template.jar')
    wls:/offline/BmDomain>writeDomain('/home/wg372/tmp/new_domain')
    Error: writeDomain() failed. Do dumpStack() to see details.
    wls:/offline/BmDomain>dumpStack()
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:803)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.writeDomain$15(/var/tmp/WLSTOfflineIni6651397525640719781.py:71)
    at org.python.pycode._pyx3.call_function(/var/tmp/WLSTOfflineIni6651397525640719781.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx24.f$0(<console>:1)
    at org.python.pycode._pyx24.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:757)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:795)
    ... 29 more
    I tried to have a look around for the "The application location must have write permission." problem but again with no luck.
    Furthemore when i try to do the same with old domain template, with old version of WLST (of weblogic 10.3.0), i have no problems with creating of the domain.
    Any ideas?
    Ill keep you updated :-)

  • SharePoint 2013 multi App domain issues

    Hello,
    All urls on purpose have a space character, this is because the forum didn't let me enter URLs.
    We have a problem with the new feature of SharePoint 2013 March PU “New-SPWebApplicationAppDomain”.
    We are implementing this feature for a client in Windows Azure. This lead to several technical issues to overcome and in previous LAB tests it seems that we have overcome these problems, using named binding instead of wildcard, and SNI.
    Goal:
    1 Webapplication with three zones:
    Default zone: https: //portal-ntlm.contoso.com
    Intranet zone: https: //portal-adfs.contoso.com
    Extranet zone: https: //portal-fba.contoso.com
    Default zone in NTLM of course is to make Search work.
    With the new feature described in http ://technet.microsoft.com/en-us/library/dn144963.aspx we should be able to get App Domains working on all three (or at least two out of three zones).
    In my LAB (Single server farm, running SP2013 SP1) I currently configured two zones, both NTLM to test the basics.
    Default zone: https: //portal.contoso.com Intranet zone: https: //portal-ta.contoso.com
    I have enabled the feature using these commands:
    $contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $contentService.SupportMultipleAppDomains = $true
    $contentService.Update()
    Iisreset
    Then I do this:
    New-SPWebApplicationAppDomain -AppDomain app1.fabrikam.com -WebApplication https: //portal.contoso.com -zone default -port 443 –SecureSocketsLayer       (This command works)
    and then:
    New-SPWebApplicationAppDomain -AppDomain app2.fabrikam.com -WebApplication https: //portal-ta.contoso.com -zone intranet -port 443 –SecureSocketsLayer   (This one doesn’t)
    Then we get this powershell error in RED:
    New-SPWebApplicationAppDomain : The IIS Web Site you have selected is in use
    by SharePoint.  You must select another port or hostname.
    At line:1 char:1
    + New-SPWebApplicationAppDomain -AppDomain apps2-ta.talentenik.nl
    -WebApplication  ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidData: (Microsoft.Share...cationAppDomain:
       SPCmdletNewWebApplicationAppDomain) [New-SPWebApplicationAppDomain], Argum
      entException
        + FullyQualifiedErrorId : Microsoft.SharePoint.Administration.SPAppCmdlets
       .SPCmdletNewWebApplicationAppDomain
    Extra info:
    I have tried using a single IP, multi IP, remove current IIS Binding, add the binding already etc. Nothing seems to work.
    When I change the PORT number of the second command to anything else it binds to the expected IIS Site but on the wrong port nr.
    The most strange thing also: I have a working set of VMs that actually works. I created a snapshot of the working situation. Reverted back to the before snapshot and tried to replay my steps but I keep running into issues when I try to add the second app-domain.
    Can anyone help me set this up.
    Thx
    Stefan Peters
                       

    I was in the same situation with my on-premises environment. I did a little bit more investigation and checked the code behind New-SPWebApplicationAppDomain. I wrote a full article about this issue
    http://www.vioreliftode.com/index.php/new-spwebapplicationappdomain-the-iis-web-site-you-have-selected-is-in-use-by-sharepoint-you-must-select-another-port-or-hostname/
    I also provided a way to bypass the limitation and be able to reuse the 80 and 443 ports for multiple app domains.

  • Windows 8.1 Pro join to domain issues....

    We bought some Windows 8.1 laptops and purchased the upgrade to the Pro version.  When I attempt to join the laptops to the domain, it prompts me for domain credentials, I enter them, and I get an error....
          Changing the Primary Domain DNS name of this computer to "mydomain.com" failed.
          The name will remain "mydomain.com".  The error was:
          The specified domain either does not exist or could not be contacted.
    Of course, the domain DOES exist and we have plenty of Windows 7 workstations signed into it just fine.  I hit OK then login to the laptop using a domain account.  At this point, I get an error telling me that no logon servers are available to authenticate.
    This is a Windows 2008 domain controlled environment.  Everything works fine otherwise for the Windows 7 systems, only these Windows 8.1 systems are having any issues.  The new laptops are even showing up in DNS on the domain controller.
    Any ideas what I might be missing?  Is there something special about joining Windows 8.1 Pro systems to a domain?

    OK; took a couple of more days than planned to get back on site.  We're continuing to do testing, but here's the IPConfig /ALL that was requested.  10.0.0.1 is the gateway, 10.0.0.10 is the DC.  The laptop is "Me-L" and the domain is "mydomain.com".
     The below was pulled after getting IP information assigned via DHCP.  The laptop is not joined to the domain at the moment and login is a local account.
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : Me-L
       Primary Dns Suffix  . . . . . . . : mydomain.com
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : mydomain.com
    Wireless LAN adapter Local Area Connection* 3:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
       Physical Address. . . . . . . . . : A0-88-69-46-A4-CF
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Ethernet adapter Bluetooth Network Connection:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
       Physical Address. . . . . . . . . : A0-88-69-46-A4-D2
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . : mydomain.com
       Description . . . . . . . . . . . : Realtek PCIe FE Family Controller
       Physical Address. . . . . . . . . : EC-F4-BB-9C-36-56
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.0.0.108(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Thursday, August 21, 2014 11:29:52 AM
       Lease Expires . . . . . . . . . . : Wednesday, August 27, 2014 11:29:50 AM
       Default Gateway . . . . . . . . . : 10.0.0.1
       DHCP Server . . . . . . . . . . . : 10.0.0.10
       DNS Servers . . . . . . . . . . . : 10.0.0.10
                                           10.0.0.10
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Wireless LAN adapter Wi-Fi:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) Dual Band Wireless-AC 3160
       Physical Address. . . . . . . . . : A0-88-69-46-A4-CE
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes

  • Apply network settings join domain issues

    I create a default task sequence in CM 2012 R2. On the apply network settings there is the option to join the domain. If I select to join to the domain, there is an account to set.  I set the account and test the account (test button right there) and
    the test to ad succeeds.
    I then apply and close the task sequence.  if you go back into the task sequence, and check the account to join domain, the password is now much longer than the original (only dots shown of course) and if I click test, the test FAILS.
    I am not sure if that is the expected behavior or the root of my issue. 
    My issue is my machines are failing to join the domain.  Under Windows\Pather\UnattendGC, I see a log file with the error, failed to join domain, error code 5 (something like that).  When I look up that error, I see it means access denied. 
    Any ideas?

    The task sequence will never show the correct length of the password for security reasons, so that's the expected behavior.
    Could you share what permissions you've given that account?
    These are the permissions that I use:
    Scope: This Object and all descendant objects
    - Create Computer Objects
    - Delete Computer Objects
    Scope: Descendant Computer Objects
    - Read All Properties
    - Write All Properties
    - Read Permissions
    - Modify Permissions
    - Change Password
    - Reset Password
    - Validated write to DNS host name
    - Validated write to services principal name
    This will work for every kind of deployment scenario that you may have to use the account in.
    Regards,
    Nickolaj Andersen | www.scconfigmgr.com | @Nickolaja

  • WLC 802.11a/n Radio Regulatory Domain Issue

    Dear All
    We are facing an issue with a customer where a Cisco 4400 Series controller is blocking the 802.11a/n Radio Interface of a 1250 AP. The radio shows as down on the controller GUI. The error message on the GUI is that the 'Regulatory Domain' is not supported. This can be seen from the attached screenshot. Also relevant parts of the WLC configs are attached.
    WLC: Cisco 4402  Wireless
    WLC Country: SA
    Device: Cisco Lightweight Access Point 1250 (LAP) is controlled through the 4402 Cisco Wireless LAN Controller (WLC)
    The operating system version of the LAP: c1250-k9w8-mx.124-18a.JA version of the WLC: Software Version 5.2.178.0
    The problem is that the controller shows that the 802.11a/n Radio Interface in Radio Slot # 1 is always down ,  the customer tried to manually 'no shut' the AP interface from the console and it worked , but obviously this solution would not work as the configuration cannot be saved (LW AP).
    Any help or pointers would be greatly appreciated.
    Regards
    Farrukh

    Hello
    This is sort of like a testbed setup, so can you tell me which country/reg domain I can set on my controller in order to make our access point work. There is only one AP connected to this controller.
    LAP:  AIR-AP1252AG-N-K9
    Also as per the guide, we can configure the country on a per-AP basis, would this be a viable option?
    http://www.cisco.com/en/US/docs/wireless/controller/5.2/configuration/guide/c52lwap.html#wp1147805
    Regards
    Farrukh
    P.S I think South Africa is ZA

  • IChat domain issue

    I am having an issue with iChat where I can't clients to login with (username)@(domain name) when the user name is a Open Directory user account. It works fine if local account. I can get Open Dir user to login if I use a fqdn (ichat.domain name.org). I do have the domain name listed in the Host Domain's list via Server Admin tool. DNS is hosted internally off the server and Externally by a hosting provider. Seeing that the local account works just fine externally and internally, I wondering if there is something other than DNS that is causing the issue. The only error I is: ODKVerifyClientRequestFixed: Unable to authenticate.
    I have search the forum and not been able to find anyone having this kind of issue. Does anyone have any ideas what could cause this issue?

    Hi,
    The problem is DNS related. You need to log in with a FQDN.
    [This |http://discussions.apple.com/thread.jspa?threadID=2298811&tstart=-1] is probably the most extensive thread that talks about the problem.
    If you still need help after reading that - please post real details from *sudo serveradmin settings jabber*, and *sudo changeip -checkhostname*
    Tim

  • Tuxedo domain issue

    There is a very strange case here in my application. The GWTDOMAIN always terminated
    abnormally and restarted again. I checked the core dump file it generated and
    it showed me that it happened in '_tmrunserver()'. I do not know why.

    Folks,
    Hello. I am confusing !
    There are 3 options ( sysdba, sysoper and sysasm ) for the command SQLPLUS.
    Let me explain the commands one by one as below:
    First, the command  $./sqlplus AccessId/myPwd cannot connect with SQL> and then we cannot start up Database Instance HRCS90 !
    Second, I run sysdba option in the following order:
    $./sqlplus AccessId/myPwd as sysdba
    SQL>startup
    SQL>@/opt/PT8.53/scripts/rel853.sql
    SQL> select OPERPSDWSALT from AccessId.PSOPRDEFN;
    Its output: OPERPSWDSALT: invalid identifier. I have checked the field is not created into table PSOPRDEFN.
    Third, I run sysoper option in the following order:
    SQL>shutdown immediate;
    SQL>exit
    $./sqlplus AccessId/myPwd as sysoper
    SQL>startup
    SQL>@/opt/PT8.53/scripts/rel853.sql
    When run rel853.sql, I saw many insufficient priviledges regarding Create Tables.
    SQL> select OPERPSWDSALT from AccessId.PSOPRDEFN;
    Its output: OPERPSWDSALT : invalid identifier. This error is the same with option sysdba.
    Fourth, I run sysasm option as below:
    SQL>shutdown immediate;
    SQL>exit
    $./sqlplus AccessId/myPwd as sysasm
    It returns: Logon denied.
    As we see above, I have tried 3 options(sysdba, sysoper, sysasm) to run the command sqlplus AccessId/myPwd but the result of script rel853.sql  is not right.
    My question is:
    Can any folk tell me the correct order and commands to run the script rel853.sql ?
    Thanks.
    Folks,
    Hello. All of the above 3 options are wrong. I have done below:
    $./sqlplus / as sysdba
    SQL>show user;
    USER is "SYS"
    SQL>startup
    SQL>connect AccessId/myPwd
    SQL>show USER;
    USER is "AccessId"
    SQL>@/opt/PT8.53/scripts/rel853.sql
    Script completed.
    Application Designer login into Database HRCS90 successfully now.
    Tuxedo Application Server boot domain HRCS90 with 8 processes started.
    The issue is solved. Thank you all very much.

  • Weird domain issue...

    So I had issues (who doesn't?) setting up my domain with GoDaddy but in the end with the help of some of you great people here I finally was able to. I know it worked this week, I had a co-worker visit the site using that addy. However, suddenly today I can't get to my site via the address I set up for it... that being this:
    http://halcyon7.com/
    Now I have noticed when I click on the "visit" tab in iWeb it takes me to this:
    http://www.halcyon7.com/halcyon7/Home.html
    Which is where it took me before. But I used to be able to access it from the first address as well, it just, what's the word, redirected me to the second address.
    So I don't know what to do. I have looked (but not touched) at the godaddy account settings, but nothing has changed since I set it up and it worked so I find myself at a loss.
    Anyone have any words of wisdom for me?
    Thanks,
    Stephen

    Hi Stephen,
    http://www.halcyon7.com/
    is working fine
    http://halcyon7.com/
    isn't
    So the questions would be:
    - How can I have them to work both?
    - Do I have to submit to .Mac halcyon.com rather than www.halycyon.com?
    - Do I have to contact godaddy?
    (sorry no answers as I don't have .Mac but maybe the questions will help to go further)
    Regards,
    Cédric
    Toooooo late....
    Message was edited by: Akdream

  • Safari back in top form Domain issue resolved

    Safari appears to be back in top form. Domain forwarding issue appears
    to be resloved.

    A solution at last, but not a clean one.....
    Whoo, in the few minutes since my post all those additional letters have now disappeared too
    Somethings happening around here.....
    ....now will we ever find out WHAT happened???

  • Log onto domain issue

    hello all
    as i start my computer and get to login screen, it appears that my domain account isn't always available
    i cannot login using domain\username as the only option i have is to type an email address.
    rebooting the computer several times makes the login eventually appear, but it's painful and inconsistent.
    did anyone come across this issue? any workaround or fixes?

    Hi tiita79,
    Apologize for the late reply.
    What is your current situation?
    The domain logon works at my side, Window 10 Technical Preview 9879, domain joined.
    If you couldn't access the User Account list through the Back button on the logon screen, you may take a try to add a key under the following registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    Then right click on ProfileList, choose New, select key, name it to .DEFAULT.
    After that, close the registry editor, and log off, this time you will see the
    last logged on User account and the other user option.
    Hope the above would be helpful.
    One more thing, please take use of Windows Feedback Tool to submit what you have encountered.
    Best regards
    Michael Shao
    TechNet Community Support

  • OS X 10.6.4 & AD Domain Issues

    I have a Macbook Pro with OS X 10.6.4 that is joined to an AD domain. However, I cannot login to the domain on this Macbook. At the login screen, the status light is green, but I still cannot login.
    With my previous experiences with Macs, our network uses OD on our xserve to communicate with our AD domain. However, this new Macbook hardware is already joined to the domain, but cannot login any AD accounts.
    Where should I start?
    The AD domain that I am trying to bind the Macbook to is not a FQDN. It is a .local domain name and I fear that may be my issue with 10.6.4
    Any and all help would be appreciated. I have looked at this article:
    http://support.apple.com/kb/TS2250?viewlocale=en_US
    and I am uncertain if this could be the issue as well.
    Thanks,
    Andy H

    Thanks for the info. I've just trashed Safari and reinstalled it, fixed permissions and rebooted and I'm having the same problem.
    The problem also exists still in Quicktime so I reinstalled iTunes and no diff.
    I then tried creating a new user account and logging in but the problem persists...
    I also checked to see if the file / command is located @ /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation and it seems to be there, so not sure why it can't be referenced...
    Any other ideas?

  • Go Daddy Position on Domain Issue

    I received this email from Go Daddy vis a vis the domain forwarding issue:
    Q: What is the deal w/Safari Browsers and Forwarded Domains?
    A: Safari made an update last week (v2.0.2) that is causing problems with forwarding domain names.
    Some users have been able to get to the forwarded site by clearing the browser cache and trying again.
    We found that using the Apple Network Utilities to ping the domain name will also resolve the problem.
    Currently, there is not a fix available from our end.
    Can someone please comment on this?

    This issue is already addressed in extensive detail in another thread, see
    http://discussions.apple.com/thread.jspa?threadID=244605&tstart=0&start=250

  • Outgoing mail domain issue

    I am getting a below error for one domain.users are sending the mail to this domain are getting softbounce with the error Reason:4.1.0 - unknown address error (451 Temporary local problem- please try later}
    find error in detail in attachment.
    want to clear this error on urgent basis as mails are not receiving to client.kindlyhelp someone on urgent basis.
    I check the host status , it is showing up.also check the grep for domain IP, not showing any error, still the mail are soft bouncing.

    Dear Sir,
    I contact with the destination postmaster and replied the below logs for the issue.
    I just want to verify on which end the problem is present.
    2014-03-13 12:23:30 SMTP connection from (smtp.rblbank.com) [180.179.117.92]:63543 I=[119.18.57.70]:25 closed by QUIT
    2014-03-13 12:24:04 H=(smtp.rblbank.com) [180.179.117.92]:21700 I=[119.18.57.70]:25 sender verify defer for <[email protected]>: host lookup did not complete
    2014-03-13 12:24:04 H=(smtp.rblbank.com) [180.179.117.92]:21700 I=[119.18.57.70]:25 F=<[email protected]> temporarily rejected RCPT <[email protected]>: Could not complete sender verify
    2014-03-13 12:24:09 SMTP connection from (smtp.rblbank.com) [180.179.117.92]:21700 I=[119.18.57.70]:25 closed by QUIT
    2014-03-13 13:13:04 H=(smtp.rblbank.com) [180.179.117.92]:22235 I=[119.18.57.70]:25 sender verify defer for <[email protected]>: host lookup did not complete
    2014-03-13 13:13:04 H=(smtp.rblbank.com) [180.179.117.92]:22235 I=[119.18.57.70]:25 F=<[email protected]> temporarily rejected RCPT <[email protected]>: Could not complete sender verify
    2014-03-13 13:13:04 H=(smtp.rblbank.com) [180.179.117.92]:22235 I=[119.18.57.70]:25 sender verify defer for <[email protected]>: host lookup did not complete
    2014-03-13 13:13:04 H=(smtp.rblbank.com) [180.179.117.92]:22235 I=[119.18.57.70]:25 F=<[email protected]> temporarily rejected RCPT <[email protected]>: Could not complete sender verify
    2014-03-13 13:13:04 H=(smtp.rblbank.com) [180.179.117.92]:22235 I=[119.18.57.70]:25 F=<[email protected]> temporarily rejected RCPT <[email protected]>: Could not complete sender verify
    2014-03-13 13:13:04 H=(smtp.rblbank.com) [180.179.117.92]:22235 I=[119.18.57.70]:25 sender verify defer for <[email protected]>: host lookup did not complete
    Regards,
    Wajid

  • Joined to domain issues?

    Has anyone else had this issue. I installed Windows 10 9926 as a hyper-v VM. Everything worked on it, the Start button and the cortana search bar. Once I joined it to the domain and rebooted the start menu doesn't work or the search bar next to the start
    button. When I click the start button nothing happens, as well as on the search bar. Anybody else experience this. I also have the update installed.

    Hi Anthony,
    Please note the findings below:
    1. I was checking the Lync Client configuration on one of the PC that is not joined to the domain, still on the domain network via site to site VPN connection. I noticed that the Connected Lync Server varies: sipinternal.domain.com, sipexternal.domain.com,
    lync.domain.com (Pointing to the Edge Server IP).  
    2. Edge Server External Settings: Single IP address with the FQDN set to lync.domain.com for all 3 services and the following ports configured. Access Edge Service: 5061, Web Conferencing Edge Service: 444, A/V Edge Service: 443 with NAT enabled public
    IPv4 address. I have checked the replication status between the Front End and Edge Server, it is up to date.
    3. In regard to the https://lyncdiscover.domain.com, I don't have the lyncdiscover.domain.com published, but it is pointing to the NAT enabled public IPv4 address which is assigned for A/V Edge Services.
    4. For the port forwarding, I am using the Cisco Meraki router. 
    Please advise if there are there is something that I am missing.
    Thanks!

Maybe you are looking for