Run a process when a user connects

Hello

I use SSO connection.
As soon as a user connects, I want a process to run that is to capture the variable frequently used for Application-level items.

Currently, I use this work around-
I create a process of loading on PAGE 1 page. For example, when a user connects by default loading of page 1 and the execution process.
But users are bug report. Many users load the page from the cache, so when they loggin via SSO, insead of page 1 page 3 opens and the application behave abnormally, since page 3 uses the value of the element of application level assigned to them by on load process of page 1.

So I was walking around, is there a way I can achieve.

Is there any process as ON LOGIN just as we have processes of LOADING the PAGE ON.

Any help appreciated event.

Manish - that is not the right answer.

Shijesh-

Creating application process, I get a drop-down list - check the required amount (Application level, session level user survey).
Which I have to choose.

There are no options for the process like that.

Scott

Tags: Database

Similar Questions

  • Run a process when you leave a page

    Hello

    Is it possible to run a process when the user leaves a page?

    Let me explain:

    On a page, I have an automatic processing of the line (DML) and a process of PL/SQL. These two processes are running when users click on the apply changes"" button.

    Is it possible to run these two processes ALSO when user leaves the page (click on another tab)?

    I want to do this to make sure that the changes are saved, even if users forget to click on the button "Apply Changes".

    Thanks in advance for your help.

    Have you looked into using a pl/sql dynamic action page unload event?  I've never tried, but if you set the item values in the first stage of dynamic action and then run a pl sql routine that mimics the DML, it can work.  Given that the action would fire after each unload page, probably also needed validation to provide he fire during normal processing.

    Ricker

  • display the text in the navigation bar when the user connects

    Hi all

    I'm (still ) on Apex 4.2.6.

    Currently, I have in my page templates, the following code snippet:

          <div class="logoBar">

              <img src="#IMAGE_PREFIX#themes/theme_125/images/logo_.png" />

              <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>

            <div class="userBlock">

              <span>Username: &APP_USER.</span>

              #NAVIGATION_BAR#

            </div>

          </div>

    I have an obligation to display the user name (APP_USER) and of the company the user works for point Application AI_COMPANY, only when the user is connected. When the user is not connected; instead of these elements, I must show a connection link. Well, I know how to display a link to the login page, only when the user is not authenticated, using the navigation bar. Currently, when a user is not authenticated; the page shows: username: person. It's because he's in my page template. How can I show only the user name when the user connects? And then only display the name of the company?

    My first thought was to add an item in the navigation bar. But these elements comes in the form of links. Is it possible to add a navigation bar element and let it display as text? Of course, I could write a dynamic action on page 0 to remove the link, but I'm looking for a nicer sollution or better.

    I have apreciate your help!

    I take it, you use the same model of your home page and login page.

    You could use 2 different models or get out your elements in your model and put them in page 0.

    You can then make them conditional based on the number of page

    Gus

  • PSNT runs a process when its defined as server name

    Hello world

    We have just improved our environment, before, we use PSUNX as our only process Planner. After the upgrade, we now use to reference only. However, we have a very strange problem with the process scheduler.

    When we run a process online (menu > peopletools > Scheduler process > process system requests) and choose reference, as the name of the server, we immediately get the below error:

    + "The process of XRFMENU has a category that is not covered in Server RTC (65 279) +"

    + The system detects that the process with the designated server is currently set to not initiate queries with the class of the process. Please choose another server for ++ schedule this process. Alternatively, you can specify a blank server name to allow the Planner to determine the available server, the process can be launched. » +

    But when we leave the server name in the blank, it works perfectly well, using PSNT as process scheduler.

    and what is more interesting is, when we open the process definition (XRFMENU in this example) and change the description, and then save the process definition. Then it will work fine even if we use PSNT as server name.

    Any ideas on why this is so?

    We do not masterscheduler on our server. We have already tried to remove the prcsdefn line, then pulling back but it does not work.

    Thanks in advance.

    Published by: 974596 on January 8, 2013 03:30

    Published by: 974596 on January 8, 2013 03:31

    See this doc for a description and resolution
    E - UPG: the process has a category that is not covered in the (65 279) Server [1327015.1 ID]
    https://support.Oracle.com/epmos/faces/DocContentDisplay?ID=1327015.1

  • Run the script inside the virtual machine the user when the user connects or reconnects

    Hello

    is it possible to detect the user that the user has connected or reconnected to his office inside the virtual machine and run a script?

    It is also possible within the VM user to determine if the user is connected and how long?

    One way to do this is via the following powershell command, but this only works if the user is connected through PCoIP Protocol.

    Get-WmiObject-class Win32_PerfRawData_TeradiciPerf_PCoIPSessionGeneralStatistics - SessionDurationSeconds property

    Best regards

    > it is possible to detect the user that the user has connected either reconnected to his office inside the virtual machine and run a script?

    You can run scripts as user on login and reconnect, this has been a feature since 3.0. See running commands on the desktop view.

    > It is possible inside the VM user to determine if the user is connected and how long?

    I don't think that we expose, but you should be able to query Windows for the connection time, or you could write the last time to connect with a script (maybe that is the reason for your first question?).

    Mike

  • Task Scheduler error 2147944309 when I change the task ' Run only when the user connects ' to 'use execute is connected or not' _

    I have a simple task (cmd batch file). Whenever I try to change the settings, I get a dialog box that reads as follows:

    "An error has occurred for task RemoteBk. Error message: the following error is reported: 2147944309 ".

    My computer is on a domain.

    Someone in another forum explained the error:

    0n2147944309 = 0 x 80070775

    Installation: 8007 = Win32 (it's a status code "Win32")

    Status: 0 x 775 = 0n1909

    Q:\>net helpmsg 1909
    The referenced account is currently locked and cannot be logged on to.

    Hope, it may be useful to others.

  • Send e-mail when a user connects

    Hello
    Please help me to send emails to s/n, when a specific user logs on to the database.

    Best regards
    allahmorad

    Hello

    create a trigger that call a procedure to send mail

    Check below trigger

    create or replace trigger connection
    AFTER LOGON
    WE DATABASE
    Start
    PROCEDURE_NAME;
    end;

    to send mail from oracle

    create or replace
    procedure testing_mail
    IS
    mailhost VARCHAR2 (30): = 10. ?. 5.?';
    mail_conn utl_smtp.connection;
    CRLF VARCHAR2 (2): = CHR (13) | CHR (10);
    mesg VARCHAR2 (1000);
    BEGIN
    mail_conn: = utl_smtp.open_connection (? 10.) (5?', 25);
    Mesg: = ' Date: ' | To_char (SYSDATE, "dd my hh24:mi:ss yy"). CRLF.
    « De : <'postmaster@mysmtpdomain'||'>' || CRLF.
    "Subject: ' |' mail test' |" CRLF.
    ' From: ' |' [email protected]' | CRLF.
    '' || CRLF. "How to test mail";
    UTL_SMTP. HELO (mail_conn,? 10.) (100?') ;
    UTL_SMTP.mail (mail_conn, 'postmaster@mysmtpdomain');
    UTL_SMTP. RCPT (mail_conn, '[email protected]');
    UTL_SMTP. Data (mail_conn, "Mail test Procedure");
    UTL_SMTP. Quit (mail_conn);
    END;
    /

  • How to run dynamic Action when clicking on a link in a report

    APEX V4.2.3

    DB EA 11.2

    APEX listener V2.0.5.287.04.27

    13 blue-gray theme

    IE9.0.8112

    FF26.0

    I have classic report and I would like to launch a dynamic action (together a show has confirmed and the value of the alert, submit the page, then run a process) when the user clicks on a link in a report or click on #ID #.

    I can write the real actions that I just need to know what to write behind the report link that will serve as a trigger for the DA?

    Thanks in advance

    PaulP

    It's the link attribute

    onClick = "if (confirm (' do something for #ENAME # with EMPNO: #EMPNO #'")) {$s('P5_ENAME_CLICKED','#ENAME#') ;};$s('P5_ID_CLICKED','#EMPNO#');doSubmit()""

    It's getting a bit long on a single line, if you want, put it in a function

    However, fixed, forgotten pair of single quotes as soon as possible.

    Now you have 2 bind variables to use in the process of page after submit.

    : P5_ENAME_CLICKED and: P5_ID_CLICKED

    I've updated the example page, http://apex.oracle.com/pls/apex/f?p=14308:5

    Good luck.

  • VBScript does not run in the Windows 7 Task Scheduler 'execute if user connected or not' is checked.

    I'm trying to run a vbs file using a batch file windows scheduled in the Task Scheduler in windows 7.  The vbs runs under the Scheduler if the option "run only when the user connects" is checked.

    When I go to 'Execute if user or not' task does not, either manually (by command file) or through the schedule.

    The vbs is a project of SAS Enterprise Guide.  These scripts, vbscripts worked in Windows XP.

    This is the vbscript code (I don't know anything about vbs, this is generated from SAS for EXAMPLE):

    Option Explicit
    Dim app

    Call to dowork

    "Stop the app
    Otherwise (app IsNot Nothing) then
    App. Quit smoking
    Set app = Nothing
    End If

    Sub dowork()
    On Error Resume Next
    '----
    "Start Enterprise Guide by using the name of the project
    '----
    Dim prjName
    Dim prjObject

    prjName = "------network patht\SQL_tst.egp" ' name of the project
         
    Set app = CreateObject ("SASEGObjectModel.Application.4.3")
    If Checkerror ("CreateObject") = True Then
    Exit Sub
    End If
       
    '-----
    "Open project".
    '-----
    Set prjObject = app. Open(prjName,"")
    If Checkerror ("app. Open") = True Then
    Exit Sub
    End If
       
           
    '-----
    ' run the project
    '-----
    prjObject.run
    If Checkerror ("Project.run") = True Then
    Exit Sub
    End If
       
               
    '-----
    ' Save the new project
    '-----
    prjObject.Save
    If Checkerror ("Project.Save") = True Then
    Exit Sub
    End If
       
    '-----
    "Close the project
    '-----
    prjObject.Close
    If Checkerror ("Project.Close") = True Then
    Exit Sub
    End If
          
    End Sub

    Function (fnName) Checkerror
    CheckError = False
       
    Dim strmsg
    Dim errNum
       
    If Err.Number <> 0 Then
    strMsg = "error #" & Hex (Err.Number) & + "\n" & "as" & fnName & + "\n" & Err.Description
    'MsgBox strmsg' Uncomment this line if you want to be notified via MessageBox to errors in the script.
    CheckError = True
    End If
            
    End Function

    Hello Carolyn111,

    I suggest that you post in TechNet in the official Scripting Guys Forum.
    Click on the link here to post your question. They would be better able to answer your question.

    Thank you

    Marilyn

  • Send a message electronic alert message when user connections

    Does anyone know how to set up an alert for a notification e-mail when a user connects to the VMWare cluster?  We have specific users who have a specific role, but my management would like to keep under lock and key in the event where all admins to get hit by a bus, a plane crash, drown in a boating accident, etc. at the same time a user of emergency.  In order to ensure that this user is only used during the terrible events listed, I'd like to as notification out when this user logs on.  All those put up something like this?

    In vSphere, you can create a custom alert data center with a triggen on the user login.

    With old Server vCenter, you must find the table DB was connection (and other events) are stored and develop a DB trigger.

    André

  • How can I set up a structure of the event that sends text when the user presses the button "Return"?

    I'm new to programming of the Structure of the event.  I am trying a program which causes the content of a control to the string to be processed when the user presses the button back in after typing in the control of the chain.  I think (I hope!) that it is simple, I just can't understand how do.

    Basically, I would take the attached VI and change so that the user can send the value of control 'String In' to the indicator "String Out" either by pressing the 'Return' key or press the button 'send string. '

    Any help would be greatly appreciated.

    This example has nothing to do with the RETURN key specifically.  It fires all simply whenever the value of the control is changed.  If you click outside the text box or on another still controls the value changes and still the event is raised.  This is often the desired so if it works in your application, you good to go.

    You CAN ONLY answer a particular key if you wish.  Set your event to meet 'This VI' > key down.  Then, read the proposal Vcle on the left side of the structure of the event and compare it to the RETURN (for example).  The Boolean result of the comparison gets connected to a structure to deal with your code to run inside.  You can also wire Vcle directly to a case structure and execute different code based on which key was pressed last.

  • The user connection speed

    Hello

    I have AROUND 1252 connected to WISN, active 802.11n in the network,

    Broadcast SSID HR and ADMIN 2
    HR without authentication and unsecured... ADMIN with active WEP,

    When the user connect to HR SSID, it must be connected to a speed 72Mbps,
    but the problem is when the user connects to ADMIN SSID, the user must be connected to 54Mbps always,

    can someone tell me the reason for the same thing.

    Hi Kiran,

    802.11 N speeds has certain criteria... they are...

    The WIFI network should be...

    1 > auth with no security and encryption + all MCS rates enabled + WMM enabled.

    2 > 2 WPA - AES encryption + all rates active MCS + WMM active.

    Since your second WLAN uses WEP, speeds N shouldn't!

    Let me know if that answers your question...

    Concerning
    Surendra
    ====
    Please do not forget to note positions that answered your question and mark as answer or was useful

  • I want to share folders on my xp pro sp3 PC. How can I configure it so that a login prompt appears when users connect to it as \\ip\shared... ?

    I want to share folders on my xp pro sp3 PC. How can I configure it so that a login prompt appears when users connect to it as \\ip\shared... ?

    Hi Kelvin,

    You can share a folder on your XP by the listed method: http://support.microsoft.com/kb/304040

    Others have an option to connect to your pc as a guest, to make interactive you will need to click on start-> run, type &-> gpedit.msc

    Navigate to Computer Configuration-> Windows settings-> Security-> Security Option settings. On the right side, look for-> ' access network: model sharing and security for local accounts "-> double click and select-> classic-Local user authenticate.

    Now another pc you can access this computer and you will be asked for the username and password.

    I hope this helps.

  • When I open the Task Manager and select "Show processes from all users" there are 2 files virus csrss.exe?

    original title: virus csrss.exe?

    I use Vista Home Premium.  When I open the Task Manager and select "Show processes from all users" there are 2 files csrss.exe.  I learned that this indicates that I was infected by a virus.  Is this the case?

    Hi Julie,.

    Did you the latest changes on the system?

    Csrss.exe is Client/Server Runtime Subsystem.  All the Microsoft system has file csrss.exe running in the Task Manager, but it is likely to be infected by others. If it uses a lot of time processor and extremely abnormal in activities in the Task Manager, you can run a scan of the system security.

    You can read the following article to download the Microsoft Safety Scanner and perform a full scan on your computer.

    Microsoft safety scanner

    Note: When you perform the analysis, there are chances of losing the data that you can take a backup of important data before performing analysis.

    Hope this information is useful.

  • Prefix user name when it is connected to the ACC via PHP

    I use PHP service class in the SDK, and each user connects to the LCC with the getAuthenticationToken function.

    But when I get updates within a flash running from the UserManager application, the user ID got a prefix of 'EXT-{lccs account name}'-{username} where

    I expected only to be '{user name} '.

    How can I fix it? Or it's just the way THAT CAC manages authentication through PHP?

    Thanks in advance,

    Florus

    It is user how external ID is generated on our server. In order to have unique global identifier for the format is:

    EXT --

    With the latest version of the SDK, I added a method Session.getUserID that your id returns the id of service, so that you don't have to know the magic.

Maybe you are looking for