| View previous topic :: View next topic |
| Author |
Message |
LFIT Just popping in
Joined: 18 May 2009 Posts: 3 Location: London
|
| Posted: Mon Aug 17, 2009 11:35 am Post subject: The ConnectionString property has not been initialized |
|
|
when I run the signOWA.exe -v, this is what I get;
Using the url: http://webmail.company.co.uk/owa/
The ConnectionString property has not been initialized.
I note that our actual url is Using the url: https://webmail.company.co.uk/owa/
Does this make a difference. If so, where do I need to go to correct. Please note I donot have access to the Exchange server, I only have access to the eMailSignature server.
Thanks |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1924 Location: Stoevring, Denmark
|
| Posted: Mon Aug 17, 2009 2:52 pm Post subject: The ConnectionString property has not been initialized |
|
|
The ConnectionString property has not been initialized
Check connection string in signOWA.reg and make sure that no single '\' are used as they are escape codes in a reg-file. E.g.:
| Code: | | "Settingsdatabase"="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\\\server\\share\\settings.mdb" |
Also check that your key OWAssl is set to 1 when you use HTTPS.
Does this fix your symptom? _________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 723 Location: Copenhagen
|
| Posted: Mon Aug 17, 2009 7:03 pm Post subject: |
|
|
This is definately the owaSSL you have forgotten to set to 1.
Please note that you only need the double \\'s the first time you put the information into the registry. Ensure that the path when you view it in registry looks correct.
Thanks. |
|
| Back to top |
|
 |
|