Author Topic: Error after 9.5 Upgrade  (Read 3159 times)

Pk2016

  • Guest
Error after 9.5 Upgrade
« on: October 12, 2016, 11:46:04 AM »
Hello Team,

We recently upgraded from server  8.5 to version 9.5  and have an issue with few of the mainframe jobs. The upgrade is done only in lower Development region for now .

There is a Mainframe job which connects to ondemand , used to work fine with server 8.5 but now after upgrade  throws an error as below

".   MESSAGE = {No match found for .od.ODException: Error setting Afp2HtmlConfigF
./www/bin/afp2html.ini specified.                      }                        "

Im not able to figure out where is this error populating from . Is there some problem with  configuration of new server?
I couldnt get any help internally . This forum is my only hope. Thanks in advance.


Pk2016

  • Guest
Re: Error after 9.5 Upgrade
« Reply #1 on: October 12, 2016, 01:29:28 PM »
Incase if this is of any help
this is the complete log from the SYSOout of the HITLISt job..
********************************************************************
. LOGON ERROR                                                                   
. DISPLAY COMMONSTRUCTURE CUSTOMER FIELDS                                       
.   EYEBALL = {ARSLSCCO}                                                       
.    LENGTH = {0000000488}                                                     
.  API LEVEL = {8.4.0.00           .}                                           
.   REQUEST = {LOGON              .}                                           
.   MIDADDR = {127.0.0.1                                                      .}
.   MIDPORT = 03225                                                             
.   LIBADDR = {127.0.0.1                                                      .}
.   LIBPORT = 04201                                                             
. CODE PAGE = 0000000500                                                       
. FOLDERMAX = 0000000000                                                       
.FOLDERSIZE = 0000000000                                                       
. FOLDERCNT = 0000000000                                                       
.    HITMAX = 0000000050                                                       
.FOLDERNAME = {                                                           .}   
. TRACEFLAG = 00000                                                             
.DISPLAY OF COMMONSTRUCTURE RETURNED FIELDS                                     
.        RC = 0000009119                                                       
.   MESSAGE = {No match found for .od.ODException: Error setting Afp2HtmlConfigF
./www/bin/afp2html.ini specified.                      }                       
.  CONNECTID = {....................}                                           
.  CONNECTID UPPER= {00000000000000000000}                                     
.                   {00000000000000000000}                                     
.  PFOLDERLIST = 00000000                                                       
.   PFOLDERCRIERIA = 00000000                                                   
.      PHITLIST = 00000000                                                     
.      PDOCUMENT = 00000000                                                     
.        FN = 0000000003                                                       
.SHORT-SOCK = 0000000000                                                       
.    SOCKET = 0000000000                                                       
.  ARRAYNUM = 0000000000                                                       
.   PAYLOAD = 00000                                                             
.                                                                               
.                                                                               
*********************************************************************

ibmarthin

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
Re: Error after 9.5 Upgrade
« Reply #2 on: October 13, 2016, 03:29:27 AM »
Did you check your arswww.ini is in the path?
I had to copy this from ..V8R5M0/www/ to ../V9R5M0/www/

Als check this section:
[AFP2HTML]
InstallDir=/usr/lpp/ars/V9R5M0/www/afp2web             
ConfigFile=/usr/lpp/ars/V9R5M0/www/afp2web/afp2html.ini
UseExecutable=1                                       

Pk2016

  • Guest
Re: Error after 9.5 Upgrade
« Reply #3 on: October 13, 2016, 12:13:19 PM »
Thanks Marthin.

I noticed the same . I was told that "/www/bin"  directory went away with V9.5. " 

Was also  told "arswww.ini file is used if you have implemented ODWEK on z/OS ,but we use ODWEK from the opensystems side instead" so the "arswww.ini" can actualy b removed.

Marthin/Anyone,

May be wrong but DO you think  the change has to be done on the opensystem were ODWEK is installed??

i see the hitlist job calls for "ARSLSCCO" api and thts where the errors out.





ibmarthin

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
Re: Error after 9.5 Upgrade
« Reply #4 on: October 19, 2016, 02:32:52 AM »
I don't think the Server version 9.5.0 like your "API LEVEL = {8.4.0.00 )" .
I don't know much about running ODWEK on opensystem. But did you consider upgrading this also to 9.5?

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1203
    • View Profile
Re: Error after 9.5 Upgrade
« Reply #5 on: October 20, 2016, 10:32:04 AM »
Is this for the CMOD midserver?

If so, API Level = 8.4.0.0 is normal.

Have you tried running the midserver IVP?

https://www.ibm.com/support/knowledgecenter/SSQHWE_9.5.0/com.ibm.ondemand.configuringzos.doc/dodzc724.htm

Ed
#zOS #ODF

Pk2016

  • Guest
Re: Error after 9.5 Upgrade
« Reply #6 on: October 27, 2016, 10:08:23 AM »
Thank you Marthin and Ed!!

Turned out to be an incorrect config file in "arsMSVR.sh"  post the upgrade to 9.5 . The issue seems to be resolved.