Simple User Login

I am having problems getting my user login jsp page to connect to my MySQL database.
Can anyone have a look at the following JSP code to see if it is right?
<html>
<head>
<title>GCMB User Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FF9900">
<p align="left"><img src="GCDMsgLogo.gif" width="564" height="70"></p>
<table width="372" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="138"> </td>
<td colspan="2"><font face="Arial"><b> User Login:</b></font></td>
</tr>
<tr>
<td width="138"><font face="Arial">Username:</font></td>
<td colspan="2">
<input type="text" name="textfield2">
</td>
</tr>
<tr>
<td width="138"><font face="Arial">Password:</font></td>
<td colspan="2">
<input type="text" name="textfield3">
</td>
</tr>
<tr>
<td width="138"> </td>
<td colspan="2">
<input type="submit" name="Submit" value="Login">
</td>
</tr>
<tr>
<td width="138"> </td>
<td colspan="2"> </td>
</tr>
</table>
<p align="left"> </p>
<table width="772" border="0" cellspacing="0" cellpadding="0" height="72">
<tr>
<td colspan="2" height="7"><img src="bar.gif" width="774" height="3"></td>
</tr>
<tr>
<td width="568" height="30">
<p> <img src="GCDHome.gif" width="115" height="24" border="0"><img src="Email.gif" width="115" height="24"></p>
</td>
<td width="206" height="30">
<div align="right"></div>
</td>
</tr>
<tr>
<td colspan="2"><font face="Times New Roman, Times, serif" size="2">Griffith
College Dublin, South Circular Road, Dublin 8, Ireland. Tel/Fax: +353 1
415 0400/ +353 1 454 9265 <br>
email: [email protected] website:
www.gcd.ie </font><font face="Times New Roman, Times, serif" size="2">�
2002 Design: Niall Magner</font></td>
</tr>
</table>
<p align="left"> </p>
<p> </p>
<p>  </p>
</body>
</html>
Cheers,
Niall

Hi, Does this look right? Is this what you were talking about in your reply?
<HTML><HEAD><TITLE>GCMB User Login</TITLE>
<%@ page import="javax.servlet.*" %>
<%@ page import="javax.servlet.http.*" %>
<%@ page import="java.sql.*" %>
<%@ page import="java.util.*" %>
<%@ page import="java.io.*" %>
<%-- connection to database--%>
<%
String connectionURL = "jdbc:mysql://host:3306/databasename?user=username&password=passwordUsedforDatabase";
Connection connection = null;
Statement statement = null;
ResultSet rs = null;
ResultSet rs2 = null;
%><% Class.forName("org.gjt.mm.mysql.Driver").newInstance(); connection = DriverManager.getConnection(connectionURL,
"", ""); statement = connection.createStatement();
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY bgColor=#ff9900>
<P align=left><IMG height=70 src="Login_files/GCDMsgLogo.gif" width=564></P>
<form method="post" action="">
<table cellspacing=0 cellpadding=0 width=372 border=0>
<tbody>
<tr>
<td width=138> </td>
<td colspan=2><font face=Arial><b>User Login:</b></font></td>
</tr>
<tr>
<td width=138><font face=Arial>Username:</font></td>
<td colspan=2>
<input name=textfield2>
</td>
</tr>
<tr>
<td width=138><font face=Arial>Password:</font></td>
<td colspan=2>
<input name=textfield3>
</td>
</tr>
<tr>
<td width=138> </td>
<td colspan=2>
<input type=submit value=Login name=Submit>
</td>
</tr>
<tr>
<td width=138> </td>
<td colspan=2> </td>
</tr>
</tbody>
</table>
</form>
<P align=left> </P>
<TABLE height=72 cellSpacing=0 cellPadding=0 width=772 border=0>
<TBODY>
<TR>
<TD colSpan=2 height=7><IMG height=3 src="Login_files/bar.gif"
width=774></TD></TR>
<TR>
<TD width=568 height=30>
<P><IMG height=24
src="Login_files/GCDHome.gif" width=115 border=0><IMG height=24
src="Login_files/Email.gif" width=115></P></TD>
<TD width=206 height=30>
<DIV align=right></DIV></TD></TR>
<TR>
<TD colSpan=2><FONT face="Times New Roman, Times, serif" size=2>Griffith
College Dublin, South Circular Road, Dublin 8, Ireland. Tel/Fax: +353 1
415 0400/ +353 1 454 9265 <BR>email: <A
href="mailto:[email protected]">[email protected]</A> website: <A
href="http://www.gcd.ie/">http://www.gcd.ie/</A> </FONT><FONT
face="Times New Roman, Times, serif" size=2>� 2002 Design: Niall
Magner</FONT></TD></TR></TBODY></TABLE>
<P align=left> </P>
<P> </P>
<P> </P></BODY></HTML>

Similar Messages

  • User login system

    I'm building a simple user login system with the following desired functionality.
    Main vi called Login.vi (attached below) offers the user the chance to login to a previously created account by entering their username and password or alternatively the user can create a new account which will ask them to enter a number of details, name, age, height etc.
    If the user has an existing account and wants to access this account, the program flow goes to Validate.vi when Login boolean is true which authenticates their entered username and password.
    Else the user creates a new account when "I'm New" boolean is true, then program flow should go to add user.vi (attached below). Here lies my problem... I'm not sure how to close Login.vi front panel when "I'm New" boolean is true and hence open add user.vi front panel.
    I'm convinced the solution is simple enough so I'm sure someone with more experience can point me in the right direction.
    Thanks,
    Strokes 
    Solved!
    Go to Solution.
    Attachments:
    Login.vi ‏35 KB
    Add User.vi ‏37 KB
    Save User.vi ‏24 KB

    I've attached the final two sub vi's that are part of my main vi entitled Login.vi which is attached above.
    Strokes
    Attachments:
    Validate User.vi ‏21 KB
    Load User.vi ‏26 KB

  • Using Session Variables for User Login - sometimes they don't persist... what am I doing wrong?

    Hi all,
    I'm running a site that requires user login.  I approached the building of this site as almost a complete newb to CF (and dynamic coding in general), and it's been a great learing experience (with lots of help from you guys).
    However, I guess I never learned the correct way to handle a user login.  It seemed to me that I could just test the user-entered credentials against those stored in a database, then set a session variable containg that user's record number.  Then, not only would I have an easy way of knowing who this user was and therefore what info to serve him, but I could test for the existence of a valid login on every page in the protected folder, by adding this code to my application.cfc in that folder:
    <cfset This.Sessionmanagement=true>
    <cfset This.Sessiontimeout="#createtimespan(0,8,0,0)#">
       <cfif NOT isDefined ("session.username") or NOT isDefined ("session.password") or NOT isDefined ("session.storeID")>
         <cflocation url="../index.cfm" addtoken="no">
       </cfif>
    ...and it goes on to run a query and verify that the session.username and session.password match for the store defined by session.storeID.  If not, all session variables are cleared and it bounces you back to the login page.  When the user clicks Logout, all I do is delete all the session variables.
    This seemed to work great for like a year, but lately I've been getting reports that the login doesn't seem to persist for longer than approx. 20 minutes of inactivity.  You can see I specified session variables to remain active for 8 hours (I know that seems like a drastically long login, but it's what's necessary for this application).  I've only gotten this report from a few people, and I myself can't seem to duplicate it... I've tested an inactive login for 45 minutes now and it held.
    SO:  any reason you can think of why session variables would be spontaneously clearing for some people?  Would having your router reset its IP address invalidate the session or something?  Also, the problem seemed to begin appearing after my host upgraded all their servers to CF9... could there be any relation?
    And on a more general note... did I go about this completely the wrong way to begin with?  If so, what's the standard way to manage a login?
    Lots of questions, I know... thanks very much for any answers or suggestions!
    Joe

    Ian,
    Thanks very much - very helpful information.
    Sounds like passing the tokens in every request is probably the way to go for this.  I don't think it's likely that any users will be sharing links, unless they actually intend for the recipient to see their info anyway.
    Is that all I would have to do, is add the tokens to every path?  Would that guarantee that all the session variables would remain valid until timeout or being cleared?
    Again, thanks, you've been really helpful.
    Joe
    On Jun 23, 2010 4:37 PM, Ian Skinner &lt;[email protected]&gt; wrote:
    Unfortunately this is the nature of HTTP web applications.  There is NO state maintained from HTTP request to request.  This is by design in the HTTP protocol specifications.
    ColdFusion provides two methods to circumvent this limitation.  Each method has limitations and caveats.  They both rely on the passing of tokens between the client and the server with every request.  These tokens can be passed as cookies OR URL (GET) variables.  You are using the cookie method, which is the simpler and most common. You may be experiencing the limitation of this method.  If something happens to the cookies the session can be lost.
    You could pass the (CFID &amp; CFTOKEN) OR JESSIONID tokens through the URL query string with every request.  This requires one to add these values to every link, form action, cflocation or other request path in our application.  ColdFusion provides the session.urltoken variable to make this easier to do.  The tokens will be visible to the user.  Also if the links with an individual token is share with other users, via e-mail, chat, social networks, etc and one of these users utilize the link during the life of a session (8 hours apparently in your case).  Then that user will access the session of the original user.
    Cookie session management is by far the most common choice by CF developers.  If these methods do not meet your needs you would need to go beyond the HTTP limitations of web applications.  One might be able to accomplish this with a Flex|Air|Flash applications that can be configured to use a continuous connection to the server.  Thus not suffer the stateless nature of the normal HTTP request-response cycle.
    I do not know if a router resetting would cause cookies to be discarded or otherwise invalidated.  But I would not think it is beyond the relm of possibilities.

  • How to let add external apps for simple users?

    How to let add external apps for simple users? Simple users don't have login server administer rights, so how can they add external apps for their use?

    ...Edit External applications portlet sais:
    Error: An unexpected error occurred: User-Defined Exception (WWC-43000)
    :(((

  • Help with multiple user login script

    Hi, just a little background first to what i want to do...
    I have about 300 Macs in an education environment, they are bound to the AD network for authentication and OSX Server LDAP for forced prefs, the network Home accounts are stored via Apple and Promise Raids on XServes.
    We also have 4 local user accounts on all the Macs for video etc. I have some simple scripts that i would like to force to the local Users only, (empty trash, reset dock. reset desktop pics and delete items etc).
    I have done the script and saved it as a .app and it works on the Macs as a local User login option. However, when I bind the Mac back to the LDAP the local user script stops working. I have seen the option to 'Allow local scripts' to run via WGM, but have not had success here either, (I have ran the 2 EnableMCXLoginScripts on the clients).
    Now I thought I would try to run the script as a Launchdaemon option using Lingon. This works, but its active for all users, I do not want it to delete Network account users Desktops! Is there a way I can add an 'If' option at the beginning of my script. As in..'if users home account is /Network/Sharepoint' then quit.
    I cannot run it as a one script for all Mac setting as the different local users have different Desktop Pics and Docks etc
    Any ideas or other options I could try?
    Any help hugely appreciated.
    C

    V.K, thanks for that, sometimes I just don't see the obvious.
    I have tried it as a ~/Library/LaunchAgents using lingon to create the .plist. I just cannot get it to run though. I have tried it as a .sh .scpt and as a .app file stored in the /Users/Shared folder.
    All will run if I manually launch them after login though. I have made them all executable for all.
    I have also tried to run it without the Mac connected to my LDAP. I have added the relevant folders to the allow list in WGM on the lDAP anyway...
    Any ideas what I could be doing wrong?
    C

  • Failed to call Engine.StartLoginLogoutCallback to display user login dialog in C# code

    I'm upgrading our custom operator interface using C# running in NET 2.0. I use Microsoft Windows Forms controls for building GUI. TestStand version is 3.1. I grab TestStand Engine Class ActiveX Control from toolbox in to the form just as I did before in my VB project. In the project references list, AxTS and TS are added in. I can call TestStand API functions through the engine object, for example I can load sequence files, create property objects, get engine properties. But when I call engine's StartLoginLogoutCallback(false, true), the user login dialog is not displayed as expected. By tracing into UI message handler code, I do not see execution start and execution end UI message, which means the fontend callback sequence is not executed or is not executed properly. I doubt that calling engine's NewExecution in my code will also have problem though I haven't tested. Has anybody encountered same problem before? Thanks for any answer in advance.

    Hi Manooch,
    Thank you very much for the help. I tried Engine.CallFrontEndCallbackEx, but it still doesn't work for me. I'm using TestStand 3.1. I created a very simple C# Windows application with Visual Studio 2005. In the toolbox of the project I Selected "Choose Items..." context menu to display the "Choose Toolbox Items" dialog. In the "COM Components" tab of the dialog I selected "TestStand Engine Class" so that I got reference to the TestStand engine in my project. The project compiles OK, The method to login/logout is as following:
     private void StartLoginLogoutCallback(bool logoutOnly, bool isInitialLogin) {    PropertyObject args = _engine.NewPropertyObject (PropertyValueTypes.PropValType_Container, false, "", 0);     args.SetValBoolean ("logoutOnly", 1/*PropOption_InsertIfMissing*/, logoutOnly);    args.SetValBoolean ("isInitialLogin", 1, isInitialLogin);    _engine.CallFrontEndCallbackEx ("LoginLogout", args, TypeConflictHandlerTypes.ConflictHandler_Error, 0); }
    This method is called when the form is loaded:
     private void Form1_Load (object sender, EventArgs e) {    StartLoginLogoutCallback (false, true); }
    I also tried to call StartLoginLogoutCallback method in a button click event handler, but it doesn't work either. I also notice that when I press "Exit" button which causes form's Close() method to be called, the application form does not close and I have to kill the application with task manager or to stop debugging if it is running in debug mode.
    Could you please tell what's wrong? Thanks!
    - cfyao 

  • NEWBIE - creating a simple JSP login page

    Hi guys,
    I am really really stuck, and I would be so grateful if you guys could help me in any way. I am creating a simple application, but as part of the application i have to create a login / logout sub-application. It needs to verify the username and password by looking up a database in mySQL. I've had a look around on the internet to see if there is any simple way of doing it, but i can't understand most of it. I'm really new to JSP and only know how to do simple statement like <c:choose> and stuff like that. If anyone can help me in any way to create as simple a login / logout application that verifies the username and password from a database, I would be ever so grateful, thank you!
    Just to let you know, the security-roles and all that stuff together with the <tomcat-users> stuff has already been set up.
    I found this code by the author brain.compression, which seems to very useful, I've not tried it out yet, but was wondering, if somebody could help me split the code up into the separate JSP pages i will need, as I am not too sure which bits of the code need to go on what pages.
    Thank you to anyone that can help me out and thanks for brain.compression for providing this code. I'm sorry for posting this in a forum not related to JSP, its just that I am a complete newbie to JSP and nobody in that forum is helping me.
    brain.compression's code starts here...
    First for the page you are requesting you would need a verify if the user is logged in or not:
    <c:if test="${existingUser==null}">
    <jsp:forward page="login.jsp">
    <jsp:param name="origURL" value="${pageContext.request.requestURL}"/>
    <jsp:param name="errorMsg" value="Please log in first" />
    </jsp:forward>
    </c:if>
    This will redirect you to the login page:
    <font color="red">
    ${fn:escapeXml(param.errorMsg)}
    </p>
    </font>
    <form method="post" action="authenticate.jsp">
    <table>
    <tr>
    <td>Please Enter the following information to log in:</td>
    </tr>
    </table>
    <table>
    <tr>
    <td>User ID:</td>
    <td><input name="userid" value="${fn:escapeXml(cookie.userid.value)}"></td>
    </tr>
    <tr>
    <td>Password:</td>
    <td><input type="password" name="password" value="${fn:escapeXml(cookie.password.value)}"></td>
    </tr>
    </table>
    After that you have to verify with your DB if the login info provided is correct:
    %-- Removing any scoped variables --%>
    <c:remove var="existingUser" />
    <c:if test ="${empty param.userid || empty param.password}" >
    <c:redirect url="login.jsp">
    <c:param name="errorMsg" value="Please enter a User Id and Password." />
    </c:redirect>
    </c:if>
    <%-- Checking if User Id and Password are valid --%>
    <sql:query var="anyvariable" dataSource="${data}">
    SELECT * FROM table WHERE user_id = ? AND pass = ?
    <sql:param value="${param.userid}"/>
    <sql:param value="${param.password}"/>
    </sql:query>
    <c:if test="${anyvariable.rowCount == 0}">
    <c:redirect url="login.jsp">
    <c:param name="errorMsg" value="Invalid User Id or Password"/>
    </c:redirect>
    </c:if>
    Also can somebody tell me if i am right. Do I need to create a page called login.jsp to put the actual form on, and a page called authenticate.jsp to verify the username and password are correct? Finally i see that brain.compression has used a variable called existingUser but has he actually declared it anywhere. Thanks again for anybody that can help me out!

    i am still a jsp noobie but i have done some applications using html javascript php asp and other languages. What you want to do is take the data from the login form then compare that to the db see if it actually exist and has the correct info. From there you want to write a cookie to the users computer to hold the username and password, which will be checked for at the begining of every page verifying it in the database. This is how i have done password verification in the past and it works fairly well and unless your server gets hacked your pages should be secure.

  • JSP-MySQL user login with username, password and registration

    Hi everyone:
    i need to create a simple jsp client login with username and password. There is also a registration link for those not register yet.
    I m using tomcat and MySQL and have already create a client login with username and password page.(record already in database).
    I m now have no idea on how to create a registration link, ie update the database. please help..the examples i search through google were build by Jboss, strut, ApacheGeronimo which i m not familiar with.
    Is it any "package" or "wizard" available in creating the login and registration page? Most of the webpage has build with user login and registration part, may i know how they "create" them?
    Please help.. Thanks in advance!

    hi,
    You can use tomcat5.5 for this. you can get help from the following link.
    http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
    If ur registrantion page is RegistrationPage.jsp then u can write it:
    <a href="RegistrationPage.jsp">Registration Page </a">For Registration page u have to use session & for u can search this in javaworld.com site. MAy from this u will get ur solution

  • Dynamically configure different DNS server based on user login.

    I've got two young sons and I'm looking to reconfigure the 'Family' desktop to give the older son his own user account.
    I've only recently started with Arch on my personal netbook so the family desktop is still running Ubuntu.  That will likely change next clean install though.
    I'd like to set the DNS to OpenDNS 'family shield' for his usage but allow full access via a different DNS server such as google DNS (for example) for parental use without filtering.
    I'd like this to switch auto magically based on the user login credentials if possible.
    I understand the limitations of DNS filtering but my oldest son has never even heard of DNS much less being able to figure out how to circumvent it yet.  I'll deal with that in several years when it becomes an issue...
    Can anyone point me in the right direction?

    bergersau wrote:Thanks,
    It looks like I might have to set up a squid proxy with Dan's Guardian.  I was hoping for a simpler solution though.
    Dan's Guardian is going to be a whole lot simpler than hacking the system resolver to use different servers for different users.
    You MIGHT be able to hack something with iptables, the NAT table and a DNAT in conjunction with the 'owner' module... Something like:
    Set your "unrestricted" DNS server in /etc/resolv.conf and a rule like below...
    I'll assume you set the Google servers; 8.8.8.8 and 8.8.4.4 and your son's usernames are 'brad' and 'tony'
    iptables -t nat -A POSTROUTING -d 8.8.8.8 -m owner --uid-owner brad -j dnat --to 208.67.222.222
    iptables -t nat -A POSTROUTING -d 8.8.4.4 -m owner --uid-owner brad -j dnat --to 208.67.220.220
    iptables -t nat -A POSTROUTING -d 8.8.8.8 -m owner --uid-owner tony -j dnat --to 208.67.222.222
    iptables -t nat -A POSTROUTING -d 8.8.4.4 -m owner --uid-owner tony -j dnat --to 208.67.220.220
    Untested and I don't guarantee that will work. You could tidy it up and bit using subchains etc, but I'll leave that as an exercise for the reader.... And I'd still recommend a filtering proxy over the above....

  • Populate a Service Item upon user login

    Hi Team,
    I have a simple Service Item of two fields
    - name
    -Description
    I design a DB Table Details with the above fields and have values in which it syncs 'name' to CCP user login name
    I need to populate the service Item with the correponding user name when he/she logged in.
    How to do this?
    As far as I see, the values for the  Service Item instances are manually provided in Service Item Manager -> Manage Service Item -> new
    How do i populate with dynamic values from DB Tables (as well as from CPO too)?
    Kindly share steps for this
    Thanks
    Shankar                  

    I require this because I need design a portlet that display values from DB Tables designed for my requirements. Since some types of portlets allow Content Type as Service Items, I could dynamically populate service Item based on user login and display them as a dash board.
    Pls note the requirement i described is the simplified version of actual requirement that spans to multiple DB Tables created by us
    Thanks

  • User login details - to b captured in Planning Logs

    Hi
    In Planning v11.1.2.2 can we capture the users who are logining to our application in any log?
    Thanks
    Sethu

    Hi, unfortunately no. It was discussed many times
    Re: How to view which users have logged into Hyperion Planning
    Re: How to track user logins by day
    audit user activity
    etc
    I've read somewhere about the idea for workaround. Simple form opens automatically just after user logon. It has some run on load BR that you can track in logs

  • How open multiple responsibilities in the same user login session in R12 ?

    Dear All,
    Can anyone help me to know how to open multiple responsibility in the same user login session in R12 ?
    Thanks..
    Edited by: G-oracle on Sep 18, 2011 11:22 AM

    Can anyone help me to know how to open multiple responsibility in the same user login session in R12 ?What do you mean by open multiple responsibilities in the same session? You can only see the menu of one responsibility at a time, so how to do you expect the application to let you see multiple responsibilities/menus in one session?
    You could open another session and this way you can access more than one responsibility at the same time.
    Thanks,
    Hussein

  • Is there a way to create user logins or some other way to ...

    Is there a way to create user logins or some other grouping for a set of applications to use (memory) resources optimally -- for example only mail and Safari and Word in one grouping and another for Safari and an audio recording application, etc.?

    It is possible to use Parenal Controls to limit which applications can be used be a particular user account.
    But it's not really necessary as far as managing memory.
    Matt

  • How can I filter a Sharepoint 2007 libarry list based on current user login?

    Hi all.
    I would like to know how I can filter a SharePoint library list based on current user login.
    Suppose I have created the followings:
    1) A SharePoint form library containing bunch of uploaded InfoPath form data.
    2) The InfoPath form template contains a promoted text field called "TargetUser" to store user domain login (ex: DOMAIN\JOE) and every InfoPath form file in the library has a valid domain name stored in the "TargetUser" field.
    I have created a custom view for the form library and would like to filter this view so only items whose "TargetUser" field matches current user's login ID are displayed.
    I went to Edit View page to customize the view and tried to use the [Me] function but I got a "Filter value is not a valid text string" message instead when clicking OK. Apparently [Me] returns a Person/Group data type and the filter cannot compare its value
    to that of "TargetUser".
    I tried using text functions (ex: TEXT([Me],"") hoping to extract default string value from [Me]. The filter accepts the parameter without any error but the resulting fitlered list does not display any items at all.
    I have googled this subject for hours but I have not found any solution.
    It would be greatly appreciated if anyone can help me to create a functional filtered list.
    FYI, my SharePoint 2007 installation is just WSS 3.0 + Form Server. I do not have MOSS 2007 (so no MOSS 2007 web parts or web services).
    Thank you.
    Jason

    Here's what I usually do in order to accomplish this.  Ultimately you'll need to have 2 different fields.  There's the one you already have, with DOMAIN\username stored in it.  Then you'll need an additional field as a "person" column type. 
    Call it "TargetPerson" or something.
    Create a sharepoint designer workflow that runs each time an item is created or changed.  One action:
    Set FIELD to VALUE.
    The first FIELD is "TargetPerson", the VALUE is your "TargetUser" field. 
    Once this is done, then the person value is stored in the person field.  This is the field that you can filter by "TargetPerson" is equal to [Me]
    Laura Rogers, MCSE, MCTS
    SharePoint911: SharePoint Consulting
    Blog: http://www.sharepoint911.com/blogs/laura
    Twitter: WonderLaura

  • I had renamed my user login name and assumed that there will be no change in the settings and files. When I login with the new profile name everything is gone. How can I get back all my files and settings?

    I had renamed my user login name and assumed that there will be no change in the settings and files. When I login with the new profile name everything is gone. How can I get back all my files and settings? Please help. Thanks.

    You should have asked this before you tried: Changing username or short name- User Account and Short Name- OS X- How to change user account name or home directory name.

Maybe you are looking for

  • Need help launching WMP sharewere for Mac OSX

    Anyone please help! I downloaded Windows Media Player v 10 for Mac but it won't run withuot Stuffit Expander because it's in .sitx format, but the StiffIt Expander sharewere is also, so I'm utterly confused, wmp won't open and the app that should dec

  • How to suppress the messages

    Hi I am using the abap command SUBMIT to execute a report. I am using the following statement. SUBMIT [PRONAME] exporting to memory and return.        When I execute the code in the NON-Dialog mode, It works fine when therez no (error, status or warn

  • Photos not in cache,  %appdata%...? Help! 800 pics MIA!

    Help! 800+ pics M. I. A.! Mid June I moved photos from my iPhone4 camera roll, now I can't find them anywhere. I have searched for ways to gain access to my iPhone4 history in the attempt to see exactly where they may have gone, but can't locate that

  • HTTP Status 500 - No action instance for path /retrieve_lib_log could be cr

    HTTP Status 500 - No action instance for path /retrieve_lib_log could be created type Status report message No action instance for path /retrieve_lib_log could be created description The server encountered an internal error (No action instance for pa

  • Import shows an iPhone that isn't there

    Whenever I open Import panel on Aperture it displays an icon for my iPhone, along with blank tiles for photographs in the import panel, even though my iphone is not connected. I have tried re-starting and re-booting to no avail. The "ghost" iPhone st