autorep: symbol lookup error: autorep: undefined symbol
search cancel

autorep: symbol lookup error: autorep: undefined symbol

book

Article ID: 234679

calendar_today

Updated On:

Products

CA Workload Automation AE

Issue/Introduction

File system where Autosys resides on, was accidently deleted. The AEDB database wasn't deleted so Autosys 11.3.6 SP3 was reinstalled. 

After installation , when running "autorep -J <jobnam>" it produces error

autorep: symbol lookup error: autorep: undefined symbol: _Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb

Environment

Release : 11.3.6 SP3

 

Resolution

Problem is related with libasapi_resolv.so

When performing this command, 

strings libasapi_resolv.so | grep Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb

it didn't returned anything.

After looking at another working 11.3.6 SP3 environment, it was noticed a different size/timestamp of this binary.
The "strings libasapi_resolv.so | grep Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb" did returned following output:

_Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb
_Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb

Copied this libasapi_resolv.so from the working to the non-working machine, 

autorep, chk_auto_up and jil are working fine.