cancel
Showing results for 
Search instead for 
Did you mean: 

ZCI and ADS problem when creating forms in ABAP WEB DYNPRO

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

simon_hoeg
Advisor
Advisor
0 Kudos

Dear Per,

the first problem is related to the Adobe Designer installation. Please re-install the Adobe Designer according to note 962763.

The second problem refers most probably to the ADS on your J2EE. Please check out the ADS trace according to note 846610.

Best regards,

Simon

Former Member
0 Kudos

I installed and configured ADS all the way i could think of, but it still not works. I tried to use ACF.I integrated a form into WD, and when testing I got a rabax exception. Can you tell me what's missing based on the exception?

Bye,

Peter

Note

The following error text was processed in the system NSP : Function module "CUSTOMER_ADRESS_TO_ITF" not found.

The error occurred on the application server nw04_NSP_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Form: %GLOBAL_INIT of program /1BCDWB/SAPLSM00000006

Function: /1BCDWB/SM00000006 of program /1BCDWB/SAPLSM00000006

Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP

Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

simon_hoeg
Advisor
Advisor
0 Kudos

Hello Per,

ACF will not help here as you already use ZCI.

The ABAP call stack still points to an exception raised within Adobe Document Services, so please check the error log in the Visual Admin. Note 846610 describes the corresponding node in the log configurator.

Best regards,

Simon

Former Member
0 Kudos

So you mean, if I tried to use ZCI, I won't be able to use ACF again?

I'm not sure about how to config Visual Adm. based on the note

I found the location, but how to do that?:

" Please change this node to 'ALL' and save configuration.

All ADS trace will be written in DefaultTrace of server node."

I clicked on "NEW" and typed ALL, which created a node "ALL" right into the root. I don't think that's meant in the note..

And if I could do this, after the test, how do I check the log saved?

Thanks for the help,

Peter

simon_hoeg
Advisor
Advisor
0 Kudos

Hi Peter,

from NW04s SP8 the ZCI technology is recommended to be used instead of ACF.

On your J2EE server you will find the defaultTrace* files in the following folder

C:\usr\sap\<SID>\JC30\j2ee\cluster\server0\log

The same files are shown in the Log Viewer of your Visual Admin ...

Best regards,

Simon

Former Member
0 Kudos

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.

simon_hoeg
Advisor
Advisor
0 Kudos

Hello Peter,

please check the URL http://nw04s.dyndns.org:50200/sap/bc/fp/form/layout/ZZ_PB_ATTEMPT.XDP?fp-language=EN

Does the server and port point to your ERP backend system.

Furthermore please check if the form ZZ_PB_ATTEMPT does exist as form object in TA SFP.

Then In TA SICF please check if the node default_host/sap/bc/fp has been activated.

Best regards,

Simon

Answers (3)

Answers (3)

Former Member
0 Kudos

Java AS server needed to be upgraded to sp13.

Also gui 6.4 and Adobe Designer 7.1 worked finally.

Former Member
0 Kudos

BTW the form existss, the node mentioned is activated

Former Member
0 Kudos

I corrected the port(50200 was Java port, I need abap port 8000).

But testing the wd including the form stilll leads to exception

Error when processing your request

What has happened?

The URL http://nw04s.dyndns.org:8000/sap/bc/webdynpro/sap/zz_pb_formhoz_2/ was not called due to an error.

Note

The following error text was processed in the system NSP : An exception occurred that was not caught.

The error occurred on the application server nw04_NSP_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: RAISE of program CX_WD_GENERAL=================CP

Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP

Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP