| View previous topic :: View next topic |
| Author |
Message |
chrisfraser Quite a regular
Joined: 08 Oct 2007 Posts: 11
|
| Posted: Mon Oct 08, 2007 11:24 am Post subject: OWA signature |
|
|
I'm testing eMailSignature before a large deployment.
I currently cannot deploy to OWA, I'm using exchange 2007.
My deployment to outlook (2007) works fine. I run "C:\Program Files\Office add-on\eMailSignature\signOWA.exe" "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Office add-on\eMailSignature\settings.mdb" which returns nothing.
I'm only testing at the moment, hence local files. I've selected my OWA url and selected https.
Regards
Chris |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Mon Oct 08, 2007 1:12 pm Post subject: Debug OWA |
|
|
Please go to Tools section of this forum and debug OWA.
Then post the result for further analysis. |
|
| Back to top |
|
 |
chrisfraser Quite a regular
Joined: 08 Oct 2007 Posts: 11
|
| Posted: Tue Oct 09, 2007 8:03 am Post subject: |
|
|
I tried the debug version, then tried /owa and /exchange (seemed sensible)
Last edited by chrisfraser on Sat Jan 05, 2008 9:50 pm; edited 1 time in total |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Tue Oct 09, 2007 8:45 am Post subject: |
|
|
Hi,
Have you run sign.exe first? sign.exe generates the actual signature, and signOWA puts it into OWA.
Which authentication method are you using?
Thanks |
|
| Back to top |
|
 |
chrisfraser Quite a regular
Joined: 08 Oct 2007 Posts: 11
|
| Posted: Tue Oct 09, 2007 8:48 am Post subject: |
|
|
Yes, I sucessfully ran sign.exe for outlook, which worked fine.
We're using integrated auth. |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Tue Oct 09, 2007 8:52 am Post subject: |
|
|
OK, that sounds just as it should be straight out of the box.
I'll see if I gat get Jakob to help out here.. |
|
| Back to top |
|
 |
Jakob Christensen Certified Professional

Joined: 27 Apr 2007 Posts: 60 Location: Copenhagen, Denmark
|
| Posted: Wed Oct 10, 2007 9:53 am Post subject: |
|
|
The response from the server looks fine and status code are ok.
What happens to your OWA signature when running signowa.exe? Is it being cleared or is it left unchanged?
I will post a new version of signowa.exe which can provide us with a bit more debug information.
Thanks.
Jakob. |
|
| Back to top |
|
 |
chrisfraser Quite a regular
Joined: 08 Oct 2007 Posts: 11
|
| Posted: Wed Oct 10, 2007 9:59 am Post subject: |
|
|
| It remains unchanged. |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Wed Oct 10, 2007 11:06 am Post subject: |
|
|
Hi Chris,
SignOWA.exe is now updated to provide more information to assist you.
Please run again and post your debugging here ...
- Download and save SignOWA.exe by clicking here.
- Click the Windows 'Start' button and choose 'Run'.
- Type 'cmd' and press enter.
- Enter 'c:'.
- Enter 'cd\'.
- Enter 'cd temp'. If you saved signowa.exe to a different folder than 'temp' enter the correct folder name instead.
- Enter 'signowa.exe -v' and post the messages written on the screen.
|
|
| Back to top |
|
 |
chrisfraser Quite a regular
Joined: 08 Oct 2007 Posts: 11
|
| Posted: Wed Oct 10, 2007 11:08 am Post subject: |
|
|
C:\Windows\System32>"C:\Program Files\Office add-
Last edited by chrisfraser on Sat Jan 05, 2008 9:50 pm; edited 2 times in total |
|
| Back to top |
|
 |
Jakob Christensen Certified Professional

Joined: 27 Apr 2007 Posts: 60 Location: Copenhagen, Denmark
|
| Posted: Wed Oct 10, 2007 12:07 pm Post subject: |
|
|
It seems that the HTML part of the signature is updated correctly but the text part is not updated. This may be the problem although OWA usually ignores the text part, and I can not explain why this is happening.
Try manually clearing your signature and disable signatures in OWA. Then try running the following (and post the debug info as usual):
signowa.exe -ssl:on -url:mail.aspire-ts.co.uk/exchange/ -signature:"test"
Thanks. |
|
| Back to top |
|
 |
chrisfraser Quite a regular
Joined: 08 Oct 2007 Posts: 11
|
| Posted: Wed Oct 10, 2007 12:13 pm Post subject: |
|
|
cleared, still no new signature appears.
Last edited by chrisfraser on Sat Jan 05, 2008 9:50 pm; edited 1 time in total |
|
| Back to top |
|
 |
Jakob Christensen Certified Professional

Joined: 27 Apr 2007 Posts: 60 Location: Copenhagen, Denmark
|
| Posted: Wed Oct 10, 2007 12:48 pm Post subject: |
|
|
Hi Chris,
The debug info you posted tells me that the signatures now have been updated to "test" on the server (highlighted in bold below). If the signatures had not been updated this would be empty since you cleared it manually.
Did you try signing out of OWA and signing in again before checking the signature? OWA does not always refresh its signatures when you are signed in.
Kind regards, Jakob.
| chrisfraser wrote: | cleared, still no new signature appears.
C:\Program Files\Office add-on\eMailSignature>signowa.exe -ssl:on -url:mail.aspi
re-ts.co.uk/exchange/ -signature:"test"
Using the url: https://mail.aspire-ts.co.uk/exchange/
Sending HTTP request to: https://mail.aspire-ts.co.uk/exchange/Chris.Fraser/
Returned response from server: <?xml version="1.0"?><a:multistatus xmlns:b="http
://schemas.microsoft.com/exchange/" xmlns:a="DAV:"><a:response><a:href>https://m
ail.aspire-ts.co.uk/exchange/Chris.Fraser</a:href><a:propstat><a:status>HTTP/1.1
200 OK</a:status><a:prop><b:signaturehtml/><b:signaturetext/><b:autoaddsignatur
e/></a:prop></a:propstat></a:response></a:multistatus>
HTML signature: test
Text signature: test
HTTP/1.1 200 OK
Sending HTTP request to: https://mail.aspire-ts.co.uk/exchange/Chris.Fraser/
Returned response from server: <?xml version="1.0"?><a:multistatus xmlns:b="urn:
uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:c="xml:" xmlns:d="http://schem
as.microsoft.com/exchange/" xmlns:a="DAV:"><a:response><a:href>https://mail.aspi
re-ts.co.uk/exchange/Chris.Fraser/</a:href><a:propstat><a:status>HTTP/1.1 200 OK
</a:status><a:prop><d:signaturehtml>test</d:signaturehtml></a:prop></a:propstat>
</a:response></a:multistatus>
Sending HTTP request to: https://mail.aspire-ts.co.uk/exchange/Chris.Fraser/
Returned response from server: <?xml version="1.0"?><a:multistatus xmlns:b="urn:
uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:c="xml:" xmlns:d="http://schem
as.microsoft.com/exchange/" xmlns:a="DAV:"><a:response><a:href>https://mail.aspi
re-ts.co.uk/exchange/Chris.Fraser/</a:href><a:propstat><a:status>HTTP/1.1 200 OK
</a:status><a:prop><d:signaturetext>test</d:signaturetext></a:prop></a:propstat>
</a:response></a:multistatus> |
|
|
| Back to top |
|
 |
chrisfraser Quite a regular
Joined: 08 Oct 2007 Posts: 11
|
| Posted: Wed Oct 10, 2007 4:18 pm Post subject: |
|
|
I've signed out and back in each time I've tested it.
I've never had a name for signatures in OWA, it's just a html box. To "clear" I just emptied this box? |
|
| Back to top |
|
 |
Jakob Christensen Certified Professional

Joined: 27 Apr 2007 Posts: 60 Location: Copenhagen, Denmark
|
| Posted: Wed Oct 10, 2007 8:44 pm Post subject: |
|
|
Yes, that is what I meant by clearing the signature so that's fine.
But according to the debug, I would have expected the HTML box to show the text "test" after the last run since that is the text your server is responding with when being queried for the content of the signature.
What is being inserted if you create a new email in OWA with a signature? |
|
| Back to top |
|
 |
|