Author Topic: AIX autoload issue  (Read 1391 times)

MHassan

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
AIX autoload issue
« on: August 13, 2020, 05:08:19 AM »
Hello,

I have an issue when i try to load from AIX server by running the command line arsload -v -d /ibm/opt/IBM/ondemand/V10.5/arsload -I ARCHIVE -t 5 -u admin -p adminadmin -B "AG.APP.IGN.EXT"
then when i copy the file to the directory that i specified in my command  -d /ibm/opt/IBM/ondemand/V10.5/arsload the file should be loaded automatic but the file is renamed and it but .Failed in the last name of the file

and this is the log :
2020-08-13 14:04:19.617534: ARS4302I Indexing started, 169556396 bytes to process
                          : exec(): 0509-036 Cannot load program /ibm/opt/IBM/ondemand/V10.5/bin/arspdoci because of the following errors:
                          :    0509-150   Dependent module libDL150ACE.so could not be loaded.
                          :    0509-022 Cannot load module libDL150ACE.so.
                          :    0509-026 System error: A file or directory in the path name does not exist.
2020-08-13 14:04:19.627167: ARS4309E Indexing failed

So anyone have idea about this issue

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: AIX autoload issue
« Reply #1 on: August 13, 2020, 07:02:30 AM »
Hmmm - not the same exact problem but very similar:

https://www.ibm.com/support/pages/node/245467

Ed
#zOS #ODF

MHassan

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: AIX autoload issue
« Reply #2 on: August 13, 2020, 10:07:11 AM »
Hello arnold,

Thank you very much , this solved my error !!!