| View previous topic :: View next topic |
| Author |
Message |
mlouie Just can't stay away
Joined: 19 Jul 2007 Posts: 46
|
| Posted: Sat Feb 06, 2010 1:52 am Post subject: Version 7.0.4? |
|
|
How do I find out what the current version is? I just upgraded from 5.5 to 7.0.2, which I had downloaded a couple of months ago. I saw someone refer to 7.0.4. Is that what I will get if I go here? http://www.outlooksignature.com/downloads_final.shtml.
And is there any reason to do the upgrade from 7.0.2 to 7.0.4 or whatever the current version is? |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1923 Location: Stoevring, Denmark
|
| Posted: Sat Feb 06, 2010 9:38 am Post subject: How do I find out what the current version is? |
|
|
| mlouie wrote: | | How do I find out what the current version is? |
I completely agree that we can do must better. Soon we will start sending information by email to registered users on these forums. Later this year, you will receive login to downloads based on your maintenance subscription.
Until then, please grab our RSS feed.
If you have no idea what RSS is, you can get notifications by email or using twitter. _________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|
| Back to top |
|
 |
mlouie Just can't stay away
Joined: 19 Jul 2007 Posts: 46
|
| Posted: Sun Feb 07, 2010 1:29 am Post subject: Re: How do I find out what the current version is? |
|
|
| I am on RSS and e-mail notification but most of the stuff is tech support and don't have time to read every day. So I may have missed reading upgrade notifications. And the problem is, figuring out where to download the current version from. Anyway, I now have 7.0.4 from your link and that seems to have fixed my database issue. |
|
| Back to top |
|
 |
kalpa Quite a regular
Joined: 04 Nov 2009 Posts: 18 Location: Kungsbacka, Sweden
|
| Posted: Wed Mar 31, 2010 11:33 am Post subject: |
|
|
The URL above is now broken, so WHERE should I found the latest version?
Cockpit talks about 7.0.4 but the ACTUAL version on sign.exe is 7.0.0.4 according to Windows file properties, is this the same dispite the extra zero?
If not, where can I find the latest one?
// Kalle |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1923 Location: Stoevring, Denmark
|
| Posted: Wed Mar 31, 2010 12:52 pm Post subject: |
|
|
Hi Kalle,
You are up-to-date as latest version is 7.0.4 (and your Sign.exe version is correct).
However, version 7.3 is released after Eastern. As you are registered on the support forums, your will be notified by email. _________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|
| Back to top |
|
 |
kalpa Quite a regular
Joined: 04 Nov 2009 Posts: 18 Location: Kungsbacka, Sweden
|
| Posted: Wed Mar 31, 2010 12:53 pm Post subject: |
|
|
OK, thanks for the info.
// Kalle |
|
| Back to top |
|
 |
kalpa Quite a regular
Joined: 04 Nov 2009 Posts: 18 Location: Kungsbacka, Sweden
|
| Posted: Thu Apr 01, 2010 8:55 am Post subject: |
|
|
This is weird...
Even though the actual sign.exe file (located in \NETLOGON) is 7.0.4 the user log reports 7.0.2 for some users...
...Other users haven't run the sign.exe for over a month...
...yet some users are still having an empty logfile...
In the default Domain Policy's Login script I launch a .bat file containing this code, can anyone spot any errors in there?:
| Code: | | start \\10.10.10.20\netlogon\sign.exe Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\10.10.10.24\signature\settings.mdb |
Are there any known issues with sign.exe 7.0.4 on a 64-bit Win2008 Terminal Server?
I'm still using the Access database located in a share where "everyone" has modify rights...
Is there a smooth (automatic) upgrade path from MDB to SQL Express...
// Kalle |
|
| Back to top |
|
 |
kalpa Quite a regular
Joined: 04 Nov 2009 Posts: 18 Location: Kungsbacka, Sweden
|
| Posted: Thu Apr 01, 2010 12:02 pm Post subject: |
|
|
Beeing a bit more analytic I just realized that they were all the same users.
About 80% of my users:
- had an empty logfile
- Hadn't run sign.exe since january/february
- Reported that they used ver 7.0.2
I guess I've missed to update the sign.exe file to 7.0.2 a few months ago which might have currupted the DB.
I have deleted all theses users from within the Status Monitor in Cockpit now...
...stay tuned for a follow up after the easter...
// Kalle |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1923 Location: Stoevring, Denmark
|
| Posted: Fri Apr 02, 2010 6:33 am Post subject: |
|
|
Hi Kalle,
Just want to inform you that different version of Sign.exe will not corrupt the database. Only new features will not work.
Your fist step is to make sure that users actually execute Sign.exe 7.0.4 during logon, and not the older version.
Some ideas to try:
- If users are still not showing with correct date/time, then replace IP with SERVERNAME:
| Quote: | | start \\[domain_controller]\netlogon\sign.exe Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\[file_server]\signature\settings.mdb |
Check your database consistency in Cockpit > Diagnostics.
Using Access DB, these permissions are required; Read/Write/Update.
Troubleshoot using a simple - one line - bat file and see if that works manually.
_________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|
| Back to top |
|
 |
|