File has local-remote name clash

I have a DC which will compile and deploy correctly, but will not appear onscreen when started up. Stranger yet, it works fine on our Dev system but not on our Acc system!
In the request logs, I see this message for just about every file in the web dynpro application:
SYNC  (FAILED: File has local-remote name clash)  ico12_f1.gif   (C:\TEMP\CBS\78\.CACHE\1270\DCs\com.shell\sp\hr\tf\data_manipulation\_comp\src\mimes\Components\com.shell.teamflow.wd.uwlintegration.Uwl_Form_Comp\ico12_f1.gif)
Tried so far:
askng the developer to resync and redeploy
rebuilding the DC in CBS
reinitializing the SC in CBS
restarted the NWDI server
Any ideas guys?

Results of the OSS note:
A general solution would be to switch CBS to mode "useClassicSync=false" to neglect local-remote name clashes.
This setting dsescribes how CBS communicates with DTR when doing syncs (i.e. in the classical way, as when doing sync from IDE, or in an enhanced way special for CBS needs). So of course it is preferable to use the sync mode specialized for CBS (actually with SP14 'false' will be the standard value when configuring via CTC Template Installer -and also for SR2 this is the recommended setting, cf. note 1031182). Consequence of using this setting is that known issues in CBS sync scenario will no longer show up.
Concerning long DC names the only restriction we are aware of
are on windows platform: Here file names (containing the root
path of CBS, the name of the configuration, the compartment name and
the DC name) must not exceed 256 signs. So being restrictive in DC name
length is in general preferable, details however depend also on the
length of the other emntioned parts.
For UNIX platforms there is no knwn restriction.
And actually having 'too long names' should lead to reproducible
effects (build/dpeloyment working in general -or not) -unless they
run against different platforms 'from time to time'.

Similar Messages

  • Waking Mac Mini has a Network Name Clash

    Hi,
    I have a new Mac Mini running lion, connected to a Time Capsule.  The mac mini has a unique name on the network.
    Each time, the mini wakes from sleep, a message is displayed saying the name is already in use and adds a (2) to the name.
    This appears to only happen in Lion. 
    Any ideas to resolve ?
    Thanks,
    Ben

    Same problem here, but with a 2007 iMac running Lion.  Never saw this problem on any previous Mac or version of Mac OS.  In fact, the first time this happened was just tonight, and I've been running Lion since it was a DP.

  • Using a lookup from one CSV file to another CSV file errors with a name clash

    Hi
    I have a master CSV file created by querying the AD. I need to populate the "Team" attribute by doing a lookup using Name against  the Name Column any of 6 CSVs,  someone has prepared for me .  The problem is the data is inconsistent
    in the 6 CSV files so Name can hold either the Name or Username i.e. SAmAccountName or LoginName
    Now my ps script works when the data is good. but I have around 30 exception cases whereby there is a mismatch .  To explain:
    is in this line ( see the big code block below) 
    $userObject = $nameAndTeamCsvData | Where-Object {$_.Name -eq $masterUserName}
    The $_.Name is using the top level masterCSVData Name but I was hoping that it was using the
    $nameAndTeamCSVData.Name  as in only within the scope of the Where-Object {} ..I guess I have misunderstood the syntax of what I had written.
    . A quick a dirty fix would be rename this column in all of the 4 spreadsheets or trying to fix the code.....
    # now update the empty team value for user object
    $csvMasterData | ForEach-Object `
    $masterName = $_.Name
    $masterUserName = $_.Username # to deal with exception cases
    #force scope to as the properties in the outer with the same name should be out of scope
    # lookup the Name to see if we can extract the user's Team
    $userObject = $nameAndTeamCsvData | Where-Object {$_.Name -eq $masterName }
    # deal with the situation where the name in the businesses spreadsheets is actually the Username (login name) in the master csv
    if ( $userObject -eq $null )
    # lookup the username (loginname) to see if we can extract the user's Team # !!!!error occurs here with the $_.Name !!!!!
    $userObject = $nameAndTeamCsvData | Where-Object {$_.Name -eq $masterUserName}
    if ( $userObject -eq $null )
    $_.Team = "UNKNOWN"
    else
    # replace the mastercsv.Team with the one we have looked up
    $_.Team = $userObject.Team
    else
    # Name matches so replace the mastercsv.Team with the one we have looked up
    $_.Team = $userObject.Team
    Daniel

    I see your challenge.  How about collecting the column names in an array and looking for the potential names?  Following my example before, try this:
    $dataColumns = $I | Get-Member -MemberType NoteProperty | Select-Object -ExpandProperty Name
    Now, you can loop through the names and collect the appropriate data.
    if ($dataColumns.Contains('Column1'))
        #add ForEach-Object { $_.Column1... }
    HTH
    ~fr3dd
    Hi I had to wait until Friday as I have someone  ( my boss) checking the business & team csv files against valid usernames and names. 
    # now update the empty team value for user object
    $nameAndTeamCsvData | ForEach-Object `
    $nt_name = $_.Name
    # $masterUserName = $_.Username # to deal with exception cases
    # lookup the Name to see if we can extract the username and mobile from the masterCSV
    $userObject = $null # Replace my original code: $csvMasterData | Where-Object {$_.SName -eq $nt_name } # with foreach code below
    $uo = $null
    foreach ($uo in $csvMasterData)
    if ($uo.SName -eq $nt_name)
    $userObject = $uo
    # ouch can't break out of this even though I found it so have to move on to the next
    }if ( $userObject -ne $null ){ #  Name matches so   replace the few propeerties in  mastercsv.Team with the ones we have looked up
             $_.Username =$userObject.SamAccountName
             $_.Mobile =$userObject.Mobile
    This does work but is clearly not very efficient since I don't think I can
    break or exit out of the foreach loop.  I am thinking I could quickly modify and add your code - my import is delayed as I am having a new property added to user class...  Let me know what you think.

  • Can't open files from Local/Remote?

    Before i always just doubleclick on the file and its opened.
    Now (on my new computer) I most go to File -> Open... to
    open a file. Why?
    I want the shortcut way to open my files...

    So when you double-click, nothing at all happens? No message,
    no
    warning, nothing? Has it ever worked properly on that
    computer?
    I run CS4 on Vista and have not had that problem. You might
    try
    uninstalling and reinstalling Dreamweaver.
    Alec
    Adobe Community Expert

  • Name Clash with Java Class

    I have a web dynpro track.  In my DC I use a java class that is in the src/packages directory.  Somehow the connection between my SpiritCalendar.java class on my PC and the one in the repository have come apart.  The repository browser shows the SpiritCalendar.Java class with the local house symbol next to it and the words SpiritCalendar.java <Name Clash>. 
    The differences between the two versions is just one method so I'm not scared of deletes. Natually, this is stopping the build since I use the new method.
    Any guidance on how to fix this?
    Diane

    I just tried to do an Edit File in this Folder from my UTIL folder.  The other Java Class checked out fine.  The SpiritCalendar class gave a  Sync Failed due to the name clash
    08:25:57.693  SYNC  (FAILED: File has local-remote name clash)  SpiritCalendar.java
      (D:\NWDI Development Configuration\4\DCs\spiritaero.com\cats\emp\timevrfy\_comp\src\packages\com\spiritaero\cats\empl\util\SpiritCalendar.java)
         08:38:59.360  SUCCEEDED: Created activity act_w_MTEHRC2_spiritaero_2e_com_MTE_2d_CATS_2d_CUSTOM_dev_inactive_u_s0002916_t_2009_01_30_14_38_59_GMT_de7d6ee2-3a90-4d19-92ee-9f0873308fff
         08:39:01.172  EDIT  (SKIPPED: File is local-only)  SpiritCalendar.java  
    (D:\NWDI Development Configuration\4\DCs\spiritaero.com\cats\emp\timevrfy\_comp\src\packages\com\spiritaero\cats\empl\util\SpiritCalendar.java)
         08:39:01.469  EDIT  StringUtility.java   (D:\NWDI Development Configuration\4\DCs\spiritaero.com\cats\emp\timevrfy\_comp\src\packages\com\spiritaero\cats\empl\util\StringUtility.java)
         08:39:02.110 ==> Finished in 985ms. 1 file succeeded (8428 bytes). 1 file skipped (51066 bytes).

  • Wordpress xml file from local to remote MySQL

    I am developing a php site with an attached WordPress blog using Dreamweaver CS6 on my localhost test server. My php pages contain echos from private blog posts with an average of several divs per page.
    Heres my problem, when I export the xml from my localhost and import the xml into my remote hosted WordPress blog the categories I assigned locally do not have the same category #assignment.
    Example:
    blog/?cat=10 for a catagory on my local blog changes assignment to lets say
    blog/?cat=9 on my hosted remote site blog.
    Of course this totally messes up the echoed content going to the respective divs on the php main site pages.
    How can I either get the xml to maintain the cat=# or else edit the category number assignment on the remote site?
    The reason I want to develop locally is to be able to demo the site in different locals which do not have internet access. In other words I would like my localhost test server site mirror the actucal site on the web.
    Any suggestions would be greatly appreciated.

    I wonder why the order of catID has changed remotely. Can you do the following?
    Do a full backup of your remote database
    Export your local DB as .sql file
    Import that onto your remote DB (full import)
    See if the order remains the same. Let us know how it goes.
    If that doesn't work, I'll walk you through how to change the order to match local listing.

  • Unable to upload files from local computer to remote server (Was: Dreamweaver)

    I have lost the connection between the remote location and the local location for files on my computer. Where to I correct this issues, since I cannot upload files from local to remote. Host server from server to my computer works fine, Running Dell computerr XP operating system with CS3 Dreamweaver. Need all the help I can get.

    I am now having a "ftp error - cannot make connection to host. Dreamweaver
    encoutered a netwoerk or file system error. I did as you suggested and I
    get to basic site definition, ( which looks o.k.), next screen ( no,I do
    not want to use a server technology) Next screen ( edit local copies on my
    machine ( file location looks o.k.), next screen (connect to remote
    server=ftp) address of web server is correct, ( no folder on server, or ftp
    login or ftp password) do not enable check in or check out
    summary: local
    Site name:midhba
    local root folder:midhba
    remote info:
    access; ftp
    FTP host: midhba.com
    check in.check out diabled
    testing server (set up later)

  • An error occurred while reconnecting...The local device name is already in use. The connection has not been restored.

    Hi, 
    So I have 2 PC's and I sign with the same credentials. I have a hard drive which I decided to share. In the setting I created permissions for the user credentials of both vcomputers and have full control access.
    Basically, everytime I open my laptop after and it wakes up and try to connect to the network drive, I get the error
    An error occurred while reconnecting...The local device name is already in use. The connection has not been restored.
    I need to stay disconnecting all drives and reconnecting them. WHen I restart my PC the network drives restore perfectly. I don't understand why it doesnt work on wake.
    Any ideas?

    It seems that when a machine goes into sleep, the network connection is disconnected, naturally, but the  machine still has the connection mapped. If  you run the 'net use' you will see the connection. When you try to reconnect it, it sees the
    connection and gives you the error.
    I do not know if you can directly modify this behavior. However, as a work around, you could build a simple script like:
    net use 'connection' /delete ( write it into a text file and save it has a .bat file.)
    Use scheduled tasks to have the script run right before the machine goes into sleep. You can do so by setting the task to RUN ON Event: event 42 for the KERNEL_POWER source.
    You can see http://superuser.com/questions/679195/run-a-script-when-hibernating-windows-8 for more info .

  • [javaSE + NetBeans] Pasing between remote file with local files

    I'm developing an application to achive this goals:
    1) connecting to remote host using the TCP protocol.
    2) parse a remote file with one in local (the 2 files have the same name)
    3) if this file is not equal with the one in local dowload this file and overwrite the old.
    How can I manage the parse with this files? How can I get the remote file?

    So if there is a file on the remote server under C:\Temp\ called TestFile.csv; should I be able to call that file in a function?
    When I do so, all I see is an error saying cannot find a drive with the name C.
    My thought on how to get the content of the CSV into the session is just to import it to a variable and then use that variable.  This is possible right?
    Thanks,
    Brian
    ------ Brian
    Yes - assuming the file is accessible to the account you are running with and you are in the remote session.
    ¯\_(ツ)_/¯

  • HT201250 Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How

    Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How ?

    Time Machine is capable of backing up to multiple locations, and can be used to back up to both a local hard drive and a networked drive (provided that that drive is in or connected to a Time Capsule or another Mac that is sharing it over the network). The catch, though, is that you can't specify different things to back up to different destinations. Whatever you exclude from Time Machine backups is excluded from ALL backups, and whatever is included is included on all.
    So, get a large enough drive that you can back up everything you want in all locations, or use something else for maintaining the network backup.
    More information on these topics can be found here:
    How do I set up Time Machine to a shared drive on another Mac?
    How do I set up Time Machine to a Time Capsule or Airport Extreme?
    "Rotating" Time Machine backup disks

  • I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been dama

    I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been damaged.  To create a PDF document, go to the source application then print the document to .pdf"  I am going to the source application and printing the document to .pdf yet it's saving the file as a .log file.  After reinstalling the software, I initially didn't encounter this problem but on my second and third attempts to convert files to .pdf format, this error message reappeared.  How do I resolve this problem?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

  • Have recently updated Adobe Reader and now unable to open downloaded documents - Message received is could not open 'file name.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email a

    Have recently updated Adobe Reader and now unable to open downloaded documents - Message received is could not open 'file name.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded). When I check the file it shows Zero KB downloaded but the file appears - any suggestions?

    Obviously your download was not successful.
    What is your operating system?  How exactly do you download such files?

  • One file has different names

    I've never seen this before. A file has different names. See the get info: note the name at the top doesn't agree with the name & extension below. See the ls -l in the terminal as compared to the finder name.
    !http://farm3.static.flickr.com/2425/4042669881c9a9a0b767o.png!
    Robert

    Hi Robert, I've seen that a couple of times with Packages, I think it comes from them changing the Name of the APP but not in the Info.plist in the Package.
    My BJPrinterUtility.app is version 3.2.0 and has "BJPrinterUtility.app" in all places.

  • Error -43  when try playback on win7 64bits over the network QT that recide MacPro  osx 10.5 however i can play with VLC player, This happend when the QT is inside a Folder with name longer 8 chars other files has no problem with long names just the QT

    error -43  when try playback on win7 64bits over the network QT that recide MacPro  osx 10.5 however i can play with VLC player, This happend when the QT is inside a Folder with name longer 8 chars other files has no problem with long names just the QT  nfs sharing

    Never mind, I already found the solution myself.
    What I did wrong was:
    - not copying the master image to the nbi folder
    - selecting the netinstall-restore.dmg image as source to copy to my HD.
    The thing is, when you create a netinstall image for 10.5, the image itself is already included in the netinstall image so you don't have to do anything else.
    With the 10.4 image however, you also have to copy the master image to the NetBootSP0 directory.
    In the *.nbi folder contains an netinstall-restore.dmg file. But that is only to boot you to netrestore, it's not the image itself.
    Other alternative is to copy the images to another folder that you share with AFP and adjust the configuration of netrestore like described in this manual:
    http://www.shellharbourd.det.nsw.edu.au/pdf/misc/osxrestoringnet.pdf
    This manual was also how I figured out that I forgot to copy the image to the NetBootSP0 folder.

  • How to find the local system name in remote desktop through oracle

    Hi all,
    i am useing oralce 9i,D2K (Forms 6i) ,Presently i had a small problem when ever i am useing the application through the remote desktop i can not able to find the local system name .If i am accessing from the local system name then i can get the system name but when the user accessing the application through remote desktop i want to find from which local system he is accessing the remote desktop through the application is there any way to find it .If please let me know .
    Thanks in advance
    Srini

    Hi,
    Not sure of what you want.
    Have a look at v$session view. Machine column is maybe what you're looking for.
    If you want to retrieve the local host executing remote desktop, it's actually not possible natievely, since it's still remote host that is connecting to the database.
    Hope it helps.

Maybe you are looking for

  • Multiple apple id's/itunes accounts

    I have multiple itunes/apple id's since I purchased my first mac computer. I am trying to consolodate but am having trouble due to this fact. One is an apple id with a gmail account and that is the one I sign on to itunes with but my icloud account i

  • Approval for Squarespace plunge

    I've been hearing very nice things about Squarespace for while now. It seemed the perfect solution for a bunch of corporate "about us" websites I've been commissioned to design. Not wanting to make a rash decision about it, decided to take a couple d

  • Is this possible and the best way to approach this?

    hello all, back again with more questions What I would like to do is load an external swf (preloader) into a container swf, when the preloader swf is loaded, run code from the preloader's document class that will check to see if the container swf is

  • Installation problems for Adobe Director 11.5 for Mac OS X Lion

    I've downloaded other Adobe products from this site before, like Photoshop Lightroom, etc. There were no problems concerning installation with that. But when I downloaded the Adobe Director 11.5 for Mac recently, the process of installation stops in

  • Install program in special folder

    In the CC Desktop App you can select a folder for your CC programs. But there are e few program's, like Lightroom which will not be installed there. How can I solve this problem. But maybe it is en feature request...?