cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Adobe Form JavaScript Issue

Harsh9
Participant
0 Kudos

Hello Experts,

I tried incorporating a piece of javascript on subform ready event which is as below:

var myVar = setInterval(

    function(){

     GetClock()

    }, 1000);

   )

function GetClock(){

var d = new Date();

xfa.host.messageBox("Date: " + d);

}

When I tried viewing my form in preview mode, it started blinking rapidly and settled to open after some 30-40 seconds. Further, when I executed my web dynpro application to check the form, it gave me below error:

  • The following error occurred in system XX : WebDynpro Exception:
    Internal error when processing form ADS: com.adobe.ProcessingException:
    com.adobe.ProcessingException: No more DTM IDs are available(200,101).; see SAP
    Note 999998

I have already removed the javascript from my form. Still this error is persisting. I am getting clueless.

Regards,

Harsh

Accepted Solutions (1)

Accepted Solutions (1)

SandySingh
Active Contributor
0 Kudos

Hello

Refer to  SAP note 999998  - Error analysis for Web Dynpro ABAP Adobe integration

Note 944221 - Troubleshooting if problems occur in forms processing

1900015 - Note implementation fails with com.adobe.ProcessingException

Someone advised on SCN: Refer to link below

"The problem is solved after applying the latest path 6.1.056 with the additional JVM system property "com.sap.jvm.xsltc.enableResourceOptimization"  = true. "

Regards

Sandy

Harsh9
Participant
0 Kudos

Hello Sandy,

I went through that link. But I would like to mention that other Adobe Forms in system are working perfectly fine. So what could be the reason for which it is throwing error for this particular form?

Regards,

Harsh

Answers (0)