cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NW Mobile - Client Password Reset/Unlock

Former Member
0 Kudos

Hi ,

I am working on sap NW Mobile for PDA and stuck up with an issue to unlock user on client which gets locked if we enter wrong password 3 times.

Please,suggest a solution.

Thanks.

Nitin.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Passwords from the clinet are stored in the client tables on the client database.

Please check the client related tables where your password is stored and remove/unlock the entry.

Regards,

Lakshmi

Former Member
0 Kudos

Hi Lakshmi,

Can you please elaborate on it, how to delete the entries from the client table, or to provide a solution which can be used in real time.

Regards,

Nitin Sikka

Former Member
0 Kudos

2 Steps to be done here:

1. Unsecure the db:

Go to your device ->agents ->Make AGENT:Advanced Security ->False -> Process Automatically.

2. Copy the dba folder from PDA to your desktop/laptop

Fire SQL Queries to change the user parameters in particular table.

I remember this procedure and sorry that I don't know the table names for PDA client(db : mindb or db2e).

Hope this reply helps to some extent.

Edited by: Lakshmi Reddi on May 30, 2011 9:52 AM

Former Member
0 Kudos

I didnt find a permanent solution, but

Setting com.sap.tc.mobile.cfs.user.lock.threshold property in configuration.properties file Having some higher values for this configuration prevents user getting locked. The value can range from 1-99.