Are there any issues with the Access Upsizing Wizard (moving a FogBugz database from Access to SQL server).
|
2
|
||||
|
|
1
|
By using the Access Upsizing Wizard you can move your FogBugz database from Access to SQL server. There are many, many sneaky little ways for the "Access Upsize" process to go wrong without being noticed. If it goes wrong in any one of these ways you will not be able to install licenses. And, you will not be given an error message as to why the licenses were not installed (due to security involved with installing licenses). You will simply be forever prompted to install new licenses. Whether you used the upsizing wizard or not, in SQL Server your Licenses table must ultimately have the following design (FogBugz 4.0 shown here):
Note that ixLicense is the identity for the table. Before contacting technical support, please take a second look at the above screenshot. Note both the data type and the length attributes. Are they the same as in your Licenses table in SQL Server? The Access Upsizing Wizard (Access2002 SP2) converts the sSignature field (OLE Object) to a field with Data Type 'Image', you will need to change this to Data Type 'binary. Instead of using the Upsizing Wizard, we recommend you follow the simple instructions below to import your data. If you already have a FogBugz installation that uses Access, you can run FogBugz Setup for the purpose of setting everything up in SQL Server (it will create the database, hook up a login for the database, and set up full-text search). If you want to move your FogBugz installation to a new server in the same step as you upgrade from Access to SQL Server, well, then you needed to run Setup anyway to create the IIS components anyway; but if you already have FogBugz installed and don't need a new IIS components created (e.g. a new FogBugz website), you still need to run setup to have it create the database, but after running setup you can remove IIS stuff that Setup created.
|
|||
|
0
|
Three easy steps!
|
||
|
|
|
0
|
Thanks for the update. How do you do step 3? Is it being done in Access itself? |
|||
|



