tivoli - DB2 Resource BIND Error: DSNT500I -DBS1 DSNTBCM1 RESOURCE UNAVAILABLE -


trying run bind job new tivoli omegamon xe db2 upgrade. i'm having difficulties running rkd2sam(ombpss01) job bind omegamon server db2 plan ko2plan.

jcl: //omegapl  exec  pgm=ikjeft01                                                  //steplib  dd    disp=shr,dsn=sys1.db2dr.dsnload                                 //systsprt dd sysout=*                                                        //sysprint dd sysout=*                                                        //systsin  dd *                                                                 dsn system(dbs1)                                                              bind plan     (ko2plan)        +                                                   pklist   (ko2om520.*)     +                                                   owner    (sofdb2)         +                                                   action   (replace)        +                                                   explain  (no)             +                                                   retain                    +                                                   validate (bind)           +                                                   encoding (ebcdic)         +                                                   isolation(ur)                                                            end                                                                         /*                                                                             sysout: dsnt500i  -drs1 dsntbcm1 resource      unavailable                                            reason 00e30083                                                               type 00000800                                                                 name ko2plan                                                           dsnt201i  -drs1  bind plan ko2plan  not successful       

random , poorly run forums indicate wlm might using resource. how can perform bind or find using resource?

reason 00e30083 means deadlock on type 00000800 (plan) name ko2plan. since cannot (re)bind plan in use application, 1 might assume omegamon running, preventing bind.

as aside, in addition "random , poorly run forums" useful refer product (in case db2 z/os) documentation.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -