The target principal name is incorrect. Cannot generate SSPI context. I'm going crazy? - sql

I can't solve this problem. I just installed SQL Server Management Studio 2014 and I did everything like developers on various videos did (I installed and removed it a couple of times). I tried solutions on the internet and none of them worked. It's important for me to solve this problem as soon as possible so please help me.

I solved it. If your computer name has some of these letters ć,č,š,ž,đ, or similar, try changing it. Use the English alphabet to be sure.

Related

I can't find proper "old" "ex4 to mq4 decompiler"?

I know that there were ex4 to mq4 decompilers for old version of MT4, but can't find anything which works properly. In fact, all of them which are on the internet are viruses or malware.
I could find some codes for it in github.
https://github.com/FX31337/ex4_to_mq4_cli/
But this is wrapper, not decompiler, so needs ex4_to_mq4.exe itself for working.
My purpose is to recover my code from ex4 which was made in 2015 and lost by accident.
Please help if you have it or some experiences.
Thank you in advance.

I just installed SSMS 2016 and it has an odd low-resolution feel to it. SSMS 2012, on my PC, still looks normal. Any ideas?

I just installed SQL Server Management Studio (SSMS) 2016, started it, and it has an odd low-resolution feel to it. Dialog heading are slightly blurry, and things just don't look like previous versions of SSMS. For example, SSMS 2012 still looks normal when I start it.
Any ideas?
Edit: I just noticed the downvotes. Sorry, didn't mean to offend anyone and I can modify this post if needed (just tell me what I'm doing wrong). In case anyone is wondering, I have googled this issue extensively, but to no avail.
I ended up just biting the bullet and modifying the registry as outlined here:
https://blogs.msdn.microsoft.com/sqlreleaseservices/ssms-highdpi-support/
This resolved the issue in SSMS 2016.

My Ftp Custom Provider is not invoked

I've gone through all steps in tutorial on IIS Website, how create my own custom Ftp Logging/Authentication Provider. Unfortunately, it doesn't work still. What can I do?
I've been struggling with this problem for past few days. And I finally got it.
Sometimes it doesn't work at all. Sometimes, it works for a while and suddenly, after few changes in code [or somewhere else] it stops and you can't find out what happened [that was in my case].
To solve my problem [and, I believe, many others] helps me this article:
http://blogs.msdn.com/b/robert_mcmurray/archive/2012/08/28/troubleshooting-custom-ftp-providers-with-etw.aspx
It's pretty hard to google, but value of tool from article is enormous.
I hope you can find and solve your problem with it, too.

Extension Error for Trizetto Facets extension

Hi folks,
I don't know if anyone here can help, but we are at wits' end. We use the Facets product from Trizetto, and I inherited an extension that works fine in production. All I changed was one URL in one method and its overload, and now none of us can run it in either Windows 7 or XP SP3. Debugging it or running the installed extension gives the error shown. The extensions guide (like much of what Trizetto has put out) is pretty useless, and they have no support links or knowledge base online. Has anyone encountered this sort of thing, and can you lead me to any possible solutions?
Trizetto is fairly straight forward for extensions. In this case your custom code is returning an error when Facets attempts to invoke it. Can you run your code outside of Facets and see what happens? A test rig helps here.

IsTornPageProtectionOn in Visual Studio Database Edition GDR

im having major issues trying to mirror our newly upgrade database solution (to GDR)... specifically the database project settings.
when i run a schema compare, i get differences on the IsTornPageProtectionOn variable, however when I go to the settings of the database project this setting is nowhere to be found!
i have tried googling for any sort of reference to this property in the visual studio 2k8 UI, however i cant find anything. only a bunch of obscure references on the msdn site, which dont say anything in regards to the ui.
if someone could point me in the right direction i would greatly appreciate it.
i am using sql server 2005.
i figured out an (obvious) workaround to this...
i simply edited the database settings file (the Database.sqlsettings file) in notepad and changed the setting via there. much easier :)
although if someone DOES still know where to change it from in the UI, i would appreciate it if you left a comment :)