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

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

  • Ichat server issue

    I got a macbook and everything works great except ichat. I can't for the life of me figure out how to get it to run aim, and the aim i downloaded for the mac just isn't cutting it, cause it has too many errors.
    When I try to log in to aim on ichat, it says "account name or server is not valid" so I'm pretty sure this is just an issue of me not having the server configured correctly but I'm not sure how to do that either.
    So if you could help that'd be great, cause I really miss having aim.

    Hi TallieCrocker,
    Welcome to the Apple Discussions
    Start with this FAQ http://discussions.apple.com/thread.jspa?threadID=121885
    10:53 PM Sunday; July 15, 2007

  • 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

  • IChat / Keychain issue

    After the most recent updated to 10.6.3, my iChat would continually prompt for my password for AIM/GoogleTalk each time I opened iChat and/or tried to connect. Even though I had selected that I wanted the password to be saved, I was still prompted each time I connected.
    After reading on another board about similar issues, I decided that the iChat code must have been corrupted. Following the instructions on that thread, I did the following:
    Unstalled iChat
    Re-installed iChat from Snow Leopard installation DVD
    Downloaded 10.6.2 Combo Update
    In attempting to install the combo update, I was advised the it was not possible as my current drive was not compatible (which makes sense given that I'm on 10.6.3). However, each time I attempt to open iChat now, the application crashes.
    HELP!
    How can I get iChat to function again (even if it means having to enter my password each time for each service)?

    Update:
    Apparently, Apple likes to hide its 10.6.3 v1.1 update. I'm downloading and installing now. I have a feeling this will resolve the issue with iChat crashing.

  • 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 Video issues after update

    Hello, this is my first post so apologies if i mess anything up. My iChat has suddenly lost video chat capabilities. After perusing the forums i was unable to find a solution to my problem so i'm hopeful that someone can help me out. So far what i've been able to determine is that its saying "This computer does not support video chats" and "Slow Network" I found this odd since i had been using video chats just 24 hours earlier. I still have audio chat capabilities though. I did install a new update on my mac in that time so i didn't know if that was the cause of the issues. I am now running iChat 5.0.3 (745) and OS X 10.6.7. I have checked my download and upload speed. DL= 25.15 Mbps and UL=11.94 Mbps which i've gleaned should be more than enough. If anyone has any idea's why this is happening or how to fix it i'd welcome them.

    Hi,
    At iChat Launch it will check the hardware configuration and what Internet speed is available.
    The speed is written to the com.apple.ichat.plist and is used as the basis for all iChat version after that (During the time iChat is still Open)
    Starting up iChat whilst the computer is doing a download will effect this.
    Same if another computer on the same router is using the internet heavily (Consider On-line games on Game Consoles).
    Also getting iChat to Launch On Login to the Mac may get the app to start faster than it can Establish an Internet Connection (waking form sleep is prone to this) but maybe influenced by other apps starting and using the 'Net for Update checks.
    Upload speed is the crucial one.
    This should not be below 128kbps ("Real World" consider 256kbps)
    A restart of iChat will most likely sort this.
    If it persists delete com.apple.ichat.plist form your Home Folder/Library/Preferences (Drag to Trash)
    Restart iChat after this and the .plist will be recreated from defaults.
    This will mean that all your changes to anything but the accounts section of the iChat Preferences will be back to Defaults (Saved Transcripts, Font, Colour IM Colour etc.)
    10:19 PM Monday; April 11, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • 10.6.2 still hasn't solved iChat video issues

    I was hoping the 10.6.2 update would help iChat to work as it should but video pixellation remains as well as audio distortion. It's disappointing that Apple can't get the basics right.

    Hi!
    I´m having the exact same issue since I´ve upgraded to SL. I even upgraded from a first gen macbook air to Macbook Pro to getter performace. Instead I ended up with a iChat that pixelates and audio is totally chopped, almost useless.
    I have never had any issues with this before.
    I did the speed test and I had.
    6mbit Up
    5.4 mbit down.
    ping 5ms
    I hope apple take this seriously and release a fix for it.
    //Johan

  • 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.

  • 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???

  • IChat 4 issues but i really need answers, please help

    iChat in leopard works fine except when i send/receive a video chat my camera tuns on (green light), yet no window appears and i am left puzzled and only way to cancel is to quit ichat. I am left trying to guess who sent me the video chat invitation and when i ask them they are still waiting for me to accept. *Also i have 10.4.11 on same computer and video chat works fine there which leads me to believe that it's not a networking issue. Please give me some ideas....

    Hi frocky29,
    Welcome to the  Discussion Pages
    Typing in capitals is regarded as shouting in these Discussions.
    There are various Chatter lists in this section http://www.ralphjohns.co.uk/page5.html#_info
    There are two table or Auto-responding Screen names supplied by Apple and Real People on this page for Vido or Audio Only testing
    http://www.ralphjohns.co.uk/ContactTesters.html
    I may receive some form of compensation, financial or otherwise, from my link to my website.
    10:39 AM Saturday; March 22, 2008

Maybe you are looking for