How to start synchronization autometically while user login

Hi,
    How can I set the mobile client so that while user log in, it will start synchronization automatically?
Thanks & Regards,
Subhayu

Hi,
for example you can start the SyncService automatically while the user accesses your applicaiton.
Furthermore there are autoSync available - check the doku for exact parameters.
But I think, sync while accessing the application would be the best solution for your behaviour.
Regards,
Oliver

Similar Messages

  • How to start a application with a login window?

    hi there
    does anyone have any idea on how to start an application with a login window? a login window is the first frame or window to be displayed when an application starts running. and only correct login id and password have been entered the real application will start. any sample out there? thank you.

    You can start a new thread by making a thread object and passing it an implementation of a runnable object. Runnable has just one method, public void run(), this is was gets executed in a second thread. perhaps the code you would use would look something like this.
    <code>
    // set up thread for login window
    new Thread(new Runnable() {
    public void run() {
    // construct your login window here
    // when you are done processing the
    // password....
    if(goodPassword) {
    authorized = true; // a global variable
    notifyAll(); // don't forget this
    else {
    System.exit(42);
    }).start();
    // control does not stop this code gets executed while
    // the above thread is running.
    // Set up main program here. This is done in the
    // backround.
    while(!authorized) {
    synchronized(this)
    { wait(50); }
    // now when the user logs in this frame pops
    // up real quick.
    myFrame.setVisible(true);
    </code>
    Hope you can figure it out.. good luck :)

  • How to disable chanllenging questions while user log in for first time

    Hi All,
    How to disable challenging questions while user log in for first time in OIM 10g and OIM 11g
    also i need to know how to change the Oracle logo with custom logo in both versions

    In 11G:
    To disable challenge questions at start up: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14308/system_props.htm#BABBDCJH (System Property Named: "Force to set question at start up)
    To change logo: http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14309/uicust.htm#CHDIFJEJ
    In 10G:
    Dig the documentation.
    A suggestion, please go through the documents first as they have quite a bit of information.
    HTH,
    BB

  • How to configure Email notification for User login's in Exchange Infrastructure?

    How to configure Email notification for User login's in Client Machines?

    Hi ,
    Based on the description , you need to assign logon scripts to the end users via group policy and also use your exchange server as the smtp server in that logon script to relay emails to the internal recipients.
    Thanks & Regards S.Nithyanandham

  • In fnd_request.add_layout how to get the layout in user login language

    Hi All,
    I am using fnd_requet.add_layout
    function add_layout (template_appl_name in varchar2,
    template_code in varchar2,
    template_language in varchar2,
    template_territory in varchar2,
    output_format in varchar2,
              nls_language in varchar2 default null) return boolean;
    how to pass these template_language and template_territory to get the output in user login language.
    Thanks in advance
    Jana

    You can get the values from NLS_SESSION_PARAMETERS
    Query for language
    SELECT LOWER(FL.iso_language)
    FROM NLS_SESSION_PARAMETERS NSP
    ,fnd_languages FL
    WHERE NSP.parameter = 'NLS_LANGUAGE'
    AND NSP.value = FL.nls_language;
    Regards
    Nishka

  • How to get an alert when user login with "DDIC" in any of the systems?

    Hi all,
    Can it be possible when ever the user login with DDIC user  in any of the satellite system,can we we  get an alert -as DDIC login attempt in any system?
    Is this possiblem in CCMS or BPM or...?
    Regards,
    Neni

    Hi Srikrishna,
    Link which you have give is good.But when i login with DDIC i am not geting alerts and i am not able to add any satllites system to
    under Security node
    My configuration:
    Miximum values for list                               1 min
    When should an alert be triggered?
    From value                   Red               Severity      2
    Max. number of alerts for each message ID             50
    Max. number of lines to be saved                      50
    SM19
    Client     *                                                     Events
    User       DDIC selected -Dailog logon         Alll
                                           systmem
    Please help me.
    Regards,
    Swaroop

  • How to generate username automatically while user creation in OIM.

    Hi all,
    Could you please send me steps for how to generate user name automatically by using adapter while creating the user in OIM.

    Follow this link:
    [http://download.oracle.com/docs/cd/B32479_01/doc.903/b32457/creadp.htm|http://download.oracle.com/docs/cd/B32479_01/doc.903/b32457/creadp.htm]
    It will help you to make each adapter which you want but for this you'll have to create entity adapter.

  • How to track "Date of Last user Login" across all provisioned systems ?

    We all know how hard it is to track old users - in particular ones that have left and termination paperwork has not been completed (users such as contractors, service technicians etc)
    Anyone think of a way where IDM could track the date/time of last login to each system that it has provisioned that user to ?
    Maybe a new field per system eg LASTLOGIN<ECPxxx> which I can then view along with the User ID Alias ACCOUNT<ECPxxx> field and see ;
    Which Systems the user has a login to
    Date / Time of last login to these systems
    Yes, it can be done manually by logging in to each to the systems and running SUIM, but I would hopping for an elegant solution as part of the IDM process.

    Hi Phil,
    getting the last logon date is dependent on the system to which you are provisioning userids. For some systems you might not be able to retrieve the last logon date at all.
    We have implemented something like that in my previous project for Active Directory, because we needed to implement a custom password ageing functionality that disables accounts when the user does not change his password in time. For Active Directory you can check the lastLogon attribute or alternatively the accountExpires attribute.
    Best regards
    Holger

  • How to get back to default user login from 'switch user' screen

    Hi
    I have a macbook air and mistakenly pressed 'switch user' from the login screen. Now I am stuck on a different login screen with now option to go back to the main / usual one?
    Is there a keyboard shortcut or something to go back? The only option I have are to 'sleep' 'restart' or 'shutdown' and I don't want those because of unsaved work?!
    Thanks

    Hi Aritra,
    Just have a look at the report RSUSR200. This report is part of the AIS (Audit Information System) and will report users who have not logged on for a specified period of time.
    Also have a look at the report RSUSR000.
    You can even find out more reports from SE38 searching for RSUS* & then click f4.
    You can get the names of the tables & the flow if you go through these programs.
    Regards
    Abhii

  • How to make SSO if a user login from Jetspeed and jump to Sun Portal

    We need to make the Sun Java Portal Server SSO when a user has done the authentication in another remote desktop application or the web applications ( like Jetspeed host ).
    Username and password can be retrieved if a user logs in any other application. In the Access Manager, LDAP is the only authentication module used.
    We made this requirement in the Jetspeed. The general idea is to create a filter which sets the Username and Password into the principal. Thus, Jetspeed checks the existence of the principal and regards the user as being authenticated if the principal is valid.
    Currently, it seems not feasible in the Sun Java Portal Server by using the same way. Anyone met the same the situation before? Who is familar with the process of the second session validation? I read the Sun Java System Access Manager - Technical Overview ( p38, topic: session validation). It just gave me a very general image. Who has some specific references about that ? I am very appreciated for your help.
    Here is the codes of the filter
    Public class EnablerFilter implements Filter {
    public void init (FilterConfig arg0) throws Servlet Exception {}
    public void destroy() {}
    pulic void doFilter (ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException {
    HttpServletRequest request = ( HttpServletRequest) req;
    HttpServletResponse response = ( HttpServletRequest) res;
    SSOTokenManger tokenMgr =null;
    try {
    tokenMgr = SSOTokenManger.getInstance();
    } catch ( SSOException e) {
    e.printStackTrace ():
    System.out.println ( " failed in creating Token Manger");
    SSOToken token = null;
    // if a token exists in the cookie
    try {
    token = tokenMgr . createSSOToken (request);
    } catch (UnsupportedOperationExcetpion e1) {
    el.printStackTrace() ;
    } catch (SSOException e1) {
    el.printStackTrace ();
    // if a token does not exist in the cookie
    if (token =null ) {
    Principal cfxPrincipal = new CfxPrincipal ( " username");
    try {
    token = tokenMgr. createSSOToken ( cfxPrincipal, " username");
    } catch (SSOException e) {
    e.printStackTrace () ;
    chain.doFilter (request, response);
    }

    Hi,
    Thanks,
    But the note don´t say how to connect the j2ee of the BI-Java with the J2ee of the Portal.

  • How to do cheap rendering while user modifies parameters?

    Dear all,
    I am playing around with my first AE plugin. At the moment (and for the foreseeable future) each frame takes some time to render. Enough to make the modification of parameters through sliders really uncomfortable, since at each value through which the slider is dragged a rendering event is fired. There is even one fired by just clicking on the slider without dragging.
    I would like to delay rendering then until the user is done playing around with the slider and has settled on a particular value for a reasonable time (let's say half a second for example). I looked around, saw the Parameter Supervision section of the documentation and did something nasty: whenever I get a PF_Cmd_USER_CHANGED_PARAM I register a timestamp and I only render when the current time is over 0.5 seconds after the last parameter change event.
    Upon trying this it was clearly not the way to go: the composition onto which my effect is applied is not rendered while the parameters are being changed, and when I stop the sliding the last render command is issued too shortly after the last parameter change as to be considered. This has the effect of turning the view in the composition window completely black. In order to get the picture back I have to force the rendering by other means such as previewing the composition.
    So (sorry for the long introduction) my question is finally, what would be the correct approach to do what I want to do? Is there a good way to tell when  the user has 'settled' on a value? As opposed to firing parameter change and rendering events like crazy I mean.
    Thank you all for your attention.
    Best.

    i looked and looked and couldn't find a way to toggle the 'Live Update' comp switch at will.
    that would have been awesome.
    the only addition to the solution you have already devised would be to use PF_OutFlag_FORCE_RERENDER,
    to could help you solve the "left blank until updated" problem you're having.
    OH!
    i have another solution but it's kind of sneaky...
    during interactions you could render nothing and report PF_Interrupt_CANCEL.
    that would tell AE not to use you're plug-ins output, and hopefully (i never tried this), will invalidate the update of the whole frame.
    hhhmmm....
    that's crazy enough to work.
    you could play nicer and just use PF_ABORT and PF_PROGRESS.
    if you check them frequently enough, then maybe AE will tell you the user is still changing the param before the experience gets sluggish.
    yup.
    i'm pretty happy with that last one.
    hopefully AE will give you hints about the user still making changes.
    i never tried that, so please post back your findings, as i might implement that s well. (sorry for using you as a guinea pig...)

  • How to start service as specific user!!!

    Hi all,
    I need to create an apache service script. All is fine with this and I've imported etc but its running as root and I want to run as apache. Is there an easy way of doing this other than an su -c???
    Cheers

    Extremely easy:
    Modify the httpd.conf and tell it which user and group to run as.

  • How to start safe mode while showing? Sign

    My MacBook pro show

    Hold down the Alt/Option key at Startup. This draws a gray screen, then takes a minute or more to add an icon for each potentially-bootable Volume, including Recovery volumes.
    If a Recovery Volume appears, select it and proceed. Choose Disk Utility. Select your regular startup Volume, such as Macintosh HD and (Repair Disk) [This is possible because you are not booted from the Volume you are Repairing.] This should run for about five minutes and repair all problems, otherwise run it again until it comes clean or gets completely stuck.
    Be sure to Set Startup Disk before you restart.

  • Need to Apex App user login last login details

    Hi All.
    how will get the Apex App user login details ? is it have any table or please suggest me on this...

    Not sure what is your exact requirement, but did you look at "Monitor Activity" under "Administration" (you should be an Administrator to the workspace)?

  • Starting a node while you are in other node in RAC

    Hi,
    Any idea how to start a node while you are in other node in RAC?

    Hi,
    Not sure what is your database version. However, you can start/stop the instance via srvctl and/or sql*plus.
    Note: 753516.1 - The difference between using srvctl vs using sqlplus for start/stop one or more database nodes
    Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide
    http://www.oracle.com/technology/documentation/database.html
    Regards,
    Hussein

Maybe you are looking for

  • Highlighting text box for multiple choice presentation.

    I'm making a multiple choice presentation and need help highlighting the correct answers. I'm using Keynote v5.3 and here is the format of my slides: Text box - Question Text box - (A) Answer A Text box - (B) Answer B Text box - (C) Answer C Text box

  • Compensation report query

    Hi All, I have a requirement to create a report which give me the details of a compensation of all the employees of any particular group or level according to their experience. I have these information to pass as input for the report. 1. Experience i

  • [C077] Could not find symbol 'SQLAllocConnect'

    I try to connect Oracle to PostgreSQL with Heterogeneous Connectiviti. I'm work on: S.O.: Linux SUSE 9.2 PostgreSQL: 8.0 Oracle: 10g Enterprise Edition Release 10.1.0.2.0 psqlODBC:07-03 The configuration of HS is: listener.ora LISTENER = (DESCRIPTION

  • De activate a devise

    How can I deactivate a devise when I no longer have access to it?

  • 6.5 Client Connectivity

    We have some very strange behavior with our 6.5 implementation.  We are running 6.5 on two physically identical Windows 2008 R2 servers.  Both servers are logging to their own Citadel databases and operate independently of each other.  This way if on