File Name Issues while on Network.

I have a Powermac G4 at my office and I am having a huge issue with file names that are on the network for my office. The mac is connected onto the network with dell servers running windows server 2003.
The problem I am having is that the Mac wont recognize any of the file names correctly. example, say i have a document title MACFORUM.docx now on any PC's in the office that name is displayed correctly. But on my mac it appears to be returned to something similar to the dos 8.3 naming convention. So what i see on screen is some like ~9535451.MAC. Obviously this is not a real file just an exmaple.
If any one could please shed some light on to why this would be happening i would really appreciate it.
Oh and some backround on the issue is that it just recently started happening after the install of adobe CS3. I have contacted adobe and it is not on there end and i have re-installed the software with no avail. so any one with any idea i greatly welcome it and apprec

How are you connecting to the server? Using Windows file sharing with an "smb" connection? Or does the server have file services for Macintosh enabled so you're connecting with an "afp" address? Do you see these file names in the Finder? Or are you seeing it the open/save dialog boxes in your Adobe programs?
We have lots of Macs at the office (most have 10.4.x but we're moving to 10.5.x) and we share Adobe files from Windows 2003 servers without a problem seeing the correct file names. So, I don't think you should have a problem like that.
-Doug

Similar Messages

  • File name issue in mail adapter attachement.

    HI all,
    i built a scenario proxy to mail in which the data will be sent as attachement to the mail id coming from proxy it self.
    I added the transform bean and xi mail adapter bean correctly..
    The scenario is working fine without errors...
    however the issue is. i have given the file name in for module key :
    Transform =   Transform.ContentDisposition =   attachement;filename="xyz.csv"
    but while testing the attachement is coming as "untitled.txt"
    i need the attachement to be named as "xyz.csv" only.
    where went wrong ...please give ur inputs.
    Thanx.

    Hi Kiran
    Then there is no need to use Transformation bean for this
    In Mapping map the mail package Content_type field with
    text/plain;name="xyz.csv"
    and select mail package and keep attachments in receiver mail adapter
    This will work
    Thanks
    Gaurav

  • About File Name Issue by Robocopy

    Please kindly help as follows:
    Due to I need to migrate the Data from Novell to Windows 2008 R2, I have some issue about robocopy.
    My existing file include some long file / folder name and long file path. (More than 256 / 260 characters)
    When I try to use robocopy copy the files, some of them show error and mentioned that it cannot locate the files. All of them are long file name.
    I have tried to use "/256" and result is negative.
    Meanwhile, I do not want to shorten the file / folder name or path.
    If I would like to retain the same file / folder name and path, any suggestion?
    Thank you!

    Hi,
    First you can test to use the \\?\ prefix and see if it can help accessing the path.
    Also mapped drive can help workaround the long path.
    For example, we have a folder d:\<248 characters>\folder\file.txt which over the 255 limits. However if we mapped "folder", which is under 255 limit, then we will have z:\file.txt, which
    will be accessible.
    Or creating a junction point can also help workaround this issue. For example, the folder path is c:\<240characters>\<40characters>\file.txt, we can create a folder c:\junction
    which point to c:\<240characters>.
    Related cases:
    Long file names
    http://social.technet.microsoft.com/Forums/eu/winserverfiles/thread/7c06717b-6ccd-42aa-b104-831223a28eeb
    tool, utility, hack to limit folder and file path lenght?
    http://social.technet.microsoft.com/Forums/da-DK/winserverfiles/thread/0f926e6a-d29a-459c-b2ff-7bcf87c25c62
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Dynamic File Name issue

    Hi All,
    My scenario is File to File.
    The source file contains cusomer  bill to information of multiple sales organization( A,B,C,D...)
    now my requiremnt is to create 1 output files  for each sales organization and each sales organization should have corresponding cutomer bill to information... and also the file name should be
    salesorganization+sourcefiled1+sourcefiled2
    I have used the DynamicFile name, but its always creating only 1 file  "and thats for A".. with corresponding records of A,
    below is my code
    String Outputfile = "";
    try {
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String filename = a+b+c;
    Outputfile = conf.put(key, filename);
    }catch (java.lang.NullPointerException e) {
      Outputfile = "FileName";
    return Outputfile;
    any idea.. guyz.. why its creating 1 file always..  do i need to change anything in my code???
    Biplab

    Hi,
    If it is an array (see whetehr you are having String[] in the udf declaration part) then you can access the elements inside it by a[0] or a[1] etc...
    Do a display queue for the three input nodes of the UDF and see where the values are. If there is single value it shoudl be a[0], b[0] and c[0]
    Regards
    Suraj

  • Email PDF file name issue via output determination - order confirmation etc

    Hi,
    I can email pdf files via output determination. Unfortunately the file name is same as sapscript name. How do I change it to the name I want for example document number.
    Thanks,
    Jai

    Hi Jaideep,
    You can change the mail title at Output determination.
    T/code NACE--> Application > Outputtype> Select O/P --> select Mail title and texts --> specify your text( with language) in "title" .
    Whenever Script send via e-mail the text you have entered will apear as mail title.
    Hope this may help you.
    Lanka

  • File Adapter - Archived file name issue

    Hello all.
    I am using an 11g composite application to read from the file system and move/archive the files to a "Backup" subdirectory. Everything works well, but the archived file name has the original filename plus an extra long guid. E.g.
    File_1.DAT_156dsfsdgw67rqwedb1c6b54d6fh7yerfa16wewet168erw)-dsfsdg
    Does anyone know how I can control the archiving feature of the file read adapter? I would love for it to just move the file to the Backup folder and keep the original filename.
    I look forward to a response.
    Thank you.
    Nick G.

    Thank you Sahil. I will look into it and test. I will post my results.
    Nick G.

  • File name issue

    Hi All,
    My scenario is :
    1. SAP (sender ) sends file name to BPM(e.g myfile1.txt)
    2.BPM sends the same file name (e.g myfile1.txt) to a HTTP reciever.
    3.Http receiver then responses with a file(around 30mb size of file)
    4.Then the file can be send to a file system
    I need to save the file in the file system with the same file name (e.g:myfile1.txt) which is requested in http request(e.g myfile1.txt). How can configure file adapter to achive this?
    Regards,
    Praveen

    Hi Praveen,
         BY using the option of Variable subtitution in Receiver File Adapter CC, you can achieve this with the refrence of your paylaod and message.If the file name holding in the payload you can give the refrence of your structure which field is exactly holding the file name value.
    refer the following weblogs , how to use the Variable subtitution
    /people/sameer.shadab/blog/2005/09/23/an-interesting-usage-of-variable-substitution-in-xi
    /people/sravya.talanki2/blog/2005/08/11/solution-to-the-problem-encountered-using-variable-substitution-with-xi-sp12
    Hope it will give an idea to get the same filename which is coming from HTTP response.
    Cheers
    Veera
    >>>Reward points, if it is needful

  • File name issues

    Hello,
    I am new to Lightroom and I enjoy it a lot. However I have a problem with file names and I can't find the answer on the internet:
    When I rename files with Fn + F2, the name sequences stack up and now I end up with incredibly long sequences including the date several times!
    How do I reset the fine names so that I can have uniform sequences?
    Thanks for your help!

    How are you connecting to the server? Using Windows file sharing with an "smb" connection? Or does the server have file services for Macintosh enabled so you're connecting with an "afp" address? Do you see these file names in the Finder? Or are you seeing it the open/save dialog boxes in your Adobe programs?
    We have lots of Macs at the office (most have 10.4.x but we're moving to 10.5.x) and we share Adobe files from Windows 2003 servers without a problem seeing the correct file names. So, I don't think you should have a problem like that.
    -Doug

  • Batch Convert PowerPoint to Movies file name issue

    I need to batch convert powerpoint presentations to movie. But the save option forces me to use the same name on every movie. I want it to just save the presentation with the same file name. So if the powerpoint is:
    MyPresentation.ppt
    then the movie should be
    MyPresentation.mov
    How can I do this?
    Here is a screenshot of the workflow.

    Okay, so I tried ditching automator and doing the convert movie parts via applescript. This is what I tried but it gives me an automator error -212 (apparently on the first "perform action") saying "expected end of line, found property":
    Any ideas on how to get the script to work with autmator (I tested a modified version of this script outside autmator and it does work for a single file).
    on run {input, parameters}
      -- Use the "Make Movie..." command in PowerPoint to make a QuickTime movie
              tell application "System Events"
                        tell application "Microsoft PowerPoint"
      launch
      open input
                                  set frontmost to true
                                  set theNameOfPresentation to title of last window
      -- Click on the Save as Movie... command in the File menu
                                  perform action "AXPress" of menu item "Save as Movie..." of menu 1 of menu bar item "File" of menu bar 1
                                  repeat until ((exists of sheet 1 of window theNameOfPresentation) is true)
                                  end repeat
      -- Enter the name of the Presentation
                                  set value of text field 1 of sheet 1 of window theNameOfPresentation to theNameOfPresentation & ".mov"
                                  delay 2
      -- Click on the Save button
                                  perform action "AXPress" of button "Save" of sheet 1 of window theNameOfPresentation
                                  delay 2
      close input
                        end tell
              end tell
              return input
    end run

  • Invalid file name error while copying some packages to USB disk.

    Hi
    I am trying to create my custom local repository by copying all the packages from /var/cache/pacman/pkg to /run/media/anand/SJCE_EEE/custompkgs on my USB storage device. But I get the following errors for some packages:
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/graphite-1:1.0.3-1-i686.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/hsqldb-java-1:1.8.0.10-2-any.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/libmythes-1:1.2.3-1-i686.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/libshout-1:2.3.0-1-i686.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/phonon-1:4.6.0-2-i686.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/rasqal-1:0.9.29-1-i686.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/redland-1:1.0.15-3-i686.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/redland-storage-virtuoso-1:1.0.15-3-i686.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/vi-1:050325-2-i686.pkg.tar.xz’: Invalid argument
    cp: cannot create regular file ‘/run/media/anand/SJCE_EEE/custompkgs/xf86-video-ati-1:6.14.6-1-i686.pkg.tar.xz’: Invalid argument
    But other packages copy properly to the USB storage device. If I remove : from the file names of packages mentioned above they copy properly. Is this because of the FAT32 file system on my USB disk?
    The above mentioned packages copy properly to my home directory which is ext4 file system.
    Any suggestions to correct this?
    Thanks in advance.
    Anand

    rsamurti, you asked the moderators to do this:
    Please remove : from package file names due to the problems reported in this post. Such packages cannot be copied to FAT32 file systems.
    This is up to you. Just "Edit" the post by yourself and mark this section deleted. (See the BBCode help for this.)
    And please leave an according comment stating something like the quote above there. It would be valuable information.

  • File name issues with Relocated Masters

    I am relocating Master Images from my Managed Aperture Library on my internal disk to a Referenced Library on an external hard drive. Everything in my efforts has run smoothly, except the names of the files that are showing up in my referenced folders on the external drive.
    I am setting a folder hierarchy, and this is working fine. For the file names, I am choosing the Version Name. This is where I am having a problem. Only some of the images are relocating with the Version Name. The others are relocating with the Master File Name instead.
    Why won't my images transfer over with the names that I am instructing Aperture to transfer them as?

    How are you connecting to the server? Using Windows file sharing with an "smb" connection? Or does the server have file services for Macintosh enabled so you're connecting with an "afp" address? Do you see these file names in the Finder? Or are you seeing it the open/save dialog boxes in your Adobe programs?
    We have lots of Macs at the office (most have 10.4.x but we're moving to 10.5.x) and we share Adobe files from Windows 2003 servers without a problem seeing the correct file names. So, I don't think you should have a problem like that.
    -Doug

  • TNS Name issue while installing the Peoplesoft 9.1 and peopletools 8.52

    Hi All,
    I have been installing the peoplesoft 9.1, tools 8.52, OS: Windows 7, 64-bit, oracle 11g release 2.
    I have been following the installation guide given by Peoplesoft. So far so good. but i am having problem at TASK 6A-14.
    It is asking me to login to app designer in bootstrap mode. So i invoked the data mover and gave both the username and password same "sysadm".
    I have got the following error
    "File: SQL Access ManagerSQL Error. stmt#2 Error Position: 0 Return 12154 - ORA-12154: TNS:could not resolve the connect identified specified."
    So i went to C:\app\windows7\product\11.2.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora and added the following.
    FSDMO91 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FSDMO91)
    but again, i got the same error.
    My Configuration manager has "Datbase Driver DBBIN" has the path as "C:\app\windows7\product\11.2.0\dbhome_1\BIN".
    Please help me solve this problem.

    Hi Nicolas, thanks for the prompt reply.
    when i did the TNSPING FSDMO91 here is the output.
    C:\Users\windows7>TNSPING FSDMO91
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 15-DEC-2
    +011 10:40:55+
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    C:\app\windows7\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhos
    t)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = FSDMO91)))
    OK (0 msec)
    C:\Users\windows7>
    when i do try login using the SQL Plus
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 15 10:43:27 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter user-name: sysadm/sysadm@FSDMO91
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Enter user-name: system/manager@FSDMO91
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Enter user-name:
    but when i do only system/manager (no @FSDMO91)
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 15 10:46:08 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter user-name: system/manager
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    when i do lsnrctl start
    C:\Users\windows7>lsnrctl start
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 15-DEC-2011 10:47
    +:52+
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    TNS-01106: Listener using listener name LISTENER has already been started
    C:\Users\windows7>

  • IMovie File Name Issues

    I am creating a slideshow in iMove 9.0.2 by taking RAW photo files, converting them to JPEG's in Aperture 3, then dragging the JPEG's into an iMovie project.  I deleted a photo from the iMovie slideshow project by selecting the thumbnail in the project, then hitting the Delete button. I also deleted the source photo from Aperture. 
    I then took the master RAW file of the deleted photo, gave it a different name, then assigned another RAW photo file the same name as the original deleted file.  Imported the new photo into Aperture, and dragged it into iMovie.  Instead of the new photo appearing in the project, iMovie still displays the old photo.  When I perform a "Control/Reveal In Finder" command on the incorrect thumbnail in iMovie, it leads to the proper photo in the Finder.  Aperture is also correct.  Only iMovie is having issues.  Is there any way to correct this prolem?

    First a basic question: Is the external drive formatted as Mac OS Extended?
    iMovie can't properly save to other formats and you may have trouble copying files via the Finder, too, if the drive is not Mac OS Extended.
    iMovie HD now stores its project folder as a "package". You can see the old iMovie 1-4-style folder structure by control-clicking (or right-clicking) the project package. Maybe the offending file is hiding there. ...but you really should not change the filenames -- the project should copy without such tweaks!!

  • SMB file name issue

    I'm not sure if this is a "new" issue after upgrading to Server 10.5.6 or if it's been around and we've just noticed it. The issue is simple: if someone logs in via AFP and creates a file or renames it to something with a slash e.g. filename/08.txt, users logging in via SMB will NOT see that file at all. This applies to folders as well. At first I thought it was a permissions problem, but it's not.
    If you log in via SMB and name a file with a slash, the AFP user will see a filename sans slash, e.g. filename/08.txt via smb becomes filename08.txt. BUT, if the AFP user tries to rename that file, the slash turns into a strange symbol.
    Is this a bug? A feature? Do I need to tell my AFP users to stop using slashes in the filename? You'd think the server would make the filename translation more gracefully.

    Hi Kiran
    Then there is no need to use Transformation bean for this
    In Mapping map the mail package Content_type field with
    text/plain;name="xyz.csv"
    and select mail package and keep attachments in receiver mail adapter
    This will work
    Thanks
    Gaurav

  • File name to be considered while Trex Search in CV04N,

    Dear Sap Gurus,
    I know TREX can search and list the documents using any Word or Characters inside the original file, but i have a requirement to search the document by there File Names,i tried giving File names in CV04N Trex search window, but it is not giving any results for me,
    how can i make the trex search consider the file names also while searching in CV04N,
    In SAP DMS is there a standard search functionality to search the documents by there File name?
    Awaiting response
    Thanks and regards
    Kumar

    Thanks for your response,
    i know we can search the documents through Classification or description details using CV04N, but
    while searching any document the user wishes to fill up the details only at one field ie... the Trex search window in the CV04N screen, and he will not be interested in filling  the values at the classification TAB and the description Tabs,
    we need a single point of search through Trex search Window in CV04N, ie... when this Trex search field is filled appropriately,( like the classification value, Long text value,) 
    this values should search the documents with this Classification or Long text values in DIR and display the results,
    i could not succeed in getting the trex search working with this values, is there any thing missing from DMS config????
    FYI,
    we have Portal Document search through DMS through DMS Connector, and in this Trex Search we could find the DMS documents using the file Names as well, but strangely  the same thing is not possible through CV04N trex Search,
    Thanks and regards
    kumar

Maybe you are looking for

  • How do I assign a Location from My Places to an Event?

    iPhoto 8.1.1 I don't have any GPS data in my photos and am trying to assign it manually, with some difficulty. I watched the tutorial on the iLife > iPhoto webpage and it appears that when you click on an Event's "i" icon there are supposed to be two

  • Iphone 4 does not sync video's

    i have an iphone 4 16gb ios 6.1.3 and i downloaded some new video's from youtube on my pc. with dvd videosoft. and automaticly (as always) itunes opened and they where in my libary. so i created a new playlist for these video's and i started synchron

  • Help!: syncing with itunes just erased all my data

    is there any way to recover?  I just wanted to copy one app from itunes running on my pc to my ipad.   Now all of my ipad icons are all mixed up (different order than before) and several of my applications are no longer on the ipad.  When I tried to

  • MSI Wind U110 - Reverse/swap the keys functions of the "Fn" key with "Left Ctrl"

    Hi guys, is there a bios-fix to reverse/swap the keys functions of the "Fn" key with "Left Ctrl" for the MSI Wind U110. I don't know why this keyboard is still that disfunctional. I think this is a well known issue, people complaining about for a lon

  • Using Drop down box in a table control

    Hi,   I'm new to ABAP. I'm trying to use drop down boxes as fields inside a table control.Im using 2 fields (f1 and f2). I want to dynamically populate values in f2 based on f1 i.e once i choose a value in f1 and click on f2 , it should give me a lis