Configuring Active Directory with 11g and Windows Server 2003 R2

Hi people,
I'm spending some happy hours to setting up the windows domain authentication in a 2003 sever realm.
When I try to register the database in the realm (logged as total-administrator-user of domain), NETCA give me an unexpected "no message" error...
someone can help a martyr?
I saw in the event viewer this error message about ldap:
The Security System detected an authentication error for the server ldap/DbOraWin.mydomain.local.
The failure code from authentication protocol Kerberos was "There are currently no logon servers available to service the logon request.
(0xc000005e)".
Thanks all
Claudio

There are news!!
After some verifications on LDAP/AD server, now I can see something in tracelog's DBCA:
[main] [17:7:24:299] [NativeSystem.<init>:277] NullSecurityManager is set for Native System calls
[main] [17:7:24:299] [Library.getInstance:106] Created instance of Library.
[main] [17:7:24:299] [Library.load:206] Loading orauts.dll...
[main] [17:7:24:299] [Library.load:212] oracleHome null
[main] [17:7:24:299] [Library.load:227] Property oracle.installer.library_loc is set to value=E:\app\oracle\product\11.1.0\db_1\oui\lib\win32
[main] [17:7:24:299] [Library.load:229] Loading library E:\app\oracle\product\11.1.0\db_1\oui\lib\win32\orauts.dll
[main] [17:7:24:299] [Library.load:262] Loaded library E:\app\oracle\product\11.1.0\db_1\oui\lib\win32\orauts.dll from path=
E:\app\oracle\product\11.1.0\db_1\oui\lib\win32
[main] [17:7:24:299] [Library.load:206] Loading MSVCR71.dll...
[main] [17:7:24:299] [Library.load:212] oracleHome null
[main] [17:7:24:299] [Library.load:227] Property oracle.installer.library_loc is set to value=E:\app\oracle\product\11.1.0\db_1\oui\lib\win32
[main] [17:7:24:299] [Library.load:229] Loading library E:\app\oracle\product\11.1.0\db_1\oui\lib\win32\MSVCR71.dll
[main] [17:7:24:299] [Library.load:262] Loaded library E:\app\oracle\product\11.1.0\db_1\oui\lib\win32\MSVCR71.dll from path=
E:\app\oracle\product\11.1.0\db_1\oui\lib\win32
[main] [17:7:24:299] [Library.load:206] Loading orawsec11.dll...
[main] [17:7:24:299] [Library.load:212] oracleHome null
[main] [17:7:24:299] [Library.load:227] Property oracle.installer.library_loc is set to value=E:\app\oracle\product\11.1.0\db_1\oui\lib\win32
[main] [17:7:24:299] [Library.load:229] Loading library E:\app\oracle\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll
[main] [17:7:24:299] [Library.load:262] Loaded library E:\app\oracle\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll from path=
E:\app\oracle\product\11.1.0\db_1\oui\lib\win32
[main] [17:7:24:299] [Library.load:206] Loading orasrvm11.dll...
[main] [17:7:24:299] [Library.load:212] oracleHome null
[main] [17:7:24:315] [Library.load:227] Property oracle.installer.library_loc is set to value=E:\app\oracle\product\11.1.0\db_1\oui\lib\win32
[main] [17:7:24:315] [Library.load:229] Loading library E:\app\oracle\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll
[main] [17:7:24:315] [Library.load:262] Loaded library E:\app\oracle\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll from path=
E:\app\oracle\product\11.1.0\db_1\oui\lib\win32
[main] [17:7:24:315] [Version.isPre10i:213] isPre10i.java: Returning FALSE
[main] [17:7:24:315] [WindowsSystem.regKeyExists:1137] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
[main] [17:7:24:346] [WindowsSystem.getCSSConfigType:1304] configType=null
[main] [17:7:24:346] [ca.InitialSetup.configureOPS:-1] Cluster mode is OFF
[main] [17:7:24:346] [ca.InitialSetup.<init>:-1] TNS_ADMIN is: null
[main] [17:7:24:346] [ca.InitialSetup.<init>:-1] Admin location is: E:\app\oracle\product\11.1.0\db_1\network\admin
Exception occurred during event dispatching:
java.lang.NullPointerException
     at oracle.net.ca.NetCA.returnToIntroPanel(Unknown Source)
     at oracle.net.ca.NetCA.deferLDAPConfig(Unknown Source)
     at oracle.net.ca.NetCA.createOrUpdateContext(Unknown Source)
     at oracle.net.ca.NetCA.prepareNextPage(Unknown Source)
     at oracle.net.ca.NetCA.wizardValidatePage(Unknown Source)
     at oracle.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
     at oracle.ewt.wizard.WizardPage.validatePage(Unknown Source)
     at oracle.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
     at oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
     at oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
     at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
     at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
     at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
     at oracle.ewt.button.PushButton.activate(Unknown Source)
     at oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
     at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Component.java:5266)
     at java.awt.Container.processEvent(Container.java:1966)
     at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
     at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mouseReleased(Unknown Source)
     at java.awt.Component.processMouseEvent(Component.java:5501)
     at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Component.java:5266)
     at java.awt.Container.processEvent(Container.java:1966)
     at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Proxy.processEventImpl(Unknown Source)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
     at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Component.java:3968)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1778)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
     at java.awt.Dialog$1.run(Dialog.java:525)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Any suggestion?
Thanks again also for only read this message!
Claudio

Similar Messages

  • How to setup ftp with dreamweaver and windows server 2003

    Does anyone know if there is a tutorial/article on settinp up Dreamweaver cs3 to use Windows server 2003 as an FTP server...
    any assistance would be greatly appreciated...

    I was able to figure out how to setup the ftp connection, connect to my home server, however,whenever i tried to upload the contents of my website to my server, nothing gets uploaded to the site. I tried putting one page at a time, nothing. tried everything, and still no joy. I can see everything on my local server which is a XAMP package, but nothing on my remote server. Do i maybe need to maybe have a WAMP or XAMP on the Windows Server 2003 or that should not matter. This is new to me so i am learning as i go along.
    Another thing, i was able to create a subfolder in my c:\www.ftproot folder, i can see that folder on my local machine, i'm just not seeing the files in that folder when i do my 'put' with my files.

  • Install Active Directory Domain Controller on Windows server 2008 enterprise, dont login on Sql Server 2008 R2

    I install Active Directory Domain Controller on Windows server 2008 enterprise and dont login on Sql Server 2008 R2. Before install ADDC, I have logon SQL Server 2008r2 Success, After when i install ADDC is don't logon on SQL Server 2008r2 -->not success.
    I have uninstalled ADDC but i still can't login on SQL server 2008r2.
    please help me. it  is very very disaster!
    I think is loss account SQL server 2008r2!

    Hello,
    I stronly recommend you post the detail error message to us while you try to connect to SQL Server instance, it's useful for us to do further investigation.
    Microsoft recommends that you do not install SQL Server 2008 R2 on a domain controller, there are some limitations:
    You cannot run SQL Server services on a domain controller under a local service account or a network service account.
    After SQL Server is installed on a computer, you cannot change the computer from a domain member to a domain controller. You must uninstall SQL Server before you change the host computer to a domain controller.
    After SQL Server is installed on a computer, you cannot change the computer from a domain controller to a domain member. You must uninstall SQL Server before you change the host computer to a domain member.
    SQL Server failover cluster instances are not supported where cluster nodes are domain controllers.
    SQL Server Setup cannot create security groups or provision SQL Server service accounts on a read-only domain controller. In this scenario, Setup will fail.
    On Windows Server 2003, SQL Server services can run under a domain account or a local system account.
    So, I would suggest you try to open up Windows Services list and changed the account for SQL Server service.
    Regards,
    Elvis Long
    TechNet Community Support

  • About memory issue during installing Oracle 11g on Windows Server 2003

    Hi, all
    When I installed Oracle 11g on Windows Server 2003 which the server is a virtual server, Oracle only can detect 2G memory.
    But there are 4G memory with my server.
    I want to know if the Oracle 11g's new feature or the virtual server lead the issue.
    Also , I want to get your help to resolve the issue, thanks a lot.

    Let me get this straight:
    You have created some virtual machine using someone's unknown VM software.
    You have installed Windows Server 2003 (perhaps, but not confirmed 32-bit) to that VM.
    You have allocated 4GB of memory to the VM (we guess ... not sure I'm ready to take your word on this)
    You are attempting to install Oracle 11g (presumably 11gR1 32 bit for Windows) in the VM
    And the Oracle (installer?) seems to be reporting that you only have 2GB RAM.
    Since I personally have installed Oracle 11g 32bit for Windows on Windows 2003 server with 4GB RAM and had no issues, I would be investigating the (unknown) VM environment.

  • Error running universall installer using Oracle 11g on Windows server 2003

    Hi,
    I want to uninstall Oracle 11g on Windows server 2003 and when I run universall installer I receive the following error
    Checking swap space: 0 MB available, 500 MB required.
    Please advise how to resolve this error and the procedure to uninstall Oracle 11g on Windows server 2003
    Thanks,
    Ant

    Hi;
    For swap problem, please check:
    Swap space problem on Windows XP
    http://www.pcnineoneone.com/howto/swpfile1.html
    For remove process please check:
    Oracle 11g on Windows Srv 2003
    WIN: Manually Removing all Oracle Components on Microsoft Windows Platforms [ID 124353.1]
    Regard
    Helios

  • Can't get past OCX error when installing ODAC 11g on Windows Server 2003

    I have been trying to install ODAC 11g on Windows Server 2003 and can't get past the OCX error when registering oravsdbgeng11w.dll. I've read every message on this forum even remotely related to this problem and tried every solution offered. I have done a clean install into a new Oracle home, and made sure Instant Client is always included. All service packs and automatic updates have been installed. For what it's worth I have successfully installed ODAC 11g on Windows XP Pro.
    If anyone out there has been able to get this up and running and would care to share the wisdom that would be greatly appreciated.
    Thanks!
    Michael Young
    Latitude Geographics
    Victoria, BC

    Michael, as you already noticed, every time I have seen this issue it has been because ODT was being installed into an Oracle home where no client exists, or perhaps installed into an old oracle home where the client was an old version (eg Oracle10), or the client was broken. Usually though, the user unchecked the instant client checkbox during the ODAC install.
    So you say you checked instant client and you still got the error? That doesn't add up...
    Are you using 32-bit windows? If you are using 64 bit windows be sure to tell us.
    Why don't you try avoiding using instant client at all, in case it is somehow not getting installed properly.
    You can do this as follows:
    1) Under the download links on OTN, go to the database download page.
    2) Download the Oracle Database client 11g for Microsoft Windows
    3) Run this installer and Install ODP.NET 1.x and 2.x into a new Oracle home from this client install, but nothing else. If ODP.NET is not listed there (it has been a long time since I looked at that) than just install a minimal Oracle client install.
    4) Close the installer
    5) Go back and install ODAC and this time choose "Oracle Server" radio button during the install (rather than the client install)
    6) Install ODT and ODP.NET at least and be sure they are being installed into the Oracle home created in the first steps above.
    This will avoid use of Instant Client and will hopefully avoid the OCX error. Let me know if this solves your problem.
    Christian

  • Which VMware support Windows 7 as Host and Windows Server 2003 as Guest OS

    Folks,
    Hello. I need to install PeopleSoft PIA in Windows Server 2003.
    Because my laptop is preinstalled Windows 7 Home Premium Editon and cannot dual boot multiple Operating systems. I have to install VMware in Host Windows 7 and then install Windows Server 2003 as Guest OS for PIA.
    I have installed VMware Server 2.0.2 into Host Windows 7 and Windows Server 2003 as Guest OS. Everything works fine for a while. But VMware Server Home Page https://mylaptop:8333/ui cannot display any more.
    I have found that Windows 7 is not a supported Host Operating System for VMware Server 2 and strange thing might happen anytime. I found that "VMware Player 3" is fully supported Windows 7 as Host OS but is not supported Windows Server 2003 as Guest OS.
    Does any folks know which VMware product support Windows 7 as Host OS and Windows Server 2003 as Guest OS ?
    Many thanks in advance.

    Hi,
    Based on my research, I would like to suggest the following:
    1.   
    Ensure the printer is compatible with Windows 7 and Windows Server 2003 and the drivers are up-to-date.
    2.   
    Try the following method:
    Printers that use ports that do not begin with COM, LPT,
    or USB are not redirected in a remote desktop or a terminal services session
    Hope this helps. Thanks.
    Regards,
    Nicholas Li - MSFT
    That doesn't apply to Windows 7 Machines. I'm having the same problem as Acer_, I have a RDP Session from a Windows 7 Machine to a Windows XP machine and the local printer was available a few days ago but isn't anymore. The drivers are installed on both PC's
    and are compatible with Windows 7.

  • Oracle RAC 11g On Window Server 2003 Installation Step by Step

    Hi all
    I tired searching onlie to get steps of installationg Oracle RAC 11g On Window Server 2003
    I have tow nodes
    EMC storage
    Any body can help please ...
    Thanks in Advance.
    Edited by: MHAIDAR on Jun 15, 2011 1:19 AM

    I tired searching onlie to get steps of installationg Oracle RAC 11g On Window Server 2003check this
    http://www.oracle-base.com/articles/11g/OracleDB11gR1RACInstallationOnWindows2003UsingVMware.php

  • Crystal Reports 9 and Windows Server 2003 sp1/sp2

    Post Author: jnribeyrol
    CA Forum: General
    Hello,
    due to security updates in my company, we have to upgrade from Windows Server 2003 to sp1 or sp2.
    I haven't been able in the support to find out if there was any problem with Report Access Server on these SPs.
    Can somebody help me.
    regards

    CR XI is past it's end of life. You can upgrade to CR XI R2 for free.
    Go to: http://www.sdn.sap.com/irj/boc and download the trial version of CR XI R2 and use your XI keycode, then apply the patches which you can get to by clicking on the BusinessObjects tab above, then Downloads.
    Typically this is due to DEP, search forums for more info on how to configure it as well as your Anti-virus and/or Firewall may be stopping CR from running. You also need full Admin rights to install all components.
    Thank you
    Don

  • Oracle 11g on Windows server 2003

    I've oracle 11g installed on Windows Server 2003.
    I have installed oracle 11g twice, so wasn't sure how to uninstall one version without effecting the other.
    There are a few databases set up, none of which are now working.
    Trying to connect using mysql client, or the oracle11g client results in TNSListener errors:
    'TNSListener does not currently know of service requested in connect descriptor'
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 02-MAR-2009 11:54:42
    Uptime 0 days 3 hr. 30 min. 1 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File c:\apps\oracle\product\11.1.0\db\network\admin\listene
    r.ora
    Listener Log File c:\apps\oracle\diag\tnslsnr\selene\listener\alert\log.
    xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=selene.compsci.cs.tcd.ie)(PORT=1521)
    Services Summary...
    Service "cs.compsci" has 1 instance(s).
    Instance "cs", status READY, has 2 handler(s) for this service...
    Service "cs_XPT.compsci" has 1 instance(s).
    Instance "cs", status READY, has 2 handler(s) for this service...
    The command completed successfully
    Trying to modify the database (using Database Configuration Assistant) results in the error:
    'there is an error in creating the following process: c:\apps\oracle\product\11.1.0\db\bin\sqlplus.exe -S /NOLOG the error is: Error 6 initializing SQL*Plus Messaging file sp1<lang>.msb not found SP2-0750: You may need to set ORACLE_HOME to your oracle software directory'
    If there are forums you would recommend to a completely new oracle sysadmin please let me know.
    Many thanks.

    I recommend you read the '2 Days DBA' manual in order to get a basic understanding. It may be necessary to uninstall the current installation(s), especially the last error message looks like a corrupted environment.
    Werner
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28301/toc.htm
    Edited by: oradba on Mar 2, 2009 7:57 PM

  • Cold fusion 8 and Windows Server 2003 Administrator Login

    I cannot seem to login to my coldfusion (trial version)
    administrator login after installed successfully on my Windows
    Server 2003 with Web Edition Service Pack 2.
    It tries to go here which is correct
    http://127.0.0.1/CFIDE/administrator/index.cfm
    But I get
    Bad Request (Invalid Hostname)
    I attempted to go through IIS through default Web Sites and
    browsed over to
    http://192.168.10.19/CFIDE/administrator/index.cfm
    and I now get a "The page cannot be found" display message.
    Is there anything special I need to do, perhaps in Web
    Service Extentions in IIS or something since I don't see
    "Coldfusion" mentioned anywhere, and I can't seem to find any clear
    instructions on the Adobe site.
    Please help, thanks.

    You should
    configure
    IIS for Coldfusion. Pay particular attention to the section "To
    verify your IIS configuration".

  • Flex and Windows Server 2003 and MSSQL

    Hi everyone,
    I tried to connect to MSSQL using PHP. I did not get any
    error message but the only problem is when I try to test the
    problem, I get this error message. Everything works fine on my
    local computer "developer", but when I try to program and test on
    my Windows Server 2003, I get this error message:
    ReferenceError: Error #1069: Property loginsuccess not found
    on String and there is no default value.
    at index/::checkLogin()
    at index/__login_user_result()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.rpc.http.mxml::HTTPService/
    http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::resultHandler()
    at mx.rpc::Responder/result()
    at mx.rpc::AsyncRequest/acknowledge()
    at ::DirectHTTPMessageResponder/completeHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    Can someone please help me, I really need to figure this out
    for my company.

    a string value is being read checkLogin() when its expecting
    an object with property loginsuccess.
    maybe its a typo or something in your code.
    for example you may have place:
    var.loginsuccess == "loginsuccess";
    in which it should be:
    var == "loginsuccess";

  • Tiger 10.4.4 or 5 and Windows Server 2003 Services For Macintosh unstable??

    We are running these tested Mac clients here:
    macMini 1.5Ghz 10.4.5
    G4 Quicksilver 800Mhz 10.4.4
    G4 Dual Mirror PowerMac 10.4.4
    They mount volumes on these servers:
    Dell Windows Server 2000 (SFM)
    Dell Windows Server 2003 (SFM)
    Xserve G4 OS 10.3.9 Server
    Macs sleep settings are this:
    Computer sleep=1 hour
    Display sleep=1 hour
    Hard drive=sleep
    Symptom:
    When the Mac goes to sleep, the 2 Windows Mac File servers volumes are
    disconnected. Upon wake, the error message stating they were disconnected are waiting.
    The Xserve volume is untouched. This should not be a problem
    since the Windows servers are running Appletalk via IP not
    native Appletalk protocol.
    Comments:
    Might be related to the lookupd bug in Tiger? http://www.macintouch.com/readerreports/macosx1042/topic3108.html
    Here’s the system log from the macMini: (13:47 is when I woke it and manually mounted the volumes)
    Feb 23 09:37:22 M00XXX /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer: ***********************************
    Feb 23 13:14:13 M00XXX kernel[0]: AFPSleepWakeHandler: going to sleep
    Feb 23 13:14:13 M00XXX kernel[0]: AFP_TCP ASP_TCP SendSleepPkt: sending regular sleep
    Feb 23 13:14:13 M00XXX kernel[0]: AFP_TCP ASP_TCP SendSleepPkt: sending regular sleep
    Feb 23 13:14:24 M00XXX configd[32]: AppleTalk shutdown
    Feb 23 13:14:25 M00XXX configd[32]: AppleTalk shutdown complete
    Feb 23 13:14:28 M00XXX launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[88]: exited abnormally: Hangup
    Feb 23 13:14:28 M00XXX configd[32]: posting notification com.apple.system.config.network_change
    Feb 23 13:47:06 M00XXX kernel[0]: System Sleep
    Feb 23 13:47:06 M00XXX kernel[0]: System Wake
    Feb 23 13:47:06 M00XXX kernel[0]: Wake event 0020
    Feb 23 13:47:08 M00XXX kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Feb 23 13:47:08 M00XXX kernel[0]: USB caused wake event (OHCI)
    Feb 23 13:47:08 M00XXX configd[32]: setting hostname to "M00XXX.local"
    Feb 23 13:47:08 M00XXX configd[32]: AppleTalk startup
    Feb 23 13:47:10 M00XXX kernel[0]: AFPSleepWakeHandler: waking up
    Feb 23 13:47:11 M00XXX configd[32]: AppleTalk startup complete
    Feb 23 13:47:12 M00XXX configd[32]: posting notification com.apple.system.config.network_change
    Feb 23 13:47:12 M00XXX lookupd[7515]: lookupd (version 369.2) starting - Thu Feb 23 13:47:12 2006
    Feb 23 13:47:12 M00XXX configd[32]: setting hostname to "m00xxx.secret.com"
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_Reconnect: Invalid reconn token length 0 /Volumes/VOL1
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_Reconnect: AFP Version 4 does not support reconnect /Volumes/VOL1
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_Reconnect: Reconnect not allowed /Volumes/VOL1
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_Reconnect: posting to KEA to unmount /Volumes/VOL1
    Feb 23 13:47:13 M00XXX KernelEventAgent[39]: tid 00000000 received VQ_DEAD event (32)
    Feb 23 13:47:13 M00XXX KernelEventAgent[39]: tid 00000000 type 'afpfs', mounted on '/Volumes/VOL1', from 'afp_3Xs1VX4aumPi3flxDN2GLoYD-1.2c000009', dead
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_unmount: /Volumes/VOL1, flags 524288, pid 39
    Feb 23 13:47:13 M00XXX KernelEventAgent[39]: tid 00000000 type 'afpfs', mounted on '/Volumes/VOL2', from 'afp_3Xs1VX4aumPi3flxDN2GLoYD-2.2c00000a', dead
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_unmount: /Volumes/VOL2, flags 524288, pid 39
    Feb 23 13:47:13 M00XXX KernelEventAgent[39]: tid 00000000 found 2 filesystem(s) with problem(s)
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_Reconnect: Invalid reconn token length 0 /Volumes/Asura_Queues
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_Reconnect: AFP Version 4 does not support reconnect /Volumes/Asura_Queues
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_Reconnect: Reconnect not allowed /Volumes/Asura_Queues
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_Reconnect: posting to KEA to unmount /Volumes/Asura_Queues
    Feb 23 13:47:13 M00XXX kernel[0]: AFP_VFS afpfs_unmount: /Volumes/Asura_Queues, flags 524288, pid 39
    Feb 23 13:47:13 M00XXX KernelEventAgent[39]: tid 00000000 type 'afpfs', mounted on '/Volumes/Asura_Queues', from 'afp_3QgJ7Z2s2fVR2flF2I2ZlbNQ-1.2c00000b', dead
    Feb 23 13:47:13 M00XXX KernelEventAgent[39]: tid 00000000 received unknown event (48)
    Feb 23 13:49:54 M00XXX kernel[0]: AFP_VFS afpfs_mount: /Volumes/Asura_Queues, pid 7519
    Feb 23 13:50:13 M00XXX kernel[0]: AFP_VFS afpfs_mount: /Volumes/VOL1, pid 7520
    Feb 23 13:50:13 M00XXX kernel[0]: AFP_VFS afpfs_mount: /Volumes/VOL2, pid 7520

    My SMB share get disconnected while my Powerbook was still running.
    Errors in system.log:
    May 8 23:08:13 snoopy KernelEventAgent[46]: tid 00000000 received VQ_DEAD event (32)
    May 8 23:08:13 snoopy KernelEventAgent[46]: tid 00000000 type 'smbfs', mounted on '/Volumes/backup', from '//HALO;CYONG@PEANUTS/BACKUP', dead
    May 8 23:08:13 snoopy KernelEventAgent[46]: tid 00000000 found 1 filesystem(s) with problem(s)
    Anyone else having the same problem?

  • Acrobat 8 Professional and Windows Server 2003 R2 Issue

    Hi
    Our customers using Adobe Acrobat 8 Professional on Windows server 2003 R2 SP2. It works some period of time but then application stops working with this error and cannot start anymore:
    Faulting application Acrobat.exe, version 8.1.0.137, faulting module Checkers.api, version 8.1.0.137, fault address 0x000021a2.
    What can be the problem? There is nothing in the knowledgebase.
    Regards,
    Jelena

    Hello jordixip,
    You can connect your Mac to Terminal Services using Remote Desktop Connection Client . You need a license, the client software, and turning on the appropriate bits on the server. It is in Micro$oft-ese, but the overview is here.
    Good Luck!
    Zubin
    iMac G4   Mac OS X (10.3.9)   Mac OS 9.2 & earlier, Win2k Pro & Server

  • Officejet 8600 Pro and Windows Server 2003 (32 bit)

    The company I am consulting for purchased three 8600 Pro printers to replace three older and non-working printers. They are still using XP Pro on their workstations and running Windows Server 2003 (32 bit version) on a file server and data server. All of the workstations have the drivers for the 8600 installed and are printing with no problems through the network. I checked the driver page on HP's site and there are no drivers listed for the 32 bit version of the server OS, only the 64 bit version. I need to install the printer drivers on these servers to be able to print reports without having to purchase another printer. Has anyone found a workaround to this problem or do I have to install one of the older printers in order to print and fax from the servers? I really can't shut down these servers in order to reinstall the 64 bit version of the OS.

    Hi,
    Install the software using the command prompt, the software do supported on Windows Server 2003 but its installation process is different.
    Follow these steps to install the printer on the server:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03351547&lc=en&product=4323659&tmp...
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • CS4 files won't save in CS5

    I did some illustrations in CS4 (v11.0.2) on a PC and now the client is having a problem working with them in CS5 on his Mac. I did seven illustrations for a book our church is publishing. I provided the illustrations to the graphic designer who is u

  • Tv input

    Can I use the Ipad as a tv monitor, if so, how?

  • Themes Problem URGENT Nokia 6280

    When chaging over themes. howcome the background to the main menu stays the same. this is very annoyin. i want to change this background but dont know how to do so. i have a green theme throughtout with a bright blue background at menu. can anyone he

  • Adobe photoshop 10

    I installed photoshop elements 10 and now it will not open.  I was using photoshop 7 and it apparently converted the catalog and now i cannot open it either.

  • "Indexing is not running" after Windows 7 restore

    I recently had a laptop hard drive poop out.  I bought a new one and and accomplished a full restore from a fresh backup managed by Lenovo Rescue and Recovery 4.3. I was initially impressed because almost everything is 100%.  Windows and Office had t