How to find out if the SAP supplied shared library librfccm is 32bit or 64bit
search cancel

How to find out if the SAP supplied shared library librfccm is 32bit or 64bit

book

Article ID: 204374

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - System Agent (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent CA Workload Automation AE

Issue/Introduction

How can we check if the 32bit or 64bit version of SAP library 'librfccm' is installed on a system.

Environment

Release : 11.3.6
Component : CA Workload Automation AE (AutoSys) 

Release : 3.2 SP3
Component :  Unicenter Job Management Adapter for SAP 

Cause

Unicenter Job Management Adapter for SAP requires the 32bit version of SAP supplied shared library 'librfccm'.

Resolution

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