Cfif and 'is user logged in'

Hi,
I'm pretty sure I'm doing this the wrong way, but currently, when someone goes on to my site and tries to do something such as post a comment on a blog, I have it say that they first need to create an account or log in, and that works.  Then when they log in, it allows them to post a comment and everything works fine... the problem, though, is that if they log out but don't close their browser, and they go to do something like post a comment while logged out, it allows them to do everything, except it doesn't say they are logged in as a user, it just shows up as:
Logged in as:
so it's blank like that, which is a problem because it posts as a no name user, which means there's no username provided on the site or in my database, so no one can check out the user's profile, follow the user or private message the user (all of those things work).
The cfif that I'm using to determine what to do if they are or aren't logged in looks like this:
                  <cfif isDefined("Session.MM_Username")>
                          <cfinclude template="userBlogsCommentFORM.cfm">
                  <cfelse>
                          <cfinclude template="notLoggedIn.cfm">
                  </cfif>
Thanks!
Don't know what I'd do without you people on this forum.
(you might need to see the user login/logout code, so i'll just post it below in case it's needed)
sidebar.cfm
<cfif isDefined("Session.MM_Username")>
    <cfinclude template="sideLoggedin.cfm">
<cfelse>
    <cfinclude template="sideLogin.cfm">
</cfif>
sideLoggedIn.cfm
<cfif IsDefined("URL.MM_logout") AND URL.MM_logout EQ "1">
  <cflock scope="Session" type="Exclusive" timeout="30" throwontimeout="no">
    <cfset Session.MM_Username="">
    <cfset Session.MM_UserAuthorization="">
  </cflock>
  <cfset MM_logoutRedirectPage="index.cfm">
  <cfif MM_logoutRedirectPage EQ "">
    <cfset MM_logoutRedirectPage=CGI.SCRIPT_NAME>
  </cfif>
  <cfset MM_logoutQuery=ListDeleteAt(CGI.QUERY_STRING,ListContainsNoCase(CGI.QUERY_STRING,"MM_logo ut=","&"),"&")>
  <cfif MM_logoutQuery NEQ "">
    <cfif Find("?",MM_logoutRedirectPage) EQ 0>
      <cfset MM_logoutRedirectPage=MM_logoutRedirectPage & "?" & MM_logoutQuery>
      <cfelse>
      <cfset MM_logoutRedirectPage=MM_logoutRedirectPage & "&" & MM_logoutQuery>
    </cfif>
  </cfif>
  <cflocation url="#MM_logoutRedirectPage#" addtoken="no">
</cfif>
<cfset CurrentPage=GetFileFromPath(GetBaseTemplatePath())>
<cfif Session.MM_Username IS "">
<cfinclude template="sideLogin.cfm">
<cfelse>
<cfparam name="SESSION.Session.MM_Username" default="1">
<cfparam name="SESSION.SESSION.Session.MM_Username" default="1">
<cfquery name="rsGetUserID" datasource="mymindsnotrighttest" username="mikewycklendt" password="Mex0Wix0">
SELECT user_id, username, password
FROM user_accounts
WHERE username = '<cfoutput>#Session.MM_Username#</cfoutput>'
</cfquery>
<style type="text/css">
<!--
.loggedInText {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #FFF;
-->
</style>
<table border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="188" valign="top" bgcolor="#246494">
            <!-- left -->
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td height="36" background="images/left_top.gif" valign="top"><img src="images/menu.jpg" width="188" height="36"></td>
              </tr>
              <tr>
                  <td width="188" height="161" align="center" valign="top" background="images/left_top.gif"><p class="left"><br />
                    <span class="loggedInText">Logged in as: <cfoutput>#Session.MM_Username#</cfoutput></span></p>
                    <p class="left"><a href="myProfile.cfm">Go to my Profile</a><br />
                      <br />
                    <a href="myProfile.cfm#readPMs">Private Messages<br />
                    </a><br />
                    <a href="followedUserPosts.cfm">Posts by Followed Users</a><br />
                    <br><a href="<cfoutput>#CurrentPage#?MM_logout=1</cfoutput>">Log out</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td>
                  <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="allBlogArchives.cfm">BLOG ARCHIVE</a></p>
                </td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td>
                  <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="supportGroups.cfm">SUPPORT GROUPS</a></p>
                </td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td>
                  <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="doctorqanda.cfm">DOCTORS WORDS</a></p>
                </td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td>
                  <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle">  <a href="testamonials.cfm">TESTIMONIALS</a></p>
                </td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="littleVictories.cfm">LITTLE VICTORIES</a><a href="testamonials.cfm"></a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="sevenThings.cfm">7 THINGS I'VE LEARNED</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td height="24"><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle">  <a href="lyricsMusicPoetry.cfm">LYRICS / MUSIC / POETRY</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" /> <a href="books.cfm"> BOOKS</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="whendidyouknow.cfm">WHEN DID YOU KNOW...</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="chatroom.cfm">CHATROOM</a></p></td>
              </tr>
              <tr>
                <td height="37" bgcolor="#246494"> </td>
              </tr>
</table>
</cfif>
sideLogin.cfm
<cfset rsGetUserID.user_id="">
<cfif IsDefined("FORM.username")>
  <cfset MM_redirectLoginSuccess="index.cfm">
  <cfset MM_redirectLoginFailed="index.cfm">
  <cfquery  name="MM_rsUser" datasource="mymindsnotrighttest" username="mikewycklendt" password="Mex0Wix0">
  SELECT username,password FROM user_accounts WHERE username=<cfqueryparam value="#FORM.username#" cfsqltype="cf_sql_clob" maxlength="65535"> AND password=<cfqueryparam value="#FORM.password#" cfsqltype="cf_sql_clob" maxlength="65535">
  </cfquery>
  <cfif MM_rsUser.RecordCount NEQ 0>
    <cftry>
      <cflock scope="Session" timeout="30" type="Exclusive">
        <cfset Session.MM_Username=FORM.username>
        <cfset Session.MM_UserAuthorization="">
      </cflock>
      <cfif IsDefined("URL.accessdenied") AND false>
        <cfset MM_redirectLoginSuccess=URL.accessdenied>
      </cfif>
      <cflocation url="#MM_redirectLoginSuccess#" addtoken="no">
      <cfcatch type="Lock">
        <!--- code for handling timeout of cflock --->
      </cfcatch>
    </cftry>
  </cfif>
  <cflocation url="#MM_redirectLoginFailed#" addtoken="no">
  <cfelse>
  <cfset MM_LoginAction=CGI.SCRIPT_NAME>
  <cfif CGI.QUERY_STRING NEQ "">
    <cfset MM_LoginAction=MM_LoginAction & "?" & XMLFormat(CGI.QUERY_STRING)>
  </cfif>
</cfif>
<style type="text/css">
<!--
.SIBbg {
    background-attachment: fixed;
    background-image: url(images/stayinbalanceBGgif.gif);
    background-repeat: no-repeat;
    background-position: center top;
.blogcontent {
    font-size: 11pt;
    font-family: Tahoma, Geneva, sans-serif;
.comments {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
    color: #246494;
.FeaturedBlogList {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
.FeaturedBlogListHeader {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #246494;
    /* [disabled]border-bottom-style: solid; */
.blogdate {
    font-size: 9pt;
    font-style: italic;
    font-family: Tahoma, Geneva, sans-serif;
.bloguserandwho {
    font-size: 10pt;
    font-style: normal;
    font-family: Tahoma, Geneva, sans-serif;
.redlink {
    font-family: Tahoma, Geneva, sans-serif;
    color: #F00;
    font-size: 10pt;
.blogtitle {
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #246494;
.quoteStyle {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11pt;
    font-style: italic;
    color: #000;
.quoteOnTop {
    filter: DropShadow(Color=#246494, OffX=3, OffY=3, Positive=3);
.loginWhiteText {
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
.createAccount {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #FFF;
.createAccountLink {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12pt;
    color: #FFF;
-->
</style>
<table border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="188" valign="top" bgcolor="#246494">
            <!-- left -->
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td height="36" background="images/left_top.gif" valign="top"><img src="images/menu.jpg" width="188" height="36"></td>
              </tr>
              <tr>
                  <td width="188" height="161" align="center" valign="top" background="images/left_top.gif"><form id="form1" name="form1" method="POST" action="<cfoutput>#MM_loginAction#</cfoutput>">
                    <table width="95%" border="0">
                        <tr>
                          <td> </td>
                          <td> </td>
                        </tr>
                        <tr>
                          <td class="loginWhiteText">username</td>
                          <td><input name="username" type="text" id="username" size="15" /></td>
                        </tr>
                        <tr>
                          <td class="loginWhiteText">password</td>
                          <td><input name="password" type="password" id="password" size="15" /></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td><input type="submit" name="submit" id="submit" value="Log in" /></td>
                        </tr>
                    </table>
                    <span class="createAccountLink"><a href="registerAccount.cfm" class="createAccountLink">Create Account</a><br />
                    </span><br />
                  </form></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td>
                  <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="allBlogArchives.cfm">BLOG ARCHIVE</a></p>
                </td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td>
                  <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="supportGroups.cfm">SUPPORT GROUPS</a></p>
                </td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td>
                  <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle"> <a href="doctorqanda.cfm">DOCTORS WORDS</a></p>
                </td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td>
                  <p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle">  <a href="testamonials.cfm">TESTIMONIALS</a></p>
                </td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="littleVictories.cfm">LITTLE VICTORIES</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="sevenThings.cfm">7 THINGS I'VE LEARNED</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
              </tr>
              <tr>
                <td height="24"><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle">  <a href="lyricsMusicPoetry.cfm">LYRICS / MUSIC / POETRY</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" /> <a href="books.cfm"> BOOKS</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="whendidyouknow.cfm">WHEN DID YOU KNOW...</a></p></td>
              </tr>
              <tr>
                <td bgcolor="#48C8FF"><img src="images/px1.gif" width="1" height="1" alt="" border="0" /></td>
              </tr>
              <tr>
                <td><p class="menu"><img src="images/e01.gif" alt="" width="14" height="13" border="0" align="absmiddle" />  <a href="chatroom.cfm">CHATROOM</a></p></td>
              </tr>
              <tr>
                <td height="37" bgcolor="#246494"> </td>
              </tr>
</table>

Hi,
Here the problem is, you are just checking whether the session variable is defined;
and not checking for the length of that; like len(#session.username#) NEQ 0.
Because when the user logs out, you are making the session.username =""; so this makes the variable as null, but it wi ll be defined all the times.
Another option is you could clear the session using STRUCTCLEAR();
<cfif isDefined("Session.MM_Username") AND len(#Session.MM_Username#) NEQ 0>
    <cfinclude template="sideLoggedin.cfm">
<cfelse>
    <cfinclude template="sideLogin.cfm">
</cfif>
Please try this out..

Similar Messages

  • App to view VPN and other user logged into network?

    There has to be an easy way or an app to do this but can't find one. I have a VPN service set up on my OS X Server. Works great. But I have yet to find an easy way to see realtime who is logged into my server or maybe even poking around the ports on the Airport Extreme. I know there are logs that tell me who has logged in, but I have to a) search thought it actively and b) its pretty cryptic and lots of data in there I don't need I have to wade through.
    Is there anything out there in the form or an app or maybe a script that will at least email me to show me who logs in / out when they do so?
    Thanks.

    Carol,
    Not at all. There's a simple solution for this.
    You can use the APEX function v('APP_USER') in your triggers to determine the APEX user name - which in your case will also be the Oracle schema name - of the user who initiated the trigger.
    This way, you can still connect to the database as APEX_PUBLIC_USER (and not open up a whole can of security worms) and at the same time, keep all of your PL/SQL triggers in tact.
    To enable the triggers to work outside of APEX as well, you can use a simple NLV(v('APP_USER'),USER) so that when called from SQL*Plus, for instance, the trigger will use the name of the Oracle schema.
    Hope this makes sense!
    Thanks,
    - Scott -

  • Final Cut and Network users

    Hi
    I've recently installed Final Cut Express on about 40 iMacs. These imacs authenticate with windows Active Directory, and that is all. When a authenticated user runs FCE, it bounces thinks about loading - even get the splash screen. It asked you to continue, and then it just closes.
    I've read around a few threads, and they suggest running it first as an administrator. I thought this solved the issue, as I ran FCE as an administrator, and then ran it as a standard user and it worked fine.... for the first time. After closing FCE, and relaunching it for a second time, i'm back to square one - it doesn't open.
    Another thread suggested using a preference manager to trash the FCE preference files. If I use this trash the preferences every time I wish to open FCE, it works. However, I'm not really happy with this solution, relying on students to trash the preferences..... It should just work out of the box anyway!
    I've changed the permissions on the library -> application support -> final cut express folder, AND the library -> preferences folder so that everyone has read and write access. (Thought it was worth a try). Still doesn't work.
    I'm vastly running out of ideas and patience.
    Has anyone got any suggestions?
    FCE 4.0.1
    MacOS x 10.6.7

    When Final Cut Express starts, it polls the network to see if there is any other copy of FCE already running on another Mac in the network and using the same serial number.  If it finds a match, it won't start on the 2nd machine.   If you installed FCE on your 40 iMacs with the same serial number, that would explain the behavior.
    Also, after installation, FCE does need to be run at least once in same  local admin account it was installed in  before it is run in any other  account (admin, user, guest, etc) on the Mac.
    There can also be issues when user accounts are centrally managed (i.e with AD or Workgroup Manager) and the user logs on as a network user as opposed to a local user on the Mac workstation.  This is not just an FCE issue, this has cropped up many times with many apps.
    If you are a volume customer of Apple (educational institution, enterprise, government etc), you should contact your Apple Account Exec and/or Systems Engineer for assistance with this.

  • How can I use firefox between windows 7 & windows XP on a network, where we are using Samba server. If a user logs on different workstation(and OS) with same account.

    we have a Linux fileserver with Samba share and have several users.
    The users tend to be in different locations and need to login at different workstations, sometimes the workstation may be WindowsXP and othertimes it is windows7.
    How can we use Firefox & Thunderbird in this situation.
    I find that Windows7 uses compressed files to store the location information.
    when a user logs on to win7 it creates a new account.

    we have a Linux fileserver with Samba share and have several users.
    The users tend to be in different locations and need to login at different workstations, sometimes the workstation may be WindowsXP and othertimes it is windows7.
    How can we use Firefox & Thunderbird in this situation.
    I find that Windows7 uses compressed files to store the location information.
    when a user logs on to win7 it creates a new account.

  • How can I get Firefox to run on a network with multiple users logging on with the same user name and password?

    I am trying to get Firefox running on a large network where I have multiple users that log on with the same user name and password. The problem is that when another user logs on to another computer the message comes up that their is already an instance of firefox running on that computer even though there really isn't. Only one instance can be run on the network at one time. I believe it is because firefox stores a shared profile as it thinks it is actually the same user even though it is being run on another computer. I repeat that each user that logs on uses the same user name and password but on different computers.

    I am trying to get Firefox running on a large network where I have multiple users that log on with the same user name and password. The problem is that when another user logs on to another computer the message comes up that their is already an instance of firefox running on that computer even though there really isn't. Only one instance can be run on the network at one time. I believe it is because firefox stores a shared profile as it thinks it is actually the same user even though it is being run on another computer. I repeat that each user that logs on uses the same user name and password but on different computers.

  • Power on MacBook Pro takes me to login screen. All user icons appear as normal. Once I enter password for myself (administrator) spinning takes longer than normal and doesn't log in but displays a no sign

    Power on MacBook Pro takes me to login screen. All user icons appear as normal. Once I enter password for myself (administrator) spinning takes longer than normal and doesn't log in but displays a no sign (circle w line through it) when attempting to login from guest account it takes me to screen that says that the computer will restart to a safe safari system for the guest user. I waited for a longer time and the grey denim screen comes up. By the apple in left upper corner it said I think LSA? Then safari menu bar. The page it loads to us file:///System/Installation/CDIS/Mac%2005%20X%20Utilities.app/Contents/Resource s/English.iproj/GuestLoginInfirmation.html
    Can someone HELP? I'm afraid I might do something wrong

    What backups do you have?

  • HT4314 I have tried to log into clash of clans on my iPad and it just keeps going to a new game rather than the one saved on my iPhone. I have been using the game centre and same user name and password ?

    I have tried to log into clash of clans on my iPad and it just keeps going to a new game rather than the one saved on my iPhone. I have been using the game centre and same user name and password ?

    I have the same problem.. EXACTLY. .  When phoning Apple Support they had trouble understanding my problem and couldnt find any type of solution. No one seems to take responsibility for GameCenter issues. The assistant escalated the problem but no one could find an answer. .
    The only idea was to set up a new apple id, hence a new GameCenter account. . But that would loose all the itunes data. Anyone got ideas ?

  • How to retrieve users logging-in and logging-out date and times in SharePoint

    At the moment I am using SherePoint 2013 with a few tenants.
    I am going to have access to the users logging-in and logging-out dates and times.
    For instance, I would like to know the detail of the dates and times which a particular user of a tenant has logged-in and logged-out during the past few months.
    Any idea?

    You can retrieve that info from the IIS log files. Maybe you can use a free IIS reporting tool that I've built and adjust it to your own needs, you can get it here:
    http://gallery.technet.microsoft.com/office/The-SharePoint-Flavored-5b03f323
    Btw, in a web environment usually there is no such thing as the log-out date and time because the end user just stops making requests. So, you've got to take a look at the last request and by default, after 20 minutes the session times out and you can assume
    the session has ended.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • You must supply a valid User Name and Password to log onto the system

    he installing Hyperion 9.3.1 on a server, I installed and tested successfully Shared Services, Essbase Administration Services, Essbase Server, Essbase Client ........ my problem is when installing Reporting and Analysis
    Services and installed without problems UIServices in confuguratio utility comes a list of products to configure (Financial Reporting, Web Analysis Planning .... .... among others), first configure Financial Reporting and Web Analysis, when done reboot the machine, then wake up coughing the service entrance to http://localhost:45000/workspace, correspontiente and I get this message "you must supply a valid User Name and Password to log onto the system"
    I need an urgent solution k and the above does not work until the time
    or failing to address where we can solve this

    Hi,
    First of all really you should be going through the webserver plugin port if you want to access the other components through workspace.
    e.g. http://localhost:19000/workspace
    If you entering the correct login details and the account you are using is provisioned then you could check out what information is in the logs :- \Hyperion\logs\BIPlus\SharedServices_Security_Client.log
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Invalid User Name and Password when logging onto BPM Workspace (v9.3.1)

    I have installed Hyperion Planning and the related/required products. When I attemp to log on to Workspace, I get the following message;
    'You must supply a valid User Name and Password to log onto the system."
    I have tried using the native 'admin' account, and an NTLM account that I have setup. Both of these accounts work for logging onto the the User Management Console and to the Essbase Administration Console, and I have provisioned both of them with full admin privileges.
    Has anyone encountered this issue?
    Thanks,
    -K

    Thank you all for the responses so far.
    On the first response, I had already provisioned an NTLM user that is a member of the local Administrators group with all administrative roles, and also refreshed security in EAS prior to submitting this inquiry, so that did not solve the problem.
    On the second, I cannot navigate to ../workspace/browse/configinfo without logging in so I am unable to review this information.
    On the third response, where do you provision the user to BI+? If I open the User Management Console, there are four root roles each with a tree underneath: APS 9.3.1 Server, Analytic Servers, Business Rules, and Hyperion Shared Services. Under each tree, I have provisioned the 'admin' user and the NTLM user for all roles, including Administrator, Dimension Editor and Application Creator under Hyperion Shared Services -> Global Roles. Should there be a BI+ tree? If so, it is not appearing on the list.
    Thanks for any additional info anyone can provide.
    -Ken

  • Export and Import are not supported on 10g databases for users logged

    Hi
    I having the below written error, when i want to export or import my database. I having Standalone system using windows xp.
    Role Error - Export and Import are not supported on 10g databases for users logged in with the SYSDBA role. Logout and login using a different role before trying again.

    Actually i ma new to EM...
    When I want to Import any thing He is asking abt the HOST CREDENTIALS
    I can't undrstatnd wht he is asking????
    Host Credentials
    * Username          
    * Password          
              Save as Preferred Credential
    It Genrate the below error
    Error - ERROR: Wrong password for user

  • Mountain Lion has created new user log-ins and moved old Users to a separate folder

    Mountain Lion has created new user log-ins and moved old Users to a separate folder.
    The new users are set-up as "standard" and the old ones were "Administrators"
    All files are missing, i.e. no desktop files etc. But they are located in a folder called "Users 1" which is a new folder.
    Can anyone help?

    Here is perhaps the solution :
    http://forums.macrumors.com/showthread.php?t=1191262
    follow the "Ratatapa's" instructions.
    1/ boot on Recovery part (command R)
    2/ find "terminal" in disk utilities
    and write "resetpassword" for root. Enter a new password for the root user.
    3/ reboot as root user (or when your are login, log out and typing to open a other user "root")
    in the "system pref" panel, open "users and groups" and then create new user with the same name, same password.. normally it must be asking you about "You are already an account with the same name" say yes. And it's done.
    4/ Log out. re-log as the normal user. desactivated the root user.
    about "root user", see also :
    http://support.apple.com/kb/ht1528
    your welcome
    f

  • ITunes quits when I'm trying to open it. I have installed the latest version and another user on the same Mac can use their iTunes when they log in. I have tried deleting iTunes and re-installing but it still won't open. Any ideas?

    iTunes quits when I'm trying to open it. I have installed the latest version and another user on the same Mac can use their iTunes when they log in. I have tried deleting iTunes and re-installing but it still won't open. Any ideas? Thanks.

    Hold down the option key while starting iTunes and make an new library.  Will it open then? If so, you have a bad library.  With the new library import the library.xml version of the file in your iTunes folder.  This will make it 90% like before (some metadata are not identical, but I don't know which ones).
    iTunes: How to re-create your iTunes library and playlists - http://support.apple.com/kb/ht1451

  • User logged on report and Scheduling of same

    Dear Experts
    I hv to code a report showing how many users logged on at different sites. This report should also display the network status.
    There may be network connectivity at site, but SAP might not be running. This info also supposed to be in report.
    I hv to schedule this report. The report should be mailed automatically at specified time.
    Can any one guide.
    if any one document related to this, pls share.
    Regards,
    Jaspal

    Thanks for the reply Yannick.
    We have install/configure WebCenter analytics and activity graph.
    Wehave added Login Metrics in our Group Space and we are getting default login count for specific time frame but when we define a filter under User Property of any property like city, department name, phone title etc after refreshing data it is giving error like
    WCS#2011.03.31.12.47.31 : Irresolvable error(s) occurred. You may want to contact Administrator with the error reference.
    Please help how to solve this.

  • How to monitor user logs,security logs,trace file,and performance monitori

    Hi guys,
    pls tel me how to monitor user logs,security logs,trace file,and performance monitoring.
    thanks
    regards
    kamal

    Hi,
    you can have a look in the Netweaver administration :
    http://<portal>:<port>/nwa
    Go to monitoring, Java system reports, etc..., you will find what you want.
    Fabien.

Maybe you are looking for

  • Service cancellation fee

    I need to cancel our service. We have 4 lines, all being smartphones. How do I do it? I'm SURE Verizon charges a cancellation fee, ha!

  • Not enough dynamic memory to load Form

    hi, when i run an application on a palm(handspring treo) i got this error , and it couldnt even start the interface..There was no problem running it on "sony clie". and the Form at the beggining has only 6 buttons and their listeners.also there was a

  • UnmarshalException - Method not found

    I am using weblogic 7. The server and client are separate machines. When I ran the client, the following error appeared: Start server side stack trace: java.rmi.UnmarshalException: Could not unmarshal method ID; nested exception is: java.rmi.Unmarsha

  • Masking out images. Is there a better way

    Could someone help me out and maybe point me towards a better way to mask. png file is way too big. I have been using the mask layer option to create my own mask around a jpg image by drawing around it on the mask layer. There has to be a fetter and

  • Regions act abit like divs? Can you position them with css?

    Could you just hook up an id selector to a region and position them as you like, haven't had time to look at it myself? Anyone?