WARNING: \\ hostname \sapmnt\trans\tmp\*. SID already in use (x)

Hi everybody!!
Someone can help me about the next warning when I try to make a transport from QUA to PDC. The transport doesn't pass to PDC envionment.
Best Regards
The next is the warning:
STOP  tp_getprots          PRD P      20071010121848              PATROL       SAPPRD 20071010121834                                
STOP  MOVE NAMETABS        PRD 6      20071010121848              PATROL       SAPPRD 20071010121834                                
START MAIN IMPORT          PRD I      20071010121848              PATROL       SAPPRD 20071010121834                                
START imp single           PRD        20071010125935              PATROL       SAPPRD 20071010125934                                
INFO  TBATG CONVERSION OF  PRD N      not needed                  PATROL       SAPPRD 20071010125934                                
START MOVE NAMETABS        PRD 6      20071010125936              PATROL       SAPPRD 20071010125934                                
START tp_getprots          PRD P      20071010125937              PATROL       SAPPRD 20071010125934                                
STOP  tp_getprots          PRD P      20071010125947              PATROL       SAPPRD 20071010125934                                
STOP  MOVE NAMETABS        PRD 6      20071010125947              PATROL       SAPPRD 20071010125934                                
START MAIN IMPORT          PRD I      20071010125947              PATROL       SAPPRD 20071010125934                                
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (10), I'm waiting 4 sec (20071010130015). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (20), I'm waiting 1 sec (20071010130039). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (30), I'm waiting 4 sec (20071010130104). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (40), I'm waiting 2 sec (20071010130135). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (50), I'm waiting 2 sec (20071010130210). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (60), I'm waiting 1 sec (20071010130246). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (70), I'm waiting 4 sec (20071010130308). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (80), I'm waiting 1 sec (20071010130345). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (90), I'm waiting 5 sec (20071010130410). My name: pid 5316                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (100), I'm waiting 3 sec (20071010130442). My name: pid 531                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (110), I'm waiting 4 sec (20071010130512). My name: pid 531                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (120), I'm waiting 3 sec (20071010130541). My name: pid 531                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (130), I'm waiting 2 sec (20071010130612). My name: pid 531                                                                               
WARNING:
DEVZEUSUNE\sapmnt\trans\tmp\DEVKK954505.PRD is already in use (140), I'm waiting 2 sec (20071010130644). My name: pid 531
The PID makes a reference to the tp.exe process

Dear Friend
The transport buffer lock file (<SID>.LOB) remains locked by the operating system (OS). The file is created by tp.exe to prevent that several tp processes access simultaneously the transport buffer. The file is deleted after the tp has modified the transport buffer. As usual the <SID>.LOB is located in the
<hostname>\sapmnt\trans\tmp folder.
When the symptom occurs, the following records are written in the transport log file:
WARNING:
<hostname>\sapmnt\trans\tmp\<SID>.LOB is already in use
(XXX), I'm waiting 5 sec (20031209205043). My name: pid XXXX on YYYY.
Other terms
.LOB, opportunistic locking, lock, EnableOplocks, LanmanServer, Q296264 , already in use, semaphore
Reason and Prerequisites
The error in opportunistic locking agorithm leads to the blocked .LOB files. Before you proceed with the steps described  below,  make sure that you have installed the latest Windows Service Pack.
Solution
To check if the problem is caused by opportunistic locking do the following:
      1. Get the tp-process ID (PID) from content of the .LOB file.
      2. Check if the PID exists on the host where tp runs.
      If it exists, the problem is not the opportunistic locking but must be investigated by the support team.
      If the PID does not exists, perform the next step.
      3. Check with the command "net file" on the transport host if the network handle for .LOB file exists and delete it with "net file <file ID>  /close".
      4. Delete the .LOB file on the transport host. If the next call of tp creates a new .LOB file and will be blocked again with the  message " WARNING:
<hostname>\sapmnt\trans\tmp\ <SID>.LOB is already in use (XXX), I'm waiting 5 sec (20031209205043). My name: pid XXXX on YYYY. " perform the next step.
      5. Login to the last tp-run host with an user that differs from the tp-user and delete the .LOB file on the transport host via administrative share (<disk>$):
      del
hostname\d$\usr\sap\trans\tmp\<SID>.LOB
      After that the tp should run smoothly for some time.
If the symptoms in steps 1-5 have been verified and confirmed this is an indication for an opportunistic locking algorithm problem of the operating system. In this case, disable the opportunistic locking on the transport host by setting the registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\ Parameters
EnableOplocks to (REG_DWORD ) 0
(see also MS KB Q296264)
If the problem was not solved or any other side effects were detected, contact your Microsoft support team.
      6. After deactivating  the opportunistic locking you may experience some performance problems with tp - the transport requests are running, but it takes more time than usual. Especially elder SAP systems (before 6.10) are affected.
      Reason: Implementation of the C-runtime libraries and Windows text files.
      Buffered IO functions (fread, fwrite, fgets, fseek etc) in Windows C-runtime library use a file pointer to an internal buffer in which a part of the text file is cached in a local buffer. In the Windows text file every end of the line (EOF) is marked with the escape sequence "carriage return" (CR) and "line feed" (LF). The C-RTL buffer represents the line in C-Style (LF only). Therefore a conversion of the input stream when transfering data from the file to the buffer has to eliminate all CRs. As a result of this, fseek (function returning the actual position of the filepointer) could not resolve the position with the information held in the local buffer only. It has to access the file every time, whereas the other buffered function will mainly operate on the buffer only. Switching off Opportunistic Locking disables SMB client site caching of the file. Therefore every fseek() request will result in a not cached network operation to the file. This does not happen, if the Unix like style LF is only used for representing EOF. tp and all other R/3 programs handle both formats correctly.
      Solution: In  a time window where no transport activities are performed, open the buffer file with SAPPAD and choose "Tools -> Save As Unix File". Save the file and close SAPPAD. You have to repeat this every time the buffer file is newly created
shailesh Tiwari

Similar Messages

  • File not found in \sapmnt\trans\tmp

    Hi All,
    Some of my transports are failing with return code = 12 with logs similar to the following:
    1 ETP199X######################################
    1 ETP162 EXECUTION OF REPORTS AFTER PUT
    1 ETP101 transport order     : "<transport request #>"
    1 ETP102 system              : "<SID>"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "340.16.37" "640"
    1 ETP198
    4 ETP141 Temporary log file "
    <hostname>\sapmnt\trans\tmp\<file>.<SID>" not found.
    1 ETP162 EXECUTION OF REPORTS AFTER PUT
    1 ETP110 end date and time   : "20090314042021"
    1 ETP111 exit code           : "12"
    1 ETP199 ######################################
    As a temporary workaround, I copy a file from the
    <hostname>\sapmnt\trans\tmp directory and rename it to the filename being looked for and rerun the import in STMS. So far, it works.
    My question is why does this happen and how can I prevent it from always happening? I already performed checks in STMS (transport directory, connection test, transport tool, transport routes) and everything seems fine.
    Please advise.
    Thanks,
    regina

    Hai,
    Please check whether you have enough space in the directory, sometimes you get this kind of error due to this as well.
    Also try updating tp and R3trans as said in the earlier post.
    I guess there is no such document which speaks about the error and the remedy for it. You just have to try, anyway updating your R3trans and tp will not harm anything since they are upward compatible.
    Regards,
    Yoganand.V

  • WARNING: /usr/sap/trans/tmp/ALOG1210.PM1.LOC is already in use (19580 )

    Hi all,
    i am getting the error at while releasing the request from buffer.
    its getting stucked at SID:transfering queue SID
    in system tp log
    WARNING: /usr/sap/trans/tmp/ALOG1210.PM1.LOC is already in use (19580), I'm waiting 2 sec (20120307091833). My name: pid 3353 on CRM
    please help me to solve the issue
    Regards,
    Mahipal
    7200033378

    thnks boss,
    i raised already oss ,waiting for the solution.
    i am using hp ux os ,
    i am getting the error when doing the consistency check.
    System   PM1              Command  TMS_MGR_CHECK_TRANSPORT_
    Client   000              Service  Transport Service
    User     TCSBASIS         Start    Online
    Date     07.03.2012       Function TMS_TP_CHECK_BUFFER
    Time     12:19:05         Message  BUFFER_IS_FAULTY
        Errors detected when checking transport files
    i got solutions like in sapfans.
    1)
    for the buffer issue:
    take a screen snapshot of all entries in the queue list for your SID. or better yet, export to a TXT file.
    then in \usr\sap\trans\buffer, rename the file that has your SID in it. then, go into STMS and refresh the queue list. It should now be empty and uncorrupted.
    to add back entries, go at OS level and build a script that will take your generated TXT file and will execute "tp addtobuffer".
    2) you have to execute tp cleanbuffer <sid>.
    Wil you suggest fololow the workrounds.
    thnks
    Mahipal

  • Every time i wake my mac i get This computer's local hostname "D-360.local" is already in use on this network. The name has been changed to "D-444.local".

    error message that my local host name is in use and the system generates a new one every time I wake my mac the error mssg reads This computer’s local hostname “D-360.local” is already in use on this network. The name has been changed to “D-444.local”.

    There are several possible causes for this behavior.
    1. Two (or more) computers on the local network have the same Bonjour name, such as "X's-MacBook-Pro.local". Resolve the name conflict by renaming one or more of them in the Sharing preference pane.
    2. You have two simultaneous connections to the same local network: probably Ethernet and Wi-Fi. If applicable, disconnect the Ethernet cable or turn off Wi-Fi.
    3. A Mac wakes from sleep due to network traffic. This is a bug in OS X that may only affect some models.
    4. A device that gets its network address from the router wakes from sleep, and the address it was using before has been assigned to another device.
    5. A third-party wireless router has incompatible settings or firmware. In that case, refer to the manufacturer or ISP for support. Restarting the router may help, temporarily.
    6. See also this support article.

  • I get this message:This computer's local hostname "x-8.local" is already in use on this network. The name has been changed to "x-9.local" I have turned off sharing and it continues to upgrade name. What is the fix?

    I get this message: This computer’s local hostname “x-8.local” is already in use on this network. The name has been changed to “x-9.local” I have turned off sharing and it continues to upgrade name. What is the fix?

    Hi, this is a common problem, mostly just irksome though.
    It can have many cause, like using more than one Interface for connections, Router temporarily losing x.local & seeing a new connection with x.local already used, insists it must be x-1.local, x-2.local, etc..
    What all Sharing do you have enabled?
    Some possible fixes...
    http://forums.macrumors.com/showthread.php?t=542899
    https://discussions.apple.com/thread/3941367

  • Why do I get the messagehis cowhy do I get the messageThis computer's local hostname "lenajs-imac.local" is alreamputer's local hostname "lenajs-imac.local" is already in use on this network. The name has been changed to "lenajs-imac-2.local".

    why do I get the message "this computers local host name ______is already in use by the network

    Usually this message means that you may have two simultaneous connections to the same local network: probably Ethernet and Wi-Fi. Disconnect the Ethernet cable or turn off Wi-Fi. If that's not the issue, shut down any virtual machines (Parallels, VMware, or VirtualBox) that are running. Rename the computer in the Sharing preference pane.

  • Transport takes a long time with 'file already in use' message in tp log

    Hello,
    We are implementing SAP ECC 6.0 on IBM iSeries, i5/OS V5R4.
    I am encountering the following problem when conducting an import on TQA system from a transport request done from DEV :
    The import takes a very long time without being implemented, with the following message in the tp system log :
    'WARNING: /usr/sap/trans/tmp/TQA.LOB is already in use (10), I'm waiting 1 sec (20080515222358). My name: pid 621 on MASAPTQA (tqa00)
    The message keeps repeating continuously, with the pid changed each time, and the waiting time (in seconds) also changed each time.
    In general, the pid does not even exist.
    What could be the cause of this problem ?
    Thank you in advance for your cooperation.
    Best regards.
    Reda Khalifa

    Hello Sally,
    Thank you for your interest.
    I've gone through SAP note 12746.
    I deleted the log file /usr/sap/trans/tmp/TQA.LOB after making sure that pid 640 which appeared in the old message in the tp system log did not exist.  But this resulted in the message :
    'WARNING: Cannot remove /usr/sap/trans/tmp/TQA.LOB : No such file or directory' to appear once in the tp system log and for a very long time.
    I re-generated the transport profile file, and released a new transport from DEV to TQA, and tried to import this new request, and now the message in the tp system log is :
    WARNING: /usr/sap/trans/tmp/DEVKK917158.TQA is already in use (20), I'm waiting 4 sec (20080516225456). My name: pid 663 on MASAPTQA', where DEVKK917158 is the transport request number generated from the DEV system.
    pid 663 now corresponds to an active job (I used command WRKPID)
    Any clues ?
    Thank you for your cooperation.
    Best regards.
    Reda Khalifa

  • IMAC.local is already in use

    I keep getting this message every month or so.  I change the Network back to "tg-imac.local" and in about the same amount of time, this error comes up again:
    The error reads (it does not use the word ERROR anywhere):
    This computer's local hostname "tg-IMAC.local" is already in use on this network. The name has been changed to "tg-IMAC-2.local".
    To change the local hostname, open System Preferences and click Sharing, then click "Edit" and type the name in the local Hostname field.
    The only option is OK to close the message.
    I'm getting real tired of changing it back, and having this message pop up again not too long after.  I do have 2 IOS devices connected via Wi-Fi and have the IMAC connected to my time capsule and then connected into my network box.
    Any ideas how to get this to stop happening?
    Thanks everyone!

    I have the same issue, after reading other posts with the same issue I found a reply that makes sense in my case.  (Pasted below).  In my network I have 2 Airport Extreme routers and 1 Airport Timecapsule (all broadcastiing the same network name to extend wifi and allow better reach around our house for Apple TV's etc), I suspect that my iMac joins one of the 3 devices, and when it rejoins the duplicate name message appears.
    Here is the post that tipped me to a possible cause;
    Linc Davis 
    Re: Keep getting warning message about my Computers Hostname, any solutions please?     May 19, 2013 8:09 AM    (in response to Basil52) 
    Sometimes this message means that you have two simultaneous connections to the same local network: probably Ethernet and Wi-Fi. Disconnect the Ethernet cable or turn off Wi-Fi.
    Sometimes it happens because a device that gets its network address from the router wakes from sleep, and the address it was using before has been assigned to another device.
    Rename the computer in the Sharing preference pane.

  • SCCL Msg:   "Cannot open log \\hostname-l\sapmnt\trans\log\CC00000n.NSP"

    I'm working with the NW7 ABAP Trial Version on my laptop.
    I've created a client 100 and logged into it as SAP* (after setting login/no_automatic_user_sapstar to 0.)
    But when I use SCCL (client local copy) to try and copy from 000 into 100, I get the following error message:
    Cannot open log
    hostname-l\sapmnt\trans\log\CC00000n.NSP
    Can anyone tell me how to fix this problem?
    Thanks
    djh

    question was asked and answered in a different forum

  • Local Hostname is already in use on this network

    Hi,
    Since upgrading to OS X 10.8 and then 10.8.1, I receive the following message when waking the iMac from sleep, "This computer's local hostname (see screen shot below) is already in use on this network". Earlier today, I went into the "Sharing" properties and changed the hostname to ShaneiMac and as you can see from the screen shot, it just renames it with a -2.  It doesn't appear to be causing any issue in regards to performance of the machine but it's getting annoying.  Is there any way to fix this?
    Thanks.

    Then this fix may work for you!
    Warning, this may break your ability to use back to my mac.
    Open Network preferences, select your network port (Airport or Ethernet) and click on the Advanced button. Click on the TCP/IP tab and set the Configure IPv6 drop down menu to Off. If you use both ports then make the same change for both ports.
    Open Sharing preferences and reset your Computer Name.

  • Local hostname already in use - can't figure out what's going on

    I've been having issues with a wireless router and I think the problem lies somewhere within my computer. As I switch back and forth from trying to connect to the internet via my router or directly connected to my cable modem, I will often get this error:
    "This computer's local hostname "xyz" is already in use on this network"
    There is only one compuer on the network, however and I cannot figure out what's going on.
    I have 2 users set up on this machine, but I'm the admin and acting as such. Even with no other networked equipment hooked up to my Mac (except for the cable modem) this problem won't go away.
    I guess my real quesiton is what causes this and where should I go to troubleshoot things?
    I'm running 10.4.6, connect to my ISP using DHCP and have the same problem with both a D-Link and Linksys router.
    Any ideas?
    Thanks!

    Thanks very much for your help, fu.
    If your previous setup follows a flow like this: RCA
    CableModem-->NetGear Router-->AirPortExpress, there's
    something misconfigured routing-wise in your network.
    You have to decide which device (Netgear or AirPort
    Xpress) will handle the routing in your network.
    Previous to these problems, that was the basic flow of my network. The netgear router also fed a wired connection into a Wintel PC, and the AirPort Express hosted a wireless network that was extended by a second Airport Express. And that second AE connected to a ReplayTV with a wired connection. And then, of course, the PowerBook got Internet access wirelessly through the AE-hosted network. And that was it.
    That network always was configured so that the netgear router assigned IP addresses using DHCP, and the Airport Expresses would not assign IP addresses (i.e., "Distribute IP addresses" was NOT checked when you look at the configuration in Airport Admin Utility).
    How big is your network j? just 1 Mac (your
    PowerBook)?
    That was the state of the network a couple of days ago when I posted this. I have established that the PowerBook gets access to the Internet just fine directly though the cable modem, and just fine when it is the only wired connection to the router.
    Let's deal with your Mac first:
    Start with your Mac connected directly to the cable
    Modem. (When your mac is attached directly to the
    Cable Modem, do you use DHCP?)
    Go to SystemPreferences-->Sharing and type a Computer
    Name other than the default one
    Open Applications-->Utilities-->Terminal and type
    lookupd -flushcache (press Return) and reboot
    the Mac.
    I did this.
    One way to fix your network is to have the NetGear do
    the routing, and the AirPort Express to (just) extend
    your (wired) network wirelessly (No routing will be
    done from the AirPortXPress, (No distribution of IP
    Addresses)
    I soft reset both of my Airport Expresses. I configured the first one so that it was hosting a network, but not distributing IP addresses, and the second so that it was extending that wireless network. And I plugged the host AE into the netgear router. And for a little while, that was working.
    But then I got a message saying "IP Configuration 192.168.0.4 in use by 00:04:40:06:1f:82, DHCP Server 192.168.0.1". The dialog box with that message will come up periodically as long as the Airport Expresses are plugged into power and one is plugged into the router. Also, I once agaiin received the message saying the local hostname (the completely original one that I had created) was in use, and the name was being changed.
    Here is the thing. I cannot figure out what has that ...0.4 IP address and ...1f:82 MAC address on the network. That is not the "Internet port MAC address" or the "LAN port MAC address" for the Netgear router. It is also not the MAC address for either of the Airport Expresses or the PowerBook's internal Ethernet card.
    I accessed the router through my browser, and clicked on "Attached Devices." Here is the list of Attached Devices:
    # IP Address Device Name MAC Address
    1 192.168.0.2 00:11:24:08:4c:88
    2 192.168.0.3 00:14:51:6d:15:7c
    3 192.168.0.5 00:0a:95:da:4f:24
    The first two addresses are the two AE's, and the third is the internal Ethernet card of the PowerBook.
    I ran "Netstat" under the Network Utility to get "Routing Table Information," and here is what I get (with some identifying info removed):
    Internet:
    Destination Gateway Flags Refs Use Netif Expire
    default 192.168.0.1 UGSc 23 10 en0
    127 localhost UCS 0 0 lo0
    localhost localhost UH 11 2400 lo0
    169.254 link#4 UCS 0 0 en0
    192.168.0 link#4 UCS 3 0 en0
    192.168.0.4 link#4 UHLW 1 1 en0
    192.168.0.5 localhost UHS 0 14 lo0
    Internet6:
    Destination Gateway Flags Netif Expire
    localhost link#1 UHL lo0
    localhost Uc lo0
    localhost link#1 UHL lo0
    link#4 UC en0
    justin-and-***** 0:a:95:da:4f:24 UHL lo0
    **************bedro 0:14:51:6d:15:7c UHLW en0
    link#5 UC en1
    justin-and-***** 0:a:95:f3:3e:df UHL lo0
    **************bedro 0:14:51:6d:15:7c UHLW en1
    ff01:: localhost U lo0
    ff02::%lo0 localhost UC lo0
    ff02::%en0 link#4 UC en0
    ff02::%en1 link#5 UC en1
    Any ideas? Thanks again for your help.

  • SID Already Exists

    I was installing oracle 10G on Windows XP SP2 machine and the machine hanged during installation. After that i unstalled all the oracle products from OUI and deleted all the registry entries which i could. After doing all the above steps now when i again tries to install oracle, it shows an error "The SID already exists" i.e. for orcl.
    So, how can i re-install (not fully prior install) oracle 10G.
    Thanks

    If the SID already exists it's because deleting from the registry was not successful. You could delete an instance registration directly from the registry, however a better and safer approach would be by means of the oradim command.
    There is no need to fully install your software, as this is an specific database instance issue. II suggest you to perform a software only install. Next delete, if you find an instance, using oradim. Next command the database creation using dbca.
    ~ Madrid

  • Client copy error:cannot open log:/w2k3-web53/sapmnt/trans/log/cc000007.ecc

    Hi Experts,
    While Client copy in Local System , I am facin gthis Error, please anybody help me out.
    client copy error:cannot open log:/w2k3-web53/sapmnt/trans/log/cc000007.ecc
    Regards,
    Amit,

    Your Error Message is like => cannot open log:/w2k3-web53/sapmnt/trans/log/cc000007.ecc
    This means 'w2k3-web53' is your machine name. and your sap system name is 'ECC'.
    1) If you are on windows then :
        Type '
    w2k3-web53\sapmnt' in address bar, this gives you an error and hence you are getting the above mentioned SAP error.
        Therefore to get out of this error follow the simple steps=>
         I) Create 'sapmnt/trans/log' (recursive) directories anywhere on your machine.
        II) Share 'sapmnt' directory over network {right click on directory->properties->sharing} with full access to others.
       III) Confirm this by typing '
    w2k3-web53\sapmnt' in your address bar. 'CC00000*.ECC' will be created automatically by SAP system  while copying.
    2) If you are using Linux then:
        Create the directories as mentioned above and give full access to directories by using CHMOD command.
        Share 'sapmnt' directory if necessary.
    Note: Change the protection level of your client in SAP if necessary:
    SCC4->EDIT->Double click your client -> then set Protection level at level 0 {No restriction}.

  • Oracle SID already exists. Specify another SID

    Hi,
    I had Oracle 9idatabase installed on my system.I had to reinstall the Windows 2000 operating system on my computer. I used the Oracle 9i cd to deinstall evrything ,but when i try reinstalling it, i specify 'Oracle 9i' as SID and i get the message 'Oracle SID already exists. Specify another SID'.
    What do i do? Can anyone guide me?
    Thanks in advance

    1/ Could you tell me more about Windows 2000 OS was installed clearly or repaired? If the Windows 2000 OS was repaired, then I think that, you should reinstall only Oracle Database (by Database Configure Assitant or Oracle Universal Installer) but not completely install full of Oracle Server.
    2/ I guessed your DB was Development Database, not Production Database. So, when you reinstall your Database, you might save it as template (structure). Good luck!
    Message was edited by:
    trantuananh24hg
    Message was edited by:
    trantuananh24hg
    Message was edited by:
    trantuananh24hg

  • This computer's local hostname is already in use. How can I fix this?

    Almost every day the following message appears in a pop up box.
    This computer's local hostname "my-iMac-6.local"  is already in use on this network. The name has been changed to "my-iMac-7.local"
    The numbers do not correspond to those in the name in the Security preferences.
    I preformed the "fix" described in the discussion.apple.com/messages---/messageID=9113111.
    Set "iPv6" from "Automatically" to "Off" in both Airport and Ethernet.
    That is apparently not the answer either.
    There is only one computer in my house with the name shown in the message.
    My wife's iMac has her name in it. Mine has my name in it.
    How can I fix this?
    Thanks for any help you can provide.
    Rob Morrison

    This seems to be a DHCP issue when the lease is renewed
    When the computer reconnects (renews the lease) it believes its own computer name "already has been taken" so because the router has retained it on the local network so your computer inserts the after its computer name a
    "-2" then a  "-3" then "-4" etc. (the mac needs to do this and does so by default to ensure and create its own unique name on the local network)
    -> this appears to be a delay / hangover on the router (AE or TC) when using DHCP
    have seen a fix which only requires you set your computer with a fixed IP address
    (can be EITHER reserved on the router OR set on the computer itself in network settings)
    Router (AE or TC) Airport Utility 5.6 / Internet tab / DHCP button / click the "+" button & you reserve the computer's IP address by EITHER its MAC address (= shown in SysPrefs/Network/Advanced/Hardware) OR a DHCP client id (which you choose yourself) & enter exactly the same identical passphrase on the computer in sysprefs/network/advanced/DHCP(->set ro "using DHCP") shows textbox to enter the DHCP id
    THEN apply with Update button  (Router restarts)
    Computer itself - under sysprefs /  network  ->  Configure IPv4 to "Using DHCP with Manual Address" (will autofill from DHCP) check correct local IP address of computer is set & click Apply OR "Manual Address & manually enter the settings for local IP Address of computer / subnet mask / router's Ip address / DNS server's IP address / (DNS) Search Domain (optional)
    Since setting static address this problem has not re-occurred.
    Thanks to MacFixit there is a  terminal fix here (from Sept 09) as well : http://reviews.cnet.com/8301-13727_7-10362633-263.html?part=rss&tag=feed&subj=Ma cFixIt

Maybe you are looking for

  • MP wont restart after software update

    I just did the recent batch of updates including system update, QT, Motion, and many more and suddenly in the middle of a panic of deadlines, the computer will not get past the rotating ring/clock that often happens for only a few moments on any OSX

  • Alias Field in Lync 2013

    Hello In Lync 2010, there used to be a field called Alias (which is visible on the Outlook Contact Card as well). We were able to store the Standard ID (SID) which is kind of a Unique number for every employee in the org. Is there a way for us to mak

  • Developed a report to list out all shipments that are yet to deliver.

    hi,     what about shipment report.how to devolop this report.which tabls and fields we have to used for this report. give me some example for this report.

  • Coding performance

    Hi I have two questions regarding the performance issue: Q1. I have a "Collection" object, each element inside the "Collection" is a class object, then I am going to tranverse the "Collection" to an array object and pass an array object to the functi

  • Star rating function not working

    I have Adobe Bridge CS6 on Windows. Some of my images in Bridge don't allow me to give a star rating and some do. What is the difference? I would like to use the star rating function an all of my images. What should I do?