Translations of INVALID_CREDENTIALS internal message

Hi all,
If have create a translation of the internal message INVALID_CREDENTIALS to Portuguese, and changed the default application language to Portuguese. But the INVALID_CREDENTIALS message is not my translation.
I am using apex 4.0.1. I am missing something or this is a bug?
Cheers,
Carlos Pereira

Hi Carlos,
Unfortunately, I don’t speak Portuguese but the error message in your third screenshot is definitely not in English. So, something is translating the error message. Did you load extra language(s) to your Application Builder?
>> Peter, I will try our solution.
Peter offered two options so I don’t sure to which you are referring. If you are considering his second option, please bear in mind that directly changing data in the original APEX tables is not advisable, and can lead to future problems. In your specific case, also remember that the proposed change is only local to a specific APEX instance. If you need to deploy the application into other APEX instances, this change must be applied to all of them, and as Peter mentioned, it will affect ALL the applications running in the instance.
Regards,
Arie.
♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
♦ Author of Oracle Application Express 3.2 – The Essentials and More

Similar Messages

  • Translate internal messages per workspace or globally

    I want to translate internal messages, as described in the manual:
    http://apex.oracle.com/i/doc/global_mess_reports.htm
    However, this is done per application. That's a lot of work every time.
    Is it possible to do this per workspace or, even better, globally?

    Hi jfosteroracle,
    You are getting the error may be the following reason,
    Check the following,
    Login as ADMIN and Goto -->Manage Instance-->Instance Settings--> Mail-->Maximum Emails per workspace
    Actually this number denotes the Number of mails can be sent per 24 hour for the workspace,It may exceeded.
    It may be the reason.
    Thank you.     
    Regards,
    Gurujothi
    Edited by: Gurujothi on Jun 27, 2012 5:54 AM

  • Translating Internal Messages

    Hi APEX folks,
    I am having some issues to translate internal messages. Basically, I want to translate APEX internal messages to French. As I understand in page http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/global.htm#insertedID1 APEX should be already translated in French.
    In that case, I would expect that this SQL statement would return "1 error has occurred" and "Actions Menu".
    SELECT APEX_LANG.MESSAGE('FLOW.SINGLE_VALIDATION_ERROR'), APEX_LANG.MESSAGE('APEXIR_ACTIONS_MENU') FROM DUAL
    However, it returns "FLOW.SINGLE_VALIDATION_ERROR" and "APEXIR_ACTIONS_MENU".
    Any idea why I do not have translated messages? How to check that internal messages are translated? Should I be able to see translated messages in view APEX_APPLICATION_TRANSLATIONS?
    For your information, I already started my application translation and it is working fine. Only those internal messages are not available...
    Thanks for your help
    Karl
    Edited by: Karl Guillotte on 2 juin 2010 08:23

    Hello Karl,
    >> APEX should be already translated in French
    This is only partially true, and you need to look into the big picture.
    The APEX Application Builder is translated into French. However, in order to use it in French you need to upload the French language. Only then, all the internal messages will also be available in French.
    If, as I understand it, you are working with the English version of the Application Builder (which is the default installation version), and you want to continue doing so, without loading the French version, you will need to manually translate the internal messages into French.
    For some reason I don’t have access to the download.oracle.com/doc/ server, so I can’t give you an exact references, but you can find a detailed explanation on how to upload more languages into the APEX IDE in the installation guide. It seems that you are already familiar with the Globalization chapter in the User’s Guide.
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

  • Internal Messages - global translation

    Hello,
    I would like to ask if there is any way to global translate all Internal Messages for ALL applications (whole APEX)?
    Now I use "Shared Components -> Text Messages" and I put there a lot of messages but I have to do it for ALL applications and workspaces separately :(
    I do it in that way:
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/global.htm#CHDJFHBD
    Is there any other way for global translation Internal Messages?
    Is there any mapping file, table etc. which I can use for global translation?
    regards,
    Jarek

    Hello Jarek,
    >> But when I run it from SQL Plus I see following error: …
    This API must run in the APEX context. You should use a privilege user, or the APEX owner (in this case you don’t need to change the curret_schema parameter). Try the following script as an example:
    declare
      l_ddl  varchar2(100);
    begin
       l_ddl := 'alter session set current_schema="APEX_030200"';
       EXECUTE IMMEDIATE (l_ddl);
       wwv_flow_api.set_security_group_id(apex_util.find_security_group_id('MyWorkspaceName'));
       wwv_flow_api.create_message (
        p_flow_id => '192',
        p_name => 'APEXIR_AGGREGATE',
        p_message_language => 'pl',
        p_message_text => 'Agregacja'
    end;If you are using an earlier version to 3.2, you should set the appropriate schema name to your version. Also, the ‘MyWorkspaceName’ should be replaced with your actual workspace name.
    Bear in mind that the relevant APEX meta data tables include a unique restraint, so you can’t run the script repeatedly, without deleting set messages.
    This is an unsupported action, so please take all the necessary precaution to avoid any problems, like BACKUP, BACKUP and BACKUP.
    >> In general it looks like security bug because I can run this procedure for other applications which do not exist in my workspace.
    This API was meant to be used by the APEX development team only, so maybe its code is not checking all malicious options out there. I’ll draw the attention of Joel, from the development team, to your claim. If it need fixing, I’m sure he will take care of it.
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • How to translate the when_no_Data found message

    hello
    when a report query retrieves no data, a no data found message is dislayed
    we are running a multi-ligual application, and we wish to find a way to display the internal message "no data found" in other languages.
    Any idea please
    Ammar

    You can defined messgae translation strings, for each language.
    So In your report, you have defined No Data Found as the string when no data is returned.
    You create a message translation for each language
    say for French , you create a message string with language_code FR and then you put in the frencch for No Data Found.

  • Region Display Selector - show all internal message

    Is there internal message that can be translated for Region Display Selector "Show All" link?
    I can do it with jQuery, but....I would like to do it by translating internal message. :)
    Tnx in advance,
    Marko.

    Hi Marko,
    did you check the documentation?
    In the Application Builder Users Guide, Chapter 16, you'll find a listing of all translatable internal messages.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • I cant receive international messages on my e63

    please help me find out what could be the problem with my messaging.i cannot receive international messages on my e63 but i can send international messages. I can receive local and send local plus international but i cant receive international messages.Someone please help me out.Thanks

    Welcome to Nokia Discussions! Make sure that the sender uses the right country code.
    Please take a look at the user guide page 49. Make sure your message centre number is right. Also make sure you don't have any blocking on with your network operator.
    If possible, try some other SIM-card in your phone and see if it works. Also try your SIM with other phone and see what happens. If it seems that the issue is on SIM please, contact your operator. If it seems the issue is in the phone, please perform the following actions:
    Make a back up with Nokia Suite. Type in *#7780# = soft reset, no data lost.
    If it's still the same, type in *#7370# = hard reset, phone memory will be wiped. Restore back up.
    Hope you get it working!
    Jampe
    If the answer solves your issue, please click the ACCEPT AS SOLUTION button so other users can benefit from it as well. Giving a kudos (the white star) if my answer has helped will be appreciated.

  • International message to China mobile doesn't work

    I have switched to iphone 4 in July 2010. International message to China mobile had been fine until Oct 2nd. Since Oct 2nd, I can send text message to China Mobile but they only can receive message in English but Chinese. Even worse since today (Oct 11th), they can't receive any messages (neither English nor Chinese). When users send messages to my iphone 4, they always get "We have received testing message" as an automatic reply. I have called couple of friends located in different cities in US. They all have exact same problem. Is this caused by AT&T or by Apple iPhone 4 firmware? Please help!!!!

    Same as mine. I have started to get this problem since from October 1st. The weired thing is that I still can communicate with my friends in Taiwan by texting Chinese message. However, my friends in China can send any message to me but cannot get any Chinese message from me. I made couple of calls to AT&T for check recently and everything with my account is fine. I would like to know what the problem is too.
    iPhone 3GS, version 4.1

  • Imported mailboxes have internal Messages folders and I cannot drag-and-drop to them

    I have just been forced to upgrade to a new MB Pro due to liquid damage to my old Macbook Pro.  As I am now using Mountain Lion I have had all manner of reconfigure problems with importing the (undamaged) data from my old hard drive.. When I open Mailboxes, there is an internal Messages folder which needs opening in turn.. Some of the Mailboxes have  messages in both parts.  I also seem to be blocked from drag-and-drop to move mail to my boxes.. I've read all over here but cannot find this mentioned.. Should I re-install a clean version, and if so, how do I retain the last 4 days of emails.. My Sent box is utterly screwed, too

    When you see something like this in the sidebar, it means there are other folders within that folder:
    The little triangle on the left is the clue.
    Click on the traingle and you can see what is inside, Here there is one folder inside:
    Now if you want you can drag the second folder and drop it anywhere inside the sidebar:
    So that instead of one folder with a triangle to show it contains other folders, I have two separate folders.
    You can also go in the other direction, and drop a folder into another one. As many as you want.

  • Unable to process message with internal message

    I am trying to find more information about this error I see in the App log. There are thousands of entries with different message IDs.
    I have searched Google/Technet and cannot find anything that references this error message. Does anyone have any pointers on where to go to find the account causing this?
    Source: MSExchange Messaging Policies
    Event ID: 8208
    Task Category: RedirectionAgent
    Unable to process message with internal message ID: XXXXXX. Mailbox System.Object[]'s ForwardingSmtpAddress %3 isn't valid. Active Directory may have been damaged.

    I have just started and taken over for the previous admin so am still learning the setup as well.
    We have 3 Exchange 2010 servers (2 in the same location and one remote), all 3 have the same errors in event logs with varying message ids. Only 2 transport rules (One for large attachments and one to add a disclaimer) and both appear to be working correctly.
    I was hoping to find a way to track down more information about the message based on the ID to see if I can find any similarities but have not found a way. I have found how to find the message ID based on sender/recipient/etc. but not the other way.

  • SOAP header of internal message

    We have a problems with messages that a mapped failling in SM58 because the receiving JCO service rejects them.
    When we do not use mapping everything is fine.
    We've have found out that the SOAP header of the internal message (when passed on to the IDoc receiver adapter) is different when we use mapping from when we do not use mapping.
    Therefore we  need to manipulate the SOAP Header of the internal message (for the one that involves mapping) before it reaches the IDoc adapter?
    Please advice?
    Thanks

    Anyone?
    Thanks

  • When internal messaging will be possible or when it will be possible to style customer to customer t

    Dear All,
    I have build this quite big site: globalcastingcenter dot com where talents have their profiles and casting directors post their auditions. This is done with web apps, they can also contact each other. This is where I face the biggest deadend. BC doesnt offer internal messaging from which this web portal would benefit big deal and although it's possible to create forms which send e-mails to web app item submitors (talents or casting directors) i cant style those. Message information is put into the table and columns are called Value and Form which looks very system cold.
    BC, please could you let me know when we can expect internal messaging between app item submitors or when it will be possible to style this e-mail that I'v mentioned above.
    Other experts do you have any idea how could I overcome this huge messaging problem? I had thoughts of redirecting the messages automatically with this scenario: server gets this tablish message, it uses values in the table, populates styled template with these values and sends the final message to the final recipient. I believe this solution is too bold and it's also quite expensive considering the quote i've got from one back end developer I know.
    Please do advise. Any help is highly appreciated. If anyone knows someone that can accomplish this scenario that I've mentioned above please let me kow as well.
    Thanks in advance for your replies.
    Mantas

    Hey Mantas,
    Do not expect that feature any time soon. I do not even see that being a feature this year.
    Considering all that is going on and required to be finished and sorted a lot more is/will need to be done.
    In terms of what you can do I have done things like used the refer a friend form which you can style and use that to send emails out to the needed people. I have submitted multiple web forms with ajax etc as well.
    You have the custom fields for the people and emails (if not you can add them) and you can use those to send emails off to people, you just do not have a workflow so your not pestered with it but the notification message is the one that goes out and can have a template applied.
    So there is a number of things you can do to get that going along those lines. I have done a few variations of this on different sites.
    Warning note though - Ajax submission for custom web forms has a total character limit (all fields) of 1024 characters, which is not a lot.

  • How to handle the exception com.sun.xml.internal.messaging.saaj.SOAPExcepn

    hi,
    I am accessing wsdl to get all the required data and the connection is establishing successfully thru java code but when i am calling the create user api the following exception is coming
    "com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: No NamespaceURI, SOAP requires faultcode content to be a QName"
    please tell me what is faultcode means and how to solve this exception

    Hi,
    Whenever there is any error inside the WebService or while it's processing ...it throws Exceptions ..We can handle these exception by our own to make the Exception details more readable.....For that we can create our own SOAPFault message...
    Please refer to the below Posts...
    1). If you are using JAXWS Style of WebService then : http://middlewaremagic.com/weblogic/?p=713
    2). If you are using JAXRPC Style of WebService then : http://middlewaremagic.com/weblogic/?p=721
    Thanks
    Jay SenSharma
    http://middlewaremagic.com/weblogic (Middleware magic Is Here)

  • Internal Messages To Different Users

    HI !!!
    I Need to send an internal message to different users when i save an order in the standard transaction VA01, i already have the userexit, I only needs the part of the message, somebody can help me?
    Thanks & Regards

    Hi,
    Check these FMs..
    SO_OBJECT_SEND  - FM to send the message the sap user's inbox.
    TH_POPUP - FM to send message as a popup to the user..
    Thanks,
    Naren

  • Every time i get on my computer and click on imessage and facetime a little box pops  up saying an internal messages error occurred  or an internal facetime error occurred....but my question is how do i get it to stop doing this or how to stop it

    every time i get on my computer and click on imessage and facetime a little box pops  up saying an internal messages error occurred  or an internal facetime error occurred....but my question is how do i get it to stop doing this or how to stop it.

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

Maybe you are looking for