ADS problem - No Render Output XDC specified

Hi Experts,
(reposting in the appropriate forum)
I installed ADS but cannot print any forms (ABAP trial 7.01 and J2EE trial 6.40 on windows XP).
I followed the configuration guide. The following tests passed:
FP_PDF_TEST_00
http://sapsys:50100/AdobeDocumentServices/Config
But I can't print preview any forms and the other test programs fail such as:
FP_CHECK_DESTINATION_SERVICE
FP_CHECK_HTTP_DATA_TRANSFER
Below is the results from the trace file.
Any help would be much appreciated.
Cheers,
James
Adobe Document Services Tue Jan 27 18:00:12 EST 2009 Trace Results:
String: rp.script.uri = sap/SAPPDFDocument.rps
String: Trace = 4
String: Username = BCUSER
Stream: PDFDocument
Stream: XFD
Locating stream: PDFDocument
Loading stream: PDFDocument into a DOM
Processing PDFDocument instructions
Parsing the request
Checking request semantics
Elapsed time = 30 ms.
Action: Identity
Elapsed time = 30 ms.
Action: Render
Saving <Render> input stream(s) to local disk
Locating input node: <Render><Template>
Destination name: FP_ICF_DATA_NSP
Destination relative: /sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE
Destination Types: WebService, HTTP, RFC
HTTP Destinations: FP_ICF_DATA_NSP
Destination: FP_ICF_DATA_NSP = http://sapsys:8000
Final space corrected destination URL: http://sapsys:8000/sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE
Created an inputStream for URL: dest:FP_ICF_DATA_NSP//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE
Input: <Template> = URL: dest:FP_ICF_DATA_NSP//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE
Saved input stream: dest:FP_ICF_DATA_NSP//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE to temporary file: C:\WINDOWS\Temp\adobewa_J2E_01_1474948395\DM-5871677416907048867.dir\DM-1129436490109702843.tmp
Locating input node: <Render><Data>
Input: <Data> = Stream: XFD
Saved input stream: XFD to temporary file: C:\WINDOWS\Temp\adobewa_J2E_01_1474948395\DM-5871677416907048867.dir\DM-1018015826844834973.tmp
Existing database time stamp for form template: UUID: 1bae15e1-5f50-425e-a4d4-1d824a76490b is: 0
Adding database form template: C:\WINDOWS\Temp\adobewa_J2E_01_1474948395\DM-5871677416907048867.dir\DM-1129436490109702843.tmp UUID: 1bae15e1-5f50-425e-a4d4-1d824a76490b TimeStamp: 2007-08-09T13:21:02Z SID: NSP Client: 000 size: 14038
Processing <Render><Output> nodes
Processing exception during a "Render" operation.
Request start time: Tue Jan 27 18:00:12 EST 2009
com.adobe.ProcessingError: No <Render><Output><XDC> specified
at com.adobe.AdobeDocumentServicesWorker.doRender(Unknown Source)
at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
at SoapServlet.doPost(SoapServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

James
please check SAP Note #944221 §4
4.  Check the settings for the destination service
              To use the destination service on AS Java, settings are required on AS ABAP and AS Java. Therefore, this test contains several steps.
              4. 1 In your ABAP system (transaction SA38), call the FP_CHECK_DESTINATION_SERVICE program (available as of NW2004s SPS 08).
                       a) First of all, execute the program without selecting the option "With Destination Service".
                       The system processes a test form in the background and displays the size of the generated PDF. It does not use the destination service in the process.
                       b) Now select the option "With Destination Service" and execute the program again. The system processes the test form, using the destination service.
If the system displays the same message (file size of generated PDF) as it does in a), the configuration of the destination service is correct.
                    -> Proceed to the next point (5).
If the system issues an error message, the configuration of the destination service is incorrect.
                    -> Carry out tests 4.2 to 4.4.
              4. 2 Check whether the /default_host/sap/bc/fp and /default_host/sap/bc/fpads ICF services are active. (transaction SICF). If this service is not active, activate it. Note: As of NW2004s Support Package Stack 12, when you bundle in distributed systems (in other words, for "non-double-stack installations"), it is optional to use the fpads ICF service
              4.3 Check the settings for the ICF service.
                       a) Enter the following URL in your Web browser:
                    http://.
regards
Nesimi

Similar Messages

  • Render Output!

    Hi all,
    I am very much new to the forums. I am having problems with rendering in the right size. I have a project which has some clips that are of size 1920*1080. But some reason when I render it down, the real video playback just happens on the center of the screen. And on the render settings window I have made it perfectly sure that the render output matches the source attributes. Tried on with a variety of formats but unfortunately all came out with the same results. How do rectify this?
    Please Advice.
    Here is the image for reference. Instead of being fullscreen it is just on the center of the screen.
    Thanks

    HI John,
    Thanks for the speedy response. Here the first image shows the properties of the clip and the second one shows the render settings window. Both are according to me perfect. But still the render output doesn't appear in that resolution.
    Image 1:
    Image 2:
    Please advice.

  • Problem with Excel output format

    Hi Guys,
    I am creating a report in XML Publisher (not standalone). I am facing some problems could anyone please help me to figure out the issues.
    Is it possible to have all three output format (PDF, HTML & EXCEL) exact (same aligned) only by creating a single RTF Template? I am facing the problem with Excel output format the output format of excel is taking excels cell formatting.
    Example Numeric fields --> Right Aligned, text fields --> Left Aligned
    One more issue with excel is -ve(negative) values are getting displayed in red and in brackets like ($13) (with red color).
    Our client want excel output on priority.
    Is there any limitation for excel output format of reports?
    It is very urgent for us please help.
    Any help would be highly appreciated.
    Thanks,
    Pragati
    Edited by: user11237443 on Aug 27, 2009 1:22 AM

    Hi Mahi,
    Thanks for your response. But i could not understand how can we write wrapper program could you please give some light on this or provide some link it would be helpful for me:-)
    I have read that blog for excel limitations but i have more question?
    1) What about the negative values?
    if any field is displaying negative amount then excel not displaying right value for that:(
    2)How can we align header or data?
    Do XMLP with EBS provide any solution for formatting in excel?
    3) If for the alignment of numeric value we concatenate them with any special character then how can we perform calculation that field?
    Here are so many formatting issues do we need to write any code in xml for that?
    Please help.
    Many Thanks,
    Pragati

  • Problem with RTPExport output video files

    Hi, I have a problem with RTPExport output video files. One side streams H263/RTP(AVTransmit2.java) and other write this steam to a file by RTPExport.java. When network conditions are ideal, output video file has same fps and same number of frames like original file. Problem occures, when theres packet lost in network, then output file has different fps,and also has less frames like original video(because it didnt write missing frames to file, and thats why it get shorter). Pls how can I achieve output file that will have the same fps like original one? How to write to file an identical copy of what I can see while receiveing video with AVReceive2.java? Its there a way to modifi rtpexport or avreceiver to do this? Thanks a lot!

    Trubka wrote:
    When network conditions are ideal, output video file has same fps and same number of frames like original file. Problem occures, when theres packet lost in network, then output file has different fps,and also has less frames like original video(because it didnt write missing frames to file, and thats why it get shorter). Okay, first off, the second file is smaller on purpose. RTP intentionally drops packets that are old/out of order in order to make sure real-time video stays as close to real time as it can. This is by design, so there's really nothing that can be done about it.
    How to write to file an identical copy of what I can see while receiveing video with AVReceive2.java? Technically speaking, what you're getting in the RTPExport is exactly what you got on the receiving end. Any frames that are dropped during transmission will not be seen by the receiver, nor saved by the receiver.
    Pls how can I achieve output file that will have the same fps like original one? I'm not 100% sure that you can, but, you can give the following idea a try. I make no guarentees that it'll work, but it should work for you...
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/RTPConnector.html]
    That example is an example of a "custom transport layer" for RTP connections. Essentially, it's some code that's handed the RTP packets on the transmission end, and it's expected to deliver those RTP packets on the other end. And it doesn't care about how they get from A to B, only that they do.
    If you were to replace the UDP socket in that example with a TCP socket, you would be guarenteed not to drop packets due to network reasons. Every RTP packet you were handed by the transmitter, you would then hand to the receiver. There is no guarentee that none of the packets would be cast away as "old" by the RTP protocol itself, but there's also no guarentee any of them would be. It's a crap-shoot at best, but it's certainly worth a try.

  • Display Problem in ALV output

    Hi Experts,
    My fieldcatalog table is populated by using FM "REUSE_ALV_FIELDCATALOG_MERGE". But the fields qfieldname & qtabname is populated for one of the records in the catalog table which  is creating problem in my output.
    qfieldname is populated with previous fieldname in my internal table declared and qtabname with my int.table name. I was trying to sum the field but the value is splitted here.
    when i manually remove qfieldname & qtabname am getting proper output.
    why this two fields are populated? could anyone help...
    sure for points.
    Thanks in Adv,
    Ponraj.s.

    Hi,
    The two properties QFILDNAME & QTABNAME are for 'field with quantity unit' and the 'table name'. These field will get populated for Quantity fields....
    In your case the quantity unit may be different for the records you are suming up...
    if you want to remove these fields value ...
      loop at i_fieldcat into wa_fieldcat.
           if wa_fieldcat-fieldname = field name.
              wa_fieldcat-qfieldname = ' '.
              wa_fieldcat-qtabname   = ' '.
              modify i_fieldcat from wa_fieldcat.
           endif.
      endloop.
    Satya.

  • Anyone understand the purpose of Proxy render/output format?

    So I've done a couple of projects with X now and am fairly happy with the proxy workflow:
    1) Ingest, creating proxies, but no optimized - render format set to ProRes regular
    2) Edit in proxy
    3) In preferences, switch back to "Use original or optimized"
    4) Tweak edit
    5) Render and export
    However, I'm still not understanding the thinking behind the render/output format (full-resolution proxy) when you are editing in proxy. It seems to me that it SHOULD be:
    EITHER: When you're editing proxy, if you render/export, FCPX renders/outputs in proxy using the same low resolution as your proxy files. This would be great for early, quick samples for clients. No need to spend forever rendering full-res ProRes regular, or the pointless upsizing of pre-rendered lo-res proxies.
    OR: Even while you're editing from proxies, background rendering is done in your full-quality format (i.e. 1080 ProRes regular). This would save you from re-rendering when you switch back over to original/optimized.
    Ideally, there'd be a toggle to choose which of these you want. Even without a toggle, Apple should pick one of these it seems. The way it is now seems useless.
    SUMMARY:
    While editing in proxy, render/output should be either:
    1) 720x540 ProRes Proxy
    OR
    2) 1920x1080 ProRes Regular
    BUT NOT
    3)1920x1080 ProRes Proxy
    I was going to send an enhancement request about it, but figured I'd first see if anybody knows of a useful reason for it instead being this third, awkward format.
    Thoughts?

    I had hoped the summary would clear up the question. I guess not. Let's try this again:
    QUESTION - Would other people like the output, when in proxy mode, to be a low-res ProRes Proxy file - the same size as the files that are created when you tell FCPX to make proxies of your original files?
    DETAILS
    - When you create proxies of your original files, they are a low-resolution of "something"x540 (in my case 720x540)
    - If you output while in proxy, you get a proxy output file at 1920x1080 - this is 5.3 times as many pixels to render as 720x540.
    - Assuming a linear relationship between number of pixels and render time, this means it would take over 5 times as long to render the current form of proxy output, as compared to what I'm asking for.
    - I want a quickly-rendered format (like 720x540 Proxy) so I can quickly render/output, change things, re-render/output, sending multiple sample files to the client.
    - Of course, the ability to mark in/out on the timeline and export just that section is also important here, but that's another post and has already been discussed.
    - For further details, see my original post
    As for my workflow, I don't need to work with either/or. I work in proxy (which, if you're doing more than straight cuts, allows better playback before rendering, no matter what computer you're using) until I'm ready for the final tweaks to graphics or the edit that actually rely on fine detail, and want to output in 1080 Prores regular, at which point I change the preference back to original/optimized, like I said right at the start of the first post. No mind reading necessary. I then tweak, render and output. I'm not sure you're understanding the purpose of a proxy workflow.

  • Final Render Output

    Hello, I'm thinking of buying a Nvidia Qaudro K2000 GPU to help with performance with Adobe Premiere CC.
    Would this GPU help significantly in speeding up final render output? Thanks!
    Brandon C.

    http://blogs.adobe.com/premiereprotraining/2011/02/cuda-mercury-playback-engine-and-adobe- premiere-pro.html talks about what CUDA does, and what it doesn't do
    Do you have a 10 bit monitor, or some other specific reason for a Quaddro card?
    A GTX card costs less and you may select a model with more CUDA cores for faster CUDA work
    http://ppbm7.com/index.php/tweakers-page/83-balanced-systems/94-balanced-systems has information about which nVidia card is best to go with your other components

  • Problems with render/export

    I'm working in Premiere Elements 9 on a work computer (large network, limited privileges, Windows XP) and having trouble on multiple fronts, but they may all be related.
    When I try to render timeline, I get: Invalid Scratch Disk path for Video Previews. Please change it to another location.
    When I export Mpeg or Wmv, it works but the files contain good video with no audio.
    When I try to export AVI or Quicktime, I get: Error Compiling Movie. Unknown Error.
    When the program Auto-saves, I get: An unknown error occurred while saving the project. Select "Save As" from the File menu to save the project to a new location. I have no problems when I just click Save.
    When I open a project, I get: The scratch disks are write protected or unavailable. To open this project, the scratch disks will be set to your My Documents folder. Would you like to continue? (I continue and everything works more or less fine until I try to do any of the above.)
    I've been through the forums and attached articles and haven't found anything that changes anything. I asked IT to install a megapack of codecs, thinking that was where I was getting the audio problem, but it had no effect. I haven't tried uninstalling and reinstalling since it's a bit of a hassle with my limited IT privileges.
    It seems like a Scratch disk problem, i.e., not enough space or speed, but I'm not sure that explains everything. And if it is, what's the solution, an external scratch disk? I didn't think that would be necessary with a consumer-level program like Elements.
    Thanks.

    Thanks again. I've gone through and checked Multiplexing settings for all codecs and, wherever applicable, it is activated. (I never get a separate audio file, just one video file with no audio when I output MPEG or WMV. I always check to ensure Export Audio toggle is checked if applicable as well.)
    Yes... also, for help with Microsoft messages, search at
    http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US
    A message about write permissions is coming from Microsoft
    I have no idea what this means.

  • ZCI and ADS problem when creating forms in ABAP WEB DYNPRO

    1.)
    My ZCI problem is, whenever I try to create a form, i choose ZCI layout, then want to insert Web Dynpro Script, i get the message:
    "Error when inserting Web Dynpro Script"
    Therefore I cannot activate my forms.
    2.)
    I also tried to configurate ADS in transaction SM59. When trying the Check connection button, it works, but when trying report FP_PDF_TEST_00, a logon window pops up, whichafter I get the errormessage:
    ERRORCODE : 100.101
    Why is that, and how can I solve this?
    Thanks, Bye,
    Peter

    Hi !
    I found 5 server logs.
    In server.2.log I found this, that' s probably the exception I caused:
    #1.5#0013D3EA4A430047000005330000031800043F71AC53F84C#1195657361859#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.request.RenderErrorLog#ADSUSER#35491#SAP J2EE Engine JTA Transaction : [172ffffff803e00333]####SAPEngine_Application_Thread[impl:3]_10##0#0#Warning#1#com.adobe.ads.request.RenderErrorLog#Plain###Cannot generate Log.pdf#
    #1.5#0013D3EA4A430047000005340000031800043F71AC53F8BE#1195657361859#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35491#SAP J2EE Engine JTA Transaction : [172ffffff803e00333]####SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###General exception while merging XMLForm Module Render log data into log.pdf#
    #1.5#0013D3EA4A430047000005360000031800043F71AC53FC53#1195657361859#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35491#SAP J2EE Engine JTA Transaction : [172ffffff803e00333]####SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###Processing exception during a "Render" operation.
    Request start time: Wed Nov 21 16:02:41 CET 2007
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN
    Not Found
    Exception Stack Trace:
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN
    Not Found
         at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
         at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
         at com.adobe.ads.data.DestURLData.setData(Unknown Source)
         at com.adobe.ads.data.DestURLData.<init>(Unknown Source)
         at com.adobe.ads.data.PDFData.createFromURL(Unknown Source)
         at com.adobe.ads.data.PDFData.create(Unknown Source)
         at com.adobe.ads.request.Template.setPDFData(Unknown Source)
         at com.adobe.ads.request.Template.initialize(Unknown Source)
         at com.adobe.ads.request.Renderer.initializeTemplates(Unknown Source)
         at com.adobe.ads.request.Renderer.execute(Unknown Source)
         at com.adobe.BaseADSRequest.doWork(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.processRender(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#0013D3EA4A4300500000011B0000031800043F71CEEDC838#1195657942250#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.request.RenderErrorLog#ADSUSER#35551#SAP J2EE Engine JTA Transaction : [172ffffff803e0033f]####SAPEngine_Application_Thread[impl:3]_12##0#0#Warning#1#com.adobe.ads.request.RenderErrorLog#Plain###Cannot generate Log.pdf#
    #1.5#0013D3EA4A4300500000011C0000031800043F71CEEDC8B3#1195657942250#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35551#SAP J2EE Engine JTA Transaction : [172ffffff803e0033f]####SAPEngine_Application_Thread[impl:3]_12##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###General exception while merging XMLForm Module Render log data into log.pdf#
    #1.5#0013D3EA4A4300500000011E0000031800043F71CEEDCC40#1195657942250#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35551#SAP J2EE Engine JTA Transaction : [172ffffff803e0033f]####SAPEngine_Application_Thread[impl:3]_12##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###Processing exception during a "Render" operation.
    Request start time: Wed Nov 21 16:12:22 CET 2007
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN
    Not Found
    Exception Stack Trace:
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN
    Not Found
         at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
         at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
         at com.adobe.ads.data.DestURLData.setData(Unknown Source)
         at com.adobe.ads.data.DestURLData.<init>(Unknown Source)
         at com.adobe.ads.data.PDFData.createFromURL(Unknown Source)
         at com.adobe.ads.data.PDFData.create(Unknown Source)
         at com.adobe.ads.request.Template.setPDFData(Unknown Source)
         at com.adobe.ads.request.Template.initialize(Unknown Source)
         at com.adobe.ads.request.Renderer.initializeTemplates(Unknown Source)
         at com.adobe.ads.request.Renderer.execute(Unknown Source)
         at com.adobe.BaseADSRequest.doWork(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.processRender(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#0013D3EA4A430051000001570000031800043F71DDC53630#1195658191203#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.request.RenderErrorLog#ADSUSER#35577#SAP J2EE Engine JTA Transaction : [172ffffff803e003317]####SAPEngine_Application_Thread[impl:3]_13##0#0#Warning#1#com.adobe.ads.request.RenderErrorLog#Plain###Cannot generate Log.pdf#
    #1.5#0013D3EA4A430051000001580000031800043F71DDC536AC#1195658191203#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35577#SAP J2EE Engine JTA Transaction : [172ffffff803e003317]####SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###General exception while merging XMLForm Module Render log data into log.pdf#
    #1.5#0013D3EA4A4300510000015A0000031800043F71DDC53A39#1195658191203#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#35577#SAP J2EE Engine JTA Transaction : [172ffffff803e003317]####SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#com.adobe.AdobeDocumentServicesWorker#Plain###Processing exception during a "Render" operation.

  • Problem in PO output re-issue

    Hi,
    I am working on the PO Smartform. Whenever the specified print related field values are changed in PO, system should repat the output type with change flag and print only those line items which are changed.
    In the print program the Function Module ME_READ_PO_FOR_PRINTING is used to get all the PO related data. Based on change flag IV_DRUVO, system will pull out line item from EKPO.
    if IV_DRUVO = 2 it should get only changed line items.
    if IV_DRUVO = 1 it should get all the line items since it is new po
    in my case IV_DRUVO = 2 but still the FM ME_READ_PO_FOR_PRINTING  is pulling all the line items from EKPO.
    i have debugged ME_READ_PO_FOR_PRINTING. Inside this FM, within the Form read_data_from_db, system is calling a method   CALL METHOD cl_identity_manager_mm=>lookup
    which gets unique instance. after that it is checking
    read header data ----------------------------------------------------*
      IF NOT my_doc IS INITIAL.
        p_preview = 'X'.
    This field p_preview is used in other includes. since it is making p_preview = 'X' system is getting all the line items which are not even changed.
    when i called that FM ME_READ_PO_FOR_PRINTING  from SE37, i am getting only changed line items.
    Print related fields, output configuration is fine.
    any one know the solution for this??
    --BS

    Hi SB,
    Did you get this resolved ?
    Our problem is the opposite :  We want to see all lines but p_preview gets set to space so only the changed lines are shown in our output.
    Thanks,
    Sarah

  • Problem in creating output type

    Hi,
    i want to create a separate output type for purchase order printing . I have written one driver program in development client which calls the smart form upon execution . Now i want to attach this driver program with a output type and that output type will be attached with purchase order creation . I am using tcode NACE in the config client . When i am tring to attach the driver program with the output type system giving error saying driver program does not exist since it was created in other client . Then i used tcode scc1 to copy the program from development client to config client but the problem remains same . Can anyone he

    Please find the error message.
    Entry ZMMDRIVER_PO_RETURN   does not exist in TRDIR (check entry)
    Message no. 00058
    Diagnosis
    Input values must be defined in Table TRDIR. The value or values 'ZMMDRIVER_PO_RETURN  ' are not specified in this table.
    Procedure
    Check whether the input is correct and correct if necessary.
    Procedure for System Administration
    If this is not an incorrect entry, check the system settings and change them if necessary.
    If there is a connection to the Customizing system, you can maintain the system settings by choosing Customizing in the Performance Assistant or Maintain Entries (F5) when displaying the help in a modal dialog box.

  • Problem in Excel output

    I created an oracle report to generate (Oracle reports 10g) PDF output and called it from APEX through rwservlet and I am getting the output without any issues but if I repeat the same process for CSV output i am getting unwanted output. it not resembles the Layout model it retrieves all the column in the data model.
    the parameters I am passing through APEX
    Dataformat : delimited
    Datatype: catch
    Please help me to solve this problem.
    Edited by: Sezhiyan on Aug 24, 2011 5:14 AM
    Edited by: Sezhiyan on Aug 24, 2011 5:15 AM

    check the structures, if you made changes is the correct structure or not...
    make sure data is beeing pulled into you tables before passing to excel FM..

  • Micro Zen | problem with the output "ho

    Hello.
    For a few weeks now the contact in the output "hole" get worse and worse. When i plug in my earphones and only touch and bend the plug a little bit in direction to the screen, the sounds gets all numb,quiet and sometimes i hear nothing. It turned that worse that i can't have the Zen in my pockets anymore, cuz the cable bends and so the sounds goes all quiet...
    I think it's a warranty subject, what do I have to do to send it in? I had a problem last july with it already and sent it in, but forgot the procedure it goes through
    Oh and I also handed it in to my local shop where i bought the Zen in 2005 because of a hardware issue and they got me a new one from creative (so they handled the whole RMA procedure).
    So what am I gonna do now? I bought the Zen in july 2005 and Creative already knows that because of the first RMA ^_^

    Before you do anything. Which headphones are you using? Are you using a case?
    My case fits around the hole perfectly so if the plug of the headphones is to thick like my Sony MDR-V50 (http://images.amazon.com/images/P/B000092YPR.0.LZZZZZZZ.jpg) it will play.. but if I move the wire around just a bit only the left side of the headphones will work. So I have to use the earbuds that came with my MicroPhoto.. a shame to cause headphones sound so much nicer then earbuds.. oh well. Try a different pair of headphones/earbuds.

  • Problem with PDF output quality

    We recently upgraded to CS4 Suite Design premium and i am having problems getting illustrator to print high quality output.  I have a file created in illustrator which contains 300dpi tiff images created in photoshop (CMYK colorspace in both photoshop image and illustrator file)  when i print this file to pdf everything looks hi-rez except these images.  i have attempted adjusting all the obvious settings in the print dialoge box including:  Output/Printer Resolution, Graphics/Postscript level, Advanced/overprint and transparency flattener options/custom settings.  and nothing has worked.  Other things i have noted, is that in the print dialog box the only presets listed are Custom, Default and Default Web/Video/Mobile.  I have looked through the online help files and found the info on how to add "High Quality Print" to my adobe pdf presets, however it doesn't work.  furthermore i have tried the instructions here: http://help.adobe.com/en_US/Illustrator/14.0/WSA79FA899-BC95-401e-BD44-5B26BC31B369.html  where it says to move the files from "Documents and Settings\All Users\Application Data\Adobe\Adobe PDF\Application Support\Adobe PDF"  however there is no folder called "Application Support" on my system.  I have run out of ideas.
    The odd thing here, is that i can take the AI file into photoshop, and print a "High Quality Print" from photoshop with no problems, but i'd like to remove this step to speed up my workflow.
    I've attached both the high-quality pdf output from photoshop and the low-quality pdf output from illustrator for reference. (look closely at the logo's)

    Figured it out myself! yay!  (only took my entire moring)
    The solution:
    Dont print to PDF!
    SAVE AS COPY, then select Adobe PDF and click SAVE, this will bring up a dialog box with the options you need (including the "High Quality Print" Adobe PDF Preset)
    This was not clear in any of the instructions i read

  • Problem with ora:output and xmlns attribute

    Using lastest XDK.
    I am using the built in extension ora:output in a stylesheet running via XSQL called from a small java prg.
    I am using this to generate several html fragments that will get processed later on not by xsql or xml/xsl but by another java prg.
    I have specifed the output as html BUT when I look at the output some of the elements have an xmlns attribute added i.e. xmlns:ora="http://www.oracle.com/XSL/Transform/java"....
    Strange thing its not on all elements, "a", "tr", "td" tags are ok but "b", "br" and "table" have this attribute added.... HELP!!
    How do I stop this attribute getting added...
    Many thanks
    Rob
    PS I know if I use an "html" tag to wrap the output then only that element ends up with the xmlns attribute but I cant/dont want to do this as the prg running later will combine many of these fragments to create a single "real" html page.

    I'm not sure whether i understand your problem,
    It doesnot need using the binding attribute If you wanna updating the value of each rows in the datatable.
    below is a sample that updating each rows of a datatable
    jsp file
    <h:dataTable value="#[sampleBean.data}" var="row">
        <h:column><h:inputText value="#{row.col1}"/></h:column>
    </h:dataTable>
    <h:commandButton value="update" action="#{sampleBean.update}"/>BackingBean:
    SampleBean.java
    public class Samplebean{
      private SampleRow[] rows[];
      public SampleRow[] getData{
              return rows;
      public String update(){
          for(int i=0; i<rows.length; i++){
             rows.update();
    return "success";
    SampleRow.java
    public class SampleRow{
      private String col1;
      public String getCol1(){
        return col1;
      public void setCol1(String col1){
        this.col1 = col1;
      public void update(){
         //write your code to save one row data to db/file here

Maybe you are looking for

  • IMac refuses to print to network

    My late 2009 21.5 inch iMac running OS X Lion 10.7.5 refuses to print to either of two printers on an ethernet network. In the printing window, it goes through "Looking for printer" and "Connecting to Printer", the progress bar turns blue - but nothi

  • How do I get rid of an error message that comes up on opening the Photoshop Elements 8 Organizer?

    When I double-click on the Adobe Photoshop Elements 8 desktop icon, an error messsage appears. The title line says: OWL ORPHANAGE: PhotoshopElementsEditor.exe - System Error Then the message ; The program can't start because CoreFoundation.dll is mis

  • Graphic Design Inspiration

    Got caught in a PS design lapse. Looking for websites or misc. sources that offer inspiration/ideas. Currently designing celebrity trivia slides as shown in previews before the feature presentation of a movie. Any and all suggestions would be appreci

  • Xstring or internal table into archive

    Hello, is there a function module or something else, which can put a file from an xstring/internal table into the archive, to only ones i´ve found require the file to be on the application server or frontend pc regards franz

  • Editing Web Templates For Dummies

    I am in the process of modifying a template that have. The problem is that when I am working in Dreamweaver I can not select an image to modify because everything is sliced into different sections. However, when I open the PSD folder in Fireworks eve