How can we check if the 32bit or 64bit version of SAP library 'librfccm' is installed on a system.
Release : 11.3.6
Component : CA Workload Automation AE (AutoSys)
Release : 3.2 SP3
Component : Unicenter Job Management Adapter for SAP
Unicenter Job Management Adapter for SAP requires the 32bit version of SAP supplied shared library 'librfccm'.
Please following command on the file "librfccm.so"
strings librfccm.o | grep LIBRFC
It will either following output if this is 32bit
@(#)LIBRFC (c) SAP AG: Version: 640 Patch level: 0 Patch number: 377 thread-safe build 32 bit
Otherwise it will show:
@(#)LIBRFC (c) SAP AG: Version: 640 Patch level: 0 Patch number: 390 thread-safe build 64 bit