Add attachment: File extension getting changed to lower case

Hi
When I upload the file say 'abc.TXT' the file extension gets changed to lowercase 'abc.txt' in the Unix server.
I want the fileextension to be in Uppercase in the server also.
file from desktop --- abc.TXT
file on the server --- abc.txt
Iam using delivered Addattachment functionality to upload the file to the server
Peopletools 8.49
Please advice.
Edited by: 902509 on Dec 15, 2011 1:36 AM

Just to help others who might be catching this off of search, here's a help link to PeopleBooks:
http://docs.oracle.com/cd/E25688_01/pt852pbr0/eng/psbooks/tpcl/book.htm?File=tpcl/htm/tpcl02.htm#H4082

Similar Messages

  • Attachment File extension automatic change

    when i am sending mail with attachment jpg file it is automatic attachment file change .dat  

    Make sure you are composing your message as Plain Text or HTML and not as Rich Text.
    If this only happens for a few recipients, verify that your Contact Properties is set to "Let Outlook decide".
    See:
    Email attachments disappear when sent to others
    or specifically for Outlook 2013:
    E-mail properties for contact addresses in Outlook 2013
    Robert Sparnaaij
    [MVP-Outlook]
    Outlook guides and more: HowTo-Outlook.com
    Outlook Quick Tips: MSOutlook.info

  • Listener name in the listener.ora file is getting change from GPROD to %s_

    Dear Experts,
    Please note that after doing the R12.1 upgrade, When i bounce the database i have noted that my database listener name in the listener.ora file is getting change from GPROD to %s_db_listener%. Again every time after changeing the listener log file i am able to start the listener.
    Please advise.
    [oracle@upgrade 11.2.2]$ lsnrctl start GPROD
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 07-OCT-2011 10:07:33
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Starting /u04/d01/tech_st/11.2.2/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    System parameter file is /u04/d01/tech_st/11.2.2/network/admin/GPROD_upgrade/listener.ora
    Log messages written to /u04/d01/tech_st/11.2.2/log/diag/tnslsnr/upgrade/gprod/alert/log.xml
    TNS-01151: Missing listener name, GPROD, in LISTENER.ORA
    Listener failed to start. See the error message(s) above...
    [oracle@upgrade 11.2.2]$ vi /u04/d01/tech_st/11.2.2/log/diag/tnslsnr/upgrade/gprod/alert/log.xml
    [oracle@upgrade 11.2.2]$ cd network/admin/GPROD_upgrade/
    [oracle@upgrade GPROD_upgrade]$ ls
    listener_ifile.ora listener.ora listener.ora_bkpaug2911 sqlnet_ifile.ora sqlnet.ora tnsnames.ora
    [oracle@upgrade GPROD_upgrade]$ vi listener.ora
    (SID_DESC =
    (ORACLE_HOME= /u04/d01/tech_st/11.2.2)
    (SID_NAME = GPROD)
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u04/d01/tech_st/11.2.2)
    (PROGRAM = extproc)
    STARTUP_WAIT_TIME_%s_db_listener% = 0
    CONNECT_TIMEOUT_%s_db_listener% = 10
    TRACE_LEVEL_%s_db_listener% = OFF
    LOG_DIRECTORY_%s_db_listener% = /u04/d01/tech_st/11.2.2/network/admin
    LOG_FILE_%s_db_listener% = %s_db_listener%
    TRACE_DIRECTORY_%s_db_listener% = /u04/d01/tech_st/11.2.2/network/admin
    TRACE_FILE_%s_db_listener% = %s_db_listener%
    ADMIN_RESTRICTIONS_%s_db_listener% = OFF
    IFILE=/u04/d01/tech_st/11.2.2/network/admin/GPROD_upgrade/listener_ifile.ora

    Step 1- Run the autoconfig on the db tier.
    Step -2 Automatically it is changing the setting in the database listener log file and it is showing 4 database listeners are up .
    [oracle@upgrade 11.2.2]$ ps -ef |grep inh
    oracle 756 1 0 11:01 ? 00:00:00 /u04/d01/tech_st/11.2.2/bin/tnslsnr GPROD -inherit
    oracle 757 756 0 11:01 ? 00:00:00 /u04/d01/tech_st/11.2.2/bin/tnslsnr GPROD -inherit
    oracle 758 757 0 11:01 ? 00:00:00 /u04/d01/tech_st/11.2.2/bin/tnslsnr GPROD -inherit
    oracle 759 757 0 11:01 ? 00:00:00 /u04/d01/tech_st/11.2.2/bin/tnslsnr GPROD -inherit
    oracle 1721 31038 0 11:02 pts/2 00:00:00 grep inh
    applmgr 31380 1 0 10:53 ? 00:00:00 /u04/d02/apps/tech_st/10.1.2/bin/tnslsnr APPS_GPROD -inherit
    Step - 3
    Again down the apps tier services.
    Step -4
    Reset the listener.ora file in the database tier
    Please advise.
    Regards
    Mohammed.

  • How can I add attachment files – or photos – to my created Adobe reader XI files?

    How can I add attachment files – or photos – to my created Adobe reader XI files?

    Hi adel ghonim,
    You can add images following the instructions in this Help article: Adobe Acrobat X Standard * Paste images as comments.
    You can also add attachments by clicking the paperclip icon in the left column of the Acrobat window...
    Please let me know if you need further assistance.
    Best,
    Sara

  • File name getting changed while exporting file

    I am exporting file of name something like
    mithun.ruikar.111212.csv
    I am using
    response.setHeader("Content-disposition", "attachment; filename=mithun.ruikar.111212.csv");
    to export my file.
    Now what is happening is on JSP i get download popup and even i can save the file
    and it shows proper contents inside.
    Only problem is (default) name of file is
    now changed to
    mithun[1].ruikar.111212.csv.
    If i am trying
    ruikar.111212.csv only
    then i get ruikar[1].111212.csv
    and for 111212.csv i get 111212.csv, which is right.
    So only when i use more than one . in file name the first . is preceded by [1].
    How to solve this?

    I dont have anything duplicate.
    as i said my file name is of format
    mithun.ruikar.121344.csv
    here last part is time stamp.
    and if use file name like 12344.csv or mithun.csv it works fine.
    My problem is having filename with more than one dot
    and there are no duplicates.
    I would like to know some kind of escaping for these dots.

  • Can you add new file extensions to be treated as C source?

    Hi, using Sun Studio 9, is it possible to add a new file extension to those treated as C sources? I can see how to do it for header files (Options -> IDE Configuration -> System -> Object Types -> C and C++ Header Data Objects -> Extensions and MIME types) but this option is not available for C files.
    In case anyone's wondering why you'd want to do this: we use .pc extensions for C files containing embedded SQL statements. It's then pretty simple to make a .pc.c rule in makefiles to run the pre-compiler.

    >What do you mean Sandee?<br /><br />Robert,<br /><br />Sandee's comment did come across as a bit strong, eh. InDesign is better than Quark  for the most part. (Hey,even Quark has it's good points. <g>) But they are different and preconceptions of how to do certain things can hinder a user from using the program to it's best advantage. This goes both ways, but long time Quark users will almost certainly have developed some bad habits that should be broken if using InDesign. [check out theInDesigner.com podcasts. the first few are audio only but the first one in particular deals with this idea, and others reinforce it with specifics.]<br /><br />Your concern about Quark Project files does not fit into this catagory though. You will not find a comparable feature in ID. But I don't think you'll miss it as much as you think.<br /><br />I can't answer your questions about Bridge and Version Cue. I have no experience with them. [there are videocasts on Adobe TV that may give you an idea of how useful Bridge can be. Cafe Fibonacci Ep1, touches on it, Lazy Designer has a couple of episodes that show some not so obvious features.] Essentially Bridge is a common repository for all your files, and that can include your colleagues. But it's more than a way to catalogue and codify your files, you can access the rest of the suite from Bridge, you can even access specific functions of the other applications directly within Bridge.<br /><br />Version Cue manages projects. It keeps track of who did what to where and what version is current. It also allows you to submit different versions for consideration and revert specific items of your layout to previous versions  or is that Bridge? Hopefully someone with a better grasp of Bridge and Version Cue will come to your rescue. But it's obvious that there is a lot of work group functionality built in to CS.

  • File extension not changing when Save as

    Hi!
    I have a strange problem. For example; I have a .psd file open and want to save it as a .jpg file. I choose Save as. The dialogue Save as opens and displays the file name. But when I choose jpg as File format the extension behind the File name doesn't change from .psd to .jpg. I have to manually change it. It's the same with other file extensions.
    Is this a bug? I experience the same problem on two different installations.
    I use Creative Suite 4, Photoshop version 11.0.1.
    Fredrik

    No, I have the "Hide Extensions for Known File Types" disabled. The file name is "name.psd". No double extensions.
    I also have tried to change the Photoshop setting "File extensions: uppercase/lowercase" but it's the same.
    I think I got the problem when I upgraded from CS3 to CS4. After that I've also upgraded Photoshop to 11.0.1. It's also strange that I'm having the same problem on two differnet installations.

  • File extension getter

    Is there a method in the API that will get the file extension off of a file name so that I can filter out certain ones. I'm providing an example just in case I'm using the wrong terminology, which could be why I'm having trouble finding it in the API.
    ex: MyProgram.java
    and then I only want to print it to the screen if it has the java extension.

    "Extension" isn't a cross-platform concept, so Java
    hasn't gone out of its way to support it. Follow
    walken16's suggestion of writing your own.
    (It's trickier than you might think. Watch out for
    edge cases like ".net" and "Finally." and
    "too.many.dots".)Could you clarify what you mean by: '...........cases like ".net".................'
    I had always assumed that an extension was an extension was an extension......
    I only program on windows............
    I normally use this in my code:
         Gets The Extension.
         @param     f     A File To get The Extension of
         @return     The Extension part of the FileName.
         public static String getExtension( File f )
              String fileName;
              int index;
              int L;
              if( f != null )
                   fileName = f.getName();
                   L = fileName.length();
                   index = fileName.lastIndexOf('.');
                   if( (index > 0) && (index < (L - 1)) )
                        return fileName.substring( index + 1 ).toLowerCase();
              return null;
         }and just assumed that if somone renamed a file as blah.exe.old they meant it, and that Windows only ever cares about the .old part.
    Am I missing something?
    Not that anyone would ever get to run my programs, being just a hobbyist, still I like to think I'm learning the right way...........

  • File Extension Always Changes from .mp4 to .m4z in Media Encoder CS6 Master Collection

    Hello,
    I am a noob to Adobe products, but I am familiar with video encoding and have been making movies on the computer for over a decade.  I have made several attempts to encode from .wmv to .mp4, but both Media Encoder as well as Premiere creates the output with the .m4v extension.  I am using the H.264 Main, with the MP4 Standard selected in the multiplexer.  I have watched several video tutorials from YouTube on how to make sure I format properly for YouTube in MP4, but I would prefer my file extension to be .mp4 and NOT .m4v.  The name is specified as "video.mp4" but it always comes out as "video.m4v".
    I am using the full version (not a trial) of Adobe Creative Suite CS6 Master Collection, Student and Teacher Addition.
    Windows 7 64-bit
    Before I give all my other pertinent details, or post screen shots (if that is possible), I thought there might be a simple solution.
    Can anyone help me?
    Thanks in advance

    Ok, I found the temporary solution over at this forum posting:
    http://forums.adobe.com/message/4717820#4717820.
    Over there, I posted this information:
    I will have to try keeping the Export Audio box checked.  I am having the same .m4v problem when trying to save as mp4, and my videos have no audio (screen capture tutorials) so I chose not to export the audio.  I will see if keeping the box checked works.
    I am using Windows 7 64-bit, CS6 Master Collection Student Teacher;  I just downloaded the full version (paid for) a couple of days ago, so apparently, this is still a bug.
    I had posted this same type of question earlier today, now I found this forum.  I don't know if the problem was there before the update because I just bought my Adobe products the other day (November 10, 2012) and installed the updates prior to even opening any single one of the Adobe programs.  Oddly enough, Handbrake does a fine job, so I am using that until I figure out the problem with AME.
    UPDATE:
    YES!  Keeping that Export Audio box checked resolved the problem.  What I did was (since there was no audio in the original) just take the audio settings down to the lowest possible quality so as to save on file size output.
    Thanks for the pointer!

  • Has anyone seen a virus that adds a file extension .zzz to all files?

    When upgrading the firmware, I received an error message "cant find kvm" althought it read the kvm --- the installation failed 
    firmware: KVM 3.02 TO KVM 3.03
    Reason for upgrade is due to the KVM not being able to read some of the machines
    Please advice if anyone has experience this issue or similar. 
    The device is the Trendnet TK 1603R running on Windows 
    Thanks

    Howdy,I'm trying to come up with a way to use Spiceworks as a multi level ticketing system. We have our Tier 1 people who look at every ticket that comes in and then they either work it or assign it to a different team to work on. Spiceworks doesn't seem to support this out of the box so I'm trying to simulate the same thing.Some options I came up with are:Create a "Team" field to populate with the teams we have (Tier 1, Tier 2, Security, etc). Tier 1 people can select the proper team and I can create a custom view to view each team's tickets. Problem with this is no email notifications are sent out since the assignee doesn't get changed so no one knows when a ticket was escalated to their team. Is there any way to code a custom notification email to a certain group when the Team gets changed?
    Have Tier 1 know who is On Call for each...

  • File name gets converted to upper case

    I am facing an unusual problem with Solaris 10. When I insert an USB thumb drive formatted with FAT to copy some file from the stick, some of the files whatever gets copied to hard disk get their file names changed to upper case. This is quite random, at least, I am not being able to figure out what pattern of file names are causing this problem. Any suggestions?
    Edited by: Holmes.Sherlock on Dec 4, 2012 1:13 PM

    Hi...
    you can translate the password in upper case before call bapi....
    translate psw to upper case.
    regards
    Marco

  • How do I correct the arrow keys to change from lower case to higher case

    The arrow ,   shift key,  will not allow me to change from upper to lower case letters when in I Tunes.    the arrow keys seem to work in every other application.  I cannot properly enter a password  to enter I Tunes.  I reset the password from my note book and the password works.  only the I pad and I tunes are giving me fits.
    charliecache

    the pop-up box comes up just as you said. i then type in the corrected artist's name. i click 'ok', expecting the updated info to appear on the main iTunes library list
    As you have discovered, changing the info on the CD after you have RIP'd it will not change any of teh songs you RIP'd.
    If you select the CD in iTunes and update the info before you RIP the songs, they will go into iTunes with this new info.
    In addition, the CD will display this info if/when you reinsert it into this computer.
    If you only change the RIP'd songs in iTunes, they will display the updated info but if you reinsert the CD, it will display the previous info.
    Best way to do it is to rename the files on the CD before you RIP.

  • URL: Change to lower case

    My URL has the first letter capitalized and the rest in lower case. I wanted to change to all lower or all upper case. I can't seem to get this accomplished. Any suggestions? Thanks

    If by URL you mean the pagename in the iWeb Sidebar, then yes, it is a funny bug in iWeb.
    Select the name and hit Return.
    Type something else and hit Return.
    Hit return again and type the name and/or characters you want in upper-, lower- or anycase and hit Return.
    You can accomplishg the same in the Page Inspector.

  • Very Simple Question - How to change to lower case in Comic Book Theme

    I have a site I have created in iWeb08 and used the Comic Book theme but I cannot change the text on the main page to lower case. I have copied and pasted text in and its always UPPER CASE. I have tried changing the font to no avail. I made a new blank page and typed in and again its UPPER CASE. I can change the font to something else (eg Arial) but whatever I type - its in upper case. Can this be changed. It is OK on other themes. Many thanks.

    Bingo. Many thanks. Did not spot that there.
    Regards.
    Ben

  • How to change to lower case letters on my iPad

    When signing in to a website I am unable to make the first letter lower case.the iPad wants to make it upper case how do I change it?

    Make sure Shift key is grey and not blue in colour.

Maybe you are looking for