StrataFrame Forum

Error by Deployment Package Wizard

http://forum.strataframe.net/Topic24344.aspx

By Rainer Kempf, RK - 8/27/2009

Hello



I have follwing Problem

I create Deployment-Package for Security. All works fine.

When i deploy Data to Server also no error.



But when i try to Access exportet users in my Appliction after import i got Message that USER is not VALID



I checked tables an can see no differnece ?



So what could be the reason for this behaviour ?



Thanks

Rainer
By Trent L. Taylor - 8/28/2009

Well, there could be many things that are going on.  First, you need to make sure that you do in fact have the users deployed on the system.  Bring up SQL Server Management Studio and ensure that your users are there.  Second, make sure that the security key within your appliction lines up with the security key when the users were created.  Otherwise, when you open the SecurityDialog within your application, you will see the user, but it will indicate that the user is invalid.  These would be the first two things that I would check.

If this doesn't get you going, please post the error or messages that you are receiving.  Thanks. Smile

By Rainer Kempf, RK - 9/1/2009

Hello Trent



Thanks for the tip.

If Security-Project was Securitykey missing.



Now all works fine



Thank you



Rainer
By Trent L. Taylor - 9/2/2009

Glad you got it going Smile