|
Hello all,
Thanks in advance for any help you can provide.
I am having a problem creating a new NS instance using SQL 2005 management
studio.
I am using the database element in my instance and application xml files like
this,
in order to create the NS application in an existing database.
<Database>
<DatabaseName>%databasename%</DatabaseName>
<SchemaName>%schemaname%</SchemaName>
</Database>
the problem that I am having is that if I encounter an error somewhere in the
process of creating this new instance the instance name and schema name I
specified are still bound somewhere, and if I correct for the error and try to
create the instance again, I receive a new error saying that there is already
an instance with my instance name, or using the schema name.
If I try to list versions it tells me there are no instances, yet if I try to
add a new instance it tells me there is already an instance using my instance
name.
I have tried searching master database tables and views for anywhere
where it might be stored, also tried poking around most of management studio
and the registry, and just can not seem to find where it is remembering that I
had tried to create this instance before.
It is like it is partially creating the instance, running into an error, and
then not rolling back its changes somewhere.
Any help would be very much appreciated |