apex_util.prepare_url with the translated applications

I have two questions about the use of apex_util.prepare_url with the translated applications:

  1. Why is-checksum in a different translated application of checksum in the original application?
  2. Is there a way to control the apex_url.prepare_url checksum function calculates?

I have no application in both languages English (en) and Slovenian (sl). Link with English checksum would work if I put the Application primary language to English and the link with the Slovenian checksum would work if I set the main language Application to Slovenian. Application language is derived from the main language Application.

Sometimes, the real problem for me is I have 'English' version of checksum when apex_url.prepare_url is called from the "Slovene" to application version.  As I mentioned before 'English checksum' does not work if the Application language is set to Slovenian.

I have reproduced this behavior (with the exception of the problem described in the previous paragraph) on http://apex.oracle.com/pls/apex/f?p=15120. An application illustrates an another unanswered question/bug related to translated app: https://forums.oracle.com/message/11229437#11229437

Is this Bug to Oracle APEX? Can anyone provide any advice or workaround?

Hello

bookmarkable (amounts of application or user level control) control totals depend on a salt value that is stored in the application. If the salt is null, there is a fallback to the alias of the application. If you update the salt by clicking "Expire bookmarks" on request > security attributes and re - publish the application, salt must be synchronized between the applications. Control totals should be the same, then.

Kind regards

Christian

Tags: Database

Similar Questions

  • iOS 10 problems with the Mail application

    Dear Apple and community support,

    Here's my problem:

    I have upgraded to iOS 10 on my iPhone 5s this afternoon (September 13), and now I'm not able to open e-mail - Yahoo!, and Gmail. I can receive emails, I'm not able to view the body of these emails. When I press on them, all I see is a blank white page. I can't answer emails either. I can only their flag or remove them. However, I am able to compose new e-mail messages.

    Here are the steps that I've taken to try to solve my problem:

    1. Restarted my phone
    2. Remove and re-add my Mail accounts
    3. Made a backup and a restore full while that plugged into my laptop with the latest version of iTunes.

    I should be grateful if you would help or more information on this issue.

    Thank you

    Emily

    I also have problems with the Mail application.  On my iphone, ipad, and Mac Pro.  I have several addresses, a MSN, another on Go Daddy and Gmail.  I have various weird problems with threads and every day he re-charge my emails, like if I have never read before.  Something is really problematic with Mail.

    Can the people of APPLE, you help me?

  • Why my iphone will have problems with pandora in synchronization with the pandora application on infotainment chevy via a usb connection?

    Why my iphone will have problems with pandora in synchronization with the pandora application on infotainment chevy via a usb connection?

    This was never resolved?  I have the same problem with an iphone 6s.  It is only my phone like an ipod playback.  I don't get the interface of Pandora.

  • How to remove a specific email inbox with the client application code?

    Hello

    How to remove a specific email inbox with the client application code?  Please suggest useful links.

    Advanced thanks.

    Concerning

    Sunil.G

    Your question is a bit broad, so it is difficult to give you details.

    First of all, you must have the ID of the original message. Usually, you get either by hanging the message when he came into the Inbox (by implementing FolderListener), or by retrieving a list of mail of enamel "Store".

    Once you have this message ID, you call Folder.deleteMessage ().

    Here, there is a laboratory of Developer:

    http://NA.BlackBerry.com/eng/developers/resources/Labs/listeningforemail.jsp

    Moreover, classes to look in the API of reference:

    Store

    Folder

    FolderEvent

    FolderListener

    Session

    ServiceConfiguration

    Message (message RIM, not the J2ME)

  • I installed Muse (no testversion) with the creative application of cloud, but this isn't the latest version

    I installed Muse (no testversion) with the creative application of cloud, but this isn't the latest version (it's v7.4). I already uninstalled and installed from Muse and creative cloud App, but it is not always the latest version. Anyone know what to do?

    Hello Larnoa,

    You are on a 32-bit system?

    Latest version of muse needs a 64-bit computer. Please see the system requirements, the link described.

    https://helpx.Adobe.com/Muse/system-requirements.html

    7.4 muse's version the most recent can be installed on a 32-bit computer.

    Kind regards

    Vivek

  • problems with the adobe application manager

    I have problems with the adobe Application Manager.

    Please see the links below.

    Hope this will help you.

    Kind regards

    Hervé Khare

  • -A file association problem exist, which prevents the file you are trying to download from being associated with the correct application of the operating system using the windows 7 IE 11

    --Is a file association problem, which prevents the file you are trying to download from being associated with the correct application of the operating system

    IN USING THE WINDOW 7 IE 11 HOW CAN I FIX IT?

    Try to download the installation offline programs:

  • I just installed the new CC applications. Since they moved parallel to the 'old' instead of the upgrade, should I uninstall the old with the uninstall application in the old folder?

    I just installed the new CC applications. Since they moved parallel to the 'old' instead of the upgrade, should I uninstall the old with the uninstall application in the old folder?

    Easyebe,

    You are using a Mac or Windows PC computer?

    If using a Mac computer, go on--> Utilities application--> Adobe installer--> former names of applications and run the uninstaller for legacy applications.

    If you use a Windows PC, go to control panel of-->> program and features and uninstall the old applications.

    It allows to uninstall everything related to legacy applications, but your setting should be imporated to the new version of the applications.

    Concerning

    Ludo has

    Adobe support

  • apex_util.prepare_url - by the way a comma between the item values

    Hello

    I created an application to illustrate a problem I'm having with the help of apex_util.prepare_url: http://apex.oracle.com/pls/otn/f?p=test_prep_url

    ' Tab ' without prep. url "displays a chart linking from this page (1) 2 using the usual f? syntax of p in the link, through two values, one for p2_schema_name and one for the p2_job_name values hidden on page 2. It works fine and the page 2 table displays data based on these past in values.
    The link is set up as: ' f? p =' || : APP_ID | ':2:' || : APP_SESSION. ": NO:2:P2_schema_name, P2_JOB_NAME:' |" schema_name | ',' || JOB_NAME

    ' Tab ' with prep. url "displays a chart which links from this page (3) on page 4 use apex_util.prepare_url to prepare the connection, passing two values, one for p4_schema_name and one for the p4_job_name in the values hidden on page 4. However, the decimal point is rendered in the browser '% 252C' url and p4_schema_name has the value "SCHEMA_A % 2CJOB_3" and p4_job_name is null (instead of = "JOB_3"). Of course, no data is found.
    The link is set up as: APEX_UTIL. PREPARE_URL ('f? p =' |: APP_ID |) ':4:' || : APP_SESSION. ": NO:4:P4_schema_name, P4_JOB_NAME:' |" schema_name | ',' || JOB_NAME)

    So I say to myself that I send you the value of point across properly, but I don't know what I would do differently. I hope the demo app described my problem enough so that someone can point out my blunder.

    The reason why I use APEX_UTIL. PREPARE_URL is that I would like to use session state protection and through the amount of control, but until I can get the sorted comma, I can't turn on session state protection.

    Thank you for your help.

    Alan

    Update: it is not prepare_url that does. Prepare_url encodes the comma in the list of item as % 2 c values. Then when the table XML gets converted to a blob for output, the % sign is encoded again. We will have to figure out what to do about this. In the meantime, only one element value can appear in the f? p link in a flash (fixed SVG chart) chart.

    Scott

  • apex_util.prepare_url outside the ApEx

    Hello

    I'm trying to create a weekly task that sends an HTML email with links to the user session state protection application. However when I try to generate the URL with apex_util.prepare_url the checksum is not added to the chain. wwv_flow_api.set_security_group_id seems to have no effect.

    Any ideas?

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen

    Dan,

    Unfortunately, you have to jump through hoops to do it. I posted recently a method that defines a session programmatically context, that is, from outside the simple HTTP request for an application. What follows is an adaptation that allows prepare_url to do its thing. You can connect to SQL * more like your application schema and check it out:

    set serveroutput on
    
    DECLARE  l_cgivar_name owa.vc_arr;  l_cgivar_val owa.vc_arr;  --  l_workspace_id number;  l_application_id number := 132; /* change this to your application ID */  l_user varchar2(30) := 'USERUSER'; /* change this to the username to be associated with the session */BEGIN
    
         -- set up cgi environment  htp.init;  l_cgivar_name(1) := 'REQUEST_PROTOCOL';  l_cgivar_val(1) := 'HTTP';  owa.init_cgi_env(num_params => 1,param_name => l_cgivar_name,param_val  => l_cgivar_val);
    
      -- find workspace ID of application  for c1 in (select workspace_id from apex_applications where application_id = l_application_id) loop    l_workspace_id := c1.workspace_id;  end loop;
    
      -- set security group ID, session ID, app ID globals  wwv_flow_api.set_security_group_id(l_workspace_id);  apex_application.g_instance := wwv_flow_custom_auth.get_next_session_id;  apex_application.g_flow_id := l_application_id;
    
      -- create authenticated session for l_user  wwv_flow_custom_auth_std.post_login(    p_uname => l_user,    p_session_id => null,    p_flow_page => apex_application.g_flow_id||':'||1);
    
      dbms_output.put_line('workspace:'||v('WORKSPACE_ID')||', session:'||apex_application.g_instance||', user:'||apex_application.g_user);
    
      -- call wwv_flow.show so that the correct parsing schema and other globals are established for the application  wwv_flow.show (    p_flow_id => apex_application.g_flow_id,    p_instance => apex_application.g_instance,    p_request => 'FSP_SHOW_POPUPLOV'    );
    
      -- set array of protected page IDs for session state protection  wwv_flow.g_protected_page_ids(1) := '1';    -- this establishes page 1 as an SSP-protected page
    
      -- generate link with checksum using prepare_url  dbms_output.put_line(apex_util.prepare_url('f?p=' || v('APP_ID') || ':1::dummyrequest','utf-8','2')); -- the request references page 1, designated as a protected pageEND;/
    

    Note, the username parameter and the call to wwv_flow_custom_auth_std.post_login is necessary only if you want to generate a checksum of user (type '2') level. Links using this type of checksum may be used only by the same authenticated user which was set up during the generation of the checksum. For links that can be used by any authenticated user, a checksum of the application (type 1) level can be requested from prepare_url and for this, the user name parameter and the call to wwv_flow_custom_auth_std.post_login are useless.

    The second argument to prepare the url must match the implementation REQUEST_IANA_CHARSET of your DAD and the third argument is the type of checksum (3 = level of the session and is not appropriate here, 2 = user-level and requires you to make the configuration of the username first, 1 = application-level).

    Scott

  • Problem with the translation into Chinese of msgrte.txt

    With the help of LabWindows/CVI 2012 SP1.

    I am trying to create a Chinese version of one of our applications. I have a msgrte.txt that has been translated into Chinese, and I ran countmsg.exe on update magic numbers. Countmsg.exe reports of success, and the numbers are changed.

    I replaced the following files with the new msgrte.txt for testing purposes:

    C:\Windows\SYSWOW64\cvirte\bin\msgrte.txt

    C:\Windows\SYSWOW64\cvirte\bin\msgrt4.txt

    C:\Windows\System32\cvirte\bin\msgrte.txt

    When I run the application, it blocks (unrecoverable error) whenever I do anything that requires the text in this file, for example a FileSelectPopup.

    If I use the standard version of English to msgrte.txt, the application works OK (though of course the standard popup panels have English text).

    An inspection of the eyeball of the msgrte.txt translated shows anything special on the file.

    Locale system is set to Chinese (simplified, China).

    Anyone has any ideas to identify the problem?

    I promised to report when a solution is found, so here it is:

    It turns out the format of at least some of the messages in msgrte.txt is critical and will result in the application crash if it is not correct. In my case, the message:

    1331 ' __All files (*.) " *)... »

    has been translated with a missing space character, that is to say (the Chinese equivalent of):

    1331 «files __All...»

    This message appears to be used as a filter in FileSelectPopup (and FileSelectPopupEx) specifier, so the space between the description and the designation of generic character is important.

    So if you translate msgrte.txt, be careful! If, like me, you find it translated by a third party in a language you don't understand, be doubly careful

  • Problem with the mail application after upgrading to El Capitan

    Hello

    I've recently updated to snow leopard at el capitan on a 2009 macbook pro.

    I can't send e-mail from the mail since the upgrade application.

    Incoming mail server address is grayed out in the settings preference of apps under 'Account Information'. It reads "p02 - imap.mail.me.com. My full username iCloud is also grayed out. It doesn't seem to be a way to fix this. I believe that the correct server address should be "imap.mail.me.com".

    The outgoing server address is "stmp.mail.me.com".

    ICloud Drive switch makes no difference. I also tried to remove the iCloud account on the 'Accounts' page under preferences app mail and setting up the account again. Also makes no difference.

    I can send emails with mail on my iPhone application and receive emails on my mac and iPhone.

    Any suggestions on how to solve this problem would be greatly appreciated.

    See you soon

    You go to System Preferences-> Internet accounts to fix the details of the server. These things are more fixed inside the Mail application. It may seem strange, but it makes sense, since the accounts are used for email and other services. Now, is there a central location for this.

  • Aurora line with the translator, photos, web etc. is not available

    The line, where you can select, if you want to access videos, photos or 'more' with the Petite drop-down list to the google translator can be applied in Aurora, the start page is www.google.de. I still need to type in google "google translator" part search and then open it after that it appears as a result of research!

    As a solution why not to bookmark the translator, you can even do it with a variety of automatic detection or specific language combinations according to your work.

    It works for me, if you use Firefox, including the Aurora and the website that you have accessed to directly. Google.de (I do not use the German page normally).

    Try to clear the cookies of the site and maybe the Firefox cache. See also

  • How to add the translation application to my email add FB?

    Original title: translation

    I need to know how to ADD the TRANSLATION software to my email add FB? Any help?

    Try here: https://www.facebook.com/help/100117036792266

    Translate the updated Facebook application on the road

  • Problems with the email application

    Hello!

    For some reason my personal e-mail account is accessible to other users in the bed in the email app. If someone else using the computer in my household is logged into his account my own email account is still visible in the application. How to deal with this problem? I won't share my messages of personal email with other people using my computer at home. Very annoying!

    Connection to the account of the other user, open the messaging application and delete the account.

Maybe you are looking for