The email account name contains special characters

im trying to create a apple id without payment method for my cousin. his email does not contains any special character and it's a valid email...my problem is that "the email account name contains special characters" message is always showing..any help please. thanks

Goto the Email set up, it will show you the Current Email accounts you have set up, there will be an option to "Edit" You can change the Display Name (what other's see in the From line) and Account Name, what shows up when you mouse over your email icon on your Blackberry.
Brownie
Tour 9630
IT Professional

Similar Messages

  • Deleting table name containing special characters/length

    hey all -
    a modeling program (erwin) created this table, which i am currently unable to drop. i am using dbvisualizer to connect to the db. the table name is:
    DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0
    trying to kill it:
    drop table DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0
    ORA-00933: SQL command not properly ended
    drop table "DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0"
    ORA-00972: Identifier is too long
    drop table 'DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0'
    drop table '"DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0"'
    drop table 'DBDB.BIN$6YefzzGY8ingMAB/AQBlXA\=\=$0'
    drop table '"DBDB.BIN$6YefzzGY8ingMAB/AQBlXA\=\=$0"'
    ORA-00903: invalid table name
    i have played with some other things as well. still can't kill it - any suggestions?? tell me how to kill this thing!!

    please read the posting below:
    deleted item in oracle

  • Issue in creating a add link to a document content type on a doc lib name with , / special characters

    hi,
    i am having a  requirement to create/use "add link to a document" content type for a item in the document library.
    so i got  the code from below site :
    http://howtosharepoint.blogspot.in/2010/05/programmatically-add-link-to-document.html
    my issue is, if teh document  library names are single words - like MOM, model, procedures etc this  functionality is working fine and i am able to view the link to a document as an item. 
    but when the doc lib name contains special characters like , or  /  , this link to a  document  content type functionality is NOT working.
    can anyone pls point me whether this is the  actual  issue ? ie, if  the doc lib name contains special chars  like , or /  my
    add link to a document wont work? is there any restrictions/limitations for doc lib names in SharePoint ?
    for eg: my doc lib names are :
    1) Report and analysis, Data
    2) form / template
    3) map/ plot
    help is highly appreciated!

    hi,
     its talking abt the subsite names and  folders and NOT the document librraies.
     is there any link which gives the naming convention / restricted names for  document libs or  splists , from msdn / blogs.technet.
    thnx

  • How do I find file names containing special character

    hi all
    I need your help with a code that deals with finding file names containing special characters like * / \ : ? " |
    the reason is I am doing a project that transfer files and folders from Mac to Windows. But names containing above characters cant be moved to windows.
    the part of the code I write is like this
    set illegal_syntax to paragraphs of (do shell script "find " & quoted form of POSIX path of oneFolder & " -name '*'")
    if (illegal_syntax is not equal to {""}) then
    repeat with each_record in illegal_syntax
    do shell script "/usr/bin/ditto -c -k -rsrc --keepParent " & quoted form of each_record & space & quoted form of (each_record & ".zip")
    end repeat
    end if
    First of all that '' will gives me an error.
    Second, what i tried to do is once the file/folder is found, zip it at current location. But the problem is how can I zip it without the special character? or should I just give it a name, like "originalfile.zip";?
    Last, or maybe you have better idea to deal with this situation? BTW, I can not rename or delete the file/folder because customer won't allow me to do it.

    The backslash is used to escape characters in AppleScript, so if you want to use it in a string you need to escape the escape character, for example "\\*".
    You could set the name of the archive by replacing the illegal character with another one, such as an underscore:
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; border: 1px solid #000000; width: 720px; color: #000000; background-color: #FFDDFF; overflow: auto">set each_record to "some*file*name" -- example
    set {TempTID, AppleScript's text item delimiters} to {AppleScript's text item delimiters, "*"}
    set the ItemList to text items of each_record
    set AppleScript's text item delimiters to "_"
    set each_record to the ItemList as text
    set AppleScript's text item delimiters to TempTID
    log each_record --> some_file_name
    </pre>

  • Why does text on certain portions of websites, usually when adjacent text contains special characters, become jumbled into seemingly random sets of characters that are not in any way jumbled when viewing the source of the webpage? How can I fix this?

    When viewing most text on most websites, it displays properly. However, there are two instances where text will either tend to, or consistently, become jumbled into a mess of seemingly random characters. Oddly enough, these seemingly random characters are not, in fact, random. The same weird character will be used to replace the same regular English text character consistently across the entire area that has been jumbled.
    The two instances where this tends to occur most often, or consistently in some cases, are, first, when a paragraph or particular section of formatted text contains special characters, such as Chinese or Japanese characters, or accented letters. When this happens, usually the paragraph that contains the special characters is completely jumbled, while the rest of the text on the page will have intermittent jumbling on a word or two. Most often, the word "the" is jumbled in this case.
    The second instance where this happens is when a website uses specially formatted text in some form or another. I, not being an expert at web development, am not sure what kind of formatting causes it, but I can provide consistent examples in lieu of my experience:
    - Example 1:
    [http://img408.imageshack.us/img408/9564/firefoxcharencodingissu.jpg]
    Example 1 shows a portion of a screen-shot of the website "Joystiq.com". Every single article title on the front page of this blog is consistently jumbled, while the text of the article itself remains untouched. Please note that when this jumbled text is highlighted, it is visible un-jumbled in the right-click menu as well as in the source code of the page. Other consistent instances can be found within many search fields on various websites. For instance, the search bar located at the top right of "Kotaku.com" consistently displays jumbled characters both on its default text of "Search" and on any text that is typed into the search box itself.
    - Example 2:
    [http://img822.imageshack.us/img822/9564/firefoxcharencodingissu.jpg]
    Example 2 shows both the jumbling of the paragraph containing the character "☆" as well as the subsequent peppering of the rest of the article's text with small jumbled words. Below this is the DOM Source of the selected text which shows how the text itself is being rendered properly within the site's source. Additionally, for convenience, I have edited on to the bottom of the image a small snippet of what the search bar on the same page looks like. Notice how the grayed-out text that normally would read "Search" is instead jumbled.
    This issue has been plaguing my browser for the past year or so, and I had hoped that it would go away with subsequent Firefox updates. It has not gone away.
    Thank you for reading! Please help!

    This issue can be caused by an old bitmap version of the Helvetica or Geneva font or (bitmap) fonts that Firefox can't display in that size.
    Firefox can't display some old bitmap fonts in a larger size and displays gibberish instead.
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.
    Uninstall (remove) all variants of that not working font to make Firefox use another font or see if you can find a True type version that doesn't show the problem.
    There have also been fonts with a Chinese name reported that identify themselves as Helvetica, so check that as well.
    Use this test to see if the Helvetica font is causing it (Copy & Paste the code in the location bar and press Enter):
    <pre><nowiki>data:text/html,
    Helvetica<br><font face="Helvetica" size="25">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</font><br>
    Helvetica Neue<br><font face="Helvetica Neue" size="25">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</font>
    </nowiki></pre>
    You should reset the network.http prefs that show user set on the about:config page.<br />
    Not all websites support http pipelining and if they do not then you can have issues with images or other problems.
    See also http://kb.mozillazine.org/Images_or_animations_do_not_load#First_steps

  • Column name in a query contains special characters

    Hi folks,
    The column name in a query contains special characters. For example ~ or ^. The creator of the table put these column names under double quotation while creating the table. When I get the column names form the result set meta data object it returns without quotation. Is there any way to tell the jdbc driver so that it return those column names as it was created, I mean in double quotation.
    The help is urgent. I will appreciate any suggestions. Thanks �.
    [using oracle driver for 10g]
    Thanks
    Angelina

    Just because the column names were in quotations when the database was created doesn't mean that the quotes are actually part of the names. What's inside the quotes is what makes the column name in the database. If I created a column as "abcd" and put it in quotes just like that ("abcd"), it would go in the database as abcd since SQL would strip off the quotes.
    And there's your answer. Just put all column names in quotes whenever you need to talk to SQL. It will strip off the quotes and understand.
    I think SQL will also accept square brackets ([ and ]).

  • I want to change my full name deatil in the email account. It is grey ed out.Help Please

    I want to change my full name details in the email account. It is greyed out.Can you help Please.

    Change your name at...
    My Apple ID

  • Need help in setting file name with special characters in attachment

    Hi
    We have a requirement where we need to set the file name that contains special characters (like Russian) and send mauil using Java mail.
    If we set the file name as such, the attachment in the email contains garbled filename
    Can you pl let me know how to resolve this?
    We should use the file name as attachment name and this will have say special characters. The receiver who gets the mail should get with the correct attachment name
    One important point.. the attachments are opened from MS outlook.
    Thanks and regards
    Ram
    Edited by: 884910 on 13 Sep, 2011 5:00 AM

    Read the FAQ carefully. You don't need to call encodeText unless you're using a really
    old version of JavaMail.
    And, it depends on whether the mail reader you're using is handling encoded parameters
    according to the (new) MIME standard, or according to the (old) non-standard hack.
    Sadly, without knowing what mail reader the recipient is using, it's impossible to use
    encoded filenames that will work everywhere.

  • Outlook Folder name contained invalid characters or is only spaces

    Folder name contained invalid characters or is only spaces

    Hi,
    It seems the issue is that you receive the message when you are using Outlook.
    First please let me know, what type of account are you using in Outlook? Exchange, IMAP or POP3?
    I suggest you logon the Webmail/OWA to check whether there are any special characters in the folder names. If there are, remove the special characters and check if Outlook still prompts this message.
    This issue can also be caused by some anti-virus program or 3rd-party add-ins. Please disable the anti-virus program temporarily to check the result. I also suggest you start Outlook in Safe Mode to determine whether it's related to add-ins:
    Press Win + R, type "outlook.exe /safe" in the blank box, press Enter.
    If there's no problem in Outlook Safe Mode, go to FILE -> Options -> Add-Ins to disable the suspicious add-ins to verify which on caused this problem.
    Since the information you provided is quite limited, you can also let me know what you have done recently to the PC or Outlook before this issue occurred.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Error occured while importing xsd.file(Name contains invalid characters: -

    Hello,
    i muss import xsd.file.  while importing this error occured:
    İFMEXTDEF CCTS_CCT_SchemaModule-2.0 | http://example.org/XXX/XXX/OUT/NOZ (SC_NOZ V001 of example.org):
    Name contains invalid characters: - .
    Only a(A)-z(Z), 0-9, and "_" are permitted
    This xsdfile name is CCTS_CCT_SchemaModule-2.0 but PI doesn't  accept "-". But i muss use this file because this file is standart. What can i do for this?
    Thanks
    Nurhan
    Edited by: Nurhan on Oct 18, 2011 11:22 AM

    HI,
      PI doestnt support special characters like '-'. first you need to change the file name as you specify '-'. to remove that and you have to give '_'. then uyou have to impot >XSD file into ESR under ExternalDefination.
    i hope this will help you.
    regards,
    ganesh.

  • How to validate string that contains special characters.

    Hi,
    I am new to Data Services.I took excel sheet as a data source .Now i have do some validation functions like vendorgroup should not contain special characters ,name cleansing operations etc.. So,please anyone help me redarding this.
    Thanks in advance

    Anonymous,
    No this is not a bug. Working with multi-select lists or any item which stores colon delimited values can be tricky to work with in APEX. There are a few work arounds for this. One is to replace the colons with something else like you described and then replace the colons on the landing page. Another solution is to send the primary key for that record and have an automatic row fetch or a computation pull the colon delimited value.
    Cheers,
    Tyson Jouglet

  • How  create data type for coulmn name having special characters in IR

    hi ,
    any idea how to create how to do create data type for coulmn name having special characters

    Hi Amit,
    Can you ellaborate ?
    Actually if you are reading a file(or anything else) which contains special characters, the data type can be created as done for other interfaces. But it is in the adapters that we actually take care of handling these special characters.
    ShabZ

  • Select name without special characters

    I have a table with names, some of which contain special characters('/','\','#','&'). I need to select the names columns with certain conditions.
    1. The name with these special characters should not be picked, esp. when another same name (without the special characters exists
    e.g: if I have 2 entries ABC& and ABC, I should select ABC
    2. If no entries are clear of this special characters, pick the last name.
    e.g: if I have 2 entries ABC& and ABC#, I should select ABC#.
    Please help me device the code for this.

    Hi,
    Try something like this ...
    select version from v$instance ;
    <br>
    VERSION
    10.1.0.3.0
    <br>
    1 row selected.
    <br>
    create table test_values ( id number, val varchar2(10) );
    <br>
    insert into test_values values ( 1, 'abc' );
    insert into test_values values ( 2, 'abc' );
    insert into test_values values ( 3, 'abc/' );
    insert into test_values values ( 4, 'abc\' );
    insert into test_values values ( 5, 'abc#' );
    insert into test_values values ( 6, 'def' );
    insert into test_values values ( 7, 'def' );
    insert into test_values values ( 8, '#ghi#' );
    insert into test_values values ( 9, '/ghi/' );
    insert into test_values values ( 10, null );
    <br>
    select id, val from test_values ;
    <br>
            ID VAL
             1 abc
             2 abc
             3 abc/
             4 abc\
             5 abc#
             6 def
             7 def
             8 #ghi#
             9 /ghi/
            10
    <br>
    10 rows selected.
    <br>
    select
      max(id) keep
        ( dense_rank last
          order by instr(standardized_val,'#') desc, id
        ) as target_id,
      max(val) keep
        ( dense_rank last
          order by instr(standardized_val,'#') desc, id
        ) as target_val
    from
      ( select id, val,
          translate( val, '/\#&', '####' ) standardized_val,
          translate( val, 'x/\#&', 'x' ) clean_val
        from test_values
      ) tv
    group by
      clean_val
    <br>
    TARGET_ID TARGET_VAL
             2 abc
             7 def
             9 /ghi/
            10
    <br>
    4 rows selected.Message was edited by: jfuda - added tags for formatting source

  • Entering passwords containing special characters in Terminal

    Whenever I enter a shell command that requires me to verify my password (such as becoming root), my password is never accepted as valid because it contains special characters, such as "é" (I'm assuming that's why, at least). I've tried many times and am positive I'm not typing it incorrectly.
    Does anyone know a way around this, or do I have to just create a less exotic password?

    Characters typed with the Option key may not translate properly between different encodings; the exact character expected may be a different one, or may not map to anything at all. You shouldn't use Option-keyed characters in a Mac OS X account password.
    (29024)

  • Lightroom 4.1 crashes every time I try to launch the email account manager

    Running Lightroom 4.1 64bit edition on Windows 7 Ultimate.  Ivy-Bridge 3770, 16Gb Ram, Crucial m4 SSD. 
    Crashes every time I do the following:
    1) I right click on an image in the library or develop module and select "Email Photo"
    2) In the From drop down list - select "Go to Email Account Manager". Microsoft Outlook is also listed (I think i played around with outlook in a previous on a previous install, probably lightroom 4 beta, but not the current one). 
    Lightroom imediately hangs.
    Windows Crash Report:
    Problem Event Name: APPCRASH
    Application Name: lightroom.exe
    Application Version: 4.1.0.11
    Application Timestamp: 4fb2266f
    Fault Module Name: MSVCR100.dll
    Fault Module Version: 10.0.30319.415
    Fault Module Timestamp: 4d26d15a
    Exception Code: 40000015
    Exception Offset: 0000000000075fe9
    OS Version: 6.1.7601.2.1.0.256.1
    Locale ID: 1033
    Additional Information 1: 3f99
    Additional Information 2: 3f99d01d55a59f0cf00ae3a1c9abd440
    Additional Information 3: b4f4
    Additional Information 4: b4f43863618d6c6fd5483b27fa17fcc5
    I tried re-installing but it doesn't seem to fix the issue (it appears that there are some settings or something that are persisting).  A completely clean install in a virtual box VM (windows 8) comes right up and gives me the option to select a new email account (sending pictures works fine).  Any idea how to completely clear the email account settings so i can start over with setting this up. .  ? 

    Hi Sean,
    thanks for answering. No, it crashes anyway. I tried changing the identity plate color in all different modules. I was able to change it once when I had just bought a new computer and installed Lightroom, but now I can't. I wonder if there are any cache files or anything causing this. Unfortunately I don't know enough about this to fix it myself. I wondered whether LRB is causing a problem simply by having it installed, but as I said, after I removed it from the Web Galleries folder, the problem still occurred. Is there any way to recreate the identity plate in Photoshop (same font and size etc.) and reimport it into Lightroom? I need to finish my website and my name is sol light, it is barely legible. Any fix or workaround would be appreciated.

Maybe you are looking for

  • Dynamic Link does not open Project on 2nd computer

    Has anyone run into this situation? Creating a  Premiere ver CS6 project on the mac and creating a dynamic linked comp in Premiere to a After Effects comp works well until the project file is shared with another computer that did not create the proje

  • LV 8.2 Config File with Enum bug

    Please refer to attachment. Set the Enum and run the VI. The Enum is converted into string and then saved into a config file. The file is immediately read and the key is converted back to enum. It works fine until you choose index 32 in the enum. Eit

  • Can I edit on a ProRes timeline containing XDCAM EX footage and DVCPRO?

    I have a documentary project of which the majority was shot with the EX-1 at 1080 24p and I have been editing that footage contained in a 1080 24p ProRes (standard quality) timeline. We have some extra interviews that were shot with a Panasonic Varic

  • Black spot

    I dropped my phone and a black spot apeared on the left top corner, soo i have to go fix it but what happens if they open it, i know they have to open it to fix it the have to change the front screan but what i mean is will it work the same? will it

  • How do I set Acrobat as default over Reader?

    I use Acrobat Professional but recently installed Reader to check my PDF forms. Can someone tell me how to set Acrobat as the default program in favor of Reader? Thanks