Problem with Rendering-Engine

Hi,
Installed the iPrintAppliance as described in the paper. But a HP ColorLaserJet 3600DN in the Back for Printertests. With the Desktop-iPrint-client it works correct and fine.
then I activated emailprinting for this printer and installed as in the papers described the rendering maschine (english os, english office and so on.) When Iprint a document, i receive a mail back:
Subject: Job Notification (Printing Failed) :print printer=HPColor3600DN
Body:
Failed to print the job. Error occurred during document conversion.
Job List
Document: <name of document>
docx
Status: Error in document conversion, or invalid page range. Supported document formats include Open Office, Microsoft Office, PDF, image and text files.
Has somebody an idea what is wrong?
Regards Martin

Does the printer support postscript?
As I understand it as default (and for advanced features) the printer must support postscript.
Best regards
Lennart

Similar Messages

  • Problems with rendering quality in Premiere Elements 9

    Hello, I've made a few videos with PE 9 now, and I get very poor quality rendering despite trying several different settings. I saw on a help thread earlier that I needed to try changing to HD when creating the new file from the beginning. I did that, but it only made my PE 9 run more slowly, and the rendering quality was not improved. I also read somewhere that using .MOV files as a source can cause problems with rendering; is that true? I hope not! I use a Lumix bridge camera for my videos, and the video quality is very good. And when I'm working with these videos within PE 9 the quality is great. It's only when exporting to various file types that the quality suddenly becomes poor. For the most part I have made compilation videos of gymnasts, and when their legs move they are often so lined or pixelated that they become invisible. Here is an example of a short gym video I made yesterday: http://www.youtube.com/watch?v=-0s7tUBcSZk. The last girl jumping gives the best example of this invisible leg problem.
    You can see the original source films here: http://www.youtube.com/watch?v=zmUMi9oN8dQ
    http://www.youtube.com/watch?v=OEzcJZjhxiI
    and http://www.youtube.com/watch?v=I53twqPQMV4
    The sequences I took in my compilation video start at about 20 seconds in the source videos.
    Youtube does reduce the quality of the videos slightly, but in any case you can definitely see a difference in quality between the source videos and the PE 9 rendered compilation video.
    I'm quite disappointed because I made a longer compilation video set to music (which was a lot of work), and it looks so much nicer on PE 9 than on any of the rendered formats, but of course I can't share the PE 9 version!
    Thanks very much for your help.
    Chleste

    Thanks Steve. I'm not sure what resolution I'm shooting in, actually. However, the thing is that when I make these compilations, I like to go back to source videos I've made in the past sometimes. Sometimes these videos come from a Canon camera, and sometimes they even come from my Samsung mobile telephone. I like being able to creatively combine historic moments, and these moments might have been recorded without any intention at the time of making a compilation video. Is it not possible to combine several kinds of video sources?
    I'm uploading an example of a compilation with mixed source videos from various kinds of cameras. It's 710 Megs so it will take a while, but when it's finished you will be able to see it at http://youtu.be/CslpULRe4LU.
    I opened up the file for the compilation of the four girls on the beam (video posted in original message), and I do indeed see those red lines in the timeline. Is there anything I can do now about that, or do I have to start the project all over?
    I'm confused about the processor requirements. Even if I can see my video perfectly in PE 9, the actual export process will be affected if my system is not up to par? If so, that's a bit disappointing! I'm not sure what my processor details are, but I will find out and let you know.
    Many thanks.

  • Problem with rendered attribute in jhs 10.1.3.3

    We are currently trying to migrate our applications from jhs 10.1.3.2.52 to jhs 10.1.3.3.87 using jdeveloper 10.1.3.5. We are facing a problem with all the detail groups structured inside detail group regions - they have all disappear from the pages.
    In my example code i have two master-detail groups Products (Master) and ExpertiseAreas (Detail) on the same page:
    Products - Group
    -> ExpertiseAreasDtl - Detail Group Region
         -> ExpertiseAreas - Group (Samepage="true")
    The problem is that the detail group ExpertiseAreas is not rendered on the page.
    As i looked in through the pages generated by the 2 different releases of jhs using the same app definition, i can see the following:
    CODE GENERATED FOR THE ExpertiseAreasDtl Detail Group Region (all the vms used are the default):
    in jhs10.1.3.3.87:
    <af:panelGroup *rendered="#{(ProductsIterator.currentRow!=null and ProductsIterator.findMode!='true')}"* id="ProductsRegionsExpertiseAreasDtlPanelGroup">
    in *jhs 10.1.3.2. 52*:
    <af:panelGroup id="ProductsRegionsExpertiseAreasDtlPanelGroup">
    First of all a rendered attribute is being generated in the new version of jhs and not in the old.
    The real problem seems to be with the iterator binding generated from verticalRegionContainer.vm in the regular expression: "#{(ProductsIterator.currentRow!=null and ProductsIterator.findMode!='true')}". It should have been *bindings.*ProductsIterator and not plain ProductsIterator. Has anybody got any ideas on how to solve the problem?
    Thanks
    Giorgos
    Edited by: user647567 on 17 Δεκ 2009 2:16 πμ
    Edited by: user647567 on 17 Δεκ 2009 5:58 πμ

    Giorgos,
    We have uploaded a new service update, 10.1.3.3.88, on the cso.oracle.com site. This should fix your issue.
    Steven Davelaar,
    JHeadstart Team.

  • Problem with rendered tables in JHeadstart 10.1.3.3.87

    Hi,
    We have recently upgraded from Jhs 10.1.3.3.52 to 10.1.3.3.87 (using JDev 10.1.3.4.0.4270) and have run into a problem with a window using regions. We have horizontal region containers, vertical region containers, stacked region containers and detail group regions. The tables in these containers/regions are not rendering at all. When I compared the .jspx pages of both versions of Jhs I noticed the 10.1.3.3.52 version had the following code (which works) as
    <af:panelGroup rendered="#{(bindings.AwardView1Iterator.*currentRowIndexInRange!=-1* and bindings.AwardView1Iterator.findMode!='true')}" id="AwardView1DetailGroupsBelow" partialTriggers="AwardView1Table">
    and the 10.1.3.3.87 version had the following code as
    <af:panelGroup rendered="#{(bindings.AwardView1Iterator.*currentRow!=null* and bindings.AwardView1Iterator.findMode!='true')}" id="AwardView1DetailGroupsBelow" partialTriggers="AwardView1Table">
    the problem seems to be in the following line in the horizontalRegionContainer.vm and stackedRegionContainer.vm -
    #JHS_PROP("rendered" $subRegion.rendered)
    as in line 33 of the horizontalRegionContainer.vm - <af:panelGroup #REGION_PARTIAL_TRIGGERS($subRegion) *#JHS_PROP("rendered" $subRegion.rendered)* id="#REGION_ID()${subRegion.name}PanelGroup" and
    as in line 32 of the stackedRegionContainer.vm - <af:showDetailItem text="#REGION_TITLE($subRegion)" *#JHS_PROP("rendered" $subRegion.rendered)* #JHS_PROP("disabled" $subRegion.disabled) #REGION_PARTIAL_TRIGGERS($subRegion) id="#REGION_ID()${subRegion.name}Tab">
    has anyone run into a similar problem?
    thanks,
    Lana

    Thanks Steven!
    We appreciate the reply and this solution. Could you, or anyone, point us in the direction of helpful documentation with respect to Velocity Templates. We don't really have as good an understanding as we would like, and most of our customizations are our best guess.
    Thanks very much.
    MaryB
    U of Windsor

  • Problem with rendering my project

    Hello,
    today I tried to render my latest project in Premiere Pro CS6 to upload it to youtube. With an estimated file size of  ~2 Gigabytes I started the rendering process and waited for it to finish (about 50 minutes).
    After it had finished with rendering I checked the file and what I saw was a 35 Megabytes file with the worst video quality one can even imagine. What is wrong with my premiere pro -.-
    I've put many time and effort in my project and now it doesn't render properly. The interesting thing is that the preview in the full resolution inside my premiere pro application looks way better than the rendering result. WTF!?
    Later I tried the option "render workspace" which took just about the same time (about 50 minutes) and brought me 7 rendered video previews... summed up 40 Gigabytes.
    I am like kinda mad and sad at the same time and really can't figure out what is wrong. Please help me.
    Here are my Output settings:
    H.264 codec
    1920 * 1080
    29,97 FPS
    high profile and 5.1
    Bitrate: I tried everything from 8 to 100 (output always about ~40 Megabytes)
    maximum depth
    and maximum render quality
    Please mention it if you need more information about this as I will be happy to provide detailed information and excuse my bad english, it isn't my mother tongue.

    Yeah, but as you could may imagine i watched the render result
    I could just go ahead and render it in 240p same result... Its way off in points of quality even compared to the preview on the top right
    I mean I am not using premiere pro for the first time and this is the first time that i have to encounter this kind of problem. maybe I should try to render some of my old projects to see if they too result in 45 Mb ****** videos.
    Someone help me

  • Problem with rendering RGB with alpha

    I have AE 6.5. I suddenly began having .AVI's with alpha channel rendering with a flickering background with numerous flashing colors.
    I did system restore, reinstalled 6.5 with no help.
    No new programs, not hooked to internet, using 2 gigs RAM with AMD athalon FX 53,Nvidia GeForce FX 5500.
    I tried several different projects which have previously worked and they do the same thing.
    Rendering as Video for Windows with no compression. RGB + Alpha
    Rendering with just RGB doesn't have the flickering, etc.
    Preview set to "off" in comp window.
    Any help would be greatly appreciated.
    Thanks in advance.
    John Rich

    > I have AE 6.5. I suddenly began having .AVI's with alpha channel rendering with a flickering background with numerous flashing colors.
    But when you composite these lcips I'll bet the alpha content is not really there.
    We used to have this problem with the Media 100 hardware codec when rendering form After Effects. The alpha channel was full of the creepiest stuff, frame buffers motion blur and effects from other compsand it was really there. Playing the clip back in Media 100 or in QT showed the alpha channel's bizarre content.
    However, if you turned off RGB and viewed alpha only, the stuff was gone, absolutely transparent. If you dropped the clip into a timeline, the alpha behaved normally.
    We never did figure it out, just lived with it.
    bogiesan

  • Having problems with rendering clipls

    I am new to Premier elements, and am having problems with my clips needing frequent rendering.  Clips that have been rendered go from green (line) to red when a transition is added or if it is trimmed and must be rendered again.  Also rendering seems to take a very long time, sometimes going fast, sometimes going a frame per second or slower.  One possible problem is that I am mixing clips from two different cameras, one a HD and the other a standard def camera. I don't know if this is a factor or not.

    If your clips are initially importing with a red line your project preset may be wrong - what preset are you using?
    After applying transitions or effects it is normal for those segments to go red line.
    It doesn't help to use two different types of video in one project. What is your final output intent - DVD or BluRay? If DVD then it would be better to convert your HD material to DV-AVI. See the Gspot link below - analyse both types of clip you are using and post the screen images here.
    Some basics:
    Install all Windows Updates.
    Install latest version of Apple QuickTime (v7.6.7 at time of writing). Even if you don't use QuickTime, PRE relies heavily on it.
    Install most recent graphics and sound drivers from the manufacturers web sites.
    Run Disk Cleanup.
    Run Defragmenter.
    Temporarily disable any anti-virus realtime scanning.
    Use the GSpot Codec Information Utility to analyse the file and post screen image.
    Post back here with the necessary information described here: Got a Problem? How to Get   Started
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Problem with type engines in both CS4 & CS5

    Hello,
    I'm having a strange problem with the type engines in CS4 and 5.
    Currently I cannot insert the cursor into the last line of any block of text in order to make edits.
    When I try to insert the cursor into the last line it affects only the next-to-the-last line and not the intended line.
    Please help.
    Thanks for your consideration,
    cobaltgreen

    Hello,
    I'm having a strange problem with the type engines in CS4 and 5.
    Currently I cannot insert the cursor into the last line of any block of text in order to make edits.
    When I try to insert the cursor into the last line it affects only the next-to-the-last line and not the intended line.
    Please help.
    Thanks for your consideration,
    cobaltgreen

  • Problems with Rendering - Freezing at %50

    Hi there
    Windows 7
    8gb RAM
    Intel Core i7 930
    Nvideo Gefore GTX 480
    I've been having problems with my Premiere Pro CS4 renders. I've recently rendered Photoshop based graphics with LOTS of layers in an HD format without problem.
    But now working with 1080p AVCHD, I've been having issues. I've had 2results:
    1.) Doing a small chunk (about 450 frames), it has frozen at %50 3 times in a row.
    2.) Doing a bigger chunk, it completed the render but then didn't update the sequence window with the green line, playback wasn't working and then moments later the whole program froze.
    My exports work completely fine though, just not the renders.
    my only thought is, is that I specified I'd be working at 1080i30 (60i) because I'm 90% sure that's what the video was shot in, but maybe I was wrong.

    I lied, 30p is just as bad... I can only do 1 opacity fade or 1 video transition.. once I do 2, Premiere stutters and pauses on the transtion, then gets unstuck but the video goes into hyper speed for a second.
    I tried updating video card and changing audio, no success.
    I have a feeling it's CS4, Adobe rushed CS4 with AVCHD support to get quick sales... the really AVCHD support is in CS5... I mean... Adobe forgot to put in the LPCM audio codec which is AVCHDs main audio codec and is an audio codec that has been around since the 80s...
    Frustrating, any other suggestions? I think I'm going to have to reformat, and do a driver by driver/codec by codec installation... maybe I installed a codec I shound't have or something.
    *edit*
    Also, I'm 90% sure that when trying to render effects, it's the video transitions that Adobe Premiere is getting stuck on during the render... It doesn't make any sense, I can playback the transitions but I can't render them? I can play through one transition completely fine if there is only 1 transition in the entire project, but if I have 2 then all the transitions become choppy?
    Like I'm only doing BASIC cut, paste, copy, transition video editing here...

  • Problems with Quake3 engine

    Maybe you can solve this problem, we never know ...
    I have problems with my 3D games, mainly with those which use Quake3 engine : Unreal Tournament 2003, 2004, Wolfenstein ET, Serious Sam 2, Counter-Strike, Diablo 2, Warcraft 3, Jedi Knight 3, Command & Conquer ...
    Sometimes, the game only returns to Windows, sometimes I get the message "....exe encountered a problem and must be closed ...", sometimes a crash, and sometimes a reboot ; after 5 minutes to 2 hours of gaming.
    It looks to happen randomly. When I get down the graphic acceleration ( such as antialiasing or anisotorpy ), I can play longer, but the end will be the same.
    Tried all possible configurations of my grapgic cards ( with multiple tweakers ).
    Tried multiple drivers ( from nVidia, from Microsoft, from MSI, from OpenGL ) but no difference. Maybe a lttle award for the MSI which seems to work longer than the others.
    Formated. Updated the two BIOS ( video and motherboard ), the drivers of each part of my computer, from multiple websites.
    I thought it was a overheating problem, and I played with the computer opened, with a giant fan over it. No change. The other components look good, but maybe it is one of them which does not work.
    I would be pleased for your help.

    blackvise,
    My friend's car is having problems, the car has 4 wheels. What do think is the problem?
    I would largely appreciate any help . . . thanks in advance.
    Richard
    P.S. If you have trouble helping me with my problem. Think about how much trouble I am having helping you with yours. Especially when I do not have a clue what the specs of your Hardware, OS and Power Supply are.
    [Since you already have a thread running about the problem of not being able to get your GeForce4 Ti4200 into 8X mode. I am locking this thread, so we keep all your problems in one thread. You can copy and paste to that thread if you like.]

  • Problem with rendering GeoRaster in MapViewer...

    Hi,
    I am using the MapBuilder (10.1.3.1), and I import a georaster for an Oracle Spatial 10g Database. I created a GeoRaster Theme and a Base Map including GeoRaster Theme created. In preview mode of Map Builder, the GeoRaster is displayed correctly. In MapViewer (Ver 10131_B061023) this GeoRaster does not appear... A cyan rectangle appears, apparently with the size of GeoRaster...
    I have copied the Java Advanced Imaging (JAI) library files (jai_core.jar and jai_codec.jar) to the OracleAS MapViewer library path (\mapviewer\web\WEB-INF\lib), and restart mapviewer...
    Does anyone have any idea of what may be happening wrong?
    Thanks

    There may be a problem with the map request sent to MapViewer. Please post the map request and the log information (you can get from the log file - set the log level to "finest").

  • Problems with sound engine

    Hello, I have 64bit arch linux on my laptop. Everything was fine until some time ago when I made an upgrade after quite some time and after that I started having some small problems with sound.
    1. The headphones stopped working when I plugged them in. I found out that in order for them to work I have to run the ESD daemon. That wasn't necessary some time ago. But then again if the ESD daemon is running and I plug off the headphones the laptop's speakers won't work.
    2. Lately a problem appeared concerning multiple sound sources. If I have my browser running and youtube is open then I get no sound from amarok. I have to close them both and open amarok first then chrome. Amarok plays just fine but if I open a youtube tab there's no sound at all.
    I have to admit it's kind of irritating having these. Any ideas?
    Thank you in advance

    I suppose it's not good that I don't have either of these files now, is it?
    [verminoz@verminoz-lt ~]$ cat ~/.asoundrc
    cat: /home/verminoz/.asoundrc: No such file or directory
    [verminoz@verminoz-lt ~]$ cat /etc/asound.conf
    cat: /etc/asound.conf: No such file or directory

  • Problem with Billing Engine after upgrade from CRM 5.0 to CRM 7.0

    Hello together,
    The system  of our customer has been upgraded from CRM 5.0 to CRM 7.0. After that some problems occurred regarded the billing.
    In the Billing Due List a dump occurs when clicking on an item and then on conditions
    Dump message: No function module can be found named "/1BEA/CRMB_DL_PAR_O_DERIVE" however.
    (Other classes are  new generated after the upgrade)
    During the Analysis we looked to the billing engine navigator:
    In the Billing Engine Navigator (Transaction: BEFN_F1) the Generation Log shows the following:
    We have re-generated the Object PAR in CRMB->DL->Feature->PAR. But this shows the above displayed error message. How can we add value to the Placeholder?
    Another question is which impacts does it have if we regenerate the complete billing engine for CRMB with transaction BEA_CONFIG_F1 (Configure Application)?
    BR, Anne

    Hi Nawanit,
    we checked the key figure settings and categories. Everything is maintained correctly.
    Since we work with MRP areas we also checked the "Global Parameters and Default Values for MRP Areas" in APO Customizing: The "Default values for Stock Transfer Documents" is set to "1" = Stock Transport Requisitions for MRP Areas.
    BUT: When I try ot change this indicator I get the following message no. /SAPAPO/MRPA000:
    "Process. w. stock transp. requisitions is not supported in standard sys. The process with stock transport requisitions will be supported as of SAP R/3 Enterprise Core Release 4.70 with SAP R/3 Enterprise Extension Set 2.0. ".
    As far as we work with ECC 6.0, EHP4 this message makes no sense.
    Does anyone have another idea?
    Thanks
    Jan

  • JBBD Sender - Problem with Adapter Engine - Message status Delivering -

    Hi all,
    I've a rare problem. My scenario is JDBC (EO) to IDOC. If the SELECT query from SQL database arrows 8000 lines, the message was sent from PI to R/3 succesfully and Idocs was generated.
    But if the query is larger than 10.000 lines, the message was stopped in the sender queue in AE with status "Delivering". In SXMB_MONI I can't see the message, only in RW in Message Monitoring or Component Monitoring in Engine Status.
    I've applied note  Note 937159 - XI Adapter Engine is stuck, and follow this blog
    /people/kenny.scott/blog/2007/08/20/messaging-system-queue-properties-after-xi-30-sp19-xi-70sp11
    Using Configtool I modified these parameters (MaxConsumers). But message still puts in sender queue.
    I have in PI 7.1 SPs 0004.
    Any suggestions??
    Edited by: Pablete on Sep 13, 2010 8:41 PM

    I have the same requirement and for solving this, I have to apply a very complex select statement.
    But it works perfekt for MS SQL:
    select * from table where order_no in (SELECT distinct top(1000) order_no FROM table where any_clause) and any_clause order by order_no
    update table where invoice_no in (SELECT distinct top(1000) invoice_no FROM table where any_clause) and any_clause
    I create an IDoc for each order_no, so I have to make sure, that all lines belonging to one invoice are in the same select.
    My select statement has 463 characters

  • Possible update problem with renderer

    I'm using a renderer to update a table where I present mails polled from a mailserver. If there's only one new mail to get from the server there's no problem, but if I get more than one mail when I do the check the table looses information on the mails following the first in line. Ergo: the first mail is presented as intended but the following looses info in the table.

    I too am having the same problem...my computer runs Windows Vista Business x86 as do the other computers here (that are all also having this problem).  I am really getting tired of Adobe products failing this way.  I purchased 3 copies of Acrobat Standard 9.0 for newer computers at my company and spent a month trying to get them JUST TO INSTALL.  Now this?  Ridiculous.  I am going to try the manual download patch, but I am not holding my breath.  Get with the program, Adobe!

Maybe you are looking for