Need some urgent help on printing HTML

I am trying to print an HTML using JEditorPane. I used all the GURU's views in this forum and copied the code. It works fine, but the images or not getting printed correctly
Here is my HTML:
<html>
<head>
<title>test</title>
</head>
<body>
<h1>HELLO</h1>
<h2>Hello</h2>
<h6><big><big><big>This is a Test Program for the print</big></big></big></h6>
<br>
<p>
You can also use an image as a link:
<img border="0" src="D:\Tips\Projects\edib\logo.gif" width="65" height="38">
</p>
<br>
<IMG SRC="D:\Tips\Projects\edib\logo.gif" width="65" height="38">
</body>
</html>
These two images are not getting printed. My java class, html and logo.gif are all in the same directory.
Here's the java code which I got it from this forum
import java.io.*;
import java.awt.print.*;
import javax.swing.*;
public class PrintHTMLSwing extends JFrame
     public static void main(String args[]) throws Exception
     //Read the HTML file to a String.
     FileInputStream fio = new FileInputStream(args[0]);
     int size = fio.available();
     byte[] fl = new byte[size];
     fio.read(fl,0,size);
     System.out.println(new String(fl));
     PrintableEditorPane ep = new PrintableEditorPane();
     ep.setContentType("text/html");
     //System.out.println(ep.getContentType());
     ep.setText(new String(fl));
     PrintHTMLSwing p = new PrintHTMLSwing();
     p.getContentPane().add(ep);
     //p.setSize(100,100);
     p.pack();
     p.show();
     // Get a PrinterJob
     PrinterJob job = PrinterJob.getPrinterJob();
     // Create a landscape page format
     PageFormat landscape = job.defaultPage();
     landscape.setOrientation(PageFormat.LANDSCAPE);
     // Set up a book
     Book bk = new Book();
     bk.append(ep, job.defaultPage());
     // Pass the book to the PrinterJob
     job.setPageable(bk);
     // Put up the dialog box
     if (job.printDialog())
          // Print the job if the user didn't cancel printing
          try
               job.print();
          catch (Exception e)
               System.out.println("Error 1:"+ e.toString());
          System.exit(1);
class PrintableEditorPane extends javax.swing.JEditorPane implements java.awt.print.Printable
     public int print(java.awt.Graphics g, java.awt.print.PageFormat pageFormat, int      pageIndex)
          int x = (int)pageFormat.getImageableX();
          int y = (int)pageFormat.getImageableY();
          g.translate(x, y);
          paint(g);
          return PAGE_EXISTS;
WILL ANYONE PLS HELP ME WHATS WRONG WITH THE CODE OR WHAT ELSE SHOULD I DO TO GET THE IMAGES TO PRINT CORRECTLY
Thanks
Tips

All u need to do is specify a protocol. In your case it will be "file://"" preceeding the path to the images. Not a very good idea to use absolute path to the images though. Consider relative ones instead.
Hope this helps.

Similar Messages

  • Need some urgent help with Java code...

    Hello
    i am taking a java class..beginner..and i am a dud at programming...
    had a couple of questions ..how do make a program ignore negative
    integer values,make it terminate when zero is entered instead of a number ,how should i calculate maximum minimum of integers..please help me..
    thanks
    damini

    You got some good advice from Java_Jay.
    Here is a snippet I keep handy for console input and output. It doesn't do your home work but gives you a working example of getting numbers from stdin:
    import java.io.*;
    public class DemoKeyboardInput {
         public static void main(String[] args) throws IOException {
              // open keyboard for input (call it 'stdin')
              BufferedReader stdin = new BufferedReader(new InputStreamReader(
                        System.in), 1);
              // get input from the keyboard
              System.out.print("Please enter your name: ");
              String name = stdin.readLine();
              System.out.print("Please enter your age: ");
              String s1 = stdin.readLine();
              System.out.print("Please enter the radius of a circle: ");
              String s2 = stdin.readLine();
              // perform conversions on input strings
              int age = Integer.parseInt(s1); // string to int
              double radius = Double.parseDouble(s2); // string to double
              // operate on data
              age++; // increment age
              double area = Math.PI * radius * radius; // compute circle area
              // output results
              System.out.println("Hello " + name);
              System.out.println("On your next birthday, you will be " + age
                        + " years old");
              System.out.println("Area of circle is " + area);
    }

  • Need some URGENT help with 3 DVD mastering issues PLEASE! :

    Hi there,
    Firstly, I am running DVD SP 3.0.2 on Mac OS 10.4.7 on a G5 Dual 2 GHz 3Gb Ram plenty of HD space...
    I am creating a DVD with: An intro sequence, a main menu, 4 sub menus, and 4 sections with around 12 chapters each.
    I am having some big problems, and a pretty stuck. I will lest them separately below, numbered. If you are able to help, please refer clearly to which number you are helping with. Any help is MUCH appreciated! Many thanks!!
    1. Each of the 5 menus (1 main, 4 sub) have a background video, and a separate audio track. I added the background videos by simply dragging them to the assests panel, then from there onto the menu editor window. They are created in FCP and are properly encoded. However, when I click the motion button, or use the simulator, the videos do not show up. The music plays, but all i see is plain black.
    What is going on?!?!?!
    2. I am really struggling with rollover buttons. I have custom created buttons, and I wand them to have a soft red glow around them when hovered over. HOW ON EARTH DO I ACTUALLY DO THIS??
    The buttons are in photoshop so can be exported with/without background/glow in any format.
    3. Is it possible, once I have got the above rollover working, to have an image to the right hand side of my buttons which changes with the the button rollover. i.e. hover over button 1, see image 1. hover over button 2, image changes to image 2.
    PLEASE PLEASE give any help you can, I have a deadline coming up and am quite stumped. Thanks again!!

    I am still having problems regarding issue Number 1. PLEASE ANYONE HELP?!
    Sorry, I'm not sure about the motion menus. I avoid those whenever possible. But you might click on the menu in the storyline tab (whatever it's called -- the hierarchical view with the disc, tracks, slideshows, etc.) and look at the properties and see if there's anything you have to enable specifically for motion. And be sure the motion button is on on the main display/preview area, but it sounds like you already know how that works.
    For your information, here is a screen grab of the menu I am trying to create:
    http://www.redhavoc.co.uk/stuff/menu.jpg
    I think it is obvious that when a button is hovered over, I want it to glow red, and the image to the right will change to match the respective button.
    IS THIS GOING TO BE POSSIBLE????
    Yes.
    First, your menus have to be layered menus. Unfortunately, there's no way to convert non-layered menus to layered menus, so if you already have non-layered, you'll have to just delete them and create new layered menus. The button (and menu item) to create a layered menu should be right by the normal new-menu item.
    Next, the graphical work is all in Photoshop.
    Side tip: You may already know this, but I found it's best to use 640x480 for the Photoshop document. When I do text and leave it as a text object in the Photoshop file, it resizes poorly in DVDSP. So this ends up being another 720x480 vs. 640x480 square/rectangular pixel conversion thing. DVDSP plays in the 640x480 world, at least as far as the designer can see. So I keep my images at 640x480, and it doesn't have to resize, and everything looks right.
    Moving on... Set up your basic background, the part that won't change (or will have other things covering it, like for your square image).
    Then put in all the buttons and images you'll be using, each part in a separate layer. This could have fifteen buttons (you have five buttons, and there can be three versions for each -- inactive, selected, and activated versions) and five or six square images (you said one for each button, and you might want a blank default if, say, you want to add a "back" button on the menu and want some blank or default image for the square when they're on the "back" button).
    Sometimes people don't bother with a separate "active" button state, but you usually want some visual feedback that they clicked the button. Also, I usually just build the default (unselected) button into the background; that's less hassle later on, and it will just draw the selected or activated buttons over that when the user is on that button.
    Line up all your buttons and images. All the square images lined up perfectly on top of each other, all the buttons in the right places (so you'll have three buttons stacked on top of each other in each spot). Give each layer a short but quickly recognizable name, and line them up in a consistent order. (button1-default, button1-selected, button1-active, button1-squarepicture, then button2-default, ... etc.) Photoshop and DVDSP don't care, but it makes it easier for you later.
    Note that earlier versions of DVDSP won't show Photoshop layer effects. (They handle layers, just not the effects, like inner glow, outer bezel, etc.) I don't remember when they changed this, but I think it was version 4.something. So if you're using that method to make your buttons glow, you may have to flatten each selected or active button layer, and you may even need to create a dummy blank layer underneath it first to give it something to flatten onto.
    Save the file as a standard Photoshop file (.psd). Drag the file onto your DVDSP layered menu and set it as the background.
    Now, in DVDSP, create all your buttons. Just drag boxes over/around the button pictures you have. Feel free to make them extra-big; users won't see the actual area you've selected, and bigger areas makes it easier for people to hit them if they're using a mouse on a computer to watch the DVD. You can point the buttons to their targets now if you want, and set the end jumps on the tracks if you want. (I tend to set the end jumps on the tracks so they automatically select the button for the next track.)
    Now's the fun part, since it will actually hook everything up and should be easy if your naming layer order were consistent. Click on the layered menu (in that hierarchical view) and look at the properties window. (Sorry I can't remember the technical names for all these windows; I'm doing this all from memory. So feel free to ask more questions if you can't find what I'm talking about.) One of the properties tabs should have a grid of checkboxes with a list of your layers. Make sure the background is checked for all of the states. Then check the layers you want to show for each button state, as well as the corresponding square image to show for each.
    Again, I'm doing this from memory, and I can't remember exactly how things are listed in that grid. But I remember it keeps your layers in the same order you put them in the Photoshop file and shows you those names, so it should make it easy to go down the list and check the right boxes.
    And another side tip: You can update the Photoshop file, but once you've put it in DVDSP, if you change the layer order, it will screw up the check boxes you checked. It always shows you the layer names correctly, but it keeps the checkboxes in DVDSP simply assigned to the layer number, so the fifth layer will keep the same checkboxes even if you juggle them so some other layer is now the fifth layer. So if you do juggle the layers in Photoshop, go back and fix the checkbox list in DVDSP.
    I put a sample Photoshop file based on yours in
    http://dan.black.org/layered-menu-sample.psd
    It's quick and dirty, but shows the layer layout, and you should be able to drop it on DVDSP to play with. (I also won't leave it there forever, maybe a few weeks, so anybody reading this in a month or more probably will get a 404 for that url.)
    Again, doing this from memory, so feel free to ask if anything doesn't work or doesn't make sense.
    G4/dual867   Mac OS X (10.4.5)   2GB/0.8TB

  • ADF Exception--Need some urgent help

    Hi Guys,
    I am a new biee in ADF and am trying to override an apply button on a JSPX page. I have created a Custom Bean, which popultes a drop down list and now now i want to select one item from drop down and when i click the apply button, the selected item from drop down needs to be saved in DB.
    Below is the code that i have written, however when i am trying to execute it i am getting exceptions. Please Help
    Caused By: javax.faces.FacesException: javax.el.PropertyNotFoundException: Missing Resource in EL implementation: ???propertyNotReadable???
    at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:261)
    at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
    at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:513)
    at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:782)
    at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1354)
    at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java:71)
    at oracle.adfinternal.view.faces.unified.taglib.input.UnifiedSelectOneChoiceTag.doStartTag(UnifiedSelectOneChoiceTag.java:51)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:50)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspIterationTagNode.executeHandler(OracleJspIterationTagNode.java:45)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:262)
    at oracle.jsp.runtime.tree.OracleJspNode.execute(OracleJspNode.java:89)
    at oracle.jsp.runtimev2.ShortCutServlet._jspService(ShortCutServlet.java:89)
    at oracle.jsp.runtime.OracleJspBase.service(OracleJspBase.java:29)
    Below is the extract from the jsff.xml
    <mds:insert parent="pfl1" position="first">
    <af:selectOneChoice xmlns:af="http://xmlns.oracle.com/adf/faces/rich" id="e4680291729" label="Custom Dropdown"
    valueChangeListener="#{backingBeanScope.userformbean.submitActionValidator}" binding="#{backingBeanScope.userformbean.emailSelected}">
                   <f:selectItems xmlns:f="http://java.sun.com/jsf/core" value="#{backingBeanScope.userformbean.emaillistdropdown}" id="emlis12" />
              </af:selectOneChoice>
    </mds:insert>
    package oracle.iam.ui.sample.userform.view;
    import java.util.ArrayList;
    import java.util.HashSet;
    import java.util.List;
    import java.util.Set;
    import javax.faces.component.UIComponent;
    import java.util.StringTokenizer;
    import javax.el.MethodExpression;
    import javax.faces.context.FacesContext;
    import javax.faces.event.ActionEvent;
    import javax.faces.model.SelectItem;
    import oracle.adf.model.BindingContext;
    import oracle.adf.view.rich.component.rich.input.RichSelectItem;
    import oracle.adf.view.rich.component.rich.input.RichSelectOneChoice;
    import oracle.binding.BindingContainer;
    import oracle.iam.identity.exception.NoSuchUserException;
    import oracle.iam.identity.exception.UserSearchException;
    import oracle.iam.identity.usermgmt.api.UserManager;
    import oracle.iam.identity.usermgmt.api.UserManagerConstants;
    import oracle.iam.identity.usermgmt.vo.User;
    import oracle.iam.platform.Platform;
    import oracle.iam.platform.entitymgr.vo.SearchCriteria;
    import oracle.iam.selfservice.exception.UserLookupException;
    import oracle.jbo.uicli.binding.JUCtrlListBinding;
    import org.apache.tools.ant.taskdefs.Get;
    //import oracle.iam.ui.sample.common.model.OIMClientFactory;
    public class UserFormRequestBean {
    private static final String USER_LOGIN_ATTRIBUTE = "usr_login__c";
    private static final String EMAIL_ATTRIBUTE = "usr_email__c";
    private static final String EMAIL_LIST_ATTRIBUTE = "EMAIL_LIST__c";
    private static final String LAST_NAME_ATTRIBUTE = "usr_last_name__c";
    private static List<SelectItem> emaillistdropdown;
    private static RichSelectOneChoice emailSelected;
    private String preffemail;
    private static String filterboxvalue;
    private List<User> userlist;
    private static final String USR_LOGIN="oimcontext.currentUser.usr_key";
    private UIComponent emaillist;
    public UserFormRequestBean() {
    setFilterboxvalue("test custom bean");
    setEmaillistdropdown(getEmailList());
    public static List getEmailList() {
    // String userlastname =
    // FacesUtils.getAttributeBindingValue(LAST_NAME_ATTRIBUTE, String.class);
    emaillistdropdown = new ArrayList<SelectItem>();
    try {
    UserManager usrService = OIMClientFactory.getUserManager();
    Set retAttrs = new HashSet();
    String emailAttribute=null;
    SearchCriteria criteria = new SearchCriteria(UserManagerConstants.AttributeName.USER_LOGIN.getId(),"XELSYSADM", SearchCriteria.Operator.EQUAL);
    // SearchCriteria(UserManagerConstants.AttributeName.USER_LOGIN.getId(),userlogin, SearchCriteria.Operator.EQUAL);
    retAttrs.add("EMAIL_LIST");
    List<User> users = usrService.search(criteria, retAttrs, null);
    for (int i = 0; i < users.size(); i++) {
    emailAttribute =(String)users.get(i).getAttribute("EMAIL_LIST");
    System.out.println("Value for email :: " + emailAttribute);
    StringTokenizer st = new StringTokenizer(emailAttribute, ",");
    while (st.hasMoreElements()) {
    SelectItem emaItem = new SelectItem();
    String token = st.nextToken();
    emaItem.setLabel(token);
    emaItem.setValue(token);
    emaillistdropdown.add(emaItem);
    } catch (UserSearchException e) {
    e.printStackTrace();
    return emaillistdropdown;
    * Generic value change listener. Handles value change events of all customized components.
    * Source component is identified by component reference.
    public void submitActionValidator(ActionEvent actionEvent) {
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    // Get the sepecific list binding
    JUCtrlListBinding listBinding = (JUCtrlListBinding)bindings.get("Custom Dropdown");
    // Get the value which is currently selected
    Object emailSelected = listBinding.getSelectedValue();
    System.out.println("Inside SubmitAction Avlidator***********************************");
    // emailSelected =
    // (RichSelectOneChoice)actionEvent.getSource();
    System.out.println("emailSelected***********************************:"+emailSelected);
    if (emailSelected != null) {
    preffemail = emailSelected.toString();
    System.out.println("preffemail***********************************"+preffemail);
    FacesContext facesContext = FacesContext.getCurrentInstance();
    FacesUtils.setAttributeBindingValue(EMAIL_ATTRIBUTE,
    preffemail);
    // execute original submit button action listener
    MethodExpression originalActionListener =
    FacesUtils.getMethodExpressionFromEL("#{backingBeanScope.MyInformationUIBean.applyButton}",
    null,
    new Class[] { ActionEvent.class });
    originalActionListener.invoke(FacesUtils.getELContext(),new Object[] {actionEvent});
    public void setemaillist(UIComponent emaillist) {
    this.emaillist = emaillist;
    public UIComponent getemaillist() {
    return emaillist;
    public static void setFilterboxvalue(String filterboxvalue) {
    filterboxvalue = filterboxvalue;
    public String getFilterboxvalue() {
    return filterboxvalue;
    public void setEmaillistdropdown(List<SelectItem> emaillistdropdown) {
    this.emaillistdropdown = emaillistdropdown;
    public List<SelectItem> getEmaillistdropdown() {
    return emaillistdropdown;
    public void setEmailSelected(RichSelectOneChoice emailSelected) {
    this.emailSelected = emailSelected;
    public static RichSelectOneChoice getEmailSelected() {
    return emailSelected;
    public void setPreffemail(String preffemail) {
    this.preffemail = preffemail;
    public String getPreffemail() {
    return preffemail;
    }

    There isn't sufficient detail in your post. To confirm,
    1) Are you customizing an out-of-the-box WebCenter taskflow?
    2) How are you deploying the new managed bean class? Is it deployed as an ADF Library jar within a shared library?
    3) If ADF Library JAR, do you have the managed bean defined in the config files (adfc-config or faces-config) within the ADF Library JAR

  • I need some urgent Help!

    Ok, i use my ibook (stats below) at my high school, (which has a one to one program, but i use my personal one) which has a DHCP network, so i have always been able to use my personal laptop at school on the internet, however, i got a email that said they were disabling DHCP TOMORROW and that the school laptops had to be switched location or something like that, ANYWAY, i want to use my personal lappy at school, but now that i can't use DHCP, what do i need to do? I'm kind of a networking newb here, if i have to ask the IT guys for an IP address, then i don't think its gonna work, i think they might frown upon me having my personal at school. Please help me!

    I suppose you don't care, but the IT people at your school do care about security issues. Asking us to circumvent their concerns by telling you how to access the school's computer system illegally violates the Terms of Use of the Apple Discussions.
    I suggest you either ask the school's permission to use their system with your computer or go elsewhere for help with your quest.
    This site is the property of Apple Computer. Perhaps you will appreciate the irony of asking them to participate in an illegal activity.

  • Need some urgent help // Streaming windows and Mac Pro

    HI ,
    I have a nice "issue" here.
    At present I am in a project.
    We save the video images and sound by capture in FCP PRO with Mac Intel. Ans next to that using a Windows PC to stream live to internet.
    We send the video by using a converter from analog to digital using S-video in and out Firewire. (from the converter).
    After the converter we send the the firewire signal to a belkin hub to distribute to Mac and PC.
    Evenrything goes fine. But the MAc responds to the PC and the Mac to the PC . When the PC blocks (the image for streaming) the Mac stops capturing. When I (the Mac) cancel capturing the PC stops streaming
    PLease assist if you can .. how to handle. we guess that the hub creates the issues ...
    Should we use a more link switch ? like a network switch ?

    Our video runs through a video switcher which then outputs the signal to a PC (live streaming) and into a DRS-11 DV deck for recording as well as converting to FW which goes into the Mac for a live capture (redundancy) as well.
    <
    Yar, you want deal with the VIDEO, not the data stream, which is what you get on FW.
    Use a video/audio distribution amplifier to send duplicate versions of your program video and audio content to two or more different encoding/processing systems.
    Your boss/clients are not going to understand the technical requirements if they're Web geeks. Try this: If you want two copies of the same book, you don't use a copier. You buy two copies from the printer. You can't use a copier to distribute copies of a book in real time; each page has to be scanned and copied, one at a time, and they have to be collated separately. Anything that interrupts the process, like pulling out the stacks to staple them into, say, chapters (or insert your own metaphor here), causes the copier to stop since it can no longer knows the collation is correct.
    bogiesan

  • Offtopic, but i really need some urgent help

    Hey guys,
    I just noticed that ive got a really wasted virus :/
    Its renaming all my files and folders to what lookes like Japanese characters, but because i havnt got a interpreter, they appear as those little block thingies. After its done renaming the folder, it declares it as empty, and when you try to open it, it says something about : "#Folder Path# is not accesible. The file or directory is corrupt and unreachable." Ive been watching it slowly spread, trying to scan and disinfect it with my Anti-Virus (F-Secure), but it wants nothing of the sort, coz it sees the folder as empty and skips the search. Ive already lost WEEKS of dowloaded material (Mostly Anime and music, but irresplacable none the less)
    already, and im about to freak out. Any help would be very very very much appreciated. If you could direct me to a Anti-Virus that you think will solve the problem, that would be really cool. This is really important, im only guessing, but its prolly only a matter of time before it starts attacking my windows folder, then im gonne be in really deep trouble :(

    My Computer is gonne be dead and buried by the time
    this site loads, That is the problem with downloading stuff on a Windows box without having a virus checker or a firewall.
    and this isnt a cheap computer
    either :/ Which will be cheaper? A virus checker or re-installing your oprerating system and downloading all your files again.
    >
    What do you think about removing the infected/useless
    harddrive? Think that might slow the infection down?
    Im open to all sorts of suggestions, as long as the
    are fast acting :/I think you are stuffed!

  • Ajax experts need some urgent help here....

    Hello eveyone,
    I am new to Ajax and have been fiddling with it for the last couple of days. I am trying to get a dropdown filter to work. I have managed to sort out the filter for the frist dropdown using a Ajax script but cannot get the second drop down to work. I am not too sure to write the correct Ajax syntax. My question is on the second dropdown, how can I pass the id for the first onChange event and the second onChange event...
    Here is my explanation on what I am trying to achieve,
    When a user selects Student Name from the frist dropDown, then the onchange event runs the Ajax script
    and filters the second Dropdown and displays all the exams details by the student name selected above. The code works fine uptill this point.
    Now, when I select the second dropdown, I want it to take the value of the frist dropdown and the second dropdown and
    then filter the third dropdown. I do not know the correct syntax in Ajax on how to pass the onChange event on the frist two dropdowns.
    Here is my html dropdown code:
    <tr><td>
    //This is the first DropDown
         <select name="studentID" id="studentID" onChange="ajaxStudentID(this)">
            <option value="0" selected>Select...</option>
            <%=student.getList(stuForm.getStudentID())%>
            </select>
    </td></tr>
    <tr><td>
    //This is my Second DropDown
    //This basically filters the list and gives a dropdownlist of Exams taken by the value returned
    //from the method stuForm.getStudentID()
    <div id="examDropDownList">
         <select name="examID" id="examID" onChange="ajaxExamID(this)>
    *//My question is on this change even, how do I write the ajax function to get this ID and the previous onChange ID*
    *//which is "ajaxStudentID(this) in the frist dropdown*
            <option value="0" selected>Select...</option>
            <%=exam.createList(stuForm.getStudentID(), stuForm.getExamID())%>
            </select> 
    </div>
    </tr></td>
    //This is my Last DropDown
    //This basically filters the list and gives a dropdownlist of Exams Passed taken by the values returned
    //from the method stuForm.getStudentID() and method stuForm.getExamID()
         <select name="passID" id="passID">
            <option value="0" selected>Select...</option>
            <%=pass.createList(stuForm.getStudentID(), stuForm.getExamID(), stuForm.getPassID())%>
            </select> 
    </tr></td>Here is the Ajax script I am using:
    <script>
         function registerAjaxStuff() {
              ajaxEngine.registerRequest( 'ajaxStudentID', 'dropdownlist.jsp' );
              ajaxEngine.registerAjaxElement( 'examDropDownList' ); //This is the div, I want to run
         function ajaxStudentID(selectBox) {
              //var id = selectBox.options[selectBox.selectedIndex].value;
              var id = selectBox.value;
              //alert("groupid = " + id);
              ajaxEngine.sendRequest( 'ajaxStudentID', "id=" + id);
              registerAjaxStuff();
    </script>Here is the dropdownlist.jsp page that runs the Ajax and gets the values for the second dropdown..
    <%response.setContentType("text/xml");%>
    <%@ include file="header.jsp" %>
    <jsp:useBean id="examList" class="student.DropDown"/>
    <%
    examList.useDb(db);
    int id = utils.servletUtils.isNumber(request.getParameter("id"),0);
    %>
    <ajax-response>
       <response type="element" id="examDropDownList">
         <select name="examList" id="examList" onchange="ajaxStudentID(this)">
         <option value="0">Select</option>
         <%=examList.createList(id,0)%>
         </select>
       </response>
    </ajax-response>My Question is I want to write a function that passes two parameters, the onchange event of the second dropdown which I know how to do it but I also want to pass the selected value of the frist dropdown which I do not know how to do?

    In your javascript, get the <select> element by id (document.getElementById('studentID'), and call 'selectedIndex' for the value that is selected in the dropdown:
    var studentIdValue = document.getElementById("studentID').selectedIndex;
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Need a DAC Expert - Need some Urgent Help DAC 10.1.3.4

    Hi We have just upograded out DAC from 7 to 10.1.3.4, We have upgraded the repository we were using in 7 to 10 via na empty container all the mappings look ok, we genereated the parameters, then build the execution plan.
    When we click execute we get the following error in the beginning about the w_param_g, it tries to carry on and then the mappings will fail because the w_param_g is empty, it's empty no rows in the w_param_g tables, the following error is displayed., we have tested the connections in the physical sources they all work as some of the mappings do run?, not sure what to try? anybody assist with anything please. Thanks
    START OF ETL
    1870 SEVERE Wed Dec 19 14:25:42 GMT 2012 Starting ETL Process.
    1871 SEVERE Wed Dec 19 14:25:42 GMT 2012
    ANOMALY INFO::: Error while getting database connection definition for node Update W_PARAM_G From DAC(->DataWarehouse)
    MESSAGE:::There is no database that match the description.
    EXCEPTION CLASS::: com.siebel.analytics.etl.execution.NoSuchDatabaseException
    com.siebel.analytics.etl.execution.DatabaseConnections.getByIdentifier(DatabaseConnections.java:131)
    com.siebel.analytics.etl.execution.DatabaseConnections.getPhysicalByIdentifier(DatabaseConnections.java:171)
    com.siebel.etl.engine.core.TaskUtils.createGenericTaskParameters(TaskUtils.java:209)
    com.siebel.etl.engine.core.Session.executeTasks(Session.java:2682)
    com.siebel.etl.engine.core.Session.run(Session.java:3249)
    java.lang.Thread.run(Thread.java:619)
    1872 SEVERE Wed Dec 19 14:25:42 GMT 2012 Number of running sessions : 2
    1873 SEVERE Wed Dec 19 14:25:48 GMT 2012 Request to start workflow : 'SIL_UA:SIL_Parameters_Update_DatesWeeks' has completed with error code 0
    1874 SEVERE Wed Dec 19 14:26:09 GMT 2012 pmcmd startworkflow -sv PowerCenter_Integration_Service -d Domain_gbrdevbi -u Administrator -p **** -f SIL_UA -lpf D:\Informatica\9.0.1\server\infa_shared\SrcFiles\DataWarehouse.DataWarehouse.SIL_UA.SIL_Parameters_Update_DatesWeeks.txt SIL_Parameters_Update_DatesWeeks
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.

    make sure you copied all CSV and look up files to infashared directory ?
    it is clearly saying database connection to w_param_G table. source for w_param_G is flatfile. check you created flatfile connection is created in DAC setup and also in generate parameters tab assign proper value for that connection
    Thanks
    Jay.

  • Need Some Urgent Help.

    Hi All,
    ASO Cube is being built in ESSBASE STUDIO. I have got 7 tables and 6 dimensions to be built. I have chosen to built outline in the first place. It is taking a lot of time (more than 8 to 9 hours) and I am not sure what it is doing ?
    I can see the records being processed with the message deploying cube. Now why is it taking so much time. The mini schema is properly linked and built.
    Below is the log file
    Also can anyone give me all the required settings (config files etc) for ESSBASE STUDIO to work fine.
    Can anyone help me here ?
    Thanks in advance
    BK>
    =============================================
    [Fri Jul 13 05:44:34 2012]Local/PRAXPOC///Info(1070013)
    Index cache size ==> [1048576] bytes, [128] index pages.
    [Fri Jul 13 05:44:34 2012]Local/PRAXPOC///Info(1070014)
    Index page size ==> [8192] bytes.
    [Fri Jul 13 05:44:34 2012]Local/PRAXPOC///Info(1070081)
    Using buffered I/O for the index and data files.
    [Fri Jul 13 05:44:34 2012]Local/PRAXPOC///Info(1070083)
    Using waited I/O for the index and data files.
    [Fri Jul 13 05:44:34 2012]Local/PRAXPOC///Info(1024033)
    Missing Database Config File [E:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\APP\PRAXPOC\PRAXPOC\PRAXPOC.cfg], Query logging disabled
    [Fri Jul 13 05:44:34 2012]Local/PRAXPOC///Info(1203135)
    Starting the Data Mining Framework
    [Fri Jul 13 05:44:34 2012]Local/PRAXPOC///Warning(1203134)
    Data Mining Framework failed to initialize with status [-1203109]. Data Mining functionality disabled.
    [Fri Jul 13 05:44:34 2012]Local/PRAXPOC///Info(1200551)
    Allocated TRIGMAXMEMSIZE: [4096] Bytes.
    [Fri Jul 13 05:44:37 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090047)
    Building Dimensions, Available Memory: 30208448 Kilobytes
    [Fri Jul 13 05:44:47 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Warning(1090061)
    DIMBUILDERRORLIMIT reached [20000]. Rejected records will no longer be logged
    [Fri Jul 13 05:44:47 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    20000 Records Processed
    [Fri Jul 13 05:44:56 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    40000 Records Processed
    [Fri Jul 13 05:45:06 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    60000 Records Processed
    [Fri Jul 13 05:45:16 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    80000 Records Processed
    [Fri Jul 13 05:45:26 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    100000 Records Processed
    [Fri Jul 13 05:45:37 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    120000 Records Processed
    [Fri Jul 13 05:45:47 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    140000 Records Processed
    [Fri Jul 13 05:45:58 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    160000 Records Processed
    [Fri Jul 13 05:46:09 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    180000 Records Processed
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090048)
    Building Dimensions Finished, Available Memory: 30040912 Kilobytes
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1007132)
    Building Dimensions Elapsed Time : [100.669] seconds
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1019018)
    Writing Parameters For Database [PRAXPOC]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [FindMemberEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberInfoEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberUniqueNameEdit ] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberAliasEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetUserAttributesEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberFormulaEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberLastFormulaEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetNonUniqueFlag] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberAliasEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetOriginalMemberEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [Get Aggregate Level Usage ] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [SetMemberCommentExEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [BuildDimension] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090047)
    Building Dimensions, Available Memory: 30040972 Kilobytes
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090048)
    Building Dimensions Finished, Available Memory: 30040932 Kilobytes
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1007132)
    Building Dimensions Elapsed Time : [0.031] seconds
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1019018)
    Writing Parameters For Database [PRAXPOC]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [FindMemberEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberInfoEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberUniqueNameEdit ] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberAliasEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetUserAttributesEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberFormulaEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberLastFormulaEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetNonUniqueFlag] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberAliasEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetOriginalMemberEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [Get Aggregate Level Usage ] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [SetMemberCommentExEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [BuildDimension] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090047)
    Building Dimensions, Available Memory: 30040764 Kilobytes
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090048)
    Building Dimensions Finished, Available Memory: 30040732 Kilobytes
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1007132)
    Building Dimensions Elapsed Time : [0.25] seconds
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1019018)
    Writing Parameters For Database [PRAXPOC]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [FindMemberEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberInfoEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberUniqueNameEdit ] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberAliasEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetUserAttributesEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberFormulaEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberLastFormulaEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetNonUniqueFlag] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetMemberAliasEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [GetOriginalMemberEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [Get Aggregate Level Usage ] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [SetMemberCommentExEdit] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:19 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1013091)
    Received Command [BuildDimension] from user [USABKL2@NA Praxair]
    [Fri Jul 13 05:46:19 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090047)
    Building Dimensions, Available Memory: 30040704 Kilobytes
    [Fri Jul 13 05:46:24 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Warning(1090061)
    DIMBUILDERRORLIMIT reached [20000]. Rejected records will no longer be logged
    [Fri Jul 13 05:46:24 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    20000 Records Processed
    [Fri Jul 13 05:46:29 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    40000 Records Processed
    [Fri Jul 13 05:46:34 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    60000 Records Processed
    [Fri Jul 13 05:46:39 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    80000 Records Processed
    [Fri Jul 13 05:46:44 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    100000 Records Processed
    [Fri Jul 13 05:46:48 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    120000 Records Processed
    [Fri Jul 13 05:46:53 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    140000 Records Processed
    [Fri Jul 13 05:46:58 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    160000 Records Processed
    [Fri Jul 13 05:47:03 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    180000 Records Processed
    [Fri Jul 13 05:47:08 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    200000 Records Processed
    [Fri Jul 13 05:47:12 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    220000 Records Processed
    [Fri Jul 13 05:47:18 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    240000 Records Processed
    [Fri Jul 13 05:47:23 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    260000 Records Processed
    [Fri Jul 13 05:47:28 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    280000 Records Processed
    [Fri Jul 13 05:47:33 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    300000 Records Processed
    [Fri Jul 13 05:47:38 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    320000 Records Processed
    [Fri Jul 13 05:47:43 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    340000 Records Processed
    [Fri Jul 13 05:47:48 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    360000 Records Processed
    [Fri Jul 13 05:47:53 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    380000 Records Processed
    [Fri Jul 13 05:47:58 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    400000 Records Processed
    [Fri Jul 13 05:48:03 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    420000 Records Processed
    [Fri Jul 13 05:49:21 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    440000 Records Processed
    [Fri Jul 13 05:52:14 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    460000 Records Processed
    [Fri Jul 13 05:55:38 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    480000 Records Processed
    [Fri Jul 13 05:58:52 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    500000 Records Processed
    [Fri Jul 13 06:02:50 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    520000 Records Processed
    [Fri Jul 13 06:08:05 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    540000 Records Processed
    [Fri Jul 13 06:11:13 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    560000 Records Processed
    [Fri Jul 13 06:14:51 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    580000 Records Processed
    [Fri Jul 13 06:18:45 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    600000 Records Processed
    [Fri Jul 13 06:23:03 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    620000 Records Processed
    [Fri Jul 13 06:26:50 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    640000 Records Processed
    [Fri Jul 13 06:30:49 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    660000 Records Processed
    [Fri Jul 13 06:33:24 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    680000 Records Processed
    [Fri Jul 13 06:36:53 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    700000 Records Processed
    [Fri Jul 13 06:40:49 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    720000 Records Processed
    [Fri Jul 13 06:43:24 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    740000 Records Processed
    [Fri Jul 13 06:48:11 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    760000 Records Processed
    [Fri Jul 13 06:50:28 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    780000 Records Processed
    [Fri Jul 13 06:52:19 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    800000 Records Processed
    [Fri Jul 13 06:55:39 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    820000 Records Processed
    [Fri Jul 13 06:58:25 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    840000 Records Processed
    [Fri Jul 13 07:00:21 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    860000 Records Processed
    [Fri Jul 13 07:06:20 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    880000 Records Processed
    [Fri Jul 13 07:10:12 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    900000 Records Processed
    [Fri Jul 13 07:15:02 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    920000 Records Processed
    [Fri Jul 13 07:22:05 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    940000 Records Processed
    [Fri Jul 13 07:29:16 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    960000 Records Processed
    [Fri Jul 13 07:36:45 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    980000 Records Processed
    [Fri Jul 13 07:41:58 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1000000 Records Processed
    [Fri Jul 13 07:48:00 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1020000 Records Processed
    [Fri Jul 13 07:51:57 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1040000 Records Processed
    [Fri Jul 13 07:57:53 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1060000 Records Processed
    [Fri Jul 13 08:01:37 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1080000 Records Processed
    [Fri Jul 13 08:09:26 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1100000 Records Processed
    [Fri Jul 13 08:13:26 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1120000 Records Processed
    [Fri Jul 13 08:20:00 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1140000 Records Processed
    [Fri Jul 13 08:31:27 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1160000 Records Processed
    [Fri Jul 13 08:41:36 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1180000 Records Processed
    [Fri Jul 13 08:52:15 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1200000 Records Processed
    [Fri Jul 13 09:02:15 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1220000 Records Processed
    [Fri Jul 13 09:10:17 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1240000 Records Processed
    [Fri Jul 13 09:18:49 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1260000 Records Processed
    [Fri Jul 13 09:27:42 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1280000 Records Processed
    [Fri Jul 13 09:34:32 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1300000 Records Processed
    [Fri Jul 13 09:41:49 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1320000 Records Processed
    [Fri Jul 13 09:51:03 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1340000 Records Processed
    [Fri Jul 13 10:00:15 2012]Local/PRAXPOC/PRAXPOC/USABKL2@NA Praxair/Info(1090051)
    1360000 Records Processed
    Edited by: user11091956 on Jul 13, 2012 7:38 AM

    Thise two are Essbase warnings.
    the first one is more information than anything else. By default Query logging is not turned on. It is just letting you know so. Query logging is used in BSO cubes to let an Admin know what intersections of the cube users are hitting. I really never turn it on.
    The second one is a setting in the essbase.cfg file that defines how many error records are logged before stopping the logging. Defailt is 1000 so someone has increased it on your system. As a note for your load problem it takes longer to build if there are a lot of erros are the writing of the errors to disk is slow. If you have 20000 errors from a dimension build, you have a major problem with your build logic

  • Need some urgent help with my (simple) Applet!

    Hello, I'm pretty new to Java and I am beginning to like it!
    I'm still verry much new to the language, but if you can help me you make me verry happy!
    Oke so I made an Applet where if you push on the button Omhoog, Omlaag, Links, Rechts, and Reset the ball (created with g.Oval in the methode paint) the ball should move above, down, left, right, and with reset it should go to the specified beginningpoint. The thing which I can't get to work is that when you push for instance on rechts(right) I want it to change in color for each specific movement (i.e left right...) and turn to black again when pushing on the reset button. I have been meshing around with if and else but I don't seem to know how to set this proparly. (I hope you can help me out!)
    this is my sourcecode:
    package oefening80;
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    public class Applet1 extends Applet {
    int xPos = 130, yPos = 130;
    Button Omhoog, Omlaag, Links, Rechts, Reset;
    boolean geklikt, gekliktL;
    public void init() {
    setBackground( Color.yellow );
    setLayout( null );
    geklikt = false;
    Omhoog = new Button( "Omhoog" );
    Omhoog.addActionListener( new OmhoogHandler() );
    Omhoog.setBounds( 120, 20, 50, 20 );
    gekliktL = false;
    Omlaag = new Button( "Omlaag" );
    Omlaag.addActionListener( new OmlaagHandler() );
    Omlaag.setBounds( 120, 60, 50, 20 );
    Reset = new Button( "Reset" );
    Reset.addActionListener( new ResetHandler() );
    Reset.setBounds( 120, 40, 50, 20);
    Links = new Button( "Links" );
    Links.addActionListener( new LinksHandler() );
    Links.setBounds(70, 40, 50, 20 );
    Rechts = new Button( "Rechts" );
    Rechts.addActionListener( new RechtsHandler() );
    Rechts.setBounds( 170, 40, 50, 20 );
    add( Omhoog );
    add( Omlaag );
    add( Reset );
    add( Links );
    add( Rechts );
    public void paint( Graphics g ) {
    g.fillOval( xPos, yPos, 30, 30 );
    class OmhoogHandler implements ActionListener {
    public void actionPerformed( ActionEvent e ) {
    yPos -= 10;
    repaint();
    class OmlaagHandler implements ActionListener {
    public void actionPerformed( ActionEvent e ) {
    gekliktL = true;
    yPos += 10;
    repaint();
    class ResetHandler implements ActionListener {
    public void actionPerformed( ActionEvent e ) {
    xPos = 130;
    yPos = 130;
    repaint();
    class LinksHandler implements ActionListener {
    public void actionPerformed( ActionEvent e ) {
    xPos -= 10;
    repaint();
    class RechtsHandler implements ActionListener {
    public void actionPerformed( ActionEvent e ) {
    xPos += 10;
    repaint();
    thanks.

    Gotten tag.
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    public class Applet1 extends Applet
         int     xPos = 130, yPos = 130;
         Button  Omhoog, Omlaag, Links, Rechts, Reset;
         boolean geklikt, gekliktL;
    public void init()
         setBackground( Color.yellow );
         setLayout( null );
         ActionListener actl = new OHandler();
         geklikt = false;
         Omhoog = new Button("Omhoog");
         Omhoog.addActionListener(actl);
         Omhoog.setBounds(115, 20, 60, 20 );
         gekliktL = false;
         Omlaag = new Button("Omlaag");
         Omlaag.addActionListener(actl);
         Omlaag.setBounds(115, 60, 60, 20 );
         Reset = new Button("Reset");
         Reset.addActionListener(actl);
         Reset.setBounds(120, 40, 50, 20);
         Links = new Button("Links");
         Links.addActionListener(actl);
         Links.setBounds(70, 40, 50, 20 );
         Rechts = new Button("Rechts");
         Rechts.addActionListener(actl);     
         Rechts.setBounds(170, 40, 50, 20 );
         add(Omhoog);
         add(Omlaag);
         add(Reset);
         add(Links);
         add(Rechts);
    public void paint(Graphics g)
         super.paint(g);
         g.fillOval(xPos, yPos, 30, 30 );
    class OHandler implements ActionListener
    public void actionPerformed(ActionEvent e)
         Object obj = e.getSource();
         if (obj.equals(Omhoog)) yPos -= 10;
         if (obj.equals(Omlaag)) yPos += 10;
         if (obj.equals(Rechts)) xPos += 10;
         if (obj.equals(Links))  xPos -= 10;
         if (obj.equals(Reset)) 
              xPos = 130;
              yPos = 130;
         repaint();
    [/code
    Noah                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Need some urgent help with ps vita

    My son has a ps vita, and a few days ago, I found some history of visiting adult websites. He claims that these sites just pop up, and he is not purposely seeking out these sites.
    Is it possible for adult sites to pop up on ps vitas?
    Thanks
    IW

    Sony PlayStation has a separate community which can be found here. Please visit the link for best assistance with your PlayStation Vita.
    If my post answers your question, please click on "Accept as Solution"

  • Some urgent help needed with MobileMe suddenly saying my password is wrong

    Hi
    First of all I want to say sorry if this is in the wrong forum, but I needed some urgent help and I couldn't find a forum other than this that might relate to this issue.
    The issue that I am having is with my MobileMe Account. I was on my Mac, when when my MobileMe Account suddenly dropped its connection and told me that I had entered the wrong username or password (I know I hadn't) I tried to re-enter them but every time I try I just get a message that says I have entered the wrong username or password. I no longer have access to my Mail, I can not sing-in to MobileMe to access my online account and it wont let me change the password because it keeps saying that safari can not open the page.
    I can not sign-in to my MobileMe folders on my Mac and it wont sync. I was signed in perfectly fine before this happened so I know its nothing to-do with my password or user name.
    I am now locked out of MobileMe and need some help as to what might have went wrong
    Can someone please give me some quick help as this is really worrying me as I am afraid my MobileMe account might of been hacked (that is the kind of behaviour that I am seeing - saying that my username and password are wrong, when they are not, and not letting me sign in to change them)
    Huge thanks

    Ughhh,
    it seems my panic was for nothing. I just ran apple 24 hour support and they put it right for me it cost me but I'd rather be safe and pay then loose all the information I have on MobileMe. This has taught me a lesson anyway, I need to keep a backup of everything and not just rely on time machine

  • Need some quick help - fairly urgent!

    I've just taken over a new job and have been the task of finishing the new brochure for Christmas, there's not a lot to do but a lot of the measurements need changing
    This is the layout I'm dealing with..
    All the boxes have been made in Illustrator
    The text has been done in In'Design and it seems every piece of text is it's own box if that makes sense
    My question is, if I select the whole specification box - copy, paste it into Adobe Illustrator and change the text there, then paste the edited box back into In-Design, will I lose quality when it gets printed?
    I'm worried if I do it this way it may come out blurred? Or am I just worrying about nothing?

    I couldn't find an Illy file in the end and have ended up creating tables in ID to replicate what was already there!
    Didn't take very long and I guess if I didn't do it now, I'd come across the same situation next time!
    Date: Wed, 30 Nov 2011 08:48:07 -0700
    From: [email protected]
    To: [email protected]
    Subject: Need some quick help - fairly urgent!
        Re: Need some quick help - fairly urgent!
        created by Peter Spier in InDesign - View the full discussion
    There certainly are viable "quick fix" solutions proposed here, and if the dealine is looming and this file never needs to be touched again I might be tempted, but they are only postponing the pain for a file that needs periodic updates, and I wouldn't waste effort on them, myself, when that time can be put toward a proper rebuild now if that's the ultimate goal.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4054725#4054725
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4054725#4054725. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in InDesign by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to convert PO sapscript layout to pdf - need VERY URGENT Help

    Dear All,
    Requirement: PO sapscript layout after some modifications (say, ZMEDRUCK) has to be converted to pdf. Through me9f user will be able to give ranges of PO numbers and can view the print preview for the po. After that on clicking the print button we get the printout of the pos one after another based on the user input of PO numbers.
    Our requirement is that when the user will click on the "Print Preview" of po (rather than pressing the print button) it i.e. PO sapscript layout has to get converted to pdf.
    If you have already encountered this scenario, could you please send me the source code regarding this at the earliest. If you want to email it to my personal id, please let me know so that I can give it to you. Thank you.
    It will be very beneficial for mine if you can send me some source code in this regard. (FYI. We want only “Print output” of PO sapscript. So, Print Program /SMB40/FM06P [after copying it to our ZSMB40/FM06P program] need to be modified for downloading the PO into PDF where there is no FMs like OPEN_FORM, WRITE_FORM, CLOSE_FORM. So already available source code in SAP forums can not help me.)). Kindly help me at the earliest. It’s VERY URGENT…
    Thank you.
    Thanks & Regards
    Sudipta

    Hi Chaith,
    Could you please provide me the source code regarding this at the earliest.
    We want only “Print output” of PO sapscript. So we need to modify only the Print Program SAPFM06P after copying it to ZSAPFM06P for downloading of modified PO (ZMEDRUCK) sapscript layout into PDF.
    I am already having some source code from sdn portral. I am attaching it herewith. But it's not working as some constants and variable values need to be given. We want to take download of PO into PDF from ME9F transaction itself.
    Could you please provide necessary values in the missing constants and variables and kindly resend the corrected modified Source code to me so that I can run the same code to  download the modified PO ZMEDRUCK into PDF . Need YOUR URGENT HELP...
    DATA: l_druvo LIKE t166k-druvo,
            l_nast  LIKE nast,
            aux_nast LIKE nast,
            l_from_memory,
            l_doc   TYPE meein_purchase_doc_print,
            ent_screen TYPE c,
            ent_retco TYPE i,
            toa_dara TYPE toa_dara,
            arc_params LIKE arc_params,
            aux_form LIKE tnapr-fonam.
      DATA: otf LIKE itcoo OCCURS 0 WITH HEADER LINE,
            lt_docs      TYPE TABLE OF docs,
            pdf_bytecount TYPE i,
            nom_archivo TYPE string.
      aux_form = 'ZMEDRUCK'.
      l_from_memory = c_true.
      SELECT *
        FROM nast
        INTO aux_nast
        UP TO 1 ROWS
        WHERE kappl = c_po     " Purchase Order
        AND   objky = t_datos-ebeln
        AND   aktiv = space
        ORDER BY erdat DESCENDING eruhr DESCENDING.
      ENDSELECT.
      aux_nast-sort1 = c_swp.
      CLEAR ent_screen.
      CLEAR ent_retco.
      IF aux_nast-aende EQ space.
        l_druvo = c_1.
      ELSE.
        l_druvo = c_2.
      ENDIF.
    l_druvo = '2'.
      CALL FUNCTION 'ME_READ_PO_FOR_PRINTING'
        EXPORTING
          ix_nast        = aux_nast
          ix_screen      = ent_screen
        IMPORTING
          ex_retco       = ent_retco
          ex_nast        = l_nast
          doc            = l_doc
        CHANGING
          cx_druvo       = l_druvo
          cx_from_memory = l_from_memory.
      CHECK ent_retco EQ 0.
      CALL FUNCTION 'ECP_PRINT_PO'
        EXPORTING
          ix_nast        = l_nast
          ix_druvo       = l_druvo
          doc            = l_doc
          ix_screen      = ent_screen
          ix_from_memory = l_from_memory
          ix_toa_dara    = toa_dara
          ix_arc_params  = arc_params
          ix_fonam       = aux_form                            
        IMPORTING
          ex_retco       = ent_retco.
      CLEAR otf.
      CALL FUNCTION 'READ_OTF_FROM_MEMORY'
        EXPORTING
          memory_key   = l_nast-objky  " PO Number
        TABLES
          otf          = otf
        EXCEPTIONS
          memory_empty = 1
          OTHERS       = 2.
      CALL FUNCTION 'CONVERT_OTF_2_PDF'
        IMPORTING
          bin_filesize           = pdf_bytecount
        TABLES
          otf                    = otf
          doctab_archive         = lt_docs
          lines                  = pdfout
        EXCEPTIONS
          err_conv_not_possible  = 1
          err_otf_mc_noendmarker = 2
          OTHERS                 = 3.
      CONCATENATE c_dest t_datos-ebeln c_ext INTO nom_archivo.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          bin_filesize = pdf_bytecount
          filename     = nom_archivo
          filetype     = c_bin
        IMPORTING
          filelength   = pdf_bytecount
        TABLES
          data_tab     = pdfout.

Maybe you are looking for

  • Adobe Fireworks cs5 pop up menu stile benutzerdefiniert

    Hallo, habe alles gemacht was in der Hilfe geschildert wird doch ich kann trotzdem nicht im pop up menu editor meinen eigen stil auswählen und habe nur die standard schwartweißen zur verfügung vielleicht könntet Ihr mir weiter helfen DANKE im Voraus

  • How to have Secure Connection for File Adapter.Pls help

    Hi All, For File to File Scenario How to have Secure Connection for File Adapter. Pls send links/blogs explaining this scenario. Regards

  • Is there a rs.MoveFirst in JSP?

    I have some code like this: ResultSet rs = blah blah blah blah if (!rs.next()) do something else rs.close() rs = blah blah blah blah do something else the problem above is that I need to write the same code again to difine "rs". I know in ASP there i

  • Resource hungry query

    Friends I had used the following query for an update statement: UPDATE target_table tar    SET (tar.flag1, tar.flag2, tar.flag3, tar.flag4, tar.flag5, tar.flag6,         tar.flag7, tar.flag8, tar.flag9, tar.flag10, tar.flag11, tar.flag12,         tar

  • File Size for Rasterized vs. Smart Object Images

    Hello, I am scaling smaller images up to the full canvas size for a project (around 200% of original size). I have tried scaling images up as both a smart object, and also converting it to a rasterized layer, then scaling it up. I noticed that almost