| View previous topic :: View next topic |
| Author |
Message |
rdubbelman Not too shy to talk
Joined: 03 Jun 2008 Posts: 5 Location: Barendrecht
|
| Posted: Fri Jun 20, 2008 7:46 am Post subject: Problem getting OWA running |
|
|
After settingup email signature and working perfectly I want to deploy also the signatures for the Web access users. However when I load the reg keys :
Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Office add-on\eMailSignature
Value 0
Name: OWAssl
Data: 1
Value 1
Name: OWAfba
Data: 0
Value 2
Name: OWAuid
Data: super
Value 3
Name: OWApwd
Data: *******
Value 4
Name: OWAdomain
Data: BESTTRUCKS
Value 5
Name: OWAurl
Data: mail.besttrucks.nl
Value 6
Name: Settingdatabase
Data: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\best-dc-01\profiles\settings.mdb
To the server I get an error message when running signowa.exe -v
"The ConnectionString property has not been initialized"
While the initialisation string for emailsignature.bat is :
start \\Best-dc-01\profiles\sign.exe Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\Best-dc-01\profiles\settings.mdb
We are not using forms and also no Proxy.
Can you pls give me a clue where to go from here? |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Fri Jun 20, 2008 9:53 am Post subject: The ConnectionString property has not been initialized |
|
|
Sure, please check OWA Error codes at the top of this forum ...
You will find solution in this general post. _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
rdubbelman Not too shy to talk
Joined: 03 Jun 2008 Posts: 5 Location: Barendrecht
|
| Posted: Fri Jun 20, 2008 11:31 am Post subject: |
|
|
I must be blind
The only answer I see is :
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"
And that is what I already got  |
|
| Back to top |
|
 |
rdubbelman Not too shy to talk
Joined: 03 Jun 2008 Posts: 5 Location: Barendrecht
|
| Posted: Fri Jun 20, 2008 11:34 am Post subject: |
|
|
Answered too quickly.
settingSdatabase
Thanks
 |
|
| Back to top |
|
 |
|