Author Topic: Weird Error: The application group >< does not exist  (Read 5693 times)

mroutlander

  • Jr. Member
  • **
  • Posts: 33
    • View Profile
Weird Error: The application group >< does not exist
« on: April 26, 2018, 09:25:08 AM »
Greeting fellow ODUsers,

I am facing a strange and baffling error for the past three days. I set out to process 111 odd reports using the arsload daemon. While 107 of those got processed successfully, I am facing the following error for the remaining 4:
Code: [Select]
The application group >< does not exist or user >ADMIN< does not have permission to access the application group
That "><" is essentially weird because the appgroup in question does exist and ADMIN does have administrative permissions on it. The report format is standard across the 111 reports -
Code: [Select]
AG.APP.IGN.IGN.ARD
OS: AIX 7.1.0.0
CMOD: CMOD for Multiplatforms 9.5.0.9

What could be going wrong? Any help would be really appreciated.
Thanks and Warm Regards,
AP

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: Weird Error: The application group >< does not exist
« Reply #1 on: April 26, 2018, 12:23:10 PM »
Do you have an input exit which might be getting in the way?

Ed
#zOS #ODF

mroutlander

  • Jr. Member
  • **
  • Posts: 33
    • View Profile
Re: Weird Error: The application group >< does not exist
« Reply #2 on: April 27, 2018, 04:58:09 AM »
Thanks for responding, Ed. Yes, there is an input exit but that primarily deals with user validation and the user in my case is same across all reports.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Weird Error: The application group >< does not exist
« Reply #3 on: April 27, 2018, 06:00:13 AM »
Can you show us your load command?  Obviously, obscure any private information (hostnames, userids, passwords) when you paste them into the forums.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

mroutlander

  • Jr. Member
  • **
  • Posts: 33
    • View Profile
Re: Weird Error: The application group >< does not exist
« Reply #4 on: April 27, 2018, 06:13:03 AM »
Thanks for responding, JD. Here is the command (invoked via a script and supposed to run as a daemon):

/ondemand/bin/arsload -I ARCHIVE -fv -t 3600 -B AG.APP.IGN.IGN.EXT -c /arstmp -d /arslocation/filestobeloaded > "/arslocation/logs/arsload.log$(date +%Y%m%d%H%M%S).txt" 2>&1

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Weird Error: The application group >< does not exist
« Reply #5 on: April 27, 2018, 06:16:41 AM »
That is *really* weird. 

What happens when you run the command against the files, without the -d option, but specifying the file name?

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

mroutlander

  • Jr. Member
  • **
  • Posts: 33
    • View Profile
Re: Weird Error: The application group >< does not exist
« Reply #6 on: April 27, 2018, 06:26:40 AM »
That doesn't run either and fails with the same error.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Weird Error: The application group >< does not exist
« Reply #7 on: April 27, 2018, 06:38:37 AM »
Weird.  Are their any spaces or unicode characters in the file name?

Does it load if you specify the Application Group and Application names on the command line with -g and -a? 

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

mroutlander

  • Jr. Member
  • **
  • Posts: 33
    • View Profile
Re: Weird Error: The application group >< does not exist
« Reply #8 on: April 27, 2018, 07:26:15 AM »
It gets interesting here. There are no spaces/unicode characters in the file name and when processed with the -g and -a option, the file gets processed as it should be - ARS4317I Processing successful for file >filename< 

Why this hypocrisy by arsload? :-\

Regards,
AP

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Weird Error: The application group >< does not exist
« Reply #9 on: April 27, 2018, 08:50:01 AM »
Sounds like a bug.  Consider running again with the trace function, and submitting that to IBM in a PMR.

And I think it's been confirmed -- here's an APAR that was fixed in IBM CMOD v9.5.0.10:

      PI89396 - The arsload -B command fails when the Application Group and
                Application are in different locations in the file name

You can get IBM CMOD download fixpacks here:  https://cmod.wiki/index.php?title=Main_Page#IBM_CMOD_Fixpacks_.26_Security_Bulletins

-JD.
« Last Edit: May 24, 2018, 06:25:08 AM by Justin Derrick »
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

mroutlander

  • Jr. Member
  • **
  • Posts: 33
    • View Profile
Re: Weird Error: The application group >< does not exist
« Reply #10 on: April 27, 2018, 01:28:38 PM »
Thanks a lot, JD! I was thinking on the same lines. As suggested, will raise a PMR to start with, and if IBM insists on a fix-pack upgrade (which I am guessing they are going to), will proceed with that.

Regards,
AP

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Weird Error: The application group >< does not exist
« Reply #11 on: April 27, 2018, 01:57:03 PM »
I'd actually start with the FixPack.  Like I said, it seems like they've already addressed this bug.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

ssorich

  • Jr. Member
  • **
  • Posts: 14
    • View Profile
Re: Weird Error: The application group >< does not exist
« Reply #12 on: May 01, 2018, 10:55:02 AM »
I have received this error many times on Linux running the arsload daemon. I have always seen an issue with the input file name. The worst one had a space at the beginning file name, once imbedded on the file name. Also if the file name does not have the exact amount of nodes in the files name as your daemon, it will get this error. The space in the file name will do that - cause CMOD to stop examining the file name after the first space. Just to double-check that before going fix-pack.

mroutlander

  • Jr. Member
  • **
  • Posts: 33
    • View Profile
Re: Weird Error: The application group >< does not exist
« Reply #13 on: May 02, 2018, 02:35:25 AM »
Thanks ssorich. While I've checked the filenames (of the failing files) for any such anomalies, I'll revisit and check again.

And thanks JD, for the fix pack download link. Once I am done reverifying the filenames, I'll probably install 9.5.0.10. Hopefully that'll fix the issue  :)

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Weird Error: The application group >< does not exist
« Reply #14 on: May 02, 2018, 02:53:01 AM »
If you check that link, 9.5.0.11 was just released along with a security bulletin for the Global Security Kit, which is used by IBM CMOD to provide cryptographic functions.  https://www-01.ibm.com/support/docview.wss?uid=swg22014722

-JD.
« Last Edit: May 24, 2018, 06:23:33 AM by Justin Derrick »
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR