Skip to main content
SQL 2008 Management Studio Error : "the must_change option is not supported by this version"


If you have encountered this kind of problem:

TITLE: Microsoft SQL Server Management Studio
------------------------------

Create failed for Login 'username'.  (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1447.4+((KJ_RTM).100213-0103+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+Login&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

The MUST_CHANGE option is not supported by this version of Microsoft Windows. (Microsoft SQL Server, Error: 15195)

All you have to do is to uncheck the checkbox button with this option "User must change password at next login" 

Comments

Popular posts from this blog

My Carboxy Stretchmark Treatment and Slimming Wrap experience at Total Skin Care Center

I've been googling around about this new treatment being introduced and implemented lately that is called Carboxytherapy that helps to reduce fats, cellulites deposits & even skin stretchmarks in our body.  ===================================== ======================================= According to this site : http://www.carboxytherapy.com/ Carboxytherapy refers to the cutaneous and subcutaneous administration of carbon dioxide gas [CO2] for therapeutic purposes. Carboxytherapy originated at the Royal Spas of France in 1932 with the treatment of patients afflicted by peripheral arterial occlusive disease. In South America and Europe, carbon dioxide therapy has been applied to the treatment of stretch marks, cellulite, and hypertrophic scars with impressive results. Studies have demonstrated that carboxytherapy improves skin elasticity, improves circulation, encourages collagen repair, improves the appearance of fine lines and wrinkles, and destroys localized fatty depos...

'SpongeBob' may go dark on Time Warner

Today I have been spending this day @ home.. while I am eating the grapes from the new year's "media noche" I have read some news about SPONGEBOB SQUAREPANTS. I really liked and loved Spongebob very much .. because everytime I watched him he never fails me to make me smile and eventually laughed :)) hahahahaha! , that's why I became a fan of him. XD One of the most favorite episode I really liked is the "Idiot Box" :)) , w here he always used to say these following lines "Use your imagi..naaaa...tion!" So when a friend of mine had told me the about ... 'Colbert,' 'SpongeBob' may go dark on Time Warner... where the Time Warner , a cable operator company where primarily serves at New York State , might remove some shows in which they are used to line-up on the said cable operator due to Viacom's demands and ratings issue you can read the full details of this article at this link which is from yahoo news http://news.yahoo.com/s/...

Error creating package (SSIS)

I've been wandering with this issue that I've encountered lately when I was about to create a new SSIS package for my project.  The following screenshots below will demonstrate the scenarios: In this picture I was trying to create a new SSIS package but then I got this: "Failed to save package file [directory] Element not found" And when I was trying to open an existing package I got this error: "Error Creating package" ... "Failed to save package file [directory] Element not found" Well there's really something wrong ,  probably there might be some prerequisites been missing. For this scenario we have to add the two important DLLs required by the SSIS. The msxml3.dll and the msxml6.dll.  To do this you have to use command prompt and be in this directory "[DriveName]:\Windows>System" and do the following command: C:\Windows\System> regsvr32 msxml3.dll  C:\Windows\System> regsvr32 msxml6.dll  There wil...