cancel
Showing results for 
Search instead for 
Did you mean: 

Generate Documentation in MII 12.2

Former Member
0 Kudos

Looking for the Generate Documentation in MII 12.2 and noticing it's missing.

I've seen this discussed for 12.1 but nothing for 12.2.

Any documentation or help would be appreciated.

Thank You

Dennis W

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dennis,

to get enabled the "Generate Documentation" in the WB, you have to deploy the PDF Actionblocks.

After delpoying the PDF Actionblocks, the Menu entry will be enabled and you can generate the documentation for a TRX.

BR

Pedro Iglesias

Former Member
0 Kudos

OK, that's working but only for small transactions:

There was a fix for this on 11.5 but not on 12.2...

Thanks

0 Kudos

I can’t find the note off hand but in short you find the “Workbench.jsp” file on the NetWeaver server and modify it directly; this will have to be done after every SP/Patch deployment in order to ensure changes are preserved.  The Workbench.jsp file lives here:

C:\usr\sap\<SID>\J02\j2ee\cluster\apps\sap.com\xapps~xmii~ear\servlet_jsp\XMII\root

The file looks like this, so modify it from 128 to 256 or even 512, depending on how much you would like to allocate on the client instances.  Remember the workbench is only for developers only so this will only affect people doing development work and not everyone using MII:               
// max java client memory size (Mbytes), default is 64Mb

int maxHeapSize = 128;

I think this should already have been turned into a System Property setting so I will follow-up with IMS (SAP Product Support Team) on this.

Sam

Former Member
0 Kudos

Did this but still not able to Gen Documentation on large transactions.  I assume closing and reopening workbench is all that is need to be done between changes to the heap size?

Thanks

Dennis

0 Kudos

Dennis,


Clear the Java Web Start cache too...if you keep getting heap size errors, then I would guess that you need to keep increasing the size.  You can also re-open your support ticket.


Sam

0 Kudos

If you want to verify what the heap size is set to you can follow these steps:
Enable basic logging and it shows up in the java console.

Java Web Start 10.25.2.17
Using JRE version 1.7.0_25-b17 Java HotSpot(TM) 64-Bit Server VM
User home directory = C:\Users\i808638
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
0-5: set trace level to <n>
----------------------------------------------------
basic: Java part started
basic: jnlpx.jvm: C:\Program Files\Java\jre7\bin\javaw.exe
basic: jnlpx.splashport: 52750
basic: jnlpx.remove: true
basic: jnlpx.heapsize: 67108864,134217728
network: Loading user-defined proxy configuration ...
network: Done.
network: Browser is null
network: Browser is IE


Regards,

Sam

Answers (0)