How can we help you today? How can we help you today?

Problem with Initial Static Data Check-In

With my initial static data check-in, no data could be found to update another database with. I'm using SVN.

Steps to reproduce:
  • Database CPU is under source control.
  • Select static data from tables Registers and Pipelines.
  • When committing the static data, realise that you've made a mistake and only want static data from Registers, so you only commit Registers.
  • Go to the "Static data to source control..." screen and deselect Pipelines.
  • Go to the commit tab and see that there are no changes to commit into the source control repository.
  • Create new database ALU.
  • Link ALU to the SVN repository.
  • Get the latest changes.
  • Notice that there is no data in the list of changes, and there is no data available in subsequent refreshes of the list of changes.

My RedGateDatabaseInfo.XML file has the following entry:
<DataFileSet>
    <Count>0</Count>
  </DataFileSet>

When I've played around some more, I got:
<DataFileSet>
    <Count>3</Count>
    <DataFile>dbo.Registers.sql</DataFile>
    <DataFile>dbo.Pipelines.sql</DataFile>
    <DataFile>dbo.Cores.sql</DataFile>
  </DataFileSet>
which is correct. I could get this data into the ALU database OK.
AndrewJacksonZA
0

Comments

1 comment

  • StephanieHerr
    Andrew and I have both tried to reproduce this, but could not. If anyone else experiences this problem, please get in touch.

    For the v2.0.0.37 EA release, getting the schema and data for the same table is a 2 step process. Only the schema will appear at first on the get list. Once you get the schema, then you can get the data.
    StephanieHerr
    0

Add comment

Please sign in to leave a comment.