Shopping Cart Problem...plz help

Hello Gurus,
I have a Cart created by my user,
the problem is the Cart is not moving to the backend to create
the follow on document,i.e the PR,
Checked the BBP_PD,it shows I111 as the status,
i am unable to get where the exact problem is,
The Approval is completed,
can any 1 advise why this is stuck.
where can i see the problem?
(checked RZ20)no clues..:-(
tried to Update by bbp_get_status_2...:-( no use...
plz help..
Points gaurenteed.
Thanks

Hi Arshad,
You have to apply OSS notes to resolve this issue.Please find the relavent OSS notes :
<b>Note 729967 - Shoppng cart:Status I1111,no follow-on docs->analysis report</b>
<b>Note 949162 - Follow-on documents exist, status I1111 and I1113 active</b>
<b>Note 854478 - Alert monitor: No longer possible to transfer shopping cart</b>
<b>Note 728536 - Shopping cart: Follow-on docs => analysis-/correction report</b>
<b>Note 900142 - BBP_PD_SC_RESUBMIT: All items set to status I1111</b>
Hope the above notes will resolve your issue.
Let me know once it gets resolved or in case of any further clarifications.
Award points for suitable answers.
Rgds,
Teja

Similar Messages

  • Audio Clip problem plz help..

    There is some problem with my code. It is actually for simply playing a wav file.
    It gives errors on two lines....
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import javax.swing.*;
    public class MediaPlayerDemo extends JFrame
         AudioClip clip; //Error Here
         public MediaPlayerDemo(String title)
              super(title);
         clip = getAudioClip(getCodeBase(),"access.wav"); //Error Here
         clip.loop();
         public static void main(String args[])
              MediaPlayerDemo m = new MediaPlayerDemo("Title");
              m.setSize(400,400);
              m.setVisible(true);
    }

    "Audio Clip problem plz help"
    You have to learn to help yourself.
    Have you done anything to try to fix the errors yourself?
    AudioClip clip; //Error Here
    the error generated here is self-explanatory.
    if you can't fix this, you should get a good book on java basics and start again.
    the other error is also easy to fix.

  • Classpath problem plz help me

    hi!
    i am unable to run my RMI server program .Name of My server class is SumServer.java,it implements SumInterface.java all the files(.class,.java and stub) are at location c:\javaprog\rmi\sum.
    I have not put them in any package.
    value of classpath is
    classpath=c:\jdk1.4\lib;.;c:\javaprog\rmi\sum
    i go in sum folder and run the program
    c:\javaprog\rmi\sum > SumServer
    it gives me following exception.plz help me out.
    Thx in advance.
    Exception occur.Unable to register serverjava.rmi.ServerException: RemoteExcepti
    on occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
    tion is:
    java.lang.ClassNotFoundException: SumServer_Stub

    Deepa lakshmi wrote:
    Hi,
    Am new to weblogic.
    Am using the tools are,
    Weblogic8.1 version
    MySql5.0,mysql-connector-java-3.1.12-bin.jar file
    While test configuration of connection pooling am getting the error is "JDBC Driver is not on the classpath".
    How can i solve this problem
    plz help me
    regards
    DeepaEdit the start-weblogic script. Near the bottom, you will see
    lines that create a CLASSPATH for the weblogic server. Add a
    script line that adds the mysql driver to the classpath there.
    Joe

  • JSP Shopping Cart problem

    Hello,
    I'm writing a JSP page with a shopping cart so the user can add products to it, nfortunately the thing won't work.. I keep getting an NullPointerException.. I'm probably screwing up somewhere.. I would be very thankful if you could help me out..
    this is the code for the Shopping Cart Bean:
    [myCart.java]
    package myCart;
    import java.util.*;
    public class myCart implements java.io.Serializable{
         private Vector items;
    public String[] getItems(){
         String strTemp[] = new String[items.size()];
         items.copyInto(strTemp);
         return strTemp;
    public void setItems(Vector newItems){
         items=newItems;
    public void addItem(String newId){
         items.addElement(newId);
    This is the JSP page that I'm using:
    [myCart.jsp]
    <%@ page import="java.sql.*" %>
    <%@ page import="java.util.*" %>
    <jsp:useBean id="myCart" class="myCart.myCart" scope="session" />
    <%
    Connection con;
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con = DriverManager.getConnection("jdbc:odbc:produkten");
    Statement stmt = con.createStatement();
         ResultSet rs = stmt.executeQuery("SELECT * FROM tblProdukten WHERE NR= "+request.getParameter("nr")+"");
    while (rs.next()) {
         String merk = rs.getString("MERK");
         long temp = rs.getLong("NR");
         String nr = Long.toString(temp);
    -----> myCart.addItem(nr);
         %>
         <BR>Nr     : <%=nr%>
         <BR>test :     <%=merk%>
         <HR>
    <% } %>
    <%
         con.close();
         catch(ClassNotFoundException cnfex)
              out.println("jdbc odbc driver not found // muzz");
         catch(SQLException sqlex)     
              out.println(sqlex);
    %>
    </TABLE>
    </BODY>
    </HTML>
    I think I probably(??) put the <myCart.addItem> in the wrong part of the code..??
    Greetings,
    Michael

    yes, I see, I forgot to initiate that, I'm still
    learning so please bare with me :)
    I now initiated the <items> vector like this:
    Vector items = new Vector();
    and added this:
    myCart.items.addItem(nr);
    But it still won't work correctly >>
    First error: Your Vector items is not a public variable. Therefore, outside classes will not be able to access it. No problem though, you have a method to take care of that. Instead of what you're doing, simply call
    myCart.addItem(nr)This calls the public method addItem(String) which accesses your private Vector items, and adds a string to the vector.
    Your second error should be taken care of. It is resulting from the fact that instead of calling the method addItem() from teh class instance, youre trying to access the Vector items first, and then trying to call addItem() from that... not only can you not access that variable, as stated above, but there is no method in Vector called addItems(). You could conceivably make items public, but I'd stick with what you've got.

  • ITunes Shopping Cart Problem

    Hello,
    I have the strangest issue with my shopping cart. I had some items that I was going to purchase but decided not too and left them in my cart. I went to remove them from my cart the other day and I can't! I recieve the following error when I clice the x next to each item:
    Could not remove an item from your cart. An Unknown error occurred (1011).
    There was an error in the iTunes Store. Please try again later.
    I did try again later, many times, to no avail. The items that are in my cart are no longer available in the iTunes store which I'm positive is contributing to the problem. Any help that someone could give would be appreciated!
    Thanks again.
    Dell   Windows XP Pro  

    This is a bit of a long shot, but it worked for another user, so it's worth a try. Go to the iTunes Store preferences, select "Buy and Download Using 1-Click", close the preferences window, reopen the preferences window and reselect "Buy and Download Using Shopping Cart". Then see if your Shopping Cart will clear.
    If that doesn't help, you'll need to contact the iTunes Music Store customer support department through the form at the bottom of this web page and explain the problem to them.
    Hope this helps.

  • Shopping Cart .. need help..URGENT!!

    can somebody help me regarding abt my shopping cart.. i have successfully add the item to the cart.. but the problem is, whenever i add the same item in the cart, the quantity does not increased by one.. instead it duplicate itself in the cart... ?!?!?!?
    below are the codes...
    cart.java
    package OnlineShopBeans;
    import java.util.*;
    public class cart {
    private int noItems = 0;
    private Vector prodNames = new Vector(4);
    private Vector prodPrices = new Vector(4);
    private Vector prodSize = new Vector(4);
    private Vector prodColour = new Vector(4);
    private Vector prodOther = new Vector(4);
    private Vector prodQty1 = new Vector(4);
    /* Create a new cart */
    public cart() {};
    /* Add a shopper item */
    public void addItem(String strName, String dPrice, String dSize,String dColour,String dOther, String dQty) {
    noItems++;
    prodNames.add(strName.trim());
    prodPrices.add(dPrice);
    prodSize.add(dSize);
    prodColour.add(dColour);
    prodOther.add(dOther);
    prodQty1.add(dQty);
    /* Remove a shopper item */
    public void removeItem(int itemIndex) {
    if (itemIndex >= 0) {
    noItems--;
    prodNames.remove(itemIndex);
    prodPrices.remove(itemIndex);
    prodQty1.remove(itemIndex);
    prodSize.remove(itemIndex);
    prodColour.remove(itemIndex);
    prodOther.remove(itemIndex);
    /* Update the quantities */
    public void updateQtys(String[] qtys) {
    for (int i=0; i < qtys.length; i++) {
    prodQty1.setElementAt(qtys, i);
    /* Clear all items */
    public void clearItems() {
    noItems = 0;
    prodNames.clear();
    prodPrices.clear();
    prodQty1.clear();
    prodSize.clear();
    prodColour.clear();
    prodOther.clear();
    /* Get all items' ProdName */
    public String[] getProdNames() {
    String[] allProdNames = new String[noItems];
    for (int i = 0; i < noItems; i++) {
    allProdNames[i] = (String)prodNames.elementAt(i);
    return allProdNames;
    public double[] getProdPrices(){
    double[] allProdPrices = new double[noItems];
    for (int i = 0; i < noItems; i++) {
    allProdPrices[i] = Double.parseDouble((String)prodPrices.elementAt(i));
    return allProdPrices;
    public String[] getProdSize() {
    String[] allProdSize = new String[noItems];
    for (int i = 0; i < noItems; i++) {
    allProdSize[i] = (String)prodSize.elementAt(i);
    return allProdSize;
    public String[] getProdColour() {
    String[] allProdColour = new String[noItems];
    for (int i = 0; i < noItems; i++) {
    allProdColour[i] = (String)prodColour.elementAt(i);
    return allProdColour;
    public int[] getProdQty1() {
    int[] allProdQty1 = new int[noItems];
    for (int i = 0; i < noItems; i++) {
    allProdQty1[i] = Integer.parseInt((String)prodQty1.elementAt(i));
    return allProdQty1;
    public String[] getProdOther() {
    String[] allProdOther = new String[noItems];
    for (int i = 0; i < noItems; i++) {
    allProdOther[i] = (String)prodOther.elementAt(i);
    return allProdOther;
    this is some of the code.jsp
    <% if (actionType.equals("add")) {
    String prodName = request.getParameter("name");
    String prodSize = request.getParameter("s");
    String prodColour = request.getParameter("co");
    String prodPrice = request.getParameter("price");
    String prodQ = request.getParameter("qty");
    String prodOther = request.getParameter("ot");
    int found=0;
    for (int j=0; j < prodLength.length; j++) {
    if (prodName.equals(prodLength[j])) {
    found = 1;
    //what should i type here???? }
    if (found == 0) {
    cart.addItem(prodName, prodPrice, prodSize, prodColour,prodOther, prodQ);

    hi.. JSP is a new thingy for me.. i appreciate if u can help me in solving these 2 problems.. thanks..
    i have write a new code and now i can update the quantity when the user click "add to cart" on the same item.. but i need ur help.. i have 2 problems..
    (1):
    if i had a textbox for the buyerto enter how many qty they want to purchase for that item, then update the qty respectively to how many the buyer want.
    e.g. first enter 5 qty... display 5 in the cart. then enter 2 qty.. display 7 in the cart..
    how will the code be?? should it be in the java beans??? or the cart.jsp??
    (2):
    i cannot remove the item in the cart.. try to remove one item at a time.. but the system does not remove the item.. can u also help me in this..
    below are the new code..
    ---JAvaBeans---
    public class ShoppingCart {
           //private int noItems = 0;
         Vector products = new Vector();
              public void addProduct(Product i){
                   boolean productFound = false;
                   Enumeration productEnum= getProducts();
                   while(productEnum.hasMoreElements()){
                             Product product = (Product)productEnum.nextElement();
                             if(product.getId().equals(i.id)){
                                  productFound = true;
                                  //product.quantity += 1;
                                  product.quantity += product.quantity;
                                  break;
                   if(!productFound){
                        products.addElement(i);
              public void deleteProduct(String id){
               Enumeration productEnum = getProducts();
                   while(productEnum.hasMoreElements()){
                             Product product = (Product)productEnum.nextElement();
                             if(product.getId().equals(id)){                                             
                                  products.removeElement(product);
                                  break;                         
              public void emptyCart(){
                   products = new Vector();
              public int getNoProducts(){
                   return products.size();     
              public Enumeration getProducts(){
                   return products.elements();
              public double getTotal(){
                   Enumeration productEnum = getProducts();
                   double total=0;
                        while(productEnum.hasMoreElements()){
                             Product product = (Product)productEnum.nextElement();
                             total = total + product.getTotal();
                        return total;
    JSP Page-
    <%@page import="java.util.*"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <META name="GENERATOR" content="IBM WebSphere Studio">
    <META http-equiv="Content-Style-Type" content="text/css">
    <LINK href="theme/Master.css" rel="stylesheet" type="text/css">
    <TITLE>viewsc1.jsp</TITLE>
    </HEAD>
    <BODY>
    <jsp:useBean id="sCart" class="product.ShoppingCart" scope="session"/>
    <%@page import="product.Product"%>
         <table width="80%" border="0" align="center">
           <tr>
             <td align="center"><img src="image/title.jpg" width="450" height="80"></td>
           </tr>
           <tr>
             <td align="center" height="90">�</td>
           </tr>
           <tr>
             <td align="center" height="210">
                 <table width="98%" border="1" height="142">
                   <tr>
                     <td height="129">
                       <table border="0" width="100%">
                         <tr>
                           <td colspan="8" bgcolor="#CCCC99" align="center" height="22">
                             <img src="image/vsc.jpg" width="300" height="50">
                           </td>
                         </tr>
                         <tr>
                           <td height="15" colspan="8"></td>
                         </tr>
    <%
    String name= request.getParameter("name");
    if(name!= null){
         if(name.equals("delete")){
              String id = request.getParameter("Id");
              out.println(id);
              sCart.deleteProduct(id);
    if(sCart.getNoProducts()!=0){%>
            <tr>
              <td height="15" align="center" width="20%"><B>Item ID</B></td>         
              <td height="15" align="center" width="20%"><B>Item Name</B></td> 
              <td height="15" align="center" width="11%"><b>Size</b></td>
              <td height="15" align="center" width="9%"><B>Colour</b></td>                               
              <td height="15" align="center" width="13%"><b>Price</b></td>     
              <td height="15" align="center" width="10%"><b>Qty</b></td>
              <td height="15" align="center" width="12%"></td>
              <td height="15" align="center" width="12%"><b>Total:</b></td>
            </tr>
    <%     
              Enumeration products =sCart.getProducts();
              while(products.hasMoreElements()){
                   Product product = (Product)products.nextElement();
              %>
              <tr>        
              <td height="15" align="center" width="20%"><B><%=product.getId() %></B></td> 
              <td height="15" align="center" width="11%"><b><%=product.getName() %></b></td>         
              <td height="15" align="center" width="9%"><B><%=product.getSize() %></b></td>
              <td height="15" align="center" width="9%"><B><%=product.getColour() %></b></td>                                                          
              <td height="15" align="center" width="13%"><b><%=product.getPrice() %></b></td>          
              <td height="15" align="center" width="9%"><B><%=product.getQuantity() %></b></td>     
              <td height="15" align="center" width="9%"><B><%=product.getOther() %></b></td>
              <td height="15" align="center" width="10%"><b><%=product.getTotal() %></b></td>
               <td align='center'><a href="viewsc1.jsp?name=delete&Id=<%=product.getId() %>">Remove</a></td>
            </tr>
    <%          } %>
    <tr>
    <td height="50" valign="bottom" colspan="8" height="15" align="right" width="12%"><b>Total:</b><%=sCart.getTotal() %></td>
    </tr>
    <%
    }else{
         out.println("Your Shopping cart is Empty<BR>");
    %>
    <tr>
                      <td colspan="8" height="15" align="center">
                        <a href=chooseCategory.jsp><IMG border="0" src="image/BtnContinueshop.gif" width="153" height="27"></a>
                        <a href=EmptyCart.jsp><IMG border="0" src="image/BtnEmptyBsk.gif" width="75" height="27"> </a>
                        <a href=checkout.jsp><IMG border="0" src="image/BtnCheckOut.gif" width="156" height="27"></a>
                    </td>
                    </tr>
                  </table>
    </BODY>
    </HTML>

  • Shopping cart analysis report - help required.

    Hi Frendz,
    i have a following requirement:
    to analyze the time taken by Purchasing department to process the shoppin carts from the time it is received by procurement team to time it is approved or rejected.
    Fileds we are considering are:
    Shopping Cart,
    Route,
    Requisitioner,
    Material Group,
    Document Type
    Please let me know which datasource suits this requirement with all the above mentioned fields.
    Thanks in advance.
    Sasi

    Hi ,
    It seems like Sales data.
    Please check if E1_VBKV_1, E1_VBKV_2 data source are useful.
    Hope it helps.
    Regards,
    Tulasi

  • Problem PLZ Help me

    Hi Guys,
    I have a problem to make a developer application Client/Server.
    When i install forms Runtime on the Client`s computer and i open the application, i get the error that he can`t find the menu and the libraries.
    The menu path is for example on my computer F:\s3\Salesmenu
    But on the client it can be a different path an then he can`t find the menu.
    Now the properties for the main form are:
    Menu module f:\s3\Salesmenu
    Initial menu Salemenu
    Does anyone know how to fix this problem for example:
    1) by let the program search for the menu.
    2) .....
    Plz Help
    Vincent

    set your FORMS60_PATH on the client to Formspath;libpath;menupath so it looks in every dir named in the path.

  • Shopping cart problems with 7.6 (29)

    I just installed Itunes 7.6 (29) and I can not view my shopping cart. I get a window that says the terms and conditions have changed. I put a check in (I have read and agree to the terms) and then press continue and it keeps jumping back to the same terms screen. I can not view my shopping cart. Anyone else have this problem?

    This seems to be problem on the server end.
    I tried to purchase with iTunes 7.4 and it came up with the new Terms and Conditions, so it is not limited to iTunes 7.6.
    After logging out and quitting & restarting iTunes a few times it finally worked.
    My guess is the iTunes store servers are being worked to death. These problems go away as the demand slows back to normal ( afew days).

  • Big Problem, PLZ HELP

    So, when i click on the itunes shortcut, which has the same icon as the Apple Software Updater, I get a box that says that iTunes has encountered a problem and needs to close. We are sorry for the inconvenience. I hit send once and sent the error report, and then restarted my computer to see if that would help. It didnt, so, now i cant access itunes this is a major problem cause i have all my songs on this computer. I also tried to plug in my ipod and see if that would make it load.
    I installed iTunes 7.0 on my laptop, the exact same way, and i works on my laptop, but not on my computer.
    PLZ HELP ME

    ok this is what i did when that happened to me. i uninstalled quicktime then went here: http://www.apple.com/quicktime/win.html and reinstalled the latest version :0)

  • About shopping cart.  Please help!

    How can I add some statements to the following program to check whether the selected item has been tried to add to the shopping cart the second time so that the user can be warned "You can only choose this item once!"?
    Here is the servlet that adds the chosen item to the cart by invoking the add(String) method of the ShoppingCart class.
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    import java.util.*;
    public class CatalogServlet extends HttpServlet {
    public void doGet (HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException, NullPointerException
    Connection dbConn=null;
    PreparedStatement p_pt=null;
    ResultSet rs_pt=null;
    PrintWriter out = null;
    try
    //load JDBC-ODBC Bridge driver
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    //establish database connection using ODBC
    dbConn = DriverManager.getConnection("jdbc:odbc:cartlet");
    catch (ClassNotFoundException e) //Class.forName throws
    System.out.println("JDBC-ODBC bridge not found!");
    return;
    catch (SQLException e) //DriverManager.getConnection throws
    System.out.println("SQL exception thrown in init!");
    return;
    try{
    // set content-type header before accessing the Writer
    response.setContentType("text/html");
    // Additions to the shopping cart
    HttpSession clientSession = request.getSession( true );
    ShoppingCart vBasket = (ShoppingCart)clientSession.getValue("thecart");
    if ( vBasket == null ){
    System.out.println("NO CART");
    vBasket = new ShoppingCart();
    clientSession.putValue("thecart", vBasket);
    System.out.println("MADE THE CART");
    out = response.getWriter();
    // then write the data of the response
    out.println("<html>" +
    "<head><title> CD Catalog </title></head>" +
    "<body bgcolor=\"#ffffff\">" +
    "<center>" +
    "<hr> <br> " +
    "<h1>" +
    "<font size=\"+3\" color=\"red\">CD </font>" +
    "<font size=\"+3\" color=\"purple\">Catalog</font>" +
    "</h1>" +
    "</center>" +
    "<br> <hr> <br> ");
    String the_item=null;
    String movieToAdd = request.getParameter("ic");
    if (movieToAdd != null) {
    p_pt = dbConn.prepareStatement("select itemid, item from item_master where itemid=?");
    p_pt.setString(1, movieToAdd);
    rs_pt = p_pt.executeQuery();
    if (rs_pt.next()) {
    the_item=rs_pt.getString("itemid");
    out.println("<p><h3>" + "<font color=\"#ff0000\">"
    + "You just added <i><BR>" + "<IMG SRC=\"http://eric-fyp:9111/emovie/"
    + rs_pt.getString("item") + "\">"
    + "<BR></i> " + "to your shopping cart</font></h3>");
    vBasket.add(the_item);
    System.out.println("ADDED");
    System.out.println("Here are the items");
    Hashtable shoppeditems = vBasket.getItems();
    Enumeration enum = shoppeditems.keys();
    while (enum.hasMoreElements()) {
    System.out.println((String)enum.nextElement());
    out.println("</body></html>");
    out.close();
    catch(SQLException ex)
    out.println("<HTML>");
    out.println("<HEAD><TITLE>Database Error!</TITLE>");
    out.println("</HEAD>");
    out.println("<BODY><H3>Error</H3><h6>" + ex.getMessage() +"</h6>");
    out.println("</BODY>");
    out.println("</HTML>");
    catch (Exception e)
    System.out.println(e.getMessage());
    finally
    if (rs_pt!=null) {
    try{
    rs_pt.close();
    catch (SQLException e) {}
    if (p_pt!=null) {
    try{
    p_pt.close();
    catch (SQLException e) {}
    if (dbConn!=null) {
    try{
    dbConn.close();
    catch (SQLException e) {}
    public String getServletInfo()
    return "CatalogServlet.java";
    Here is the ShoppingCart class
    import java.util.*;
    public class ShoppingCart {
    Hashtable items = null;
    public ShoppingCart() {
    items = new Hashtable();
    public void add(String movieId) {
    Integer sc_value=null;
    int sc_i_value=0;
    if(items.containsKey(movieId)) {
    sc_value = (Integer)items.get(movieId);
    sc_i_value=sc_value.intValue();
    sc_i_value++;
    items.remove(movieId);
    items.put(movieId, new Integer(sc_i_value));
    System.out.println("UPDATED!!");
    else {
    items.put(movieId, new Integer(1));
    public Hashtable getItems() {
    return items;
    Hope anyone can help! Thx!

    After you retrieves the shopping cart items from the database, store the items in a HashSet, so when the user adds a new item, you just need to check whether the HashSet contains that item, if it is already in the set, show the warning. If not exist, insert the item to your database. You can use the response.sendRedirect() method to redirect the user to a warning page.
    HashSet is a very good data structure since it doesn't contain duplicate elements. It is also extremely fast.
    String itemID = 2323; // some item id in your catalog
    HashSet itemset = new HashSet();  // you should add your existing cart items to this HashSet
    // no do the checking
    if(itemset.contains(itemID) {
    response.sendRedirect("warning.jsp"); // forward it to a warning page
    return;   // processing no further
    } else {
    // in here, do the db update, and display the cart to the user

  • Nokia n79 problem Plz Help!

    Hello!My nokia just stuck,or hang in(i dont now english good) but i cant do enything.Evry button just dont work only at start when i write my pi(and somethimes then too).Works only power button.Its weard.Plz help.Somethimes a whole day are no problems somhetimes a whol day.

    hey ivee n everyone else .. i'm facing the same problem.. n i need to fix this problem myself..
    my n79 gets hang constantly nowadays.. i've used this phone for 1 year plus now so warranty's no more..... none of the buttons on the keypad works when it gets hang.. onli the power button is functioning.. now it's gettin worse .. it even hangs before i insert my pincode... i cant sms, call , or anything.. it hangs after i pressed a few buttons..
    so ivee u've fixed ur n79 youself right..? umm.. can u explain to me wat a smallboard is? is that the board at the lower part of the keypad where u can see buttons underneath the white layer? and is that board expensive?
    pls reply asap anyone.. urgent

  • N79 hanging problem plz help....

    while unlocking the keypad of my n79 sometimes the phone gets hanged then i have to take the battery out and then again switch on the phone........plz help me how to get rid of this problem???

    I have also same problem with my Nokia N79, I just cancelled sensor for automatic themes from cover. Just open back cover & stick some paper or plastic cello tape on four hole marks of covers wich r sensor for automatic themes to change colour of back cover same as theme colour. From 2 days I feel my mobile working fine without hanging ! so try it, all the best.

  • Bluetooth connection problem plz help...

    hi everyone, just bought a new pearl 9105. everything works fine and even bluetooth... through which i can transfer data from blackberry to other mobiles(samsung,sony ericsson)... but the problem is i could not recieve data from other mobiles.i should get contacts list from the other mobiles... but due to this problem i couldnt. plz help me out..

    The best way to receive a file from another device via bluetooth is to go to Media, then press Menu, choose Receive Using Bluetooth, waiting for connection will be display, then send from the other device. It should work without hassle.

  • Applet problem plz HELP

    Hi all,
    I have a problem when I am trying to run a jar file from an applet. The jar is for remote desktop application. Jrdp.jar.
    And the Exception is���.
    Exception in thread "Thread-6" java.security.AccessControlException: access denied (java.util.PropertyPermission gnu.posixly_correct read)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
    at java.lang.System.getProperty(Unknown Source)
    at gnu.getopt.Getopt.<init>(Getopt.java:617)
    at gnu.getopt.Getopt.<init>(Getopt.java:581)
    at net.propero.rdp.Rdesktop.main(Rdesktop.java:290)
    at net.propero.rdp.applet.RdpThread.run(RdpApplet.java:190)
    can any one suggest me what I have to do???? Plz give your valuable suggestion in that matter. Should I have to do any thing in java.policy file. In that case what would be the syntax and what have allow. If possible plz help me out.
    Thanking you,
    With regards
    Shibaji Sabyal

    Try googling on how to sign your applet. The error you're getting can usually be solved by signing it.

Maybe you are looking for

  • Photoshop CS6/Extended Issues

    Anyone know whats wrong with the Photoshop CS6/Extended Download? It starts and remains at 0.00MB and its not my internet. Ive downloaded other files just fine * Attempted * its just the CS6. ive tried on different computers at different IP's and sti

  • Re:Failed binding data

    Hi all, i have created an edittext in aform and i bind the data to the datasource.While binding, it is showing the error as "Item - Failed binding data  [66000-57]".How should i solve this problem. This is my code. Private oStatusTxt as SAPbouiCOM.Ed

  • Inner classes - a general question

    i'm having some difficulties understanding when to use a static inner class and when to use a non static inner class lets say i'm implementing a LinkedList , and i want my nodes and my iterator implemented in inner classes . when and why should i dec

  • Problem in joining.

    hi all,        i m selecting hkont (gl no) ,gsber ( business area) from table bseg.    e.g. select hkont gsber from bseg into table ibseg.    now i m selecting subclass(orgz unit) , set name (set id) , valfrom (from value) from table setleaf.      eg

  • Key performance indicators (KPI) for material creation

    Dear all, I need to define some Key Performance Indicators (KPI's) to measure the data quality during the material creation (MM01) process. The objective is to get concrete statistics about data quality/accuracy for fields related to material from al