Source file containing lower case characters

Hi,
My source file contains lower case characters.
I've already check the tickbox for lower case characters
for the corresponding infoobject.
But still getting the same error while loading.
Anyone pls. tell me what am I missing.
Regards
Tarun
Message was edited by:
        Tarun Sharma
Message was edited by:
        Tarun Sharma

To permit lower case you need to have it enabled in infoobject and also use ALL_CAPITAL in rskc . After changing the infoobject you should activate the transfer / update rules and also the data target i.e. the either infoobject / ods / infocube as the case may be as the lower case check is there in generated programs for data load which need to be adjusted.
Regards.
Sanjay

Similar Messages

  • Cannot type lower case characters in PSCS4.

    Hello,
    I am suddenly unable to type any lower case characters with the Photoshop type engine.
    Everything comes out in all caps whether or not I've used the shift key or Caps Lock.
    I have no idea how this happened or how to correct it.
    Please help.
    Thanks for your consideration,
    cobaltgreen

    George,
    I'd wager that it is something that we are both loading, prior to running into the problem. My theory is that those previous images had the All Caps checked, and though we might not have done any Text work, that setting is being carried over.
    My thought on the DVD Menus was based on the amount of work that I do with them. Some are from the Encore Library, and might have the All Caps checked. I need to pay close attention to when it comes up, and then look at my Recent Images list. That should tell me. Though you are not doing Menus, I'll bet that it is similar - that, or just the phases of the Moon...
    I had never noticed this aberration, until about a year ago, and now have seen it a dozen times on my two machines. I will pay attention next time, rather than just fix and continue.
    Good luck,
    Hunt

  • How can I save a jepg file in lower case letters? I check the use lower case box in preferences but it's not happening. PSCC

    how can I save a jepg file in lower case letters? I check the use lower case box in preferences but it's not happening. PSCC

    Let's try a preferences reset: (Windows)
    Press and hold Control - Shift - Alt immediately upon cold-starting Photoshop.  If you get the keys down quickly enough - and you have to be VERY quick - it will prompt you to confirm deletion of your established preferences, which will lead to them all being set to defaults.

  • How to convert a text file in lower case to upper case?

    I've a beginner in java world and I just come through the tutorial in http://java.sun.com/docs/books/tutorial/essential/io/filestreams.html showing how to copy a text file:
    import java.io.*;
    public class Copy {
    public static void main(String[] args) throws IOException {
         File inputFile = new File("farrago.txt");
         File outputFile = new File("outagain.txt");
    FileReader in = new FileReader(inputFile);
    FileWriter out = new FileWriter(outputFile);
    int c;
    while ((c = in.read()) != -1)
    out.write(c);
    in.close();
    out.close();
    And I would like to ask how to covert all lower case letters in input file to upper case letter in output file at the same time of copying.
    I guess it'll be using Character.toUpperCase(c), but I don't know how to do it actually.
    Any help would be much appreciated.

    Hope this helps
    import java.io.*;
    public class Copy {
    public static void main(String[] args) throws IOException {
    File inputFile = new File("farrago.txt");
    File outputFile = new File("outagain.txt");
    FileReader in = new FileReader(inputFile);
    FileWriter out = new FileWriter(outputFile);
    BufferedReader buff = new BufferedReader(in);
    String c;
    while ((c = buff.readLine()) != null)
    out.write(c.toUpperCase());
    in.close();
    out.close();
    }

  • Upper or Lower Case Characters

    Hi everyone:
    I know this may sound silly, but I am new at this so be nice!
    When creating an address for your webpage, do the charcters
    have to be upper case or lower case. I know that I have seen some
    web addresses with both upper and lower case.

    I think she means domain name. In that case, it doesn't
    matter. There's no
    upper case in domain names.... As far as I know.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Alan" <[email protected]> wrote in
    message
    news:C0B5DC49.292429%[email protected]..
    > do you mean file and folder names?
    >
    > You can use what you want-
    > Something to be aware of, unix/linux servers (which are
    the majority of
    > hosting) are case-sensitive. If you name a file
    BoxTop.HTM and link to it
    > as boxtop.htm the link will not find the file.
    >
    > I would suggest a conservative file and folder naming
    convention to avoid
    > possible problems. Lower-case a-->z and 0-->9
    only. No blank spaces, no
    > punctuation or other things.
    >

  • Problem with files containing non-English characters

    I wrote a program that traverses a directory for files of a given extension and then displays the absolutePath in a JList. Double-clicking on a filename will open it in the registered program. It works perfectly for English filenames. The problem is when I have other characters in the filename. For example, if I have a file titled "Mexico.txt" with an accented e, it shows up in the list with a block in place of the e. So the first problem is not being able to properly display the special characters. Next, if I double-click that file it sees the absolutePath as "m%3Fxico.txt" which I'm guessing is some sort of unicode encoding. Unfortunately, that encoding is not handled properly by the Runtime.getRuntime() method. I get a "file does not exist" error. All features work fine with English characters.
    Any help with these issues is greatly appreciated.

    Send mail as text/html (HTML enabled content) , Specify charset in the header part (GB23... or UTF-8)of HTML
    Its easy,
    I hope it would solve ur problem
    cheers
    Rajendra Bandi

  • 1.1.0.21 Sorting columns that are named with lower case characters not work

    I'm trying to sort my results in the table's data tab. I have the colums defined as:
    Help_ID, Help_Term, Help_Desc
    Trying to sort by Help_ID fails. The application tries to sort by HELP_ID rather than "Help_ID". Quotation marks may need to be added have the proper functionality.

    Although not a fix, I have found a work-around for people to use in the meantime. Using the filter field, I was able to sort the way I wanted (although not a very elligant method).
    Filter: 1=1 ORDER BY "My_Column" ASC
    I could not just put the ORDER BY clause in the filter field, but since I'm guessing that Oracle Developer is just building queries in the background, I tried to 'trick it' to take what I wanted.

  • How to deal with special character in source file

    Hi experts,
                      i am doing a file to file scenario in which my source file contains many special characters when i am puting this file into moni its going with the special character .My source file is a fixed length file so in content conversion i have specified the file length but due to these special charcters these field lenght is also varing.So please guide me how to deal with these special characters in sender adapter
    regards,
    Saurabh

    you could try using a Java Mapping to change the encoding manually. For that, set the encoding of the OutputFormat of the XML you'll serialize. Try the following code piece for the mapping (inside a try/catch declaration):
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder documentBuilder = factory.newDocumentBuilder();
    Document input = documentBuilder.parse(in);
    OutputFormat format = new OutputFormat(XML, "ISO-8859-1", false);
    XMLSerializer serializer = new XMLSerializer(out, format);
    For more details check this guide:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42

  • Save package spec and body in lower case ?

    I'm using sqldeveloper 3.1.07. We have the convention to save all source files in lower case. However, when I do "Save package spec and body" the filename that is suggested is always upper case. Is there a setting for this that I missed or any way I can change this ?

    Buntoro,
    thank you very much - that worked just fine (if I start from the Tools menu and then can select only the packages and package body options - and then in the next step do the name filtering for the selected objects).
    I was trying to use shift key and select multiple packages from the browser and then unload - that does not give you the "package body" selection option. In that particular case, the related package bodies for the selected packages should be automatically included - but I don't know if that can be classified as a bug or even an improvement, given that this can be achieved from the Tools menu (then unload).
    I understand what you mean by
    ========================================================
    "Note that the Package Spec displays only the choosen ones.
    But, why on earth unloading all of package body instead of the ones which we chose before?
    Simply forward, the output of this caused all of the package body to be exported.
    So please be aware before using this."
    ========================================================
    I also believe this is a bug and needs to be fixed.
    Buntoro, thanx again.
    R/ Zaf
    Edited by: zaferaktan on Jan 12, 2011 10:57 AM

  • Creating multiple records from 1 record in the source file for Import DM

    Hi Experts,
    Today I am working on an interface/import where I want to get the following result:
    Source file contains a records like:
    Account, Entity, DriverX
    Sales,EntityA,ZZ
    The BPC appset contains the 2 dimensions Account and Entity next to CostCenter dimension. The DriverX field in the source file is just additional information in the source file. However based on this DriverX we need to determine what CostCenter to choose but we also need to have the same record assigned to a second record in BPC.
    Following my example, based on DriverX value I need to create 2 records:
    Account, Entity, CostCenter,
    Sales,EntityA,CC1
    Sales,EntityA,CC2
    I don't have a problem assigning the record to 1 CostCenter based on DriverX value but I have a problem creating my second record. Does any of you have had the same "challenge" and if so would you like to share the solution for this?
    Best regards,
    Johan
    PS: I am working on SAP BPC, version 7.0 Microsoft version.

    Hi Greg,
    Many thanks for your answer. And yes this would be a solution. However I just simplified my case as the decision to create an second record and where to post is depending on more than 1 field in the source.
    But I will keep it in mind, because I also can opt for a solution to store data differently in BPC fac-tabels which will help me to use script logic.
    If it is not possible to create multiple records from a single records in the standard functionality in the Transformation and/or Conversion file, I have to create a custom DTSX or change my way of storing data.
    Anyone else who is having an alternative idea like Greg came up with?
    Please let it know!
    Best regards,
    Johan

  • Upper/Lower case conversion

    Hi folks,
    Apart from the Infoobject General tab where an infoobject can be selected to allow Lower case letters, are there any other areas where this can be done? We need to allow this for a standard infoobject and thinking is that we can change this at some other level such as do a conversion at the datasource level so only uppper cases flow through. This is a char field but can contain both Upper cases and Lower cases. Right now, with the standard infoobject the DTP load fails when trying to load the data with lower case characters.
    Thanks for your help.

    Hi,
    As mentioned above you will have to use TRANSLATE command to do the conversion. Now you can either write a routine at Infoobject level or write a field routine for conversion. In case of infoobject routine again you might have to change the original infoobject so I would suggest you to go for Field level routine in transformation.
    RESULT = source_fields-XYZ.
    TRANSLATE RESULT TO UPPER CASE.
    Regards,
    Durgesh.

  • CS5: Suffix not in lower case

    Hello,
    under preferences lower case characters for the suffix is selected.
    Now I have a TIF opened -> Save as copy -> the suffix appears in upper case ("JPG").
    The suffix appears in lower case only by choosing "Save as".
    Why makes PS this difference?
    Carlos

    Hi Carlos,
    There's a setting for this.  Go into Edit - Preferences - File Handling...
    -Noel

  • Lower case field

    Hi,
    I have a field from R/3 which is 35 Char long and it contains lower case letters, when i transfer data from R/3 to BW iam getting a error saying invalid characters. I don't want check the infoobject for lower case letters.
    Is there anyother way to acheive this by routine.
    I executed rskc with all_capital it didn't work. Your answers will be appreciated and rewarded.
    Thanks
    Kunal

    Kunal,
    You could have an update routine for that field which has something like
    data : tempfield like tran_structure-yourfield.
    tempfield = tran_structure-yourfield.
    Translate tempfield to UPPER CASE
    result = tempfield.
    My ABAP is a little bit rusty , but you can get the idea...
    hope this helps..
    Arun
    P.S depending on the data volumes , you could do it at the Start routine level or the individual routine level.
    Assigning points is a way of saying thank you on SDN

  • Lower case tag names in XSQL query

    XSQL queries appear to default all column tag names to upper case, even when you specifically use lower case characters. Is there any way to get them into lower case?
    For example,
    <?xml version="1.0"?>
    <test connection="devel" xmlns:xsql="urn:oracle-xsql">
    <xsql:query rowset-element="" row-element="" null-indicator="yes">
    select 'hello' as hi from dual
    </xsql:query>
    </test>
    Results in,
    <?xml version="1.0" ?>
    <test>
    <HI>hello</HI>
    </test>
    I would really like to get <HI> to <hi>...
    thanks.

    You can also preserve case by putting quotes around the column alias:
    For example,
    <?xml version="1.0"?>
    <test connection="devel" xmlns:xsql="urn:oracle-xsql">
    <xsql:query rowset-element="" row-element="" null-indicator="yes">
    select 'hello' as "hi"
    , 'Hello' as "Hi"
    , 'HELLO' as "HI"
    from dual
    </xsql:query>
    </test>
    This way you can also get mixed case.

  • PDF deletes source file

    In some instances when creating a PDF from an original TIF file,  the TIF file is deleted.   I would like to retain the source file.  Is this a setting?   I am using Acrobat 9 Pro.

    How are you creating the PDF? What OS? It is not typical for Acrobat to delete the source file in such cases.

Maybe you are looking for