Managing email signatures?
Click download Free Trial
Manage Email Signatures Centrally - For All Users
extend your brand and promote your products, services, special events and news
 
Your eMailSignaturer resource    Receive answers in my inbox    Add URL in your RSS reader    Join us on Facebook     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
LiveZilla Live Help

Ein par Wöter über SQL Server + settingsdatenbank

 
Post new topic   Reply to topic    email signatureManage Email Signatures Centrally - For All Users Forum Index -> Deutscher Support
View previous topic :: View next topic  
Author Message
Bjarne Mess
Certified Professional
Certified Professional


Joined: 01 May 2007
Posts: 735
Location: Copenhagen

Posted: Thu Jun 28, 2007 5:29 pm    Post subject: Ein par Wöter über SQL Server + settingsdatenbank Reply with quote

Scenario:
You have set up eMailSignature by using the Cockpit and everything looks great. You now want to move your settings to the SQL Server for deployment.

You can use the tool BuildInsert.exe to create the insert scrip for SQL server automatically.
You find the file here.
It requires you to be running .NET version 2 or higher.

This will automatically create the insert script for you based on all the information you already have set up in the Access database.

Now open Enterprise Manager and create the database as described in the support page. Open Query Analyser and do the following:

1. create script downloaded from the support pages in the download section.
2. run the newly created file (also called create.sql) after you created all the tables.

You might run into two problems:
1. [Microsoft][ODBC SQL Server Driver]COUNT field incorrect or syntax error.
Solution: Delete all entries to the lgdaUsers table

2. Server: Msg 544, Level 16, State 1, Line 1
Cannot insert explicit value for identity column in table 'preview' when IDENTITY_INSERT is set to OFF.
Solution: Locate "INSERT INTO [preview]..." and replace it with:

SET IDENTITY_INSERT preview ON
INSERT INTO [preview]
SET IDENTITY_INSERT preview OFF

You can now successfully connect the Cockpit to the SQL Server and continue your deployment. 8)
_________________
</Bjarne> | Test Email Signature | Showcase |
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Manage Email Signatures Centrally - For All Users Forum Index -> Deutscher Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Add URL in your RSS reader | About Us | Terms and conditions | © 2012 eMailSignature North America, Inc. and eMailSignature Aps.