Cannot connect in application translated when other than the main language is selected

Hello

I am facing a problem due to a translated application.

Whenever I'm trying to connect to the translated application (which means that I enabled the language of the application to another language in the primary) I will not be connected. It ist, no error message is displayed. Apex just redirects to the login page.

I'm currently debugging the connection process, but unfortunately I did not help. Maybe someone is able to tell me what means this debug. Although the research he gave some results, none of them were useful in some way.

Language main applicationGerman (Germany) (de)
Application derived from languageSession

It is translated into Polish (pl). There is a running application process "on the new instance", the setting of the APEX_UTIL. SET_SESSION_LANG('de') for testing purposes (later it will be dependent on the language of the browser).

Debug log:

Elapsed

Execution of

Message

Level

Graph

0.004310.00035A C C E P t: ask = "P101_PASSWORD."4

4

0,004650.00093The NLS settings reset4

11

0.005570,00020ALTER session set NLS_LANGUAGE = "GERMAN".4

2

0.005770.00014ALTER session set NLS_TERRITORY = 'GERMANY '.4

2

0.005910.00013ALTER session set NLS_CALENDAR = 'GREGORIAN '.4

1

0.006030.00014ALTER session set NLS_SORT = "BINARY".4

2

0.006170.00025ALTER session set NLS_COMP = "BINARY".4

3

0.006420,00003... "NLS: decimal separator Set =". »4

0

0.006460,00021... NLS: Set NLS Group separator = ",".4

2

0.006660,00020... NLS: Set g_nls_date_format = 'DD-MON-RR.4

2

0.006870,00022... NLS: Set g_nls_timestamp_format = 'DD-MON-RR HH.MI. SSXFF AM.4

3

0.007090,00126... NLS: Set g_nls_timestamp_tz_format = 'DD-MON-RR HH.MI. SSXFF AM TZR '.4

15

0.008350.00058... Setting session time_zone at + 02:004

7

0.008930.00247Metadata: Go get the application definition and shortcuts4

29

0.011400.00005NLS: Translated applications Id = 1104

1

0.011450.00004NLS: Translated the Page Id = 101,114

0

0.011490,00003NLS: Language = pl4

0

0.011520,00046... metadata, fetch translated app info4

5

0.011990,00018ALTER session set nls_language = "POLISH".4

2

0.012160.00004ALTER session set nls_territory = 'POLAND '.4

0

0.012360,00003... NLS: Set decimal separator = ",".4

0

0.012390,00015... "" NLS: separator Set NLS Group = ""4

2

0.012550,00015... NLS: Set g_nls_date_format = ' RR/MM/DD ".4

2

0.012700.00016... NLS: Set g_nls_timestamp_format = ' HH24:MI:SSXFF RR/MM/DD ".4

2

0.012860,00007... NLS: Set g_nls_timestamp_tz_format = ' RR/MM/JJ HH24:MI:SSXFF TZR '.4

1

0.012930,00023Setting NLS_DATE_FORMAT application date format: DD. MM YYYY4

3

0.013160.00014... NLS: Set g_nls_date_format = DD. "" MR. YYYY. "4

2

0.013300,00015... NLS: Set g_nls_timestamp_format = ' HH24:MI:SSXFF RR/MM/DD ".4

2

0.013440.00865... NLS: Set g_nls_timestamp_tz_format = ' RR/MM/JJ HH24:MI:SSXFF TZR '.4

100

0.022090,00091Verification of authentication: DBS_APEX_AUTH (NATIVE_CUSTOM)4

11

0.023010.00017.. .fetch database session state4

2

0.023170.00268elements of Fetch (exact)4

31

0.025840,00007... Sentinel + verification failure4

1

0.025910.00159... Session ID 1737299038216 can be used4

18

0.027500.00024... Session state: saved point new value "FSP_AFTER_LOGIN_URL" = "f? ' p = 201:101:1737299038216:YES:4

3

0.027750.00025Redirect to f? p = 201:LOGIN:17372990382164

3

0.028000,00073Turning off engine detected APEX4

8

0.02872-Final validation4-

Tips are appreciated.

Thanks in advance.

Sebastian

Hi Sebastian,.

This line

... page is public: false

who says no login page itself needs authentication. You should do 101 a public page.

Kind regards

Christian

Tags: Database

Similar Questions

  • How to set the keyboard Viewer in a language other than the main keyboard?

    is it possible to set the keyboard to the screen the viewer into another language (German) than the main (English) keyboard as an easy way to use the keyboard Viewer to make the German characters and umlauts while typing with the keyboard layout English on the main computer keyboard? Use the new Macbook with the latest OSX. Thanks for any advice.

    Visualizer keyboard can reflect only your current layout.

    But type German characters with the English keyboard layout is extremely easy.  Just hold down the key of the basic letter and select the version accentuated in the context menu that appears.  Or use the standard option key shortcuts

    http://symbolcodes.TLT.PSU.edu/accents/codemac.html

  • Data other than the English language

    Hello

    I use Oracle 10 g. I have a table in which there are two columns, one column contains data that can be in English. Whenever I'm populating data, I get junk characters in this field. Now, if I want to know how many records I have that are not in English, completing only the records?


    Concerning

    If you just want to find all characters that are other than A - Z and you're on 10g, you can use regular expressions.

    SELECT text_column FROM my_table WHERE NOT REGEXP_LIKE ( text_column, '^[A-Z]+$');
    

    To include lowercase letters from a to z...

    SELECT text_column FROM my_table WHERE NOT REGEXP_LIKE ( text_column, '^[A-Za-z]+$');
    
  • Cannot access SQL more from other than the Oracle users

    Hello

    I installed Oracle 11 g R2 on Red Hat 6. My problem is that I can't access sqlplus from other than the oracle users.

    I put the PATH, the ORACLE_HOME and ORACLE_SID to the correct values.

    Session1

    Connect as: oracle

    [email protected] password:

    Last login: Sun Aug 24 01:24:46 192.168.202.1 2014

    [oracle@localhost ~] $ echo $PATH

    /usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/Home/Oracle/bin:/Home/Oracle/app/Oracle/product/11.2.0/dbhome_1/bin

    [oracle@localhost ~] $ echo $ORACLE_HOME

    /Home/Oracle/app/Oracle/product/11.2.0/dbhome_1

    [oracle@localhost ~] $ echo $ORACLE_SID

    ORCL

    [oracle@localhost ~] $ sqlplus

    SQL * more: Production release 11.2.0.1.0 Sun Aug 24 03:17:32 2014

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.

    Enter the user name:

    Session2

    Connect as: nada

    [email protected] password:

    Last login: Sun Aug 24 02:31:49 192.168.202.1 2014

    [prithwish@localhost ~] $ export PATH=$PATH:/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin

    [prithwish@localhost ~] $ export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1

    [prithwish@localhost ~] $ export ORACLE_SID = orcl

    [prithwish@localhost ~] $ echo $ORACLE_HOME

    /Home/Oracle/app/Oracle/product/11.2.0/dbhome_1

    [prithwish@localhost ~] $ echo $ORACLE_SID

    ORCL

    [prithwish@localhost ~] $ echo $PATH

    /usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/Home/Prithwish/bin:/Home/Oracle/app/Oracle/product/11.2.0/dbhome_1/bin

    [prithwish@localhost ~] $ sqlplus

    -bash: sqlplus: command not found

    I guess that I could not access sqlplus as the Nada the user has no access to X11R6

    [prithwish@localhost ~] $ cd...

    [Host prithwish@localhost] $ ls - ltr

    Total 8

    drwx-. 30 oracle oinstall 4096 23 August 23:51 oracle

    drwx-. Nada Nada 4096 24 August to 02:33 27 Mathieu

    [Host prithwish@localhost] $

    My question is, although quite stupid, that double

    (1) I have to change the permissions of the directory oracle of 755 for any other user to access the sqlplus?

    (2) why is the user directory under the folder created with permissions of 700, even when the umask is set to 002? Change the permissions of the directory under/Home oracle will cause security problems?

    My apologies for being naïve. It's the first time I installed Oracle under UNIX

    Kind regards

    Prithwsh

    Actually, the default procedure is NOT to install oracle to X11R6, but in/opt/oracle. or maybe/usr/local/oracle.

    This is what you're going to be recommended in the installation documentation, and in doing so, don't forget to run rootpre.sh and root.sh, I never had security problems and could run Oracle from any account.

    Sybrand Bakker

    Senior Oracle DBA

  • When I right click Start button select Explorer, I can decide what folder is open other than the start menu?

    When I right click Start button select Explorer, I can decide what folder is open other than the start menu and dozens of file extensions?

    Can we just my computer with the list of drives?

    thanx

    Hello

    I suggest you to follow these steps and check if that helps:

    a. right click on the Windows Explorer icon

    b. in the menu that appears, click Properties.

    c. in the target box, add the command line switch ' / root ' to the "% SystemRoot%\Explorer.exe" command, using the startup location that you want.

    d. for example, if you want Explorer of Windows to start at the root of drive C, edit the command as follows:
    % SystemRoot%\explorer.exe/root, C:\

    It will be useful.

  • My folders appear empty when I discovered by something other than the folder view.

    My folders appear empty when I discovered by something other than the folder view.  But in the folder, I can see and use files.  The search engine does not work.

    I use Windows 7 Home

    See if that helps,

    http://Windows.Microsoft.com/en-us/Windows7/advanced-tips-for-searching-in-Windows

  • I'm unable to download the updates for Adobe reader 10.1.1. Win 7 claims that I am connected as a guest when I am the administrator. disabled UAC and added another user still cannot update.

    I'm unable to download the updates for Adobe reader 10.1.1 victory win 7 claims I am connected as a guest when I am the administrator. disabled UAC and added another user still cannot update.

    Original title: win 7 claims I am logged in as a guest when I am the administrator. disabled UAC and added another user still cannot update.

    Here's how you can find your status:

    1. click on the globe to start, and then type the three letters cmd in the search box and press ENTER.
    2. Enter the following command and press ENTER:
    NET user "user %%nom.
    What do you see under "a Local group memberships?
  • vSphere HA detected that this host is in a network other than the master vCenter Server is connected

    Hi all

    I try to install a vSphere 5.1 environment (vCenter 5.1 (799731))... It has never been so difficult to get a VMware product running.


    Problem:

    As soon as I create a Cluster HA (with 2 ESXi 5.1 (799733)) I get the message:

    "vSphere HA detected that this host is in a network other than the master vCenter Server is connected"

    I tried everything...

    vCenter place in other networks

    Multihomed vCenter

    Place the vCenter in the same network as the ESX host

    Doublechecking ip, subnets, gw, name resolution, vSwitches

    nothing done... is this a bug?

    vCenter and also the two hosts of ESXi now resides in the same L2 network.

    ESX1: 10.254.250.74 255.255.255.0

    ESX2: 10.254.250.77 255.255.255.0

    VC: 10.254.250.29 255.255.255.0

    The message may not be correct.

    Please... @ someone out there... Help! I'm at the end of my knowledge.

    Concerning

    Adrian

    You can check the configuration of VLANS on your physical switch?

    Mike

  • XP systems cannot connect to internet after updates applied over the weekend (10/29 - 10/31)

    Systems: Dell Optiplex 740

    Operating system: XP Pro, SP3.  Connected to the AD network.

    Antivirus: Symantec Endpoint Protection

    : Systems imaged with Symantec Solution Suite 2.5, running ghost console client, run office 2007, LotusNotes email client, Adobe Acrobat 9.0 pro, no odd/specialty software.

    The following hotfixes have been automatically downloaded and installed this weekend.  (The domain value autoinstall updated policy)

    KB2296011 KB2345886 KB2360937, KB2378111, KB2387149, KB982132, KB979687, KB981957, KB2279986, KB2360131, KB2418241

    System ran perfectly before the updates above being installed, applied.

    Symptoms:

    1 - log on to the network, sometimes connection takes hours (2-3) to load a new or existing profile.  This seems random, as some profiles allow an immediate connection.
    2 - the system does not stop.  Even if gone for 16 hours, it never completes the task.
    3. can access local systems within the network through a UNC path, but very very slow.  Can ping anywhere, ping also solves dns IP (google.com, yahoo.com, etc.).  Can't access a Web page than IE.  Curiously, install google chrome or any other browser allows web access - never through IE, however.
    4. can not view or change the connections of the network adapters.  Hangs and never completed the task.
    5 USB devices not already connected to the workstation before above patches do not load/install, even if they were previously on this system.  For example, a USB key that worked Friday does today.
    6 - when the screensaver activates, system is not sometimes recover.
    7 - safe mode with networking will run without problem.  IE works, connects to the web.  No hardware problem, no connectivity issues.

    Here is what I have tried, in all possible and combination orders:

    1. remove each patch listed above.
    2. remove each patch listed above AND any referenced patch.
    3 reinstall the SP3.
    4. remove each piece of software other than the operating system.
    5 - disable all services that do not work in safe mode with network.
    6. Remove and reinstall the NIC drivers.

    I am at a loss.  I have an image before the explosion, and it works perfectly until these patches are downloaded and installed.  After the restart, bam.  So, I can easily reproduce the problem.

    Does anyone have any ideas or clues as to what to try?

    Error message after you install an update of Windows Internet Explorer from Windows Update or from Microsoft Update: "cannot display the Web page":
    http://support.Microsoft.com/kb/942818

    If tweaking your third-party provider (i.e., Symantec Endpoint Protection) the firewall settings don't help, try the following:

    1. disable all components Symantec Endpoint AND THEN make sure that the Windows Firewall is enabled.

    NB: Now you're "working without a net": no to ANYTHING else online (e.g., navigation, reading e-mail, chat) until you have completed step #5 below.

    2 Uninstall "a security update for Windows Internet Explorer 7 (or 8) (2360131)" [or "for Windows XP security update (2360131)" If IE6] via Add/Remove Programs (make sure the box show updates at the top right) and reboot.

    3 d - c #1 above.

    4. open Internet Explorer (only) to http://windowsupdate.microsoft.com . Select CUSTOM and scan | Install all security critical updates available (e.g., KB2360131).  If an update of root certificates is listed (possibly in the category of the optional software updates on the left side of the scan results window), install it to enjoy enhanced Internet Explorer security.

    5 reboot & make sure that all in #1 above is activated again and, if necessary, disable the Windows Firewall and enable your third-party firewall.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Firefox is redirect to sites other than the one clicked on.

    When you click on search sites by using the bar (address bar not) search, you are redirected to one site other than the one you clicked on. It happens not on all sites found, but on a large number of them. However, in all cases where sometimes the site redirected to is [adlinksearch.com]. I use PC Tools Spyware Doctor and it has found no problems with Malware. I can go on the site if I put the address in the address bar. I use igoogle search bar. Please help with this issue, because it is very annoying.

    This has happened

    Each time Firefox opened

    == Unknown as to exactly when he started

    Firefox closes alltogether when you go to youtube videos, not youtube itself. Redirects to other sites. ran malaware and spybot. Any suggestions?

  • PXI-8250 in one frame other than the 1042/1045 or PXI-1044?

    The PXI-8250 will work at any level in one frame other than the 1042/1045 or PXI-1044?

    Hi djfrye.

    The PXI-8250 can only be used in the 1042 / q 1042/1045.  It will not work in the PXI-1044.

    Good luck with your application!

  • can I install programs on one physical drive other than the drive that contains the operating system Vista

    My hard drive crashed and I didn't do a reinstall full Vista no problem here other than do not pay attention, I installed the operating system on one 80 GB disk other than the new 320 gig which was. After the new facility and all new updates, I have 25 GB of free space. I would like to know if I can install new programs on my drive d: and no filling of drive c: for the ability

    Hello

    Thanks for posting this question in the Microsoft Community Forums.

    I see you want to know if you can install programs on a drive with no operating system.

    I wish to inform you that this is possible with only specific programs, which give the user an option to choose where the program is installed.

    When a program is installed, it runs in program files, which lies in the operating system drive and can not be moved elsewhere.

    Another reference:

    Microsoft does not support changing the location of the program files

    http://support.Microsoft.com/kb/933700

    I hope that you found this information useful.

    Please get back to us if you have any other questions about windows.

  • I can't get my computer in safe mode. The custom of menu f8 "Let me pick something other than the normal mode. My keyboard works perfectly fine (obviously since I could press f8), but it won't let me choose Safe mode.

    I can't get my computer in safe mode.  The custom of menu f8 "Let me pick something other than the normal mode.  My keyboard works perfectly fine (obviously since I could press f8), but it won't let me choose Safe mode.  I have a Trojan horse on my computer so I'll try to get it in safe mode.

    Hello

    Start - type in the search-> MSCONFIG box find top - make a right click on - RUN AS ADMIN

    Control - Section Boot - Safe Boot Startup tab and check the boxes below if necessary - APPLY / OK - REBOOT.

    ===========================================================

    It can be made repeatedly in Mode safe - F8 tap that you start, however you must also run them
    the Windows when you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone. (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs. It comes
    a scan only, VERY EFFICIENT, if it finds something to come back here or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also do to the General corruption of cleaning and repair/replace damaged/missing system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • How to create a window with its own window border other than the local system window border?

    How to create a window with its own window border other than the local system window border?

    For example, a border: a black line with a width of 1, then a transparent line with a width of 5. Inside, it's the content pane.

    In JavaSE, there seems to be for the JFrame paintComponent() method to realize the effect.

    I can't see what you're trying to do now: it's a little trickier. You need stage.initStyle (StageStyle.TRANSPARENT), and I think you have to imitate the transparent part of the border by the presence of a second vessel inside the root container, properly positioned.

    Something like:

    
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.AnchorPane;
    import javafx.scene.layout.StackPane;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.stage.StageStyle;
    
    public class CustomBorderExample extends Application {
    
      @Override
      public void start(Stage primaryStage) {
      AnchorPane root = new AnchorPane();
      root.setStyle("-fx-border-color: black; -fx-border-width: 1px; ");
    
      StackPane mainContainer = new StackPane();
        AnchorPane.setTopAnchor(mainContainer, 5.0);
        AnchorPane.setLeftAnchor(mainContainer, 5.0);
        AnchorPane.setRightAnchor(mainContainer, 5.0);
        AnchorPane.setBottomAnchor(mainContainer, 5.0);
      mainContainer.setStyle("-fx-background-color: aliceblue;");
      root.getChildren().add(mainContainer);
    
      primaryStage.initStyle(StageStyle.TRANSPARENT);
      final Button closeButton = new Button("Close");
        mainContainer.getChildren().add(closeButton);
        closeButton.setOnAction(new EventHandler() {
          @Override
          public void handle(ActionEvent event) {
            Platform.exit();
          }
        });
      primaryStage.setScene(new Scene(root,  300, 200, Color.TRANSPARENT));
      primaryStage.show();
      }
    
      public static void main(String[] args) {
      launch(args);
      }
    }
    
  • Can I install Adobe Reader on one drive other than the C: drive?

    Can I install Adobe Reader on one drive other than the C: drive?

    Hello

    Welcome to Adobe Community. Yes, it can be installed on a different drive. Although some of the files installed by this last will be always installed on the C: drive.

    When you run the Setup program, use "Change destination folder" at the bottom of the Panel

    If you have Adobe Reader is installed on the C: drive, you must uninstall it before installing a new version to a different location.

    Thank you!

Maybe you are looking for