Problem attaching file

Hi
I've tried to send a mail with a zip-file as attachment. The mail can be sent and I receive it, but unfortunately there is no attachment attached to it ?
Here is the code (that is part of a servlet normally but since I can't post it here totally I copied the code that refers to the mail sending�
CODE
     String mailHost = "smtp-server";
     String to = "[email protected]";
     String from = "[email protected]";
     String subject = "Packaging information";
     String body = "Dear, Madam, Sir, \n";
if ((from != null) && (to != null) && (subject != null) && (body != null)) // we have mail to send
     try {
          //Get system properties
          Properties props = System.getProperties();
          //Specify the desired SMTP server
          props.put("mail.smtp.host", mailHost);
          // create a new Session object
          Session session = Session.getInstance(props,null);
          // create a new MimeMessage object (using the Session created above)
          Message message = new MimeMessage(session);
          message.setFrom(new InternetAddress(from, "Packaging"));
          message.setRecipients(Message.RecipientType.TO, new InternetAddress[] { new InternetAddress(to) });
          message.setSubject(subject);
//          message.setContent(body, "text/plain");
          //Create the message part
          BodyPart messageBodyPart = new MimeBodyPart();
          messageBodyPart.setText(body);
          Multipart multipart = new MimeMultipart();                    
          multipart.addBodyPart(messageBodyPart);
          //Attachment
          messageBodyPart = new MimeBodyPart();
          DataSource source = new FileDataSource("E:\\Files\\images.zip");
          messageBodyPart.setDataHandler(new DataHandler(source));
          messageBodyPart.setFileName("E:\\Files\\images.zip");
          multipart.addBodyPart(messageBodyPart);
//          Put parts in message
          message.setContent(multipart);
          Transport.send(message);
     } catch (Throwable t) {
Anyone can help me please ?

               String attachmentPath = "/usr/webMail";
               String testString = "noneAttached";
               if (!attachmentFile.equals(testString))
                    int stringLength = attachmentFile.length();
                    int nameStart = attachmentFile.lastIndexOf("/");
                    nameStart = nameStart + 1;
                    String fileName = attachmentFile.substring(nameStart,stringLength);
                    String newFile = (attachmentPath + "/" + fileName);
                    File fileData = new File(newFile);
                    MimeBodyPart mbp2 = new MimeBodyPart();
                    FileDataSource fds = new FileDataSource(fileData);
                    DataHandler dh = new DataHandler(fds);
                    mbp2.setFileName(fileName);
                    mbp2.setDescription("Attached File:" + fileName);
                    mbp2.setDisposition(Part.ATTACHMENT);
                    mbp2.setDataHandler(dh);
                    mp.addBodyPart(mbp2);
               }

Similar Messages

  • I am having problems attaching files to my email using the latest Firefox 13.0.1, Comcast is my internet provider, but I did not have problem with Safari.

    Why am I having problems attaching files to my email using Firefox 13.0.1.?
    I am using a MAC, OS 10.6.8, and have Comcast as my internet provider. I noticed after I upgraded to Firefox 13.0.1 that I am having problems attaching files to my email. I do not experience the same problem with Safari, but I prefer to use Firefox, as all of my bookmarks and passwords are saved there. I just like the way Firefox works better than Safari.
    I am a free-lance graphic designer and rely on my internet connection to my customers. I need this resolved ASAP!

    Could you start by resetting the zoom level on the page? To do that, you can either:
    * Press Ctrl+0 (that's a zero) on the keyboard
    * View menu > Zoom > Reset
    You also can use zoom to increase/decrease the size from there. This article describes the various mouse, keyboard, and menu methods: [[Font size and zoom - increase the size of web pages]].
    Any luck?

  • Problems attaching files in gmail in Safari

    I use Safari v 3.1.2 and have had consistent trouble attaching files to email messages in Gmail. I turned off rich text formatting and now compose in plain text, but that hasn't solved the problem. Sometimes a workaround is to attach the file before typing anything in a clean email message, but this isn't a guaranteed fix. If I reply to all or try to attach after composing something, Gmail hangs on "still working..." I have absolutely no problems attaching files in Firefox. Others I know who use Safari and Gmail complain about the same problem. I don't know whether this is Apple's or Google's wrongdoing but the problem is extremely annoying and I'm wondering if anyone has a fix. Thank you very much.

    Hi Michael,
    One quick test you can do to help narrow down things is to try and download something in another user account. This will help us to know whether your problem is local to your account or system wide. If you don't have another account you can use System Preferences -> Accounts -> [+] to create a test one (and [-] to remove it if needed)
    Does the page appear to refresh itself when you click on a link? If it does you might have an incompatible version of SpeedDownload installed.

  • Problems attaching files to e-mails

    After installing Lyon, from my wife's user she can't attach files to an e-mail. The window opens but only shows folders and the folders can not be opened. I can do it from my user. What could be happening?

    This could be a hardware problem, or it could be software problem.
    First... Get a full backup of your disks by booting from the DVD and using Disk Utility to copy the data to an external storage device, on the off change the disk or memory or server is failing; don't lose ground here, and try to avoid losing data.  Always, always, always have a good backup before you start hardware or software repairs.
    As Christoph recommends, do check the logs.  Rather than looking at the directories directly, I'd suggest doing this using the Console.app tool (as that's easier than rummaging in /var/log, if you're not already comfortable in the command shell) and see if there are any relevant errors being reported. 
    It appears this box is critical, and doesn't have a backup, or spare parts, or local available support.  I'd expect there are folks in the Denver area that can visit the site and sort out the hardware or software trigger, if your coworkers aren't in a position to assist here.
    If the box is under AppleCare, I'd plan for a trip to get the box looked at and potentially repaired.
    If the box is not under AppleCare, I'd look for a spare disk.  Or better (but more expensive), acquire (or bring along?) a spare Mac Mini (Server?) and probably either used or off eBay or such, as you'll want to have a spare for any potential hardware failure.  (It's better to have two of the same, and newer Mac Mini (Server?) boxes will arrive with (and require) Lion (Server?) and not 10.6.8.
    Usual path for a recovery here is an external backup (via booting the DVD and using Disk Utility to get that copy, and preferably a couple of external, full, current, copies of the data) and using the "migrate" option after a wipe and reinstallation, to bring a copy of the disk data back in.

  • Has anybody encountered problems attaching files to gmail when run in firefox

    Trying to attach a file (I tried pdf, word, excel files) to a gmail when running in Firefox ended with an "Unable to attach file" statement. However, in IEX and Safari the same works properly.
    Anybody an idea about this problem?

    Hi,
    Please check if this happens in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If the new profile is okay, you can then [https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox] on the old (previous) profile via '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information'''.

  • Having problems attaching files.

    When I open a file on my iPhone and try to send it in an email it doesn't work. When it take me to the email and I have to enter in the address to send the email it appears to be attached but once sent and opened by the sender there is no attachment. Also when I send emails from other apps like that instead of the email just being sent it goes to my out box so I then have to leave whatever app I'm working in go to the iPhone mail app and go to my out box and send the email. I thought this was normal untill I cheched on my wife's phone and realized hers does not send her emails to the out box and on her phone I can attach file to emails. And when opened the attachment is there. Has any one else had this problem or have any idea how to fix it.

    After looking into this a bit more I discovered that the problem only exist with my google email. Is this something apple did to make it harder on gmail users, or is this not a normal problem. Has anyone else had troubles attaching files to thier gmail account.

  • Problem Attaching Files to CalDev Calendars

    In LION's iCal, I am unable to attach a file to an event when the calendar being used is managed/maintained/stored on Apple's CalDev Server. There is no "Attach File" field available for these calendar events. The only way I've found that this works is if the calendar is created to be stored on my local computer. Is this a defect (bug) or did they design it this way?
    If is by design, why? I can't see any reason why files are attachable to events on local calendars but not those on CalDev calendars...

    I'm not even sure. I think that was the notorious iphone auto correct. & just now looked back & I see it multiple times where I thnk it just should have been &. But maybe I tried to both type the & as well as the word and?
    I now have a makeshift set up w ethernet plugged intp the Airport Express & then into my MacBookPro. So much easier to type on it than on the iPhone.
    Another suggestion if you have really big folders is to see if you can create subfolders if you can see some sub-categories that you could identify. That is what I have done. I have several levels nested in folders.
    But the same thing will work no matter how many sub-folders you have if you look in finder & then just click on the triangle to open up those subfolders.
    I can't remember how I did it before. But again, if you are in Apple software, for the file, look to see if it has a share menu & if you plan ahead to know you are going to want to attach the file, you can open the file & then use the share menu to share by email & again if its in Pages you can chose either Pages, Word or pdf & it will attach that chosen format version of the file to an email.
    So, if you don't plan ahead but like I often do, start typing your email & then decide to attach, you can still do this same thing, but then you can copy & paste the text of your email into the new one or you could drag & drop the attached file to the email you have already been writing.

  • I am having problems attaching files with Maverick.  Any suggestions?

    I can't attach files to emails or access them at all from any app.  They are visible but greyed out.  Any suggestions?  Thanks.

    In older versions of Elements PSA files were associated with Photoshop Album which has now been replaced by the Organizer. Elements has no 3d functionality for supporting space planning files but these files can normally be exported or saved by the originator as a bitmap or pdf file. Those could then be opened in PSE. I suggest you explore the possibilities of file conversion with your original source.

  • Problem attaching file in SRM

    While accepting offer from a supplier, before transform it in a purchase order, it'd like to attach a file. It doesn't matter which kind of file (.doc,.xls,.txt,etc...) I've tried all type.
    I'm doing it pushing on "Upload" button, but it seems i'm not allowed to insert file. The system error is "For this document, there's no correct data to upoload".
    Does someone know if there are any settings for user/group/profile? How can i do this operation?
    Thanks in advance,
    Christian

    Hi christian
    follow this steps in SRM
    1 Activate the BADI  - - BADI – BBP_CREATE_REQ_BACK
    with following code  -
    METHOD if_ex_bbp_create_req_back~fill_req_interface.
      DATA : wa_item  LIKE LINE OF req_items.
    *to transfer attachments to backend PR
      cv_attach_transfer_active = 'X'.
    2 Follow this things in R3
    A In tcode DC10  -  Create a new document type SRM with following settings 
    doctype  - SRM
    Use Kpro - tick on
    Number assignment -  1
    Internal Number assignment -  03
    Number external  -  MCDOKZNR
    Document status  - -(dash)
    B In tocde  DC30 maintain the file types with their
    *.Extn like *.doc , *.xls copy the existing one and create new ones missings .
    regards,
    Nimish Sheth
    Do reward points for helpful answers

  • Problem attachment files

    He logrado sincronizar mi iphone mail con mi Exchange 2003 Server. ya tengo todos mis correos entrantes y salientes en linea, el problema que se me presenta es que no puedo visualizar mis archivos adjuntos. me sale el mensaje "mime-attachment"
    Con la cuenta hotmail no tengo ese problema.
    Necesito su ayuda por favor.
    Gracias.,

    Can you please check whether the sync has been taken care before performing the upload operation. If the sync is taken care then the upload should work always

  • Trouble attaching files to e-mail

    This just started happening and I'm not sure what I installed or did to cause it. In any browser - Safari, Firefox, Explorer - I can't attach a document. I'm using SBC Yahoo and their tech support said it was a problem with my computer.
    When I choose a file to attach, it shows up, but when I click "attach", the browser tells me there was an error, no files are attached. I turned off my firewall but can't think of any other reason my files won't attach. I have no problems attaching files to my AOL mail but I don't always use AOL and sometimes need to use my SBC address.
    Any suggestions? Thanks!

    I'm having the same problem with my verizon business webmail...Safari won't attach files...The old version of Firefox worked fine (Firefox 1.5 doesn't work at all, so now I'm without the ability to attach files altogether)...Need to find the fix for Safari...

  • Problem with attaching file to Sales Order

    Hello,
    In my company we have the possibility to attach files to sales orders, e.g. pdf files with the printing details.
    These files are added by the GUI user, this works fine.
    Now we have an extra order creation stream in which a pdf file has to be added to the SO without user interaction.
    I found a helpful link ( /people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background )
    This program creates URL links with no problem, but the file generation is not implemented yet.
    I tried to add the file functions to his sample report but still have one problem. The file is uploaded, but not reported as a PDF file in sap. If I select the created attachment SAP allows only the saving of the attachment. After saving the created file is a good PDF file, it opens with PDF-viewers.
    Why does SAP not know this is a PDF file and report it as such (and open the pdf viewer when selected).
    Thanks, Frank.
    source-code:
    REPORT  zzfb_brc                                .
    * Report  Z_RMTIWARI_ATTACH_DOC_TO_BO
    * Written By : Ram Manohar Tiwari
    * Function   : We need to maintain links between Business Object and
    *              the attachment.Attachment document is basiclally a
    *              business object of type 'MESSAGE'.In order to maintain
    *              links, first the attachment will be crated as Business
    *              Object of type 'MESSAGE' using Message.Create method.
    *              Need to check if we can also use FM
    *              'SO_DOC_INSERT_WITH_ORIG_API1' or SO_OBJECT_INSERT rather
    *              than using Message.Create method.
    * I took this program and removed all the parts for adding URL's and
    * notes.
    * Include for BO macros
    INCLUDE : <cntn01>.
    * Load class.
    CLASS cl_binary_relation DEFINITION LOAD.
    CLASS cl_obl_object      DEFINITION LOAD.
    PARAMETERS:
    *  Object_a
       p_botype LIKE obl_s_pbor-typeid DEFAULT 'BUS2032',    "SO
       p_bo_id  LIKE obl_s_pbor-instid DEFAULT '0000757830', "example number
    *  Object_b
       p_docty  LIKE obl_s_pbor-typeid DEFAULT 'MESSAGE' NO-DISPLAY,
       p_msgtyp LIKE sofm-doctp        DEFAULT 'EXT'     NO-DISPLAY,
    *  Relationship
       p_reltyp  LIKE mdoblrel-reltype DEFAULT 'ATTA'.
    TYPES: BEGIN OF ty_message_key,
            foltp     TYPE so_fol_tp,
            folyr     TYPE so_fol_yr,
            folno     TYPE so_fol_no,
            doctp     TYPE so_doc_tp,
            docyr     TYPE so_doc_yr,
            docno     TYPE so_doc_no,
            fortp     TYPE so_for_tp,
            foryr     TYPE so_for_yr,
            forno     TYPE so_for_no,
           END OF ty_message_key.
    DATA : lv_message_key TYPE ty_message_key.
    DATA : lo_message TYPE swc_object.
    DATA : lt_doc_content TYPE STANDARD TABLE OF soli-line,
           ls_doc_content TYPE soli-line.
    * Create an initial instance of BO 'MESSAGE' - to call the
    * instance-independent method 'Create'.
    swc_create_object lo_message 'MESSAGE' lv_message_key.
    * Upload the pdf file, for now from the frontend, in the future from
    * the server.
    DATA:
    *  dsn(40) TYPE C VALUE '/usr/sap/trans/convert/1.pdf', "server location
    l_lines TYPE i. "filelenght
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename   = 'c:t1.pdf'
        filetype   = 'BIN'
      IMPORTING
        filelength = l_lines
      TABLES
        data_tab   = lt_doc_content.
    * no exceptions, the file is there in this example
    break brouwersf.
    ** the coding for the server input, for later
    *OPEN DATASET dsn FOR INPUT IN BINARY MODE.
    *IF sy-subrc <> 0.
    *  EXIT.
    *ENDIF.
    *READ DATASET dsn INTO ls_doc_content.
    *WHILE sy-subrc EQ 0.
    *  APPEND ls_doc_content TO lt_doc_content.
    *  READ DATASET dsn INTO ls_doc_content.
    *ENDWHILE.
    *CLEAR ls_doc_content.
    *CLOSE DATASET dsn.
    * define container to pass the parameter values to the method call
    * in next step.
    swc_container lt_message_container.
    * Populate container with parameters for method
    swc_set_element lt_message_container 'DOCUMENTTITLE' 'Title'.
    swc_set_element lt_message_container 'DOCUMENTLANGU' 'E'.
    swc_set_element lt_message_container 'NO_DIALOG'     'X'.
    swc_set_element lt_message_container 'DOCUMENTNAME' p_docty.
    swc_set_element lt_message_container 'DOCUMENTTYPE' p_msgtyp.
    swc_set_element lt_message_container 'DocumentSize'    l_lines.
    swc_set_element lt_message_container 'DocumentContent' lt_doc_content.
    swc_call_method lo_message 'CREATE' lt_message_container.
    * Refresh to get the reference of create 'MESSAGE' object for attachment
    swc_refresh_object lo_message.
    * Get Key of new object
    swc_get_object_key lo_message lv_message_key.
    * Now we have attachment as a business object instance. We can now
    * attach it to our main business object instance.
    * Create main BO object_a
    DATA: lo_is_object_a TYPE sibflporb.
    lo_is_object_a-instid = p_bo_id.
    lo_is_object_a-typeid = p_botype.
    lo_is_object_a-catid  = 'BO'.
    * Create attachment BO object_b
    DATA: lo_is_object_b TYPE sibflporb.
    lo_is_object_b-instid = lv_message_key.
    lo_is_object_b-typeid = p_docty.
    lo_is_object_b-catid  = 'BO'.
    *TRY.
    CALL METHOD cl_binary_relation=>create_link
      EXPORTING
        is_object_a = lo_is_object_a
        is_object_b = lo_is_object_b
        ip_reltype  = p_reltyp.
    * Check if everything OK...who cares!!
    COMMIT WORK.

    Hi,
    Welcome to the SDN Forums!!!
    You need to supply the PC file extension in the container element 'DOCUMENTTYPE'.
    swc_set_element lt_message_container 'DOCUMENTTYPE' p_msgtyp.
    In your case change the above statement as below:
    swc_set_element lt_message_container 'DOCUMENTTYPE' 'pdf'.
    <b>OR</b> change the default value of p_msgtyp to 'PDF'.
    Cheers,
    Ramki Maley.
    Please reward points if the answer is helpful.
    For info on awarding points click on this link: https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm
    Message was edited by: Ramki Maley

  • Alignment problem in sending an attachment file as a mail

    Hi,
      My requirement is to send a mail where i have the data in an internal table.
    the .txt attachment file is sent properly no problem in that. But the text inside the file is not alligned properly.
    For eg if i have 5 records in the internal table which iam going to send as an attachment then 5 lines should exist on the attachment file.
    But for me what happens is
    for eg the first two records in the internal table is like as follows.
    record 1 : my name is rose
    record 2 : iam working in SAP ABAP consultant.
    These lines are coming in the attachment file like
    line 1: ame is rose  (some spaces are given then it prints) my  n
    line 2: n SAP ABAP consultant (some spaces are given then it prints) iam working i
    can anyone tell me why this happens . i want the lines to be  displayed as  it is in the internal table.
    can anyone tell how to solve this problem. Thanks...
    Regards,
    rose.

    Hi camila,
    visit this thread
    Alignment in mail body
    regards
    Anup.

  • Problem in file attachment functionality in ERP.

    Problem in file attachment functionality in ERP in Invoice Workbench and PO documents. The error is Page Not Found.
    Regards
    Sridhar

    Please post the details of the application release, database version and OS.
    user11996389 wrote:
    Problem in file attachment functionality in ERP in Invoice Workbench and PO documents. The error is Page Not Found.Please post the steps you follow to reproduce the issue.
    Was this working before? If yes, any changes been done recently?
    Can you find any errors in Apache/Workflow/Database log files?
    Thanks,
    Hussein

  • Problems adding an attachment file table in a JSP

    Hi,
    I'm working on CRM proyect and I want to add an attachment file table in a JSP, infoForm.jsp, so i copied the table
    from createComplaintAttachment.jsp and changed the JSPs releted with it, but when I just loggin and try to add
    a file in infoForm.jsp I get an Error Page and the following...
    #1.5#00156004D798005E0000009F000072D100043A9AAAE45CBD#1190335873308#com.sap.icss.impl.backend.crm.servicerequest.AttachmentBEImpl#sap.com/home~icss_sbx#com.sap.icss.impl.backend.crm.servicerequest.AttachmentBEImpl#J2EE_GUEST#2##mvicrd_CRD_209672450#Guest#c069617067dc11dcbc1a00156004d798#SAPEngine_Application_Thread[impl:3]_32##0#0#Error#1#/Applications/Common/Infrastructure#Java###An error occurred in method:
    #2#add(attachment)#com.sap.icss.util.IcssException: Cannot add attachment
         at com.sap.icss.impl.backend.crm.servicerequest.AttachmentBEImpl.add(AttachmentBEImpl.java:144)
         at com.sap.icss.impl.businessobject.servicerequest.AttachmentBOImpl.add(AttachmentBOImpl.java:146)
         at com.sap.icss.ctrl.action.servicerequest.AddRequestAttachmentAction.doIcssPerform(AddRequestAttachmentAction.java:175)
         at com.sap.icss.ctrl.action.IcssBaseAction.execute(IcssBaseAction.java:325)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at com.sap.isa.core.RequestProcessor.processActionPerform(RequestProcessor.java:674)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#00156004D798005E000000A0000072D100043A9AAAE46208#1190335873310#com.sap.icss.ctrl.action.servicerequest.AddRequestAttachmentAction#sap.com/home~icss_sbx#com.sap.icss.ctrl.action.servicerequest.AddRequestAttachmentAction#J2EE_GUEST#2##mvicrd_CRD_209672450#Guest#c069617067dc11dcbc1a00156004d798#SAPEngine_Application_Thread[impl:3]_32##0#0#Error##Plain###The following error occured:  com.sap.icss.util.IcssException: AttachmentBOImpl:add - Error in getBackend
         at com.sap.icss.impl.businessobject.servicerequest.AttachmentBOImpl.add(AttachmentBOImpl.java:157)
         at com.sap.icss.ctrl.action.servicerequest.AddRequestAttachmentAction.doIcssPerform(AddRequestAttachmentAction.java:175)
         at com.sap.icss.ctrl.action.IcssBaseAction.execute(IcssBaseAction.java:325)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at com.sap.isa.core.RequestProcessor.processActionPerform(RequestProcessor.java:674)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    the strange thing is that i don't get that error if I get into the complaintCreateHeader.jsp (complaint) first, and my
    application works well if I do so. ¬¬
    I think i'm missing an attribute on the request but i don't know wich one.
    Thanks a lot for any help

    Thanks Prashant,
    Level 1 of the problem is solved.
    Now I want When I click on the workset iview link,
    It should open another workset iview in which the iviews are displayed as links.
    Page 1
      (Workset Iview1)Clickable                                                    Workset Iview2 Clickable
    When workset iview1 is clicked, it should go to a page
    Link 1(an iview) Link 2(iview2) Link 3(iview3) and so on
    how can I achieve this?

Maybe you are looking for

  • 500 Server Error when executing Query in Portal

    When I run a query in the ABAP Web all the components (the pulldowns) work as well as the query executes. When I run the query in the Java WebI get a 500 Internal Server Error com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Te

  • IChat Screen Share Audio

    Hello, Does any know how to turn off the audio portion of a screen share in iChat? Thanks! ebrind

  • Zen MicroPhoto Freezes

    I have a Zen MicroPhoto and about two days ago the battery died. As normal, I would connect it to my PC via USB and charge it. I charged it overnight, and woke up to listen to it. I turned it on, and for some reason it froze and on the screen was the

  • Some design questions

              Hello,           I got two rather unrelated questions regarding the JMS implementation:           - Is there any guarantee on when messages become available to consumers?           Suppose my producer is a session bean which posts a message

  • Different away messages for each screen name signed on.

    It is possible to use different away message for different screen names all signed on using iChat? I have a home screen name, work screen name, and school screen name, and would like to not have one away message for all three.