The status store object cannot be converted into a run number.
search cancel

The status store object cannot be converted into a run number.

book

Article ID: 424820

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine Automic SaaS

Issue/Introduction

Contrary to the documentation, a status store object cannot be converted using the ALPHA2RUNNR script.

 

 

Environment

Automic Automation Engine 24.4.X

Cause

DE180231

Resolution

Update to a fixed version listed below or a newer version if available.

Component: TBA

Automic Automation Engine TBA - TBA

Workaround:

Manually calculate the run number from a bash shell. For an object identifier like 50DCP.sts, use the following command to convert the Base26 string to its decimal equivalent:

 

echo $((26#50DCP)) 
2294005

This returns the run number of the JOBF object:

 

Additional Information

Article title: How to register to Broadcom Software Product updates and Critical Alerts

https://knowledge.broadcom.com/external/article?articleId=133819