These tModel entities are present in the UDDI Version 3 registry,
but a matching value set status is missing.
To resolve the problem,
run the following SQL script to insert the missing database entries:
--Insert Value Set Status for following tModels.
--
-- uddi-org:wsdl:types
-- uddi-org:derivedFrom
-- uddi-org:validatedBy
-- uddi-org:owningBusiness_v3
-- uddi-org:relationships
-- uddi-org:xml:localName
-- uddi-org:xml:namespace
--
--
--Only run this script against a UDDI Version 3 database created
--under WebSphere Application Server Version 6.0.
--
--Use the DB2 Command Line Processor, Oracle SQL*Plus, or Cloudscape
--CView tools depending on your database type to process this script.
--
--If you selected a "Default" UDDI Deployment, your UDDI Version 3
--Registry uses a Cloudscape database.
--
--To use, start Cloudscape CView from the Cloudscape/lib directory of
--your WebSphere installation. Use
--
-- java -cp ./db2j.jar;./db2jcview.jar com.ibm.db2j.tools.cview
--
--This command starts the CView application and window. Select the
--File/Open menu and navigate to your UDDI30 database using the
--dialog. The default UDDI Version 3 Registry database is located at
--
-- {WAS_HOME}/profiles/{Your Profile}/databases/com.ibm.uddi/UDDI30
--
--After the database is open, select the Script button on the
--Database tab and select Open...
--Use the dialog box to open this script file.
--Select the Execute button of the Database tab.
--A message at the bottom of the window states the number of rows
--inserted into the database.
--To exit from CView, select File/Exit.
--
INSERT INTO ibmuds30.vss_policyadmin(
tmodelkey,
name,
supported,
checked,
cached,
externalcacheable,
externallyvalidate,
unvalidatable)
VALUES(
'6e090afa-33e5-36eb-81b7-1ca18373f457',
'uddi-org:wsdl:types',
1,
1,
0,
0,
0,
0
);
INSERT INTO ibmuds30.vss_policyadmin(
tmodelkey,
name,
supported,
checked,
cached,
externalcacheable,
externallyvalidate,
unvalidatable)
VALUES(
'5678dd4f-f95d-35f9-9ea6-f79a7dd64656',
'uddi-org:derivedFrom',
1,
1,
0,
0,
0,
0
);
INSERT INTO ibmuds30.vss_policyadmin(
tmodelkey,
name,
supported,
checked,
cached,
externalcacheable,
externallyvalidate,
unvalidatable)
VALUES(
'25b22e3e-3dfa-3024-b02a-3438b9050b59',
'uddi-org:validatedBy',
1,
1,
0,
0,
0,
0
);
INSERT INTO ibmuds30.vss_policyadmin(
tmodelkey,
name,
supported,
checked,
cached,
externalcacheable,
externallyvalidate,
unvalidatable)
VALUES(
'4064c064-6d14-4f35-8953-9652106476a9',
'uddi-org:owningBusiness_v3',
1,
1,
0,
0,
0,
0
);
INSERT INTO ibmuds30.vss_policyadmin(
tmodelkey,
name,
supported,
checked,
cached,
externalcacheable,
externallyvalidate,
unvalidatable)
VALUES(
'807a2c6a-ee22-470d-adc7-e0424a337c03',
'uddi-org:relationships',
1,
0,
0,
0,
0,
0
);
INSERT INTO ibmuds30.vss_policyadmin(
tmodelkey,
name,
supported,
checked,
cached,
externalcacheable,
externallyvalidate,
unvalidatable)
VALUES(
'2ec65201-9109-3919-9bec-c9dbefcaccf6',
'uddi-org:xml:localName',
1,
0,
0,
0,
0,
0
);
INSERT INTO ibmuds30.vss_policyadmin(
tmodelkey,
name,
supported,
checked,
cached,
externalcacheable,
externallyvalidate,
unvalidatable)
VALUES(
'd01987d1-ab2e-3013-9be2-2a66eb99d824',
'uddi-org:xml:namespace',
1,
0,
0,
0,
0,
0
);