Html attachement in ibot has garbage values

Hi all,
we tried to schedule a report to save as html file in a local directory. we followed the below link
[http://oraclebizint.wordpress.com/2007/12/17/oracle-bi-ee-101332-calling-java-scripts-and-java-classes-from-ibots/]
it is saving the file successfully. but the html file has full of some garbage values in it. both html and html as attachement are giving same results. but pdf is working fine.
any one knows this? please help.
Thanks,
karthick
Edited by: kart on Apr 30, 2010 4:14 PM

hi turribeach,
but if i open the file in the IE means it is not showing the report. it is full of some random alphabets..
How to decode this thing? Or where obiee is encoding this thing? is it possible to disable this option?
thanks
Karthick

Similar Messages

  • HTML help file showing garbage value for french language

    I want to show Help/Tips in my Java application.
    The required help file is simple an HTML file which I am showing on a JPopupMenu using JHelpContentViewer editor.The problem is when I want to show this in Fench language a particular character is displaying garbage value.
    But I open the same HTML help file in a browser (i.e internet explorer..) its showing me the correct value..
    I am using VM1.4.2 and operating system is Win2000.

    Did you specify the correct encoding?

  • Trying to Pull data from ECC data loading but all garbag values

    Hi Experts,
    I am trying to pull the data from sap ECC. Standard extractor (2LIS_VA_ITM) & 2LIS_VA_HDR. I have imported 2LIS_11_VAITM in ODP objects.
    I have created the flow.
    I ran the job. It has been completed successfully. It loaded the records. But all the records are not readable format(Garbage values ???).
    This is data service 4.2 SP1. Can you please let me know how can I correct this.
    Please find the attached screen shot after loading for vbeln ??? are coming.
    Regards,
    Reddy.

    Hi Experts,
    I am trying to pull the data from sap ECC. Standard extractor (2LIS_VA_ITM) & 2LIS_VA_HDR. I have imported 2LIS_11_VAITM in ODP objects.
    I have created the flow.
    I ran the job. It has been completed successfully. It loaded the records. But all the records are not readable format(Garbage values ???).
    This is data service 4.2 SP1. Can you please let me know how can I correct this.
    Please find the attached screen shot after loading for vbeln ??? are coming.
    Regards,
    Reddy.

  • Error in Explorer "is_ie55up has no value"

    Hi, experts!
    I was changing css and backgrounds and login pictures, when noticed that login screen in Explorer can't open correctly. The same works in Mozilla Firefox. Explorer can't display page correctly, so it give a message about "is_ie55up has no value". Looking in the html-code of that page I saw:
    </script>
    <style type="text/css">.shadowBottom {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Missing_sdw_horz.png', sizingMethod='scale');}
    .shadowRight {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Missing_sdw_vert.png', sizingMethod='scale');}
    .shadowCorner {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Missing_sdw_corner.png', sizingMethod='scale');}</style><title>Oracle Business Intelligence Login</title><link href="Missing_logon.css" type="text/css" rel="stylesheet"></link><script language="javascript" src="Missing_browserDOM.js"></script><script language="javascript" src="Missing_common.js"></script></head>
    <body>
    <script language="javascript">function SAWLogonWait()
    if(is_ie55up) {
    document.body.style.cursor = 'wait';
    if(document.styleSheets.length > 0)
    document.styleSheets[document.styleSheets.length-1].addRule('INPUT.SAWLogonInput','cursor:wait');
    return true;
    I was surprised with the links src=Missing_common.js and src=Missing_browserDOM.js because there should be browserdom.js and common.js.
    Please, give me a prompt how this login html composes (and pointed section)? Could it be the incorrect saw.dll behaviour or some *.xml *.js files have incorrect instructions? Any idea? T__T

    That is something that SVN inserts into a file when it tries to merge its version of a file.
     Simplest thing to resolve this which i tried doing was  ...
    remove any characters "<<<<<<< .mine" or  similar from the file that you will see in your project object  folder namely
    <Projectname>.csproj.FileListAbsolute.txt
    which contains a list of all the paths and recompile ...it worked for me
    You may should read more at
    http://tortoisesvn.tigris.org/faq.html

  • Mail having HTML attachment with images

    I am having a problem that when I send a mail which has an attachment report in html format that contains images, the resulting mail does not show the name of HTML attachment filename, even though it contains it
    Message-ID: <1236342.1033132049637.JavaMail.insoft@ins-2k>
    Date: Fri, 27 Sep 2002 14:06:49 +0100 (BST)
    From: [email protected]
    To: [email protected]
    Subject: This is your subject
    Mime-Version: 1.0
    Content-Type: multipart/mixed; boundary="----=_Part_0_2584319.1033132009259"
    X-Mailer: ins
    ------=_Part_0_2584319.1033132009259
    Content-Type: text/html
    Content-Transfer-Encoding: 7bit
    Content-Disposition: inline
    ------=_Part_0_2584319.1033132009259
    Content-Type: multipart/related; name="Report Containing Chart.html";
         boundary="----=_Part_1_2352159.1033132048786"
    Content-Description: this is my related part attachment
    Content-Disposition: attachment; filename="Report Containing Chart.html"
    ------=_Part_1_2352159.1033132048786
    Content-Type: text/html; name="Report Containing Chart.html"
    Content-Transfer-Encoding: quoted-printable
    Content-ID: ttt
    Content-Disposition: attachment; filename="Report Containing Chart.html"
    ------=_Part_1_2352159.1033132048786
    Content-Type: image/png
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment
    Content-ID: attach_1
    Content-Location: cid:attach_1
    Content-Length: 1750
    // thats how it build up
    MimeBodyPart relParent = new MimeBodyPart();
       MimeMultipart relatedBodypart = new MimeMultipart("related");
       MimeBodyPart mainBodypart = new MimeBodyPart();
       mainBodypart.setContent("my html report in text form", "text/html");
       relatedBodypart.addBodyPart(mainBodypart);
       MimeBodyPart inBodyPart = new MimeBodyPart();
       inBodyPart.setDataHandler(new DataHandler(bds));
       relatedBodypart.addBodyPart(inBodyPart);
    relParent.setContent(relatedBodypart);
    relParent.setFileName(relAtt.getName());
    relParent.setDisposition(BodyPart.ATTACHMENT);
    // am i missing something here

    You are getting your file attached correctly, but you still need to reference it within your HTML text so it will be displayed. You can do this with the cid (content-id) tag. Something like this should work:
    <img src="cid:attach_1">
    "attach_1" can be any name you specify when you attach the file to the message.
    Hope this helps.
    --Rick                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to send dashboard html & attachment in a single i-bot

    Hello friends,
    I have two questions.
    1.Is it possible to send the multiple reports in a single i-bot?
    For example: I have two reports A & B. I want to send it in a single mail (i-Bot)
    2.Is it possible to send the report as both HTML & attachment?
    For example: I have a report A. I want to send it as both HTML & as an attachment in a single mail (i-Bot)
    Your prompt reply will be greatly appreciated
    Thanks & Regards,
    Satya

    i m not sure, but 1 ibot delivers either a report, or dashboard or brief book, or Condition analysis but not multiple. And only one format can be chosen per delivery.
    just for an idea, Include the 2 reports in a new dashboard and deliver the new dashboard.
    Regards,
    Arjun.

  • JSP page error: JSPtranslate: attribute | has no value.

    Hi again,
    I've written the JAVA class, the TLD and the JSP but when I try to provide the parameters to the TLD file in the JSP I get this error: JSPTranslate: attribute | has no value. /**** My TLD file is in a WEB_INF/tags/ directory. ***/
    I've included my JAVA class, JSP and TLD files below.
    package com.ibm.samples.TEMP;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    public class TEMP extends TagSupport
         private int mandatory = 0;
    //Set method base upon info from .tld file
         public void setMandatory(int mandatory)
             this.mandatory = mandatory;
    //Init tag called from .JSP page that used the custom tag.
        public int doStartTag() {
           try
                JspWriter out = pageContext.getOut();
                out.println("<table border=1>");
           if (mandatory == 1)
               out.println("<tr><td> <input type=\"text\"" +
                     "style=\"background-color:yellow\" size=\"25\" name=\"user\">");
              else
               out.println("<tr><td> <input type=\"text\"" +
                     "style=\"background-color:white\" size=\"25\" name=\"user\">");
           catch (Exception ex)
                  throw new Error("Failure");
    // Must return SKIP_BODY because there isn't a body for this tag.
           return SKIP_BODY;
    //End tag ends table and exits, along with error / exception catching
         public int doEndTag(){
            try  {
                                  JspWriter out = pageContext.getOut()
                                  out.println("</table>");
                          catch (Exception ex)
                                  throw new Error("Failure.");
          return EVAL_PAGE;
    --------------END OF CLASS--------------
    ----------------------JSP----------------------
    <%@ taglib [tagdir="/WEB-INF/tags/" | uri="/WEB-INF/tags/inputTAGS.tld"] prefix="I" %>
    <HTML>
      <HEAD> 
           <TITLE>Custom Tags</TITLE> 
      </HEAD>
      <BODY BGCOLOR = "WHITE">
          <H3>Custom Tags!</H3>
          <FORM METHOD="GET" ACTION="customTags.jsp">
            <P>
            Enter First Name:<br>:
            <P>
            <I:inputTags mandatory="1"/>
            <P>
            Enter Last Name:<br>:
            <P>
            <I:inputTags mandatory="1"/>
            <P>
            Enter Phone Number:<br>:
            <P>
            <I:inputTags mandatory="0"/>
            <P>
            <INPUT TYPE="SUBMIT" VALUE="Submit">
            <INPUT TYPE="RESET" VALUE="Reset">
          </FORM>
      </BODY>
    </HTML>
    --------------END OF JSP--------------
    --------------------TLD--------------------
    <?xml version = "1.0" encoding = "ISO-8859-1"?>
    <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
    "http://java.sun.com/dtd/Web-jsptaglibrary_1_2.dtd">
    <taglib xmlns = "http://java.sun.com/JSP/TagLibraryDescriptor">
    <tlib-version>1.0</tlib-version>
    <jsp-version>1.2</jsp-version>
    <short-name>Input tags library</short-name>
    <description>Custom tags test</description>
    <tag>
    <name>inputTags</name>
    <tag-class>com.ibm.samples.temp.TEMP</tag-class>
    <description>
    Formatted text box:
    </description>
    <attribute>
    <name>mandatory</name>
    <required>true</required>
    <rtexprvalue>true</rtexprvalue>
    </attribute>
    </tag>
    </taglib>
    - LS6V

    I made a new web project and the TLD link is fine. But I have a new error:JspTranslate: unable to load class null I'm recieving the error in my JSP page editor.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@ taglib uri = "/WEB-INF/lib/tag.tld" prefix="I" %>
    <HTML>
      <HEAD>
           <TITLE>Custom Tags</TITLE>
      </HEAD>
      <BODY BGCOLOR = "WHITE">
          <H3>Custom Tags!</H3>
          <FORM METHOD="GET" ACTION="JSPTAG.jsp">
            <P>
            Enter First Name:<br>:
            <P>
    ERROR FOUND HERE ----------->>> <I:inputTag mandatory="1"/>
            <P>
            Enter Last Name:<br>:
            <P>
            <I:inputTag  mandatory="1"/>
            <P>
            Enter Phone Number:<br>:
            <P>
            <I:inputTag mandatory="0"/>
            <P>
            <INPUT TYPE="SUBMIT" VALUE="Submit">
          </FORM>
      </BODY>
    </HTML>---------------------------JAVA CLASS-------------------------
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    public class TAG extends TagSupport
         private String mandatory="";
         private int iMandatory = 0;
    //Set method base upon info from .tld file
         public void setMandatory(String hold)
             mandatory = hold;
             iMandatory = Integer.parseInt(mandatory);
         public String getMandatory()
          return(mandatory);
    //Init tag called from .JSP page that used the custom tag.
        public int doStartTag() {
           try
            JspWriter out = pageContext.getOut();
            out.println("<table border=1>");
             if ( iMandatory == 1)
               out.println("<tr><td> <input type=\"text\"" +
                     "style=\"background-color:yellow\" size=\"25\" name=\"user\">");
            else
               out.println("<tr><td> <input type=\"text\"" +
                     "style=\"background-color:white\" size=\"25\" name=\"user\">");
           catch (Exception ex)
                  throw new Error("Failed in doStartTag");
    // Must return SKIP_BODY because there isn't a body for this tag.
           return SKIP_BODY;
    //End tag ends table and exits, along with error / exception catching
         public int doEndTag(){
            try {
                 JspWriter out = pageContext.getOut();
                out.println("</table>");
            } catch (Exception ex){
                  throw new Error("Failed in doEndTag");
            return EVAL_PAGE;
    }---------------------------TLD------------------------
    <?xml version ="1.0" encoding = "UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <taglib xmlns ="http://java.sun.com/JSP/TagLibraryDescriptor">
      <tlib-version>1.0</tlib-version>
      <jsp-version>1.2</jsp-version>
      <short-name>Input tags library</short-name>
      <description>Custom tags test</description>
      <tag>
        <name>inputTag</name>
        <tag-class>source.TAG</tag-class>
        <description>
            Formatted text box:
        </description>
        <attribute>
          <name>mandatory</name>
          <required>true</required>
          <rtexprvalue>true</rtexprvalue>
          <type>String</type>
        </attribute>
      </tag>
    </taglib>

  • Dithering buttons based off of whether or not a choice field has a value

    Hi,
    I am trying to dither out a button until a choice field has a value in it. I have been noticing that users have been submitting the form without selecting any of the options in the choice field (has about 40 choices).
    I would make that field required, but it would interfere with different views of the form that do not have that section attached to them.
    I have tried dithering the button if the value or if the field itself is either blank or not present, but it does not appear to be working.
    I was thinking that I may need to create a single line of text field that populates if a value is present, however, was hoping there would be an easy way to do this.
    Any help would be greatly appreciated!
    Thanks (happy holidays),
    Greg
    Greg Baker

    Hi  Greg,
    Thank you for your posting!
    For achieving your demand , you can use JavaScript as following:
    Create a field CurrentView to record the current view.
    Add set a field’s value rule on switch view button, such as when we click switch view 1 button, the rule will set the CurrentView  field to 1.
    Add  below JavaScript:
    function validateDropDown() {
    var curView =document.getElementById(“CurrentView”);
    if(curView==1)
    var ddl = document.getElementById("DropdownListID");
    if (ddl.selectedIndex == 0 || ddl.options[ddl.selectedIndex].value == "")
    alert("Please select an option! ");
    return false ;
    else { return true ;}
    </script>
    Hope this helps,
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Open the HTML attachment in new browser window

    Hi all,
    There is a Bsp application in which the table view has list of all attachmnets.
    When I click on a cell a popup opens asking whether the file is to be opened , saved or cancel.
    When I click on open then if it is a TXT attachment it opens in a notepad but if it is an HTML attachmnet it gets opened in the same browser window instaed of a new one.
    What do i do to open the HTML attachment in a new Beowser window.
    Regards,
    Sweta.

    Hi Durairaj,
    The thing is that I did not get the desired answer to my query and the thread was posted in a wrong forum thus I have the query again inthe correct forum.
    Regards,
    Sweta.

  • Double is giving the garbage value

    The following code:
    public class Hello
    public static void main(String[] args)
    double d = 12.12345678235467F;
    System.out.println("d = " + d);
    When the above code runs, then i am getting the garbage value.
    The first 8 decimal digits are correct but after that rest of the digits are garbage value. Why?
    This problem occurs only when the double value has more than 8 decimal digits and the value is appended with "F".
    any answer?

    J2ME_discussion wrote:
    Can you explain it in simpler terms.
    When the value is not appended with "F" then i am getting the correct value i.e. the value declare is same as the value printed in the console output (16 significant decimal digits)
    But, if it gets appended with "F" then the problem starts.Float (32 bits) can handle a smaller range of numbers than double (64 bits). Put F at the end, and it is a float.
    Also, neither store numbers as X number of significant decimal places. I don't understand the math behind it all, and for general use you don't need to. You really only need to know that both float and double do not store numbers are X number of significant decimal places, so some numbers (0.1 I believe is one) will only be an approximation of the actual value. If you absolutely require X number of significant decimal places then you don't want to be using either double or float, you either want to roll your own using two ints, or use BigDecimal class.

  • Counter returns garbage values

    I am using cDAQ 9184 and 9401 Digital I/O card,I am using the counters available for frequency measurement(pulses are generated by a hall sensor,whose frequency i want to measure to estimate DC motor speed.But the problem is that counter returns garbage values.I have tested the card and its counters they are working fine.What could be the possible causes of this happening?
    attaching a VI snapshot.
    Please hep me out at the earliest.
    Thanks and regards.
    Solved!
    Go to Solution.

    Are these garbage values much higher frequency than you would expect?  If so you're probably picking up noise and should enable the PFI filter for your task.
    Best Regards,
    John Passiak

  • Whether the fields of a single row in an internal table has got value.

    I am doing an archiving report in PS Module.
    The table RPSCO has 12 fields which represent each month.The records in the table are based on OBJNR  and YEAR
    Now i need to check for the latest year which month has some value .If any of the month  has got some value i need to take that month.
    Sample table given below.
    OBJNR           year    Month1    month2      month3    so on
    1)PR00002409  2006     0.00     0.00     664.70-     0.00 0.00     0.00     0.00     0.00     0.00                                                                      
    0.00     0.00     0.00     0.00
    2)PR00002409  2005     0.00     0.00     0.00     0.00     0.00     0.00     0.00 0.00     0.00     0.00     48.70     127.20     0.00
    In this case the output should be Month3.Because the latest year is 2006 and Month is Month3.

    Hi Susmita,
    You have to use DO VARYING option from field 3 onwards.
    Below is the sample program to check whether the field has a value or not.
    tables: rpsco.
    data: it_rpsco like rpsco occurs 0 with header line.
    data: v_wlp type rpsco-wlp00,
          v_wtp type rpsco-wtp00,
          v_pos type i.
    select * from rpsco into table it_rpsco where gjahr = '2007'.
    if lines( it_rpsco ) gt 0.
    loop at it_rpsco.
      clear v_pos.
      do 16 times varying v_wlp from it_rpsco-wlp00 next it_rpsco-wlp01
                  varying v_wtp from it_rpsco-wtp00 next it_rpsco-wtp01.
       v_pos = v_pos + 1.
       if not v_wlp is initial.
         write:/5 v_pos , 35 v_wlp, 70 v_wtp.
         exit.
       endif.
      enddo.
    endloop.
    endif.
    Regards,
    Kumar Bandanadham
    Edited by: Velangini Showry Maria Kumar Bandanadham on Jun 1, 2009 9:30 AM

  • Not Printing the Content of Object:SOme Garbage Value on Screen

    i have made one program of Vehicle class which adds and prints the Details of Vehicles in the ArrayList but it always showa the Garbage Value in return.
    import java.util.*;
    import java.awt.*;
    import java.lang.*;
    import java.io.*;
    public class Vehicle
         private int reg_no;
         private String model_name;
         private int model_no;
         private int yr_manufacture;
         private String veh_type;
         private int price;
         private int weight;
         private String veh_status;
         public ArrayList vehicles;
         static BufferedReader keyboard = new BufferedReader (new InputStreamReader (System.in));
         public Vehicle()
              //super();          
              vehicles=new ArrayList(10);
         public Vehicle(int regno,String mo_name,int mo_no,int year_manu,String type_veh,int cost,int weight,String status)
         this.reg_no=regno;
         this.model_name=mo_name;
         this.model_no=mo_no;
         this.yr_manufacture=year_manu;      
         this.veh_type=type_veh;
         this.price=cost;
         this.weight=weight;
         this.veh_status=status;
         public void addVehicle() throws IOException
              int regno;
              String mo_name;
              int mo_no;
              int year_manu;
              String type_veh;
              int weight=0;
              int no_person;
              int cargo;
              int cost;
              String status;
              String confirm;
              int countvehicle=0;
              //start of do-while loop
              do {
                   System.out.print("Input the Vehicle Registration Number(Integer):");
                   regno=Integer.parseInt(keyboard.readLine().trim());
                   System.out.print("Input the Vehicle Make(String)eg. Mercedes,Ferrari,BMW etc: ");
                   mo_name=keyboard.readLine();
                   System.out.print("Input the Vehicle Model(Integer): ");
                   mo_no=Integer.parseInt(keyboard.readLine().trim());
                   System.out.print("Input the Vehicle Manufactured Year(Integer): ");
                   year_manu=Integer.parseInt(keyboard.readLine().trim());
                   System.out.print("Input the Vehicle Type:(CAR/BUS/TRUCK)");
                   type_veh=keyboard.readLine();
                   System.out.print("Where do u want this Vehicle to be Loaded:(Type F or I)?");
                   status =keyboard.readLine();
                        if(countvehicle>6 && status.equals("I"))
                        System.out.println("Sorry.........Ferry is Overloaded your Vehicle will be Loacally on the Island");
                        status="Island";
                        System.out.println("Vehicle in Island");
                        else
                             System.out.println("Vehicle loaded on to Ferry");
                             status="Ferry";
                   //decide the weight Factor for the Vehicle
                   if(type_veh.equals("CAR"))
                        weight=1500;                
                   else if(type_veh.equals("BUS"))      
                        System.out.print("Input the boarding No of Person in Bus: ");
                        no_person=Integer.parseInt(keyboard.readLine().trim());
                        weight=(10000+(no_person*75));// Assuming the weight of one Person is 75kg.
                   else if(type_veh.equals("TRUCK"))
                        System.out.print("Input the Truck Cargo Load: ");
                        cargo=Integer.parseInt(keyboard.readLine().trim());
                        weight=(4500+cargo);                
                   System.out.print("Input the Vehicle Price: ");
                   cost=Integer.parseInt(keyboard.readLine().trim());
                   Vehicle regVehicle= new Vehicle (regno,mo_name,mo_no,year_manu,type_veh,cost,weight,status);
                   vehicles.add(regVehicle);//Add to the Vector
                   regVehicle.printall();
                   //Saving the Added Object in File
                   /*try
                             FileOutputStream f_out = new FileOutputStream("Added.txt");                    
                             ObjectOutputStream obj_out = new ObjectOutputStream(f_out);
                             obj_out.writeObject(vehicles.add(regVehicle));
                        catch (FileNotFoundException e)
                             System.err.println("Error:"+ e.getMessage());
                        catch (IOException e)
                             System.err.println("Error:"+ e.getMessage());
                   countvehicle++;
                   System.out.print ("Add a new vehicle (y or n)? ");
                   System.out.flush();      
         confirm= keyboard.readLine();
                   } while (confirm.equals("y")); //end of do while loop
         public Vehicle getVehicle(int index) throws IOException
              return (Vehicle)vehicles.get(index);
         public int getRegNo() throws IOException
              return reg_no;               
         public Vehicle lookUpVehicle (int accnos)throws IOException
    //start of for loop
              for(int i=0;i<vehicles.size();i++)
              //checks if the information entered are correct using an if statement
              if((((Vehicle)vehicles.get(i)).getRegNo()) == accnos)
                   return ((Vehicle)vehicles.get(i));
    return null;
         public void printDetails()throws IOException
              System.out.println("--------Vehicle Details------------ ");
         for(int i=0;i<vehicles.size();i++)
              System.out.println(" " + getVehicle(i));           
         //System.out.println("\n\n");
         //return ((Vehicle)elements());*/
         /*Iterator it = vehicles.iterator();
              while (it.hasNext())
                   System.out.println(it.next());
         public void printall()
              System.out.println(reg_no);
              System.out.println(model_name);
              System.out.println(model_no);
              System.out.println(weight);
    }

    sohamdave wrote:
    what toString will contain in them.i didn't get you there.it is the whole data type-casted to String or only object type-casted to StringSimply return a String representation of the Vehicle object; frequently the String contains the member variable values, e.g.
    public String toString() {
       return model_name+" "+veh_type;
    }The List toString() method itself invokes your method when the List itself needs to be printed.
    kind regards,
    Jos

  • The session variable, NQ_SESSION.OU_ORG, has no value definition.Please have your System Administrator look at the log for more details on this error. (HY000)

    Hi All,
    I have created a user 'Bitest' and group 'Bi_Test_Group'. Assigned the user to the group and the group to BI consumer role.
    I gave access to only procurement and spend catalog folder reports and Dashboards.
    When I login to BI Presentation Services with above created user and open any procurement and spent catalog dashboard i am getting below error in every report.
    Its BI Apps 7.9.6.3 installation.I gave read  access to group to all procurement and spent subject area.
    Error Codes: OAMP2OPY:OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P 
    Odbc driver returned an error (SQLExecDirectW). 
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 23006] The session variable, NQ_SESSION.OU_ORG, has no value definition.Please have your System Administrator look at the log for more details on this error. (HY000) 
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT Fact."PO Amount" FROM "Procurement and Spend - Purchase Orders"')}
    SQL Issued: SELECT Fact."PO Amount" FROM "Procurement and Spend - Purchase Orders"
    Please help me in resolving this issue and getting results on Dashboard.
    Thanks in advance
    Thanks,
    Sandeep

    Check your query or connection pool settings etc

  • How to send ALV list report as html attachment in a mail??

    Hi all,
    I have an ALV report which I want to send as an HTML attachment in a mail to an external id. I know that spool can be converted to HTML attachment in a mail. But I don't want to have 2 programs - one for generating ALV and the other to send mail with the spool-converted of the first report as attachment. I want to send the mail in the same program itself. Is it possible? Helpful answers will be suitably rewarded.

    Hi Sandip,
    In your ALV program after the alv output is build in the program do the following steps.
    1). Export the list to memory
    2). Import the list from mempry
    3). Do a COmpress of the data
    4). Send an email as an attachment using the normal FM.
    Take a look at the following links which will explain how to do the above steps.
    http://www.geocities.com/mpioud/Z_EMAIL_ABAP_REPORT.html
    http://www.thespot4sap.com/Articles/SAP_Mail_SO_Object_Send.asp
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    remember to change the doc type as 'HTM' in the FM to send email.
    Cheers
    VJ

Maybe you are looking for

  • When iPod is connected to iTunes, a lock appears on iTunes

    After syncing my music to my new iPod 5th Generation, the music on the iPod is greyed out and no action can be taken on it. Additionally, there is a symbol of a lock on the bottom of itunes where the used and free space is noted. I think this lock is

  • How do I import emails from my old eMac to iMac G5

    I have recently upgraded to an iMac G5. I need to copy all my old emails (3 years worth) from my old eMac to the new computer. What options do I have? I don't want to copy anything else (applications or documents). I use Apple's Mail on both computer

  • How can i save the acr changes i make to jpegs (not as sidecar xmps)?

    Hi Guys!   I have been a full-time pro photog for 16 years and yes, yes, I always shoot in raw.  Except on my cameraphone.    I am on a pc.  We have hundreds of pics that my family took on cameraphones on a recent cruise (when we didn't feel like lug

  • Receiver determintation using Abap Mapping

    Hi, I configured a scenario in which I'm using extended receiver determination to determine the receiver of an incoming message. (The reason for this is that there is only one XI system and two ECC systems - DEV and QAS. By means of the setting in a

  • Opening OA page in new window with parameters

    Hi all, Hi need to open a new page in a new window with some parameters to be passed to that page. Here is the code i have written. But i am not sure how to pass parameter in java script string String userid = new Integer(pageContext.getUserId()).toS