Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I made changes to one of the table in the publication and run the snapshot, at subscriber end i have tried to change into sql server authentication(which was Basic authentication while connecting to publication before)using subscription properties and given correct username and password but when i click on "OK" button, it will display below error message

Value is longer than 128 that it should not exceed.
Parameter name: value (Microsoft.sqlserver.rmo)

tried to revert back the changes also will display same error.

Could you please let me know how to solve this problem.

Thanks,

Vasanth
Posted

1 solution

Hi,

I found the solution for the above error.

i was trying to enter "username" and "Password" without removing the existing value completely.

So, Before add/modify any username and password we have to remove existing login credentials completely.

In my case this solved the problem.

Thanks,

Vasanth
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900