I wanted to delete an obsolete project (MB_WHRCS89_90_DEV)
but as I started gathering some info
it looks like that project is somehow pointing (see WHO command below) to
my current development project (WHRCS89_90_DEV).
I ran the following TCL commands for project MB_WHRCS89_90_DEV:
Code: Select all
>SELECT * FROM UV.ACCOUNT WHERE @ID = 'MB_WHRCS89_90_DEV';
Account... UID GID Owner name...... UNIX pathname........... Permissions
MB_WHRCS89 0 0 DataStage\7.5\ap /appl/xxxxxx/Ascential
_90_DEV ux19\30328 /DataStage/DSEngine/proj
ects/MB_WHRCS89_90_DEV
1 records listed.Code: Select all
>SELECT * FROM UV_SCHEMA WHERE @ID = 'MB_WHRCS89_90_DEV';
Schema. MB_WHRCS89_90_DEV
Owner.. 4967
Path... /appl/xxxxxx/Ascential/DataStage/DSEngine/projects/MB_WHRCS89_90_DEV
1 records listed.Code: Select all
>LOGTO MB_WHRCS89_90_DEV
>Code: Select all
>WHO
16 WHRCS89_90_DEV From xxxxxxCode: Select all
>VERIFY.SQL SCHEMA MB_WHRCS89_90_DEV
Checking permission.
* Cannot find schema 'MB_WHRCS89_90_DEV'.
* Data for the schema 'MB_WHRCS89_90_DEV' should be deleted.
2 fixable errors found.
Items marked with a '!' are information messages only.
Items marked with a '*' can be fixed by using the FIX option to VERIFY.SQL.
Items marked with a '**' are situations where VERIFY.SQL could not continue.Then I ran the same TCL commands for project WHRCS89_90_DEV:
Code: Select all
>SELECT * FROM UV.ACCOUNT WHERE @ID = 'WHRCS89_90_DEV';
Account... UID GID Owner name...... UNIX pathname........... Permissions
WHRCS89_90 0 0 DataStage\7.5\ap /appl/xxxxxx/Ascential
_DEV ux19\63912 /DataStage/DSEngine/proj
ects/WHRCS89_90_DEV
1 records listed.Code: Select all
>SELECT * FROM UV_SCHEMA WHERE @ID = 'WHRCS89_90_DEV';
Schema. WHRCS89_90_DEV
Owner.. 4967
Path... /appl/xxxxxx/Ascential/DataStage/DSEngine/projects/WHRCS89_90_DEV
1 records listed.Code: Select all
>LOGTO WHRCS89_90_DEV
>Code: Select all
>WHO
16 WHRCS89_90_DEV From xxxxxx
>Code: Select all
>VERIFY.SQL SCHEMA WHRCS89_90_DEV
Checking permission.
Building table list...........
.
.
.
....Done.
Verifying table '/appl/xxxxxx/Ascential/DataStage/DSEngine/projects/WHRCS
89_90_DEV/J_Fact_PS_DIRECT_SRVC_FOUND_2'.
Checking file permissions.
** No SQL catalog data for schema '' in UV_SCHEMA.
Verifying table '/appl/xxxxxx/Ascential/DataStage/DSEngine/projects/WHRCS
89_90_DEV/DS.GETINFO.DEFAULTS'.
Checking file permissions.
** No SQL catalog data for schema '' in UV_SCHEMA.
Verifying table '/appl/xxxxxx/Ascential/DataStage/DSEngine/projects/WHRCS
89_90_DEV/DSLink299'.
Checking file permissions.
** No SQL catalog data for schema '' in UV_SCHEMA.
.
.
.
.Here the list of messages outputed by the VERIFY.SQL seems to be infinite...
It just goes on and on, probably for every object in the project.
I am afraid that if I delete project MB_WHRCS89_90_DEV, my development project will
be deleted too. I have backups of the development project so I could recreate it from scratch
but it is something I would like to avoid if there is a way to correct this situation.
Any comments, suggestions are greatly appreciated.
Thanks
