Problem with Logo uploading

Hi,
Thank You very much for reading this and advising me.
For my new Smart Form I have uploaded one logo (black and white) through SE78 Transaction code.
My logo contains 4 letters and 3 of them are very thick and other letter is Grey one.So If I give print preview I am able to see all those 4 letters including grey one.But If I take the print out, the letter which is grey not getting printed.
So it is some thing to do with printer settings or I need to chnage some technical attributes of that logo.
Can you please help me on this.
Thanks and Regards,
K.Krishna Chaitanya.

Hello,
From the True Color graphics only 24 bit True Colors graphics are
supported by SAP.
As I noticed your image is a true color bitmap with 16,7 millions (24
BitsPerPixel) colors. The SAP has to convert it to a bitmap with 256
colors during the upload. Here the colors can slightly change.
Please decrease the color depth of the image and upload in your system
again.
Maybe the result will be much better after this.
Regards,
David

Similar Messages

  • Facing problem with logo in the PDF attachment when sending mail...

    hi friends,
    i'm facing problem with logo in the PDF attachment to the mail.
    my requirement:
    1. enter spool number and mail id in the selection screen.
    process:
    1. now the program will fetch the spool data and converts it to PDF.
    2. but when i'm trying to send mail with this PDF as attachment.
    when i open the PDF file from the mail, logo is not coming properly (looks disturbed).
    can anyone help me how to resolve this issue...
    thanks in advance, murashali.

    hi dinakar, thanks for your mail...
    logo looks good in spool/script/smartform.
    even it look good when i download this spool to pdf and to the presentation server as pdf file.
    i'm using CONVERT_OTFSPOOLJOB_2_PDF.
    when i used CONVERT_ABAPSPOOLJOB_2_PDF, is gives a msg - 'spool number not found'.
    here i'm using folloing code to pass pdf to the function module: SO_NEW_DOCUMENT_ATT_SEND_API1.
    code:
    Transfer the 132-long strings to 255-long strings
      lt_mtab_pdf[] = pdf[].
      LOOP AT lt_mtab_pdf INTO lwa_mtab_pdf.
        TRANSLATE lwa_mtab_pdf USING ' ~'.
        CONCATENATE lv_gd_buffer lwa_mtab_pdf INTO lv_gd_buffer.
        CLEAR lwa_mtab_pdf.
      ENDLOOP.
      TRANSLATE lv_gd_buffer USING '~ '.
      DO.
        lwa_mess_att = lv_gd_buffer.
        APPEND lwa_mess_att TO lt_mess_att.
        CLEAR lwa_mess_att.
        SHIFT lv_gd_buffer LEFT BY 255 PLACES.
        IF lv_gd_buffer IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
    NOTE: problem i believe is with ''.  i'm getting this tilt symbol () in my pdf internal table.  here in the above code the line   TRANSLATE lv_gd_buffer USING '~ ' is changing the existing tilt to space.  so my logo is getting disturbed.
    even i tried with REPLACE this tilt with other char, but it doent work.
    can you give any idea...

  • Problem with File Uploading.

    Hi,
    I have one problem with File Upload component.
    JSP
    <ui:upload binding="#{NewProblem.fileUpload1}" columns="#{SessionBean1.uploadedFile}" id="fileUpload1" labelLevel="3"
    style="left: 24px; top: 24px; position: absolute" validator="#{NewProblem.fileUpload1_validate}"/>
    Java
    UploadedFile uploadedFile = getSessionBean1().getUploadedFile();
    Variable uploadedFile is NULL :(((((((((((
    web.xml
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    <filter>
    <filter-name>UploadFilter</filter-name>
    <filter-class>com.sun.web.ui.util.UploadFilter</filter-class>
    <init-param>
    <param-name>maxSize</param-name>
    <param-value>10000000</param-value>
    </init-param>
    <init-param>
    <param-name>sizeThreshold</param-name>
    <param-value>10024</param-value>
    </init-param>
    </filter>
    Thanks.

    check out the fileUpload article
    Using the File Upload Component
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/file_upload.html

  • Problems With FTP Upload in Leopard 10.5.3-4

    Hi, I experience a strange problem with ftp upload speed in 10.5.3-4. When I start upload a file to my trusted ftp server the upload speed starts to decrease from 300 kb/sec to 35 -40 kb/sec. It remains normal for 1-2 minutes (about 300 kb/sec) and then smoothly decreases to 35 -40 kb/sec. Pressing Stop and then Resume in Cyberduck makes speed normal for 1-2 minutes and then it starts to decrease again. It does not depend on ftp-client, it does not matter if I use either Cyberduck, Transmit or Fetch. It happens if I use either ethernet or airport connection. I have my old Powerbook with 10.4.11, it's connected to the same router with the same settings and the same time upload speed remains stable about 300 kb/sec.
    But when I transfer files from my Macbook to my old Powerbook via ftp everything is fine. And when I transfer files to ftp server of my local ISP it's also fine.
    Please, help me, I have to upload big 100 Mb files very often and it's significant difference for me 30 or 300 kb/sec
    Boris

    I'm afraid it's not just the Duck or FTP, Boris....It's many many Apps...and protocols... 10.5 appears to have ;broken',a number of file transfer protocols and Apps... (Wired and KDX are two that come to mind- precisely the same symptoms, AND some others) Apple's own 'built-in' FTP appears OK Mac-Mac, oddly enough.
    There's obviously some kind of weird Copy-Paste problem too.
    It's obviously 'fixable' or a workaround is available because several s/w mobs have released 'fixes for 10.5 file transfer Bug'
    The rest of us will just have to wait while another unannounced,unacknowledged, gaping hole in the Mac OS is quietly fixed and our expensive s/w sits unusable...
    Not really good enough, is it ?
    Like: Not being able to automatically detect a part file transfer on FTP and Auto-resume from whence you left off: something we thought was pretty cool- back in about 1984.... and absolutely essential in 86 or so.
    Boris:You will almost certainly find that it happens whatever the client-server server setup and applications or Medium... I've seen precisely what you describe happen with Airport, Cable, 10/100/1000' local' LAN...
    - and watching your throughput drop from 300K to 300 BYTES/Sec is NO FUN.
    I've spent a lot of time and money convincing potential 'Switchers' of the superiority of the Mac way over the last 20 years or so...
    I'm getting pretty tired at defending the indefensible: 'SkoolBoy Misstakes' in a 24 year old 'superior Computer.- Not Good enough, Apple.

  • Newbie : memory problem with file uploading

    Hello
    I'm exdending a web app based on jsf and , being new to it and java in general, i'm having a problem with file uploading.
    The customer needs to upload large file (more than 30 MB). The application accomplish this using a fileupload component, to let the user select the file, and passing the array of bytes to a web service method.
    I'm using netbeans 6, tomcat 5.5.
    When i try to upload a file too large i got an outofmemory on the local tomcat. So i've rised jvm memory and going on with tests i've found that growing the size i got an http 500 error from the service (the developer of the service has found an out of memory too ).
    I think the service is not modifiable, so i were asking if threre were a way to optimize the file uploading process (a component, a library, a pattern ...) or my only chioice is to rise available memory on both sides.
    I've notice the wsdl declares as base64binary type the data parameter , while netbeans 6 generates a client proxy with a byte[] parameter. Is correct or is a netbeans problem?
    searching with google i've found few thing i haven't fully understood due to my lack of experience:
    the mtom , how can evaluate if it's suitable to help in my problem (i suppose it involves more the web service rather than the client)
    something about the size of a soap body.
    thank you in advance
    Stefano

    Which component exactly are you using? Declaring the stream as a raw byte[] is certainly not efficient. Write code yourself, don't let it autogenerate.
    I can highly recommend you the Tomahawk t:inputFileUpload component. It is easy to integrate in Mojarra. You can find here an useful article: [http://balusc.blogspot.com/2008/02/uploading-files-with-jsf.html].

  • Problem with logo image

    Hi all,
    I build an application for a client with apex installed on database 11g with gateway.
    All works fine but I've got a problem with the logo image.
    here is what I have done:
    1. upload the image header-logo.gif in shared component and I have associated this image to the application (note : the same thing happens when the image is not associated to the application).
    2. the logo is defined by #APP_IMAGES#header-logo.gif
    3. I run the application. and the image is displayed (ok)
    4. At a time, I don't know really when, the image is not displayed anymore in the pages and when I go back to the images in shared component, the image is there but not displayed.
    I think it could come from the gateway because on my machine I use an http server and I don't have the problem. But I can be wrong.
    Does anybody have an idea ?
    Thanks
    Sophie

    Hi Sophie,
    How about using
    [img src=#WORKSPACE_IMAGES#&P2_PIC_NAME. width=100]
    to access your image.
    If you can not get it working search for images on this forum.
    Regards
    Rana

  • PROBLEM WITH LOGO PRINTING IN REVERSE DIRECTION

    HI,
    When Ever I take the print out of the checks, The company logo is getting printed in reverse direction, but if i look at the print preview , it is showing up correctly. even if i take the print out of just  the logo from SE78, the logo is getting printed out in reverse direction...I think it is the problem with the printer settings, but i m not sure. Can any one please help me out with this issue,
    Regards,
    Raghu

    Hi,
      Are you trying to get this print directly from the backend or some frondend application triggers your form? As I also faced same problem many a times but then observed that when smartform was triggered from frontend, logo was always in its right position.
    Regards,
    Shikha

  • Problem with agent10g upload

    Hi Gurus,
    I have installed Agent10g on a linux box the installation was successful and ran the root.sh, I am able to start agent successfully using emctl start agent but I could not see the host in target list of OMS. You can see the agent status below and please find the traces of emctl.trc and emagent.trc.
    And the when installaing some of the things are failed, the command failed configuration was "oracle.sysman.emcp.agent.AgentPlugIn" I found this in /u01/app/oracle/OracleHomes/agent10g/cfgtoollogs/configToolFailedCommands
    Please let me know the reason for my prblem and solution
    thanks in advance
    Ashok Chava.
    IAS904 % ./emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 xyz Corporation. All rights reserved.
    Agent Version : 10.2.0.2.0
    OMS Version : 10.2.0.2.0
    Protocol Version : 10.2.0.2.0
    Agent Home : /u01/app/oracle/OracleHomes/agent10g
    Agent binaries : /u01/app/oracle/OracleHomes/agent10g
    Agent Process ID : 22286
    Parent Process ID : 22269
    Agent URL : http://web287.us.xyz.com:1920/emd/main/
    Repository URL : http://ajacob-idc.idc.xyz.com:4889/em/upload/
    Started at : 2006-09-08 09:42:10
    Started by user : xyz
    Last Reload : 2006-09-08 09:42:10
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 1113
    Size of XML files pending upload(MB) : 19.25
    Available disk space on upload filesystem : 36.01%
    Last attempted heartbeat to OMS : 2006-09-08 20:23:40
    Last successful heartbeat to OMS : unknown
    Agent is Running and Ready
    emdctl.trc
    2006-09-08 09:42:10 Thread-3058628224 WARN http: snmehl_connect: connect failed to (web287.us.xyz.com:1920): Connection refused (error = 111)
    2006-09-08 09:42:10 Thread-3058628224 ERROR main: nmectla_agentctl: Error connecting to http://web287.us.xyz.com:1920/emd/main/. Returning status code 1
    emagent.trc
    2006-09-08 20:28:07 Thread-2811276208 ERROR upload: Error in uploadXMLFiles. Trying again in 900.00 seconds or earlier.
    2006-09-08 20:28:08 Thread-3035749296 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2006-09-08 20:28:09 Thread-3035749296 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2006-09-08 20:28:11 Thread-3035749296 ERROR upload: Error in uploadXMLFiles. Trying again in 900.00 seconds or earlier.
    2006-09-08 20:28:11 Thread-3046562736 ERROR command: nmejcn: received no status header from repository at http://ajacob-idc.idc.xyz.com:4889/em/upload/
    2006-09-08 20:28:20 Thread-3034819504 ERROR upload: Error in uploadXMLFiles. Trying again in 900.00 seconds or earlier.
    2006-09-08 20:28:26 Thread-3035749296 ERROR upload: Error in uploadXMLFiles. Trying again in 900.00 seconds or earlier.
    2006-09-08 20:28:27 Thread-3031669680 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2006-09-08 20:28:29 Thread-3031669680 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2006-09-08 20:28:30 Thread-2807225264 ERROR upload: Error in uploadXMLFiles. Trying again in 900.00 seconds or earlier.

    Hi Sujit and Nazim,
    thanks for your response.The repositary URL is working fine becasue I have used downloadAgent.linux script to install the agent10g on this linux box. I have used "oracle" user to install the agent and I am using oracle user to start the agent. So there is no question of acces problems as I know.
    when tried to telnet from the linux box where I installed agent10g it is connecting I have used below comamnd
    telnet ajcob.xyz.com 4889 the below given is the message
    Trying 152.69.149.127...
    Connected to ajacob.xyz.com.
    Escape character is '^]'.
    Nazim you asked for the emoms.trc file I looked into the trc file but I could not find anything related to the this agent upload problems other agents which are running on winows box are connected to OMS and uploading files as expected so I assume there is no problem with OMS. If you insist on seeing emoms.trc I can very well provide them.
    Please let me know the solution for my problem.
    Thanks,
    Ashok Chava

  • Photos app problem with Flickr upload

    I updated to new Yosemite on mac mini.  Now with the photos app I can only upload 30 photos to my flickr account and the titles do not upload.  I never had this problem with iPhotos (I could upload hundreds of photos and all the titles uploaded)  Help

    I have the same problem: The Title/Description is not uploaded/exported with my photos to the Caption field in Flickr or Facebook. I'm afraid this is a bug right now...

  • 11.3 problems with crashes, uploads and downloads

    Hi
    I am currently running on windows 7, with firefox 13.0.1 and flashplayer 11.3.300.257.
    I have a couple of problems which i think are linked.
    Firstly, like others i have been having problems with 11.3 crashing when playing video, i did notice that there was a new download 11.3.300.262 of flashplayer for firefox however, despite downloading this and re-booting about 6 times i am still running 11.3.300.257.
    Secondly, i have been having problems with downloads and uploads specifically in email (i use bt yahoo on firefox) I cannot "detach" attachments (even though it looks like its happening its not) and am unable to attach docs to emails - im load the flash uploader has stopped working.
    From digging around on the internet, I think these problems are caused by the flashplayer version and firefox version im currently using somehow "clashing", and would really like some advice on the best way to get around these issues until mozilla and adobe have sorted things out.
    Thank you for any and all advice you can give me

    Under system32\Macromed\Flash i have:
    Flash64_11_2_202_235.ocx
    FlashInstall
    FlashUtil64_11_2_202_235_ActiveX.dll
    FlashUtil64_11_2_202_235_ActiveX
    FlashUtil64_11_3_300_262_Plugin
    NPSWF64_11_3_300_262.dll
    Under syswow64\Macromed\Flash i have:
    Flash32_11_2_202_235.ocx
    FlashInstall
    flashplayer.xpt
    FlashPlayerPlugin_11_3_300_262
    FlashPlayerUpdateService
    FlashUtil32_11_2_202_235_ActiveX.dll
    FlashUtil32_11_2_202_235_ActiveX
    FlashUtil32_11_3_300_262_Plugin
    install
    mms.cfg
    NPSWF32_11_3_300_262.dll
    Interestingly, i re-booted comp again for the umpteenth time before doing anything this morning, and the adobe site is now saying i am running 262 and not 257 a quick test on my email indicates this is now working properly i do not know yet about the crashing.
    Thank you for helping me out, I will come back if i still have problems.

  • Problems with Photo Uploader in Safari

    I've been trying to upload pictures from iPhoto to either the Snapfish or Shutterfly websites.  I had originally thought it was a problem with Snapfish, but the same thing is happening with Shutterfly, so I'm wondering if it's some sort fo software issue.
    So when I try to use the uploading tool on either site, first Safari doesn't seem to recognize that I am even clicking the "get photos" button on either site, although after several minutes the uploader page does appear.  However, the uploader is frozen, and I can't select any photos and even hit cancel or close out.  I end up having to force quite Safari entirely.
    I checked for softwar updates, but it says everything is up to date.
    Any suggestions?

    That's a Safari problem so I'd ask that on a Safari forum:
    https://discussions.apple.com/community/mac_os/safari

  • Rise time Problem with flash upload

    My problem is this, I have my hosting on an IIS with PHP5 running, the flash uploader is in AS2.0 Flash 8, the file upload limit in the server is at 15mb, the maximum execution time is only 500 seconds. Now when I upload a 7mb file for example, takes less than 90 seconds to upload it, this all good, but rising to perhaps a smaller file with a conxeion to delay more than 90 seconds, the flash returns me HTTPError 500 .
    The truth is that no longer can be, we would appreciate your help .. thanks

    HollyBerry,
    Neither of the links you posted is relevant to a digital input. The OP is using the NI 9401 which has only digital inputs. The 500 ns rise/fall time limit is likely the problem with his system.
    andrewMHL,
    Your external low pass filter followed by a Schmitt trigger is the best solution. Some NI digital input and counter input devices have digital debounce or hystersis inputs but the 9401 specifications do not mention anything like that. The 500 ns specification also implies that it does not have such signal conditioning.  
    It is conceivable that you could sample the digital input lines at a very high rate and then use some time domain processing of the data to reject the high frequency extraneous transitions.
    As a general rule I find that using a bit of circuitry to clean up a signal before computerizing it is usually better than writing a complicated signal processing algorithm later to try to extract the information from the data.
    Lynn

  • Problem with FNDLOAD upload command for Concurrent Program

    Hi Apps Gurus,
    I am facing a peculiar problem with the FNDLOAD command.
    My customer has a concurrent program which is running fine in Prod, and now they have requeseted for a change in the program, the change requested was to modify the parameters and the name of the program. I have done the changes and when I try migrating this change from DEV instance to IAT using FNDLOAD commands it is not getting migrated. There does not seem to be any problem with the LDT file, There is no error message in the log as well.
    However I have noticed something very peculiar.* In the target instance (IAT) , when i run the FNDLOAD command directly the migration is unsuccessful but when i delete the existing parameters of the prog and rename the concurrent program and then run the FNDLOAD command the migration is sucessful and the changes are getting reflected!!. I dont understand why this is happening. This is happening in preprod as well , the migration is unsucessfull initially when i directly run the command, when i modify the name and parameters of the prog and then run the command the migration is sucessful. Now i do not have access to prod and this trick of changing prog name and parameters cannot be done in prod , so I need a proper solution for the migration.
    Any pointers to resolve this issue will be helpful.
    Thanks,
    Mahesh

    I am facing a peculiar problem with the FNDLOAD command.
    My customer has a concurrent program which is running fine in Prod, and now they have requeseted for a change in the program, the change requested was to modify the parameters and the name of the program. I have done the changes and when I try migrating this change from DEV instance to IAT using FNDLOAD commands it is not getting migrated. There does not seem to be any problem with the LDT file, There is no error message in the log as well.
    However I have noticed something very peculiar.* In the target instance (IAT) , when i run the FNDLOAD command directly the migration is unsuccessful but when i delete the existing parameters of the prog and rename the concurrent program and then run the FNDLOAD command the migration is sucessful and the changes are getting reflected!!. I dont understand why this is happening. This is happening in preprod as well , the migration is unsucessfull initially when i directly run the command, when i modify the name and parameters of the prog and then run the command the migration is sucessful. Now i do not have access to prod and this trick of changing prog name and parameters cannot be done in prod , so I need a proper solution for the migration.
    Any pointers to resolve this issue will be helpful.What are the commands you used for the download/upload?
    Do you get any errors in the log files?
    Please see (FNDLOAD Download / Upload Concurrent Programs Fails To Load Parameters [ID 1101946.1]).
    Thanks,
    Hussein

  • Problems with File Upload on BEA WLS 6.1

    I encountered a problem with Jason Hunters File Upload Classes.
    When uploading a file I always get this exception:
    java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletRequest
    at com.oreilly.servlet.MultipartRequest.<init>(MultipartRequest.java:175)
    at servlets.uploader.service(uploader.java:21)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:263)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:23
    90)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    The line of code that brings up this exception is:
    multiReq = new MultipartRequest((ServletRequest)request, "c:\\temp", 10485760);
    Going directly with the HttpServletRequest doesn't help.
    Can anybody help me out on this one? Thanks in forward.
    Michael

    The line of code that brings up this exception is:
    multiReq = new
    = new MultipartRequest((ServletRequest)request,
    "c:\\temp", 10485760);
    try this: MultipartRequest multiReq = new MultipartRequest((ServletRequest)request,
    "c:\\temp", 10485760);
    (not sure if that is the problem or not..)

  • Architectural Problem with file upload feature. URGENT!!!

    Hi,
              We have an architecture in a production site which has iPlanet in the front & WebLogic at the back. The web-tier and the middle-tier both reside on the WebLogic server & only the static assets (images, PDFs etc.) are serviced by iPlanet. Recently we had to incorporate a new feature to our existing site to allow the user to upload images onto the server. The problem with this is that since our web-tier is in WebLogic, the uploaded file would reside in the WebLogic server's document root and will not be accessible to the iPlanet server. Is there any way that I can store the images directly in iPlanet even though the servlets reside on WebLogic. I know this query sounds a bit weird & I'm asking for too much but I also have this feeling the architecture of our site is not very different from a lot of other sites & other sites also have upload functionalities, so how do they go about dealing with this problem. Porting the web-tier to iPlanet is not a solutions since there are a lot parties involved & we cannot at this point take that decision.
              Would really appreciate any help from you guys.
              Thanks in advance,
              VD.
              

    u can have AppServers serve the image if u want to.
              u just need to set the path correctly and save them in the right directory.
              we are already doing it with Iplanet and we wrote a sample for Weblogic6.1 too.
              if i remember correctly u need to put the image directiry say "imageDirectory" in "wlserver6.1"
              then u need to access via http://apache_webserver_box:80/weblogic_identifier/imageDirectory/myimage.jpg
              Hope it helps!!!
              -aseem
              vikram wrote:
              > Hi,
              > We have an architecture in a production site which has iPlanet in the front & WebLogic at the back. The web-tier and the middle-tier both reside on the WebLogic server & only the static assets (images, PDFs etc.) are serviced by iPlanet. Recently we had to incorporate a new feature to our existing site to allow the user to upload images onto the server. The problem with this is that since our web-tier is in WebLogic, the uploaded file would reside in the WebLogic server's document root and will not be accessible to the iPlanet server. Is there any way that I can store the images directly in iPlanet even though the servlets reside on WebLogic. I know this query sounds a bit weird & I'm asking for too much but I also have this feeling the architecture of our site is not very different from a lot of other sites & other sites also have upload functionalities, so how do they go about dealing with this problem. Porting the web-tier to iPlanet is not a solutions since there are a lot parties involved & we cannot at this point take that decision.
              >
              > Would really appreciate any help from you guys.
              >
              > Thanks in advance,
              > VD.
              

Maybe you are looking for