| View previous topic :: View next topic |
| Author |
Message |
tholar Not too shy to talk
Joined: 08 Oct 2007 Posts: 7
|
| Posted: Fri Dec 07, 2007 1:51 pm Post subject: signOWA.exe Bug |
|
|
When i try to use the registry setting OWAusers, it will not deploy to the users in the list but jump over the users. When i remove the users from the list it deploy to the user. I think there is somithing wrong the new signOWA.exe
OWAusers: A comma separated list of user names who will have their signatures deployed to OWA. Example: “JOHN.DOE, GDAVIS, CMUELLER”. These names are identical to the ones found in the status monitor. |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Mon Dec 10, 2007 8:09 am Post subject: |
|
|
Hi,
Please get the latest signOWA.
Thanks,
Bjare |
|
| Back to top |
|
 |
tholar Not too shy to talk
Joined: 08 Oct 2007 Posts: 7
|
| Posted: Thu Dec 27, 2007 11:25 am Post subject: |
|
|
| Bjarne Mess wrote: | Hi,
Please get the latest signOWA.
Thanks,
Bjare |
Have run the new signows but it still will not deploy to the test user. Look like the sql is not right.
is
SELECT init, owasignature_html, owasignature_txt FROM lgdaUsers WHERE init not IN ('ETSL')
has to be
SELECT init, owasignature_html, owasignature_txt FROM lgdaUsers WHERE init IN ('ETSL') |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Thu Dec 27, 2007 12:44 pm Post subject: |
|
|
| Allright you have a point, we will have a look at it. |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Fri Dec 28, 2007 8:08 am Post subject: |
|
|
A new version of signOWA in the download section fixes this problem now.
Thanks,
Bjarne |
|
| Back to top |
|
 |
|