Automic Workload Automation

  • 1.  U00020449 Runtime error in object 

    Posted Oct 11, 2018 03:58 PM

    Dear experts, 

     

    We are upgrading from Version 10 to Version 12.2 and noticed that we cant run job with the name more than 32 characters.

     

    we have plenty of jobs with the name greater than 32 length. 

     

    Any idea how this can be fixed ? Below is the error message

     

    U00020449 Runtime error in object 'SAP.JB.P88_888_PM_0000_E_MAIL_NOTIFICY_D____(1)' line '00005': Maximum length of '0000000032' for attribute: 'JOBS/JOB_NAME' exceeded. '567_PM_0000_E_MAIL_NOTIFICY_D____' is too long.

     

    Thanks and Regards

    Vimalan



  • 2.  Re: U00020449 Runtime error in object 

    Posted Oct 12, 2018 04:25 AM

    Couple of question on your issues 

     

    1) How did you promote the jobs to v12 from V10.

    2) Do you have this error with one specific job or all the jobs ( Also is it related to a single platform like SAP / UNIX / WIN ) or you have the same error for all the jobs.

    3) Kindly share the detailed log report to understand more about the failure and the jobs names as well.

     

     

    ~The default Object name size is 200 characters and ideally you should not have any issue there



  • 3.  Re: U00020449 Runtime error in object 
    Best Answer

    Posted Oct 12, 2018 08:02 AM

    Odd. We have an installation with 12.2, and I found both SAP and UNIX jobs that finished ENDED_OK with names longer than 32 characters, courtesy of:

     

    select AH_NAME, AH_TIMESTAMP4 from AH where AH_NAME in (select OH_NAME from OH where length(OH_NAME) > 32) and AH_STATUS = 1900;

     

    Please provide more details.



  • 4.  Re: U00020449 Runtime error in object 

    Posted Oct 13, 2018 04:00 PM

    Hi Carsten,

     

    You are correct. I also found many jobs  names that are   greater than 50 characters  in length.

     

    I will investigate further and come back to you with additional details. 

     

    Thanks

    Vimalan



  • 5.  Re: U00020449 Runtime error in object 

    Posted Oct 13, 2018 04:42 PM

    Dear both,

     

    It was my mistake. I had a space in between the characters which has caused this issuse

     

    Thank you



  • 6.  Re: U00020449 Runtime error in object 

    Posted Oct 15, 2018 04:54 AM

    Hi,

     

    You're very welcome, and thanks for letting us know the good news.

     

    Best,

    Carsten