When user login out un able to login again

when user log out unable to login again
geting eror message WHEN-LOGON-CHANGE.
Edited by: user9530450 on Jan 7, 2009 12:02 AM

Hi,
Please check
SELECT FROM DBA_OBJECTS WHERE STATUS='INVALID';*+
I hope you must be having some invalid objects
When-logon-Change error comes you must Complie invalids and than Compile all the pll and bounce the forms server.
Thanks,
Anchoarge

Similar Messages

  • Wireless Guest Users once authenticated, are able to connect again after disconnection

                       Wireless Guest Users once authenticated, are able to connect again after disconnection .Clients should not able to connect after the restart or by disabling and enabling the WIFI adapter. But as of now clients are connecting to network . How we can configure this feature in WLC ?

    IIRC, if your reboot, disable the adapter or disconnect from the wireless, as long as the session timer or the idle timer does not timeout, then you are still considered as authenticated. If you logout, the wlc logs you off and you will have to log back in. The wierd thing is with iPhones or iPads, they go to sleep mode and you have to log back in to access the guest network. The workaround was to increase the idle timers to a certain acceptable limit to prevent this from happening.
    If you disconnect from the guest SSID and leave your client off the network until the idle timer expires, do you get prompted for a login or do you have access again?
    Sent from Cisco Technical Support iPhone App

  • Does the version of Reader matter when users fill out PDF fillable forms?

    Created an application form for a client that he put on line. Some (50%) of the completed forms coming back to him via email are blank. The form was created in Acrobat Pro 8 (mac). Could there be a problem with users downloading/filling out the forms in a newer (or older) version of Reader that's not compatible with my form? They were instructed on the form to use Adobe Reader, so hope it's not an issue of them using a non-Adobe PDF reader (though I can't be sure). Thanks in advance for any help.

    Adobe Reader should not have a problem working with the form. For Reader versions prior to 11 the document will need to be Reader-enabled in order for it to be saved. Reader 11 is able to save non-enabled forms created with Acrobat.
    If the user used the Preview application on a Mac, the text fields will appear to be blank, but when one of the fields has the focus the entry will show up. Preview corrupts PDF form in a number of ways and should be avoided. With Acrobat you can export the form data to a data file (FDF/XFDF), open a blank form, and import the form data into the form. You can tell if this is the problem by looking at the PDF Producer: File > Properties > Description > PDF Producer
    It will be different than what was originally there and be something like: Mac OS X 10.6.8 Quartz PDFContent

  • Why does a LaunchDaemon stop when user logs out?

    Hi,
    We have an application that uses an older version of Jetty that I am trying to configure as a LaunchDaemon on OS X 10.7.5
    I've created a org.mortbay.jetty.plist and placed this in the /Library/LaunchDaemons, set permission 644 and owner root:wheel. This can be loaded via launchctl and all is happy. I can connect to the server and browse the pages on the server. However, if I log out, the service stops responding and only starts responding when I log in again. It appears to stop jetty and then restart it when I log in.
    As this is being run as the root user, I would not have expected a user logout to stop this process. From what I can see there are no per-user overrides for this.
    Upgrading Jetty is not currently an option.
    Any help/ideas would be appreciated.
    Dave
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
        <dict>
            <key>Disabled</key>
            <false/>
            <key>Label</key>
            <string>org.mortbay.jetty</string>
            <key>ServiceDescription</key>
            <string>Jetty 5</string>
            <key>RunAtLoad</key>
            <true/>
            <key>KeepAlive</key>
            <true/>
            <key>EnvironmentVariables</key>
            <dict>
                <key>JAVA_HOME</key>
                <string>/Library/Java/Home</string>
            </dict>
            <key>WorkingDirectory</key><!-- required! -->
            <string>/usr/local/myApp/Jetty/extra/OSX/</string>
            <key>ProgramArguments</key>
            <array>
                <string>/usr/bin/java</string>
                <string>-Djava.io.tmpdir=/tmp</string>
                <string>-Djetty.port=2000</string>
                <string>-Djetty.home=/usr/local/myApp/Jetty/</string>
                <string>-Djetty.logs=/usr/local/myApp/Jetty/logs/</string>
                <string>-d32</string>
                <string>-jar</string>
                <string>../../start.jar</string>
                <string>/usr/local/myApp/Jetty/jetty.xml</string>
            </array>
            <key>UserName</key>
            <string>root</string>
         <key>StandardErrorPath</key>
         <string>/tmp/launchd_myprogram_stderr.log</string>
         <key>StandardOutPath</key>       
         <string>/tmp/launchd_myprogram_stdout.log</string>
          </dict>
    </plist>

    Thought I had an answer...but no.
    Maybe this reference will help:  Daemons and Services
    Message was edited by: g_wolfman

  • Mandatory field validation error occurs when user cancels out of blank "cre

    Hi - I'm building an application using Oracle 10g 9.0.5.2, with ADF/UIX/Struts.
    I followed the technique described in the tutorial
    http://otn.oracle.com/obe/obe9051jdev/uixtutorial/lesson_uix.htm
    In that example they have a page called BrowseDeptEmp. On this page is a
    create button, which is linked to a /createEmpAction before displaying the
    FormEmp uix page, where the user is supposed to enter new employee data.
    So I did the same thing, but I added a cancel button on the FormEmp.uix page.
    If the user presses cancel on the FormEmp page, it goes through a 'rollback' DataAction (with a rollback operation dragged on it) and then back
    to the main page.
    here's my problem:
    If the user
    1. clicks the create button on the BrowseDeptEmp page
    2. Sees the blank form in the FormEmp page
    3. Changes his mind (does not want to add a new employee) and clicks cancel
    The FormEmp page displays validation errors on the fields that are mandatory in the DB! So the user
    can't cancel out of the create page unless he fills in the mandatory fields...!!
    How do I cancel out of a create page 1) without entering any data on the page and 2) without getting
    mandatory field validation messages?
    It must be simple but i can't figure it out....
    Please help :)
    Thanks
    Des

    I don't understand how this can happen if the user has not entered any data.
    Is there a commit action somewhere that is being triggered before the rollback?
    is your cancel button a submit button?
    one way to fix this is to convert the submit button into a
    regular button and have the regular button go directly to your DataAction (the one with the rollback).
    you can automatically create this button by drawing a pageLink from the page to the DataAction in the page flow diagram.

  • How to call backing bean method when user tabs out of af:inputListOfValues field

    Hi,
    I am using jdev 11.1.2.4.
    I want to call a backing bean method based on the value selected in the af:inputListOfValues field.
    The requirement is similar as Frank Nimphius-Oracle has demonstrated here  https://blogs.oracle.com/jdevotnharvest/entry/how_to_notify_the_server but with Input List of Values component.
    The fields I want to call method from is
    <af:inputListOfValues id="appealNameId"
                          popupTitle="Search and Select: #{bindings.AppealName.hints.label}"
                          value="#{bindings.AppealName.inputValue}"
                          label="#{bindings.AppealName.hints.label}"
                          model="#{bindings.AppealName.listOfValuesModel}"
                          required="#{bindings.AppealName.hints.mandatory}"
                          columns="#{bindings.AppealName.hints.displayWidth}"
                          shortDesc="#{bindings.AppealName.hints.tooltip}"
                          binding="#{backingBeanScope.backing_Donation.appealNameId}"
                          autoSubmit="true" clientComponent="false">
                          <f:validator binding="#{bindings.AppealName.validator}"/>
                          <af:autoSuggestBehavior suggestedItems="#{backingBeanScope.backing_Donation.onSuggestAppeal}"/>
                          <af:clientListener method="onBlurTxtField" type="blur"/>
    </af:inputListOfValues>
    <af:serverListener type="onBlurNotifyServer"
                       method="#{backingBeanScope.backing_Donation.onBlurNotify}"/>
    as you can see,  af:serverListener is outside the af:inputListOfValues which probably is the reason its not executing this method?
    public void onBlurNotify(ClientEvent clientEvent) {
       // get a hold of the input text component
       RichSelectOneChoice inputTxt =  (RichSelectOneChoice) clientEvent.getComponent();
       //do some work on it here (e.g. manipulating its readOnly state)
       //Get access to the payload
       Map  parameters = clientEvent.getParameters();
       System.out.println("SubmittedValue = "+parameters.get("submittedValue"));
       System.out.println("LocalValue =  "+parameters.get("localValue"));
    I've tried to put serverListener tag inside the <af:inputListOfValues> but getting below error
    "Server Listener is not valid child of Input List of Values"
    any ideas please?
    thanks

    As first, check to see that you are using correct type for af:serverListener (thet one you are queue in the javaScript onBlurTxtField function)
    If still does not work, go to directly to the page source code, and put af:serverListener "by hand", as a child for af:inputListOfValues.
    Because it is possible that these messages are false alarm...

  • OOTB workflow gives error when user rejects in the document in publishing a major version.

    Hi All,
    I am using OOTB workflow with little customization  with following configuration
    1. Allow content approval enabled
    2. Configure a workflow with following general settings true
    3. Start workflow on publish of Major version only is enabled
    4. workflow has following configuration enabled.
    Now, when user start publishing of major version and Starts the workflow. workflow starts without any problem.
    But as and when the user rejects the document it is rejected with Reject status with "Approval Status" as well as workflow status which is expected.(This is correct )
    But when i look at the workflow history i can see at last line there is an Error with
    An error has occurred in In [Workflow Name].
    Now when user check out and check in item again and try to publish with Major version again. it gives errors that the previous version is still running.
    I have trace a lot and also test with original OOTB workflow itself. it is behaving the same.
    As per my findings there is problem in "Completion condition of this task process" the end task process is not being executed correctly.
    I tried to end the task process with End the task process action but it is still not working.
    I need some help in this issue as users are facing problems in case of rejection. I hope some one has the solution for the same.
    Two things i have noticed are
    1. My MS office 2010 professional plus is expired as i was using trial version
    2. I have made stop inheriting tasks permission and remove all default groups as i have settings in workflow "Only allow task reception and process owner to read and edit workflow task"
    3. Earlier i had also installed "Sharepoint 2010 April 2012 updates". i had also observed that (installing Sharepoint 2010 April 2012 updates) before that if user has selected "Automatically rejects the document if any participant rejected". it ends
    with "rejected" status. At present it remains in inprogress and not stops with rejected status.
    Can any one give me a hint what should be the problem ? Is it a problem with latest Sharepoint 2010 April 2012 updates ?
    Thanks,
    S. M. MANIYAR

    I have done following testing.
    1. The server in which i have not installed sharepoint 2010 April 2012 updates the above scenario is working fine without any problem
    2. I have also observed following logs of error in server where April 2012 updates is installed.
    8/28/2012 03:51:41.33  w3wp.exe (0x0F08)                        0x0A00 SharePoint Foundation        
     Workflow Infrastructure        88xr Unexpected WinWF Internal Error, terminating workflow Id# 8bf7fef1-c92e-4b22-a16f-480425d3adc6 
    08/28/2012 03:51:41.33  w3wp.exe (0x0F08)                        0x0A00 SharePoint Foundation        
     Workflow Infrastructure        98d4 Unexpected System.InvalidOperationException:
    CompositeActivity cannot transition to 'Closed' status when there are active child context still exist for child activity.     at System.Workflow.ComponentModel.Activity.MarkClosed()     at System.Workflow.ComponentModel.ActivityExecutionContext.CloseActivity()    
    at Microsoft.Office.Workflow.Actions.OfficeTask.FinalClose(Object sender, EventArgs eventArgs)     at System.Workflow.ComponentModel.ActivityExecutorDelegateInfo`1.ActivityExecutorDelegateOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)    
    at System.Workflow.Runtime.Scheduler.Run() 
    Following are last two lines of workflow history.
    S. M. MANIYAR

  • User not able to login

    Hi
    This is a very strange case i have come across and need your help to resolve it.
    There is one particular user who is not able to login to the portal even with correct name and password.
    It displays a message "User authentication failed."
    But when we unlock the user in User Admin it works fine there after though it was not even locked earlier.
    This is happening with one user only.
    What could be the cause for it and also solution?
    Please help
    Regards
    Vineet Vikram

    Dear Haydn
    Thanks for your response.
    We are using LDAP in our landscape.
    As earlier it was working fine, i hope user data conforms to all required paramanters.
    Request an early reply as I need to close it as soon as possible.
    Regards
    Vineet Vikram

  • How to enable only a subset of LDAP users to be able to login to OBIEE

    We have enabled LDAP authentication. Now every single LDAP user can login to Presentation server. That is an issue. Not all LDAP users are OBIEE users. Only a small subset of the LDAP users should be able to access OBIEE. We have a database table that lists all OBIEE users. This table however does not have user password information. User Password information is stored in the LDAP.
    so question is how do we limit OBIEE access to only OBIEE users and not all LDAP users.
    Thank you

    Thanks for your suggestion. If i understand it correctly, user will still be able to login to Presentation server but will not have access to any content using your solution approach. Did i get it right?
    In my current setup, user gets authenticated against LDAP, then i extract user group for that user and assign it to GROUP. Only those users gets assigned to GROUP who have access to OBIEE. We have secured RPD and Catalogs so that user must be a member of at least one GROUP to be able to access content.
    Right now, a LDAP user who is not present in OBIEE user table, is able to login to BI Presentation server but is not able to see any thing. Because user gets authenticated, but does not have any authorization rights. So far so good.
    I would like to take next step, where use login to BI Presentation server is denied if user id does not exist in the OBIEE user table ( but exists in the LDAP).
    Thank you

  • Problem in displaying loginpage when user press logout

    Hi everyone, I am new to Swing and facing an issue which might appear simple to you people.
    I have a Login Screen. When user supply credentials and press the login button, the next page is displayed which has a logout button. If user clicks this logout button, ideally the login screen should come. I am struck up in implementing this functionallity. I'm attached SAMPLE Code for the same.
    // MainFrame.java
    import java.awt.Color;
    import java.awt.Container;
    import java.awt.Font;
    import java.awt.event.WindowEvent;
    import java.awt.event.WindowListener;
    import java.io.PrintStream;
    import java.text.SimpleDateFormat;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    public class MainFrame extends JFrame implements WindowListener{
        private static final long serialVersionUID = 1L;
         public static  String server_url = "t3://localhost:7001";
         public static  String JNDI_NAME = "com.qwest.bpm.designerserver.DesignerServerRemoteHome";
         static final String title_base = "MY App";
         PrintStream log;
         SimpleDateFormat df;
         public static JPanel current_page;
        String errmsg;
        public Color background;
        public Color color_tablehead;
        public Color color_canvas;
        Font font_textfield;
        String database;
        MainFrame(String title){
             super(title);
            System.setSecurityManager(null);
            setSize(900, 720);
              addWindowListener(this);
              rootPane.setDoubleBuffered(false);
              background = new Color(0.9f,0.9f,0.7f);
              color_tablehead = new Color(0.8f,0.8f,0.6f);
              color_canvas = new Color(0.97f,1.0f,0.97f);
              font_textfield = new Font("courier", Font.PLAIN, 12);
              setBackground(background);
              getContentPane().setBackground(null);
              log = System.out;
              df = new SimpleDateFormat("HH:mm:ss");
              setDefaultLookAndFeelDecorated(true);
            errmsg = null;
            database = "Oracle";
         public void setPage(JPanel page) {
              if (current_page!=null) current_page.setVisible(false);
              Container content_pane = getContentPane();
              if (!content_pane.isAncestorOf(page)) {
                   // System.out.println("Add page " + page.getClass().getName());
                   content_pane.add(page);
              page.setVisible(true);
              current_page = page;
            if (errmsg!=null) {
                JOptionPane.showMessageDialog(this, errmsg);
                errmsg = null;
         public void logout() {
              //Code to be changed here
           System.exit(0);
         public static void main(String[] args){
              MainFrame frame = new MainFrame("My App");
              frame.setPage(LoginPage.getPage(frame));
              frame.setVisible(true);
         public void windowActivated(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowClosed(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowClosing(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowDeactivated(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowDeiconified(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowIconified(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowOpened(WindowEvent e) {
              // TODO Auto-generated method stub
    //MainPanel.java
    import java.awt.BorderLayout;
    import java.awt.Color;
    import javax.swing.JPanel;
    public class MainPanel extends JPanel{
         public MainFrame frame;
         protected Color background;
         public MainPanel(MainFrame frame) {
              super();
              this.frame = frame;
              setLayout(new BorderLayout());
              setBackground(null);
    //LoginPage.java
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.AbstractButton;
    import javax.swing.BorderFactory;
    import javax.swing.JButton;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JPasswordField;
    import javax.swing.JTextField;
    public class LoginPage extends MainPanel implements ActionListener {
         private static final long serialVersionUID = 1L;
         JTextField username, serverurl, servername;
         JPasswordField password;
         static LoginPage singleton = null;
         LoginPage(MainFrame frame) {
              super(frame);
              setLayout(null);
              JLabel label;
              JPanel panel = new JPanel(new GridLayout(2,2));
            panel.setLayout(null);
            panel.setBounds(100,100,200,200);
            panel.setBorder(BorderFactory.createTitledBorder("Credentials "));
            panel.setSize(600,350);
            panel.setOpaque(false);
              label = new JLabel("User Name");
              label.setBounds(60, 60, 120, 20);
              panel.add(label);
              username = new JTextField();
              username.setBounds(200, 60, 120, 20);
            //username.setActionCommand(C.ACTION_LOGIN);
              panel.add(username);
              label = new JLabel("Password");
              label.setBounds(60, 90, 120, 20);
              panel.add(label);
              password = new JPasswordField();
              password.setBounds(200, 90, 120, 20);
            password.setActionCommand("login");
            password.addActionListener(this);
              panel.add(password);
              JButton button_login = new JButton("Log In");
              button_login.setBounds(150, 240, 120, 25);
              button_login.setBackground(background);
              button_login.setActionCommand("login");
              button_login.addActionListener(this);
              panel.add(button_login);
            add(panel);
         static LoginPage getPage(MainFrame frame) {
              if (singleton==null)
                   singleton = new LoginPage(frame);
              return singleton;
         public void actionPerformed(ActionEvent e) {
             Object source = e.getSource();
             String cmd;
              if (source instanceof AbstractButton)
                   cmd = ((AbstractButton)source).getActionCommand();
            else if (source instanceof JPasswordField)
                cmd = "login";  
              else return;
              if(cmd.equalsIgnoreCase("login")) {
                   frame.setPage(NextPage.getPage(frame));
    //NextPage.java
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.AbstractButton;
    import javax.swing.BorderFactory;
    import javax.swing.JButton;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JPasswordField;
    import javax.swing.JTextField;
    public class NextPage extends MainPanel implements ActionListener{
         private static final long serialVersionUID = 1L;
         JTextField username, serverurl, servername;
         JPasswordField password;
         static NextPage singleton = null;
         NextPage(MainFrame frame) {
              super(frame);
              setLayout(null);
              JLabel label;
              JPanel panel = new JPanel(new GridLayout(2,2));
            panel.setLayout(null);
            panel.setBounds(100,100,200,200);
            panel.setBorder(BorderFactory.createTitledBorder("Credentials "));
            panel.setSize(600,350);
            panel.setOpaque(false);
              label = new JLabel(" Hurray Login Successfull ");
              label.setBounds(60, 60, 120, 20);
              panel.add(label);
              username = new JTextField();
              username.setBounds(200, 60, 120, 20);
            //username.setActionCommand(C.ACTION_LOGIN);
              panel.add(username);
              label = new JLabel("Now try Logout ");
              label.setBounds(60, 90, 120, 20);
              panel.add(label);
              JButton button_login = new JButton("Log Out");
              button_login.setBounds(150, 240, 120, 25);
              button_login.setBackground(background);
              button_login.setActionCommand("logout");
              button_login.addActionListener(this);
              panel.add(button_login);
            add(panel);
         static NextPage getPage(MainFrame frame) {
              if (singleton==null)
                   singleton = new NextPage(frame);
              return singleton;
         public void actionPerformed(ActionEvent e) {
             Object source = e.getSource();
             String cmd ="";
              if (source instanceof AbstractButton)
                   cmd = ((AbstractButton)source).getActionCommand();
              if(cmd.equalsIgnoreCase("logout")) {
                   frame.logout();
    }

    solved it :)

  • User Locking out in LDAP

    I guess it's common problem in LDAP. If the user locks out after 3 failed failed logins, The admin needs to be entered in NDS conslole and he need to be unlock after he gets a request from that user. But I couldn't find the property for single User. whatever you specify the parameter in User Lockout tab, it's valid for all the user.
    i.e. if you uncheck the checkbox User lockout check box it's valid for all the users. How to unlock the particular user in NDS???
    any help in this regard is really appreciable.
    regards,
    chandra

    What version of WLS are you using? In the 6.0 beta, user lockout was one of
    the new security features
    added. This way, WLS could detect the failure and allow administrators to
    detect password guessing
    attempts.
    If this is a previous release of WLS, you will need to check the NDS
    documentation for how to unlock
    a given user.
    Paul Patrick
    "chandra" <[email protected]> wrote in message
    news:3a1e3d7d$[email protected]..
    >
    I guess it's common problem in LDAP. If the user locks out after 3 failedfailed logins, The admin needs to be entered in NDS conslole and he need to
    be unlock after he gets a request from that user. But I couldn't find the
    property for single User. whatever you specify the parameter in User Lockout
    tab, it's valid for all the user.
    >
    i.e. if you uncheck the checkbox User lockout check box it's valid for allthe users. How to unlock the particular user in NDS???
    >
    any help in this regard is really appreciable.
    regards,
    chandra

  • System PATH environment variable issue when user log off and log in or switch from admin to non-admin account

    Hi,
    Problem Description:
    After installing my new product version, when user does log-off and log in again into admin account
    or switch from admin account to non-admin account, PATH environment variable shows incorrect path of my product (previous product version’s path) using command prompt.
    It seems windows refresh issue during session changes (log off and log in / switch from Admin to
    Non-admin account).
    Why PATH environment variable is not refresh immediately after log off and log in again or Switch
    from admin to non-admin mode?. 
    Please see my thread for more details http://social.msdn.microsoft.com/Forums/vstudio/en-US/445ab42c-bdff-405a-8d53-558e1b6c7d34/path-environment-variable-issue-when-user-logoff-and-login-or-switch-from-admin-to-nonadmin?forum=windowsgeneraldevelopmentissues
    Also submitted bug for this in connect.microsoft.com portal.In that it has lots of information
    like problem statement, Reproduction steps and Expected Results.
    Bug ID: 871782
    Could you please any body help me for this?. your support will be appreciated.
    Thanks,
    Marichamy

    Why PATH environment variable is not refresh immediately after log off and log in again or Switch
    from admin to non-admin mode?. 
    I wouldn't have any expectation of what you are doing to work the way you expect.  E.g. why is the %ABC% being replaced at all?  There is some help about this ambiguous scenario in the cmd help...
    /V:ON Enable delayed environment variable expansion using ! as the
    delimiter. For example, /V:ON would allow !var! to expand the
    variable var at execution time. The var syntax expands variables
    at input time, which is quite a different thing when inside of a FOR
    loop.
    /V:OFF Disable delayed environment expansion.
    So, what's the setting for the /V:  switch that your users would be using?  Perhaps you should be using the ! instead of the % for your ABC variable?
    Oh.  There's more below where I found that...
    Delayed environment variable expansion is NOT enabled by default. You
    can enable or disable delayed environment variable expansion for a
    particular invocation of CMD.EXE with the /V:ON or /V:OFF switch. You
    can enable or disable delayed expansion for all invocations of CMD.EXE on a
    machine and/or user logon session by setting either or both of the
    following REG_DWORD values in the registry using REGEDIT.EXE:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\DelayedExpansion
    and/or
    HKEY_CURRENT_USER\Software\Microsoft\Command Processor\DelayedExpansion
    to either 0x1 or 0x0. The user specific setting takes precedence over
    the machine setting. The command line switches take precedence over the
    registry settings.
    In a batch file the SETLOCAL ENABLEDELAYEDEXPANSION or DISABLEDELAYEDEXPANSION
    arguments takes precedence over the /V:ON or /V:OFF switch. See SETLOCAL /?
    for details.
    If delayed environment variable expansion is enabled, then the exclamation
    character can be used to substitute the value of an environment variable
    at execution time.
     So, I guess the essence of your "bug" will boil down to whether you
    need the feature to get the result you want and the
    truth of that first sentence but it certainly looks like a "can of worms" to me.   ; )
    HTH
    Robert Aldwinckle

  • After userA check out a page, edit the page and save, Sharepoint prompt userA have checked out the page

    In one of site collection at our SP2013 farm, we have "SharePoint Server Publishing" site feature and "SharePoint Server Publishing Infrastructure" site collection feature activated.
    One of user (UserA) create a page in a page library. The new page is marked as "checked out by UserA". It is fine.
    Then UserA open the page -> edit page -> key in something and "save". Then the page prompt him "The file Pages/subfolder/test001.aspx has been modified by i:0#.w|test\userA on 8Aug2014 xx:xx:xx" and ask him to choose "Leave
    this page" or "say at this page".  The date time is exactly the time he was editing the page.
    Whatever he choose will save the page and return to "View" mode (non-edit mode).
    It is not the only problem. When userA want to edit the same page again and save, it prompt him that "The page could not be saved because your changes conflict with recent changes made by another user. If you continue, your changes will be lost."!
    When userA choose continue or "check out". Follow screen show up:
    What can we do? In summary, userA cannot edit a page because userA have checked out! We have tried for different users have exactly same issue.

    We are having the same problem, the one thing we have found is if we use the Save Icon on the top right hand side of the page in the ribbon (next to follow), that Save works just fine.  What is causing the issue is when trying to use the Save Icon on
    the left hand side of the ribbon that has the dropdown options to 'Save', 'Save and Keep Editing' or 'Stop Editing'.  It doesn't matter if you just click on the main Icon or choose any of the dropdown options, they all cause issues with the pages.  
    Thoughts?
    Nick Hurst

  • Not able to login using ORACLE USER in Linux

    I am not able to login using OS user ORACLE in linux,
    I am getting following error when trying to login
    /etc/X!!/gdm/PreSession/Default : Registering your session with wtmp and utmp
    /etc/X!!/gdm/PreSession/Default :running : /usr/bin/X11/sessreg -a -w /var/log/log/wtmp -u /var/run/utmp -x "/var/gdm/:0.Xservers" -h "" -1" : 0" "oracle"
    /etc/profile: line 17 : syntax error near unexpected token 'then'
    /etc/profile: line 17 ' if[ $USER = "oracle" ]; then'
    Failed to execute message bus daemon : No such file or directory
    EOF in dbus-launch reading address from bus daemon
    I tried to edit /etc/profile file but not sucessfull. Please help me out . This installtion is on VM ware
    Edited by: user12356407 on Dec 16, 2009 3:21 AM

    user8896383 wrote:
    I am not successful to login using Oracle User .
    I tried to edit /etc/profile file on Line 17 , but of no use.
    could you please be more precise about what exactly i should look in or edit in that file.
    Thanks for your immediate response.My car doesn't start
    I tried to fix it
    It still doesn't start.
    Can you be more precise in telling how to fix it.

  • MSAD users not able to login Hyperion Planning

    Problem Description: I have configured MSAD in shared services. I am able to search the users with their email id in shared services.In Unix enrironment, we have installed Oracle database and Essbase.Hyperion planning , shared services, HFR, web Analysis installed in Windows Server.
    I am able to search the users in shared services w.r.t email ids. Also able to login to workspace with email id and password.
    But when I select Planning application, it's throwing the below error.
    "An error occurred while processing this page. Check the log for details. Please close the current tab and open application again
    Failed to sync with user provisioning. Check Planning log for details".
    When I open FR reports, it's throwing the below error:
    "Error: Create Connection failed [cannot connect to olap service. Cannot connect to Essbase server.Error (1051293): Login fails due to invalid login credentials (OlapServer=10.6.232.72;mode=EMBEDDED;]]".
    I have tried 'updateuser.cmd'.
    I just double clicked on ''updateuser.cmd'. After that stopped and started the services. Even though It's not working.
    For more info please find the attachments...
    Kind Regards,
    Rajendra Prasad Gella

    Planning LOG
    ####<Feb 13, 2012 12:04:19 AM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329077059827> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 12:04:19 AM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329077059829> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 3:04:19 AM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329087859100> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 3:04:19 AM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329087859101> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 6:04:18 AM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329098658808> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 6:04:18 AM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329098658809> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 9:04:18 AM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329109458489> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 9:04:18 AM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329109458490> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 12:04:18 PM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329120258515> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 12:04:18 PM GST> <Warning> <JMX> <ERPHYPAPP> <Planning0> <DmsThread-1> <<WLS Kernel>> <> <0000JLYRQHo07yELz6x0iW1FCx9N000000> <1329120258516> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    ####<Feb 13, 2012 1:04:30 PM GST> <Info> <Common> <ERPHYPAPP> <Planning0> <Native Directory> <<anonymous>> <> <0000JLpxCRf07yELz6x0iW1FCx9N0001Ro> <1329123870530> <BEA-000628> <Created "1" resources for pool "EPMSystemRegistry", out of which "1" are available and "0" are unavailable.>
    ####<Feb 13, 2012 1:04:32 PM GST> <Info> <JDBC> <ERPHYPAPP> <Planning0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329123872487> <BEA-001128> <Connection for pool "EPMSystemRegistry" closed.>
    Essbase LOG
    [Mon Feb 13 13:39:57 2012]Local/ESSBASE0///1116629312/Info(1056800)
    Validation of back up file [u02/prod/Oracle/Middleware/user_projects/epmsystem1/EssbaseServer/essbaseserver1/bin/essbasets_1329125997.bak] completed with status 0
    [Mon Feb 13 13:41:52 2012]Local/ESSBASE0///1112418624/Info(1051164)
    Received login request from [10.6.223.160]
    [Mon Feb 13 13:41:52 2012]Local/ESSBASE0///1112418624/Info(1051187)
    Logging in user [admin@Native Directory] from [10.6.223.160]
    [Mon Feb 13 13:41:52 2012]Local/ESSBASE0///1104279872/Info(1051001)
    Received client request: Get Application FrontEnd Type (from user [admin@Native Directory])
    [Mon Feb 13 13:41:52 2012]Local/ESSBASE0///1114523968/Info(1051001)
    Received client request: Set Application FrontEnd Type (from user [admin@Native Directory])
    [Mon Feb 13 13:41:52 2012]Local/ESSBASE0///1113471296/Info(1051001)
    Received client request: Get Security Mode (from user [admin@Native Directory])
    [Mon Feb 13 13:41:52 2012]Local/ESSBASE0///1115576640/Info(1051001)
    Received client request: Set Application Id For Planning (from user [admin@Native Directory])
    [Mon Feb 13 13:41:56 2012]Local/ESSBASE0///1112418624/Info(1051001)
    Received client request: Get Security Mode (from user [admin@Native Directory])
    [Mon Feb 13 13:41:56 2012]Local/ESSBASE0///1104279872/Info(1051001)
    Received client request: Get User/Group Info (from user [admin@Native Directory])
    [Mon Feb 13 13:41:56 2012]Local/ESSBASE0///1114523968/Info(1051001)
    Received client request: Create External User With Type (from user [admin@Native Directory])
    [Mon Feb 13 13:41:56 2012]Local/ESSBASE0///1114523968/Error(1051205)
    Single Sign On function call [css_getUser] failed
    [Mon Feb 13 13:41:56 2012]Local/ESSBASE0///1114523968/Warning(1051003)
    Error 1051205 processing request [Create External User With Type] - disconnecting
    [Mon Feb 13 13:41:56 2012]Local/ESSBASE0///1113471296/Info(1051001)
    Received client request: Create External User With Type (from user [admin@Native Directory])
    [Mon Feb 13 13:41:56 2012]Local/ESSBASE0///1113471296/Error(1051205)
    Single Sign On function call [css_getUser] failed
    [Mon Feb 13 13:41:56 2012]Local/ESSBASE0///1113471296/Warning(1051003)
    Error 1051205 processing request [Create External User With Type] - disconnecting
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1115576640/Error(1051021)
    You have been logged out due to inactivity or explicitly by the administrator.
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1112418624/Info(1051164)
    Received login request from [10.6.223.160]
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1112418624/Info(1051187)
    Logging in user [admin@Native Directory] from [10.6.223.160]
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1104279872/Info(1051001)
    Received client request: Get Application FrontEnd Type (from user [admin@Native Directory])
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1114523968/Info(1051001)
    Received client request: Set Application FrontEnd Type (from user [admin@Native Directory])
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1113471296/Info(1051001)
    Received client request: Get Security Mode (from user [admin@Native Directory])
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1115576640/Info(1051001)
    Received client request: Set Application Id For Planning (from user [admin@Native Directory])
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1112418624/Info(1051001)
    Received client request: Get Security Mode (from user [admin@Native Directory])
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1104279872/Info(1051001)
    Received client request: Get Security Mode (from user [admin@Native Directory])
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1114523968/Info(1051001)
    Received client request: Re-Sync User/Group with Single application (from user [admin@Native Directory])
    [Mon Feb 13 13:43:03 2012]Local/ESSBASE0///1114523968/Warning(1056612)
    This API is deprecated. Sync is no longer required
    [Mon Feb 13 13:44:58 2012]Local/ESSBASE0///1116629312/Info(1056797)
    Incremental security backup started by SYSTEM [DAEMON THREAD]. The file created is [u02/prod/Oracle/Middleware/user_projects/epmsystem1/EssbaseServer/essbaseserver1/bin/essbasets_1329126298.bak]
    [Mon Feb 13 13:44:58 2012]Local/ESSBASE0///1116629312/Info(1056800)
    Validation of back up file [u02/prod/Oracle/Middleware/user_projects/epmsystem1/EssbaseServer/essbaseserver1/bin/essbasets_1329126298.bak] completed with status 0
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1113471296/Info(1051001)
    Received client request: Create External User With Type (from user [admin@Native Directory])
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1113471296/Error(1051205)
    Single Sign On function call [css_getUser] failed
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1113471296/Warning(1051003)
    Error 1051205 processing request [Create External User With Type] - disconnecting
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1115576640/Info(1051001)
    Received client request: Set Application FrontEnd Type (from user [admin@Native Directory])
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1112418624/Info(1051001)
    Received client request: Get Security Mode (from user [admin@Native Directory])
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1104279872/Info(1051001)
    Received client request: Set Application Id For Planning (from user [admin@Native Directory])
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1114523968/Info(1051001)
    Received client request: Get Security Mode (from user [admin@Native Directory])
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1113471296/Info(1051001)
    Received client request: Get Security Mode (from user [admin@Native Directory])
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1115576640/Info(1051001)
    Received client request: Re-Sync User/Group with Single application (from user [admin@Native Directory])
    [Mon Feb 13 13:56:03 2012]Local/ESSBASE0///1115576640/Warning(1056612)
    This API is deprecated. Sync is no longer required
    [Mon Feb 13 13:59:59 2012]Local/ESSBASE0///1116629312/Info(1056797)
    Incremental security backup started by SYSTEM [DAEMON THREAD]. The file created is [u02/prod/Oracle/Middleware/user_projects/epmsystem1/EssbaseServer/essbaseserver1/bin/essbasets_1329127199.bak]
    [Mon Feb 13 13:59:59 2012]Local/ESSBASE0///1116629312/Info(1056800)
    Validation of back up file [u02/prod/Oracle/Middleware/user_projects/epmsystem1/EssbaseServer/essbaseserver1/bin/essbasets_1329127199.bak] completed with status 0
    Hbrserver log
    2012-02-13 13:18:30,311 WARN main com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving user by identity
    Please guide me after looking at all the LOGS
    It's a show stopper for me...I am getting any idea....
    Thanks for the support...
    Regards,
    Rajendra Prasad Gella...

Maybe you are looking for

  • Global keyboard binds once again - actkbd? Or?

    Hello, I'm trying to fix some "not-only-x" binds, since I'm kind of forcing myself to learn more linux in not only clickable way. I'm looking for an app or a tip how and what. Read this great forums and wiki, but still I've got some questions. I like

  • Object Manager running but will not display

    Hi I was wandering if anyone can help I'm running TTA Enterprise 3.40.911 on SuSe Linx 8 enterprise server. Intel Linux Kernal 2.4+ The problem I'm having is that I�m having problems displaying the object manager. The web top show that it is running

  • How to know what all tables included in an infocube?

    Hi If i want to know what all the tables in an standard infocube, how? Thanks, Ram

  • Daily Business Intelligence- DBI

    Hi , Iam newbie to DBI. I have gone through the DBI implementation guide and tried to create a new report. Created a report and published it. In the process of creating Initial Request set (in Daily Business Intelligence Administrator), could not fin

  • How long does it take for iCloud to automatically backup?

    I understand that when you plug in your iPhone, i Cloud will automatically backup.. when does it begin the backup process? As in how long after it has been plugged in does it begin to back up data such as pictures from the phone?