Success message 4.2 to 4.2.2

Hello everyone, I updated the version of Apex 4.2 to 4.2.2 and my process the message (success message) are missing. However, I see the message by the way in the url. To find errors no problem. I also noticed that my login page in the Apex a un strange operation, if I'm going home un wrong password I have this page that appears instead of a mistake message on the login page . See Print screen. Je think that there is probably a link ... Fact someone was the problem?


My success in the URL message


https://apexdev.intra.Sepaq.com/Apex/f?p=104:21:16613731198967:no:SSPC, SIDF:215308, 4383 & success_msg = % 2520trait %2...


I'm not able to put my scree photographed... :-(

I have this message when enter incorrect password on the login page of mu of Apex:

Contact your administrator for the application.

Notification message checksum content error
Back by demand.

Rewriting was encoding all the characters non-ANSI like % xx hexadecimal codes output

If you turn it off, so I changed the flag of rewrite rule to reflect this.

#redirect flag added, DON'T (do not escape the output)

RewriteRule ^ / $ https://%{servername} / apex\/f\? p = 800$ 1 [, R]

Credit for the solution:

https://community.Oracle.com/thread/2234606?TSTART=0

Thank you

Tags: Database

Similar Questions

  • Best practices for managing exceptions and success messages.

    Hey people,

    These days I've been shooting packages to clean my application. And question came to my mind, ' should I treat my exceptions the right way?


    So I want to ask you met guys, what is the best practice for this? (I want to learn it until it's too late )

    Currently I have a function that returns "OK" if all goes well.


    return('OK');  

    Can I manage my exceptions like this

      EXCEPTION
        WHEN OTHERS THEN
          ROLLBACK;
          RETURN (SQLERRM);
    
    

    At THE SUMMIT, I have a process that calls the function and then checks if the function returned "OK".

         IF cRet not LIKE 'OK%' THEN
          RAISE_APPLICATION_ERROR(-20000,cRet);
         END IF;
    
    

    And in 'process Error Message' I put "#SQLERRM_TEXT #" so that I can see what error occurred.

    Question aside, how do you manage your messages of success?

    Currently in 'process success Message' put something along the lines "Action completed successfully". What to do about all the processes.

    Do you want to do differently?

    I really want to hear what you have to say since I'm tired of feeling like this is a terrible way to manage these things.

    Hi Para,

    Para wrote:

    I don't know of situations where my service throw exceptions like no_data_found.

    and I need to know that the process is not so I can get to see my # #SQLERRM_TEXT.

    I got this by increasing the error in the application (which I think is a bad way to go) if the return is anything other than 'OK '. I get my application error in the process of the apex, and not in my service.
    And I want to show the inline error in the notification. (Which I am currently with my approach).

    You can use APEX_ERROR. ADD_ERROR in your PL/SQL process to throw exceptions in Oracle APEX.

    Reference: Re: Re: error in the processing of the page management

    Kind regards

    Kiran

  • AutoHide success message

    Hi team,

    I use 5 APEX with universal theme. I have a page, some fields and button record.

    When you click on save, the success message appears "User XYZ added successfully" but it is not automatically disappear until I explicitly click 'X '. Can I melted somehow this message automatically?

    Thank you

    Sunil Bhatia

    Hi Sunil,

    Sunil Bhatia wrote:

    I use 5 APEX with universal theme. I have a page, some fields and button record.

    When you click on save, the success message appears "User XYZ added successfully" but it is not automatically disappear until I explicitly click 'X '. Can I melted somehow this message automatically?

    Created a dynamic action in Page 0 (already existing), with the following parameters: -.

    Event = Loading the page

    Condition = "No Condition".

    Fire on loading the Page = NO.

    Action = Run the JavaScript Code

    $(".T-Body-alert").delay code = (5000) .fadeOut ();

        Your success message fades out in 5 seconds. Here is an example: https://apex.oracle.com/pls/apex/f?p=35467:2

    Reference: Re: how to extend the duration of banner display?

    I hope this helps!

    Kind regards

    Kiran

  • How do a success message appears after a process completes successfully with a corporate theme


    Hello.

    I have Oracle Apex 4.0 and Oracle 10

    The problem is that the doesn´t of success message appears when the process ends.
    The cause is because I have a corporate theme and if I change the 'Model of Application default level' page template for another page, for example "a level tab sidebar left' model, the message is displayed correctly, but there is a menu of list and it appears so when the mouse passes over a picture, and if I choose the second model the menu disappears.

    What could I do for the two displayed?

    Thank you.

    Hi Vilela,

    Vilela says:

    Hello.

    I have Oracle Apex 4.0 and Oracle 10

    The problem is that the doesn´t of success message appears when the process ends.
    The cause is because I have a corporate theme and if I change the 'Model of Application default level' page template for another page, for example "a level tab sidebar left' model, the message is displayed correctly, but there is a menu of list and it appears so when the mouse passes over a picture, and if I choose the second model the menu disappears.

    What could I do for the two displayed?

    Thank you.

    If please mention the topic from which you created the custom theme, or is it a custom built theme.

    Please change your Page template-> sub-model section-> success Message. View the section HTML markup.

    Please view the 'Body' of the Page template section HTML markup as well.

    If the 'success' Message contains the correct markup (to compare with 'A level tabs - left Sidebar'), then compare the 'Body' of the model section and make sure she has the #SUCCESS_MESSAGE substitution string # after the header tag.

    You can ask for help on issues of the HTML and the template more than whoever designed your model.

    I hope this helps!

    Kind regards

    Kiran

  • How to launch success message from AMImpl

    Hello

    12.1.3 Jdev

    I have an AM method that I create few records using EO based your.

    I want to display a success message after validation. How to display the message of success on the screen.

    I used the code below

    throw new JboException(accountantRegVORow.getFirstName() +" "+ accountantRegVORow.getFirstName() + " registered Successfully!"); 
    

    But this comes as an error message. I want to show as an informational message.

    See you soon

    AJ

    Message is visual element if you should display the message to display to your application (and not the model) component

    Call your method in managed bean, then if there is no error message display.

    BTW, this is generally bad practice (in any technology) to use exceptions for some other purpose (such as notification)

    Dario

  • Display the success Message in a Popup Style

    Apex 4.2

    Is it possible to display success messages in a popup style.

    For example, as the apex notification plugin

    Gus

    Hi Gus,

    Gus C wrote:

    Hello

    I got this job using the third link above

    Process using notification plugin success message

    I have a few questions.

    When I save the changes, the notification appears, but is the standard message.

    If I uncheck the display success message box in the branch, or poster then.

    How can I just have the display of notification

    How can I get this to work, when you use the Skillbuilders Page modal plugin

    Gus

    Do not turn off the indicator of successful display, instead of this message you can remove the standard success message by adding the following to your Page-> Execute attributes when the charges article page:

    $("div#success-message").hide();
    

    More better if you add this to zero page if you prefer to use throughout the application.

    About, Skillbuilders Modal plugin Page I would say please submit more information or if possible set up for example in apex.oracle.com.

    I hope this helps!

    Kind regards

    Kiran

  • Name of the application is not running, the success message appears always

    Hello

    I use 11.1.2 and config application form in formsweb.cfg as below, the problem is when I call this link... I show the success message (never call application form, always see the success message wile I change the name of the application that never).

    any suggestion?

    [LOCALjpi]

    applet_name = FormsID

    jpi_download_page = http://w-CPC-IT-018.CPC.gov.AE:9001/Forms/Java/Download/JDK-6u25-Windows-i586.exe

    jpi_classid = clsid:CAFEEFAC-0016-0000-0017-ABCDEFFEDCBA

    jpi_codebase = http://Java.Sun.com/products/plugin/AutoDL/jinstall-1_6_0-Windows-i586.cab#version=1, 6,0,17

    jpi_mimetype = application/x-java-applet

    separateFrame = FALSE

    width = 1166

    height = 780

    colorScheme = titanium

    pageTitle = TEST

    UserID=usename/Password@Conn

    Form=D:\Project\apps\Forms\menu_new.FMX

    WebUtilLogging = off

    WebUtilLoggingDetail = normal

    WebUtilErrorMode = alert

    WebUtilDispatchMonitorInterval = 5

    WebUtilTrustInternal = true

    WebUtilMaxTransferSize = 16384

    imageBase codeBase =

    splashScreen = Loading.gif

    enableJavascriptEvent = true

    Archive = frmall.jar, laf_11112.jar, Jacob.jar, frmwebutil.jar, icons.jar, SimpleAppletBrowser.jar, jdic.jar

    WebUtilArchive = frmwebutil.jar, jacob.jar, frmall.jar, lablediconbutton.jar

    Hello

    This community is to discuss specific issues of Oracle Application Server, you can publish this request in for a better response:

    Forms

    Kind regards

    Prakash.

  • success message (#uSuccessMessage) is no longer makes its appearance after submitting form tab

    I added an interactive report with the search box to my page, decided to remove it and now when I save my tab form the success message is is no longer visible, even if the back-end validation works fine. It will be difficult to reproduce this on apex.oracle, but just curious to know if anyone has any ideas as to why this happens. I tried to Exchange models of pages, but nothing works; my page template still shows all the good div, it must be something with my page itself, like apex doesn't find anything to attach the div of success to? I'm scratching my head.

    Thanks in advance,

    John

    It is possible, that this is something fairly simple in the branch which refers to the calling page.  If you have a branch, on the page that processes the data, and 'include the success of process message' checked.  If you do not have a branch, simply create a.

    Thank you

    -Jorge

  • success message to display on the homepage after you close the popup skillbuilder page

    Hello

    I try to add a quick success message appears on the home page after clicking on "Apply/Save" on the page open popup. I created a popup page using popup skillbuilder plugin using two links "Edit" on the report and create a button to popup new entry record page,.

    Description: on my main report page 1 I "edit" links and create button what up page2 another pop-up windows but I want to show the success confirmation message on the page1/report after you apply the modification/creation of a record a closed time page2/popup how can I achieve this?

    using apex 4.2. Can someone please help with that?

    Thank you.

    I got it with a few tips... closed jQuery.

  • Bland success message, make the "sticky" notification message

    APEX 4, RDBMS 11 GR 2, theme 13 (gray/blue)

    I attempt to use dynamic action of fade out of success messages and notification messages (error) "sticky."

    Theme 13, the id of the div that is used for the #SUCCESS_MESSAGE # and #NOTIFICATION_MESSAGE # is t13MessaqgeHolder.  Div for a success message class is t13SuccessMessage and a message notification is t13Notification.


    I noticed other themes use a (different) unique id for the success and the notification messages, but my company has standardized on theme 13.


    (Full disclosure: this code below is from Jonathon Taylor, How - to's of the APEX Web site)

    On the zero page, I create an event with the REAL action Page Load performs the following JavaScript code

    $("#t13MessageHolder").delay (1000) .fadeOut (3000);

    This works fine but the success and the notification of messages fade.  Is it possible to structure the code so that the messages of success fade, but the notification messages are sticky?

    If there is a way easier / better for this that I'm looking for, feel free to offer your recommendations.

    Thanks in advance.

    John

    If the divs resembles

    div id="t13MessageHolder" class="t13SuccessMessage"
    

    then, everything you need to do is change the selector, as Scott tries to get to.

    However, to select per class / id, you must use a dot instead of a hash.

    $(".t13SuccessMessage")
    

    You don't need. parent() unless you need to choose the parent of the selected item, which is not necessary if the message div is built as I wrote above - but to determine that we would need to see the actual html structure.

  • How to delay or not to fade the success message?

    Hello

    I use Apex version 4.2.2. I noticed that error messages do not fade and disappear only if we click on the 'x '. How could I achieve this with the success message? I would like to know how I could delay AND remove the auto fade. After that, I would be able to decide who is best for me. I tried referring here to make the delay, but it doesn't seem to work:

    https://forums.Oracle.com/message/11159689#11159689

    Would it be possible and if yes, where I was able to change?

    Thank you.

    Hello

    I had a situation in which, to have changed the fade time of success messages. You can find the code here: https://gist.github.com/vincentdeelen/7516812

    In the setTimeout of this function, the 4000 is the time in mili seconds that the message remains on the screen. You can change this value at your convenience.

    If you don't want the successmessage to fade at all, you can create an overload of the function like this:

    autoFadeSuccess = function() {return true ;};}

    Kind regards

    Vincent

  • Success message when login

    How can I show a success or a failure message when connect on demand?
    I used a function to authenticate users and if the user is authenticated, a success message should appear, otherwise an error message should appear.

    TomTom101 wrote:
    use the Application Express 4.1.1.00.23.
    Success message as you successfully connect to the system, watch cerdintal invalid authentication scheme when the user is not authenticated,
    I would also like to create success message recording, so when the user is registered, he shows them that they do, so they will know...

    So, I can show messages? or apex does not support that?

    The APEX is very skilled at this

    You can add your message of success or error message when your page of PL/SQL process is run.

    Make sure that you change the direction of the page and set include the success of process message to view the message.

    Through these simple and easy instructions
    Creating Messages of error and success of the process of the Page

    Create a branch

  • Notification for success messages plugin?

    Hello

    I just found the http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-plug-ins-182042.html Notification Plugin
    in the oracle plugin repository and I wonder if it is possible to use this plugin, not only in a dynamic action, but also for success messages?

    Thanks for the help in advance,
    Dirk

    Guys,

    I know this thread is a bit old, but here's a blog on how to Growl notifications in APEX for success and failure messages

    http://douggault.blogspot.com/2011/06/style-notification-messages-for-Apex.html

    Doug

  • How to display the success Message on the left side of the screen

    I have a message for success of the process after the process of ApplyMRU * #MRU_COUNT # line (s) update *. By default, this message is displayed in the center of the screen. I want to show this message to the left of the screen.

    I use APEX 4.0; Sand theme - 10. I tried to change the position of success message alignment in the Page template - level tabs, HTML Body section. But I'm not having any luck.

    Someone know how to change/replace the default position for the success message?

    Thank you

    Hello DP,.

    Try this...

    
    

    Thank you
    Machaan

  • Not displaying not success message

    I'll put the success message in a process page using
    apex_application.g_print_success_message := 'Something here'
    But it does not appear when the page is sent. The process runs without a doubt and it seems that #SUCCESS_MESSAGE # is in the page template. The model looks like:
    <td  valign="top" id="t14ContentMiddle"><div id="t14Messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>
    #BOX_BODY#</td>
    And the region of messages displays on Firebug as:
    <div id="t14Messages"/>
    It seems that everything is OK... no matter what else I need to check?

    Try just checking the box show message in your branch.

    Gus

Maybe you are looking for

  • Satellite C660 - Corrupt BIOS

    I tried to update the BIOS of 1,00 to 1,20 yesterday through WinPhlash64, and it froze at halfway through the writing process. Online, I read that there is a crisis recovery mode and a utility program from Phoenix who can help to reflash the BIOS...

  • I live in the United States, but Firefox gives me GB of the search engines (such as yahoo.co.uk)

    I see in my Firefox search engine, search for GB engines, as yahoo.co.uk, amazon.co.uk, ebay.co.uk etc. I live in the United States and I want the American search engines.

  • Battery not charging on Satellite M70

    I have a problem with my new M70: the battery does not charge at all, doesn't matter is the laptop that works on the sector, or completely off. Orange battery LED front turn United Nations only 3 seconds and turn off.The battery remains 2% of fees, a

  • I can't get my computer to restore as soon as possible.

    Original title : I can't get my computer to restore as soon as possible. I don't know what I hit, but the system is bad programs just work to help stop it please Could someone please help me I can't return my computer to an earlier time, that it will

  • Installation space DB problem

    Hi I installed Workspace and am in the Setup Wizard, I get to step 2, I select the internal database and he says:Error creating user admin. host name in certifcated does not match!: =Any ideas on what could be the cause?