cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom error message in Transmit

Former Member
0 Likes
534

Hello Experts,

We are working on Work Manager 6.2. Windows client 70.7. SMP version SP 11.

We want to have custom error message if user enters wrong Password or the user account is locked in SAP Instead of the one showing below -

Could anyone please suggest where we should be looking in order to change this.

Thanks in advance,

Sujit Ghanti

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

You will want to look into overriding the ClientText values. There should be a ClientTextBase.ini that lists all the strings that can be overridden in your application directory. You could simply rename the file to ClientText.ini which is what by default the system looks for or create a new file with just the specific values you wish to override. The server will automatically send it to the client as part of the initial sync.

If you want to modify values that are used before the initial sync happens you will need to create a branded client that contains the equivalent overrides. Just keep in mind that whatever the server sends down takes precedent over anything you brand into the client.

--Bill

mohit_tyagi
Participant
0 Likes

Hi Bill,

I am also working with SAP WM 6.2 and trying to customize "Invalid login username or password(repeat logon) " and "Error validation user password" error, but unfortunately these are not exist in ClientTextBase.ini file. Its great help if you can suggest to customize these errors as well.

Thanks & Regards

Mohit Tyagi

bill_froelich
Product and Topic Expert
Product and Topic Expert

Mohit,

Both of those error messages are thrown from the SAP Common Java and would need to be modified in the Java layer as it is application specific and not a client message.

--Bill

mohit_tyagi
Participant
0 Likes

Thanks Bill for the quick response. I'll try it and let you know if i'll stuck any where.

Regards

Mohit Tyagi

Answers (0)