cancel
Showing results for 
Search instead for 
Did you mean: 

render log file has been written to <Drive>:\u(200101)

Former Member
0 Kudos

Hi

I am setting up a ADS server. (NW2004s)

When I test using FP_PDF_TEST_00, it returns me the version information

(Version Information: 705.20051005114147.242570)

But when I test <b>FP_TEST_00</b>. I get the error

The render log file has been written to <Drive>:\u(200101)

Now in the server I went to <drive>:\usr\sap\<SID>\SYS\global\AdobeDocumentServices\renderErrorLog\errorFiles

I check the error file ithas the message <b>No Error Reported</b>

If there are no errors, then why is the program FP_TEST_00 is not displaying the result in pdf format?

Thanks for your help

Regards

sm

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Thanks for your input.

I checked the VA configuration.

I created HTTP destination (FP_ICF_DATA_<SID>) and tested it gives a "HTTP Get response code 200 content type text/html.

I guess it correct.

can you tell what other settings I need to check in VA to check the connectivity with the ABAP side.

Thanks

-sm

venkata_ramisetti
Active Contributor
0 Kudos

Hi S M,

1. Check <b>XML Form Module</b> is active in the services, If it is not active, activate it

2. Go to service <b>Security Provider</b> and go to <b>User Management</b> tab and choose tree(Check it will be available in the bottom) ,

here you will see ADSCallers node, expand this and see whether ADSUSER is added to this tree. If it is not available under this tree, add ADSUSER here.

Thanks

Ramakrishna

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Ramakrishna,

I fixed my issue. It was the ADSCaller not having the security role.

Thank you so much for assisting.

I gave you full points..

regards

-sm

Former Member
0 Kudos

Hi Ramakrishna,

Thanks for pointing out this.

In the VA, at services -- Security Provider -User Managemenr -- tree <b>do</b> <b>NOT</b> see the ADS Caller Node.

In fact after installation I never found the user ADSUSER in user management --security provider.

So I manually created a user called ADSUSER and assigned the ADS Security caller role. After doing this I did test for checking user and passowrd as indicated in the ADS config guide it worked.

Do you think something is wrong here? why there is no node for ADSCaller?

Please help me understand this,

thanks you hv been very helpful

regards

sm

Former Member
0 Kudos

Hi

Thanks Ramakrishna.

Now I could get the detailed trace. It given below, please let me know what could the issue

Begin trace

Adobe Document Services Wed Nov 29 10:33:23 CST 2006 Trace Results:

String: rp.script.uri = sap/SAPPDFDocument.rps

String: Trace = 4

String: Username = ABC123

Stream: PDFDocument

Stream: XFD

IIOP service is running

Created a Data Manager for this request

Locating stream: PDFDocument and loading into a DOM

PdfDocument bytes = 725

Processing PDFDocument instructions

Parsing the request

Checking request semantics

Request initialization (including DOM construction and validation) processing execution time = 16 ms.

Action: Identity

<Identity><Application> = SAFP

<Identity><Form> = FP_TEST_00

<Identity><SID> = AAA

<Identity><Client> = 110

<Identity><IsProductive> = 0

Action: Renderer

Using Template Template (xdp):

Source = URL

Name = dest:FP_ICF_DATA_AAA//sap/bc/fp/form/layout/FP_TEST_00.XDP?fp-language=DE

CacheInfo =

Setting PDFDynamic to default 0 for this PDF.

Stream = PDFOut

Input node: <Render><Output> = pdf

Data: XFD

No custom config file found.

Using standard config file: AdobeDocumentServices\lib\xfa.xci

Config setup completed.

Processing exception during a "Renderer" operation.

Request start time: Wed Nov 29 10:33:23 CST 2006

com.adobe.ProcessingError: File not found on: URL location: dest:FP_ICF_DATA_AAA//sap/bc/fp/form/layout/FP_TEST_00.XDP?fp-language=DE

Exception Stack Trace:

com.adobe.ProcessingError: File not found on: URL location: dest:FP_ICF_DATA_AAA//sap/bc/fp/form/layout/FP_TEST_00.XDP?fp-language=DE

at com.adobe.ads.util.FileUtils.getPDFDataFromInput(FileUtils.java:210)

at com.adobe.ads.request.Template.setPDFData(Template.java:222)

at com.adobe.ads.request.Renderer.initializeTemplates(Renderer.java:468)

at com.adobe.ads.request.Renderer.execute(Renderer.java:395)

at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111)

at com.adobe.AdobeDocumentServicesWorker.processRender(AdobeDocumentServicesWorker.java:1142)

at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:598)

at com.adobe.AdobeDocumentServicesEJB.processRequest(AdobeDocumentServicesEJB.java:130)

at com.adobe.AdobeDocumentServicesEJB.rpData(AdobeDocumentServicesEJB.java:108)

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:390)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)

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)

Caused by: java.io.FileNotFoundException: Destination exception while retrieving destination

at com.adobe.ads.util.FileUtils.getURLStream(FileUtils.java:452)

at com.adobe.ads.util.FileUtils.getPDFDataFromURL(FileUtils.java:572)

at com.adobe.ads.util.FileUtils.getPDFDataFromInput(FileUtils.java:200)

... 34 more

Caused by: com.sap.security.core.server.destinations.api.DestinationException: [destination_0001] The properties for destination FP_ICF_DATA_AAA of type HTTP could not be located.

at com.sap.security.core.server.destinations.service.DestinationServiceImpl.getDestination(DestinationServiceImpl.java:166)

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.rmi_p4.reflect.LocalInvocationHandler.invokeInternal(LocalInvocationHandler.java:77)

at com.sap.engine.services.rmi_p4.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:53)

at $Proxy103.getDestination(Unknown Source)

at com.adobe.ads.util.FileUtils.getURLStream(FileUtils.java:444)

... 36 more

Caused by: com.sap.exception.io.SAPIOException: <Localization failed: ResourceBundle='com.sap.exception.io.IOResourceBundle', ID='No such destination FP_ICF_DATA_AAA of type HTTP exists ', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key No such destination FP_ICF_DATA_AAA of type HTTP exists

at com.sap.security.core.server.destinations.io.ConfigurationManagerStorage.get(ConfigurationManagerStorage.java:123)

at com.sap.security.core.server.destinations.service.DestinationServiceImpl.getDestination(DestinationServiceImpl.java:136)

... 44 more

Merging log data with log.pdf

Merge result: Success with information

Successfully merged data into dataless log.pdf.

Action: Render Error Log

Embedding file/stream: pdfDocument.xml using ID: pdf doc MimeType: Description: Document Services Control Stream into PDF: C:\WINDOWS\Temp\adobewa_GAD_29997650\DM-1666978463314757527.dir\DM-6806111980545081106.tmp

Instantiate PDFMM CORBA connection execution time = 0 ms.

Error embedding request inputs in error log.:

java.lang.NullPointerException

Thanks,

SM

venkata_ramisetti
Active Contributor
0 Kudos

Hi SM,

I am not sure about the cause for this issue. But If you look at the below lines of the log, some set up is missing or wrongly configured in Visual Administrator setup.

No custom config file found.

Using standard config file: AdobeDocumentServices\lib\xfa.xci

Config setup completed.

Processing exception during a "Renderer" operation.

Request start time: Wed Nov 29 10:33:23 CST 2006

com.adobe.ProcessingError: File not found on: URL location: dest:FP_ICF_DATA_AAA//sap/bc/fp/form/layout/FP_TEST_00.XDP?fp-language=DE

Can you please cross check your set up in the Visual Administrator again?

If this doesn't solve your issue, it is better to create OSS message in the Market Place.

Thanks

Ramakrishna

venkata_ramisetti
Active Contributor
0 Kudos

Hi S M,

Looks like trace level is not set in the settings.

Please go transaction SFP and in the Manu Path --> Utilities --> Settings

Trace level : Very Detailed

File Name: Give the file name

You can also Save PDF with additional information by setting in 'PDF with Additional Information'.

Your saying the program FP_TEST_00 is not displaying the result in the PDF output. Are you getting some output or not? If you are getting some thing, what it is?

Thanks

Ramakrishna