You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had several instances where I am trying to use the create table statement. The table does not exist in my "objlib" or build library. It appears bob tries to make sure the object is not locked before it creates the table. It is finding the object in my production library which is on down my library list. The production table is locked. Bob gives an error saying the "object' is in use and will not build. It seems BOB should only look for the table in my build library.... >> Temporarily set curlib to crbtest CPC2197: Library CRBTEST removed from library list. CPC2196: Library CRBTEST added to library list. CPC2198: Current library changed to CRBTEST.
MSG ID SEV RECORD TEXT SQL0913 30 1 Position 1 Row or object PRDWRK01F in MMIPROD01 type *FILE in use. SQL7961 0 Rollback completed.
Notice my current library is CRBTEST, but its finding an object lock in MMIPROD01.
This is because the table in CRBTEST does not exist yet. I am building for first time.
The text was updated successfully, but these errors were encountered:
I have had several instances where I am trying to use the create table statement. The table does not exist in my "objlib" or build library. It appears bob tries to make sure the object is not locked before it creates the table. It is finding the object in my production library which is on down my library list. The production table is locked. Bob gives an error saying the "object' is in use and will not build. It seems BOB should only look for the table in my build library....
>> Temporarily set curlib to crbtest CPC2197: Library CRBTEST removed from library list. CPC2196: Library CRBTEST added to library list. CPC2198: Current library changed to CRBTEST.
MSG ID SEV RECORD TEXT SQL0913 30 1 Position 1 Row or object PRDWRK01F in MMIPROD01 type *FILE in use. SQL7961 0 Rollback completed.
Notice my current library is CRBTEST, but its finding an object lock in MMIPROD01.
This is because the table in CRBTEST does not exist yet. I am building for first time.
The text was updated successfully, but these errors were encountered: