Kbase 17682: Roundtable - Cannot Release Alias Table name
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Roundtable - Cannot Release Alias Table name
INTRODUCTION:
=============
V8.1A of Roundtable on HP/UX platform.
Problem is releasing from a workspace where the release
just contains a new table alias.
The error is:
Sorry! Schema update must be run. PDBASE sports3 is not up
to date.
Can't create release with WIP schema objects in workspace
Problem occurs when he adds an alias to workspace dev-1 and
then releases it from test-1.
PROCEDURAL APPROACH:
====================
Here are the steps to reproduce:
1. Create the following workspaces and have a product module
called database:
dev-1 Development
test-1 Test
prod-1 Production
2. Make sure the sports database is setup in all 3 workspaces.
3. In dev-1, select the PDBASE object sports and add a new
alias to the table.
4. Create a Release from dev-1.
5. Go to test-1 and Import the release. This works fine.
6. Create a release from test-1. You then get an error message:
Sorry! Schema update must be run. PDBASE sports3 is not
up to date.
Can't create release with WIP schema objects in workspace
This is part of StarBase bug (#213), which is scheduled to be
fixed in the next release.
WORKAROUND
==========
FIND rtb_object WHERE rtb_object.wspace-id = "test-1"
AND rtb_object.obj-type = "PDBASE"
AND rtb_object.object = "sports".
ASSIGN rtb_object.update-status = "C".
The result of the bug in Roundtable is that there is no way to
get the update status of the database object flipped from
"N"ew to "C"urrent.
Progress Software Technical Support Note # 17682