| View previous topic :: View next topic |
| Author |
Message |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Tue Apr 14, 2009 7:54 pm Post subject: |
|
|
When running the command, I get:
\\server\share\signowa.exe -v
Using the url: https://mail.ourdomain.org/exchange/
An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.
However, it is set in the registry key settingsdatabase:
"Settingsdatabase"="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\\\server\share\v5.5-settings.mdb" |
|
| Back to top |
|
 |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Tue Apr 14, 2009 7:57 pm Post subject: |
|
|
OK, I noticed I had single backslashes but it didn't change the outcome when I fixed it.
| PaulD wrote: | When running the command, I get:
\\server\share\signowa.exe -v
Using the url: https://mail.ourdomain.org/exchange/
An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.
However, it is set in the registry key settingsdatabase:
"Settingsdatabase"="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\\\server\share\v5.5-settings.mdb" |
|
|
| Back to top |
|
 |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Tue Apr 14, 2009 8:02 pm Post subject: New feature request |
|
|
| Please change this so it does not require storing a username/password in clear text. |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1925 Location: Stoevring, Denmark
|
| Posted: Wed Apr 15, 2009 10:55 am Post subject: |
|
|
Please try and change...
| Code: | | "Settingsdatabase"="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\\\server\share\v5.5-settings.mdb" |
... to ...
| Code: | | "Settingsdatabase"="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\\\server\\share\\v5_5-settings.mdb" |
OK now? _________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|
| Back to top |
|
 |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Wed Apr 15, 2009 11:34 am Post subject: |
|
|
No. As I said, I noticed the single slashes and corrected them with no change in results. The parser isn't getting beyond the OLEDB provider.
| PaulD wrote: | OK, I noticed I had single backslashes but it didn't change the outcome when I fixed it.
| PaulD wrote: | When running the command, I get:
\\server\share\signowa.exe -v
Using the url: https://mail.ourdomain.org/exchange/
An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.
However, it is set in the registry key settingsdatabase:
"Settingsdatabase"="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\\\server\share\v5.5-settings.mdb" |
|
|
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1925 Location: Stoevring, Denmark
|
| Posted: Wed Apr 15, 2009 12:37 pm Post subject: |
|
|
I did read your post ... but I changed the name of your settings DB too:
v5_5-settings.mdb (without a full stop in the name) _________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|
| Back to top |
|
 |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Wed Apr 15, 2009 12:40 pm Post subject: |
|
|
| Ah, sorry, I missed that. I will give it a try. |
|
| Back to top |
|
 |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Wed Apr 15, 2009 12:48 pm Post subject: |
|
|
Hi Jesper, no change:
"Settingsdatabase"="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\\\\server\\share\\v5_5-settings.mdb"
Z:\>signowa -v
Using the url: https://mail.craftandhobby.org/exchange/
An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.
Z:\> |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 723 Location: Copenhagen
|
| Posted: Wed Apr 15, 2009 2:16 pm Post subject: |
|
|
Have you created the registry entries the right place? Where have you create the entries?
Thanks. |
|
| Back to top |
|
 |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Wed Apr 15, 2009 2:26 pm Post subject: |
|
|
| I used signOWA.reg to create the keys, they were created in HKEY_LOCAL_MACHINE\SOFTWARE\Office add-on\eMailSignature |
|
| Back to top |
|
 |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Wed Apr 15, 2009 5:45 pm Post subject: |
|
|
Any further ideas on this gentlemen?
Thanks, |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1925 Location: Stoevring, Denmark
|
| Posted: Thu Apr 16, 2009 7:52 am Post subject: An OLE DB Provider was not specified in the ConnectionString |
|
|
Need more info ...
- Could you please post the content of signOWA.reg?
- Please post UNC-path to settings.mdb?
- Where is signOWA.reg installed?
- Where is signOWA.exe executed?
- Where is OA.SignOWA.dll located?
- Which permissions do you have on the share with settings.mdb?
Deploying eMailSignature to OWA _________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|
| Back to top |
|
 |
PaulD Quite a regular
Joined: 15 Aug 2007 Posts: 16
|
| Posted: Fri Apr 17, 2009 2:47 pm Post subject: |
|
|
OK, so what I was doing was:
1) I executed signOWA.reg to create the registry entries.
2) I edited those keys directly in regedit.
The result was that there were extra characters included when I exported the keys, although they looked correct in regedit.
So, what I had to do is to edit the exported .reg file to the desired settings and rerun that. This correctly imported the values and I was able to successfully run signOWA.exe.
I would still appreciate it if we didn't have to enter a username/password into the registry in clear text.
Thanks for all your help Jesper!
Regards,
Paul |
|
| Back to top |
|
 |
|