Managing email signatures?
Click download Free Trial
Manage Email Signatures Centrally - For All Users
extend your brand and promote your products, services, special events and news
 
Your eMailSignaturer resource    Receive answers in my inbox    Add URL in your RSS reader    Join us on Facebook     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
LiveZilla Live Help

Targeting Specific Users

 
Post new topic   Reply to topic    email signatureManage Email Signatures Centrally - For All Users Forum Index -> English Support
View previous topic :: View next topic  
Author Message
ddyson
Just can't stay away


Joined: 28 Mar 2008
Posts: 23

Posted: Tue Apr 22, 2008 4:01 pm    Post subject: Targeting Specific Users Reply with quote

When I click Actions/Deploy Signatures/For Individual Users, no users show up in the dialog. How do I get users in there.
Back to top
View user's profile Send private message
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1940
Location: Stoevring, Denmark

Posted: Tue Apr 22, 2008 5:20 pm    Post subject: Reply with quote

First time users run Sign.exe, users are listed.

Following our Best Practice Deployment Guide, you can get all users listed without setting any default signatures.
_________________
</Jesper> | Test Email Signature | Showcase |
Back to top
View user's profile Send private message Visit poster's website
ddyson
Just can't stay away


Joined: 28 Mar 2008
Posts: 23

Posted: Tue Apr 22, 2008 5:35 pm    Post subject: Reply with quote

So you are saying I need to get those through actually starting a deployment? I'm not sure I like that. I'd like to see a different approach to that in the future.
Back to top
View user's profile Send private message
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1940
Location: Stoevring, Denmark

Posted: Tue Apr 22, 2008 5:45 pm    Post subject: Reply with quote

Then select For all or For Groups and then change to individual settings afterwords.

Or please explain what you want to archive with individual settings? Then I might come up with another idea ...
_________________
</Jesper> | Test Email Signature | Showcase |
Back to top
View user's profile Send private message Visit poster's website
ddyson
Just can't stay away


Joined: 28 Mar 2008
Posts: 23

Posted: Tue Apr 22, 2008 5:52 pm    Post subject: Reply with quote

I just want to be able to apply a signature to a set of users by selecting them from AD. Not sure what archiving means here.
I did what you suggested and I tried running this just from the command line and I get a blank message box that pops up with nothing in it. Will that happen once I put this in the login script.
Back to top
View user's profile Send private message
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1940
Location: Stoevring, Denmark

Posted: Tue Apr 22, 2008 6:01 pm    Post subject: Reply with quote

Did you complete the setup Wizard? Then you have eMailSignature.bat in the netshare you chose for your settings DB.

If not, then learn how to get started here ...
_________________
</Jesper> | Test Email Signature | Showcase |
Back to top
View user's profile Send private message Visit poster's website
ddyson
Just can't stay away


Joined: 28 Mar 2008
Posts: 23

Posted: Tue Apr 22, 2008 6:22 pm    Post subject: Reply with quote

I did go through that, and I ran the deployment guide from Cockpit to make sure I have the right database string. I'm testing so I don't have it in a share quite yet. The command I'm running is:

C:\>start c:\sign.exe Provider=sqloledb;Data Source=VBSQLN01;Initial Catalog=eMailSignature;User Id=XXXXX;Password=XXXXX;

The messagebox that pops up shows a Red X and nothing else. I DO see myself now in the Cockpit, but I don't want users to see that messagebox. Doesn't seem to me moving to a network share would fix that.
Back to top
View user's profile Send private message
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1940
Location: Stoevring, Denmark

Posted: Tue Apr 22, 2008 7:06 pm    Post subject: Reply with quote

Only you can execute Sign.exe on C:. This is why you get the red X ... :shock:

Instead move Sign.exe to a location where users can execute it, e.g.:
Code:
start \\dc\NETLOGON\sign.exe  Provider=sqloledb;Data Source=VBSQLN01;Initial Catalog=eMailSignature;User Id=XXXXX;Password=XXXXX;


Or if you prefer to test for you only, then use this:
Code:
start c:\sign.exe  Provider=sqloledb;Data Source=VBSQLN01;Initial Catalog=eMailSignature;User Id=XXXXX;Password=XXXXX;

_________________
</Jesper> | Test Email Signature | Showcase |
Back to top
View user's profile Send private message Visit poster's website
ddyson
Just can't stay away


Joined: 28 Mar 2008
Posts: 23

Posted: Tue Apr 22, 2008 7:27 pm    Post subject: Reply with quote

Tried it both ways and I still get a Red X. Users won't have write access to the Netlogon directory, just read and execute. I tried running this from command prompt, directly from the Run line. I created a .cmd file with the full command to run "start \\banet03\netlogon\sign.exe Provider=sqloledb;Data Source=VBSQLN01;Initial Catalog=eMailSignature;User Id=XXXXX;Password=XXXXX; and still no luck. Any ideas?
Back to top
View user's profile Send private message
ddyson
Just can't stay away


Joined: 28 Mar 2008
Posts: 23

Posted: Tue Apr 22, 2008 9:10 pm    Post subject: Reply with quote

I think I figured this out. I had my settings database using Integrated Security for testing and then I wanted to push this out using a authenticated user. It looks like it barfs on that because when I try it with integrated it works. Problem is users won't be able to use integrated and will use SQL Authentication with just reader permissions. Is there any way around this?
Back to top
View user's profile Send private message
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1940
Location: Stoevring, Denmark

Posted: Wed Apr 23, 2008 6:01 am    Post subject: The permissions for SQL Authentication Reply with quote

The permissions needed for SQL Authentication are described here:

SQL 2000 Server

SQL 2005 Server (open and view script)
_________________
</Jesper> | Test Email Signature | Showcase |
Back to top
View user's profile Send private message Visit poster's website
ddyson
Just can't stay away


Joined: 28 Mar 2008
Posts: 23

Posted: Wed Apr 23, 2008 5:28 pm    Post subject: Reply with quote

I did actually what's in that document and when I try and run, I still get the Red X

Command I'm running is:
start \\banet03\netlogon\sign.exe Provider=sqloledb;Data Source=VBSQLN01;Initial Catalog=eMailSignature;User Id=XXXXX;Password=XXXXX;

I've verified connection the the databse using both SQL user accounts.
Back to top
View user's profile Send private message
ddyson
Just can't stay away


Joined: 28 Mar 2008
Posts: 23

Posted: Thu Apr 24, 2008 1:49 am    Post subject: Reply with quote

I really need an answer on this as it's preventing us from pushing this out. Is there anything that we can do try and find out why this Red X is popping up? Is there any debug mode we can use with sign.exe to get some feedback? I've verified that our connection string works through multiple SQL tools and I can read all the database tables. It seems to work using integrated security without any problem, but not using SQL Auth. I checked the SQL box and it's giving an error:

Login failed for user 'WebApp'.

Again, I can login fine using SQL Server Management Studio with the userid and password.
Back to top
View user's profile Send private message
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1940
Location: Stoevring, Denmark

Posted: Thu Apr 24, 2008 10:04 am    Post subject: Debug client Reply with quote

Either users cannot access Sign.exe or your settings DB. Cannot think of any other reason ...

Please debug client and post log ...

Suggestions

  1. Use our SQL Statement for SQL 2005.

  2. Try with NETLOGON in capital letters ...
    Code:
    start \\banet03\NETLOGON\sign.exe Provider=sqloledb;Data Source=VBSQLN01;Initial Catalog=eMailSignature;User Id=XXXXX;Password=XXXXX;


  3. Can users open in explorer?
    Code:
    \\banet03\NETLOGON\

    Code:
    \\banet03\netlogon\


  4. Connect to default settings.mdb?

_________________
</Jesper> | Test Email Signature | Showcase |
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Manage Email Signatures Centrally - For All Users Forum Index -> English Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Add URL in your RSS reader | About Us | Terms and conditions | © 2012 eMailSignature North America, Inc. and eMailSignature Aps.