The Target Principal Name Is Incorrect. Cannot Generate SSPI Context (SQL or AD Issue)?Remote DebuggingError:...

Why is the voltage measurement of this circuit different when the switch is on?

In the Marvel universe, can a human have a baby with any non-human?

How risky is real estate?

Iterate MapThread with matrices

Inverse-quotes-quine

Fedora boot screen shows both Fedora logo and Lenovo logo. Why and How?

Unusual mail headers, evidence of an attempted attack. Have I been pwned?

Is this one of the engines from the 9/11 aircraft?

Does Marvel have an equivalent of the Green Lantern?

Why doesn't a marching band have strings?

A STL-like vector implementation in C++

Can Ogre clerics use Purify Food and Drink on humanoid characters?

Can White Castle?

Links to webpages in books

Underbar nabla symbol doesn't work

Vanishing of certain coefficients coming from Coxeter groups

What is the legal status of travelling with methadone in your carry-on?

Why do all the teams that I have worked with always finish a sprint without completion of all the stories?

What is the origin of Scooby-Doo's name?

Are all instances of trolls turning to stone ultimately references back to Tolkien?

If I wouldn't want to read the story, is writing it still a good idea?

Suggested order for Amazon Prime Doctor Who series

expiry or manufactured date?

Why is the high-pass filter result in a discrete wavelet transform (DWT) downsampled?



The Target Principal Name Is Incorrect. Cannot Generate SSPI Context (SQL or AD Issue)?


Remote DebuggingError: Cannot Generate SSPI contextI need the reason why we should not install SQL server on the domain controllerThe SQL Server Network Interface library could not deregister the Service Principal NameManaging the Service accounts in large environmentCannot generate SSPI ContextThe target principal name is incorrect. Cannot generate SSPI contextWindows Authentication fails with “Cannot generate SSPI context”Access - SQL Server: cannot generate SSPI contextcannot generate sspi - None of Solution worked!






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















We had a power outage last night and when the server came back up our domain users could not access our SQL Server 2000 instance name: MASSQL.



We can access using SQL Authentication.




  1. We tried making sure the user that runs the service has SSPI read and Write

  2. We tried creating a new user

  3. We tried running the service using NETWORK SERVICE account

  4. We tried running as Local System Account

  5. We tried creating a new Domain Admin account and run service as the new Domain Admin account


I also ran the following command against the problem SQL Server instance:



setspn -L xsql2


Results



Registered ServicePrincipalNames for CN=MASSQL,CN=Computers,DC=ABC,DC=com:
HOST/MASSQL
HOST/MASSQL.ABC.COM


I ran the following command against a non-problem SQL instance:



setspn -L xensql1


Results



Registered ServicePrincipalNames for CN=XENSQL1,CN=Computers,DC=ABC,DC=com:
WSMAN/XENSQL1
WSMAN/XENSQL1.ABC.com
RestrictedKrbHost/XENSQL1
HOST/XENSQL1
RestrictedKrbHost/XENSQL1.ABC.COM
HOST/XENSQL1.ABC.COM


It seems the results for the non-problem instance have more data. I do not know if this has to do with the fact one is 2000 and the other is 2012.



What likely happened? How do I allow domain users login again?










share|improve this question

























  • Now's a good time to upgrade :) Did the domain controller lose power too? Anything else having similar issues? That's where I'd start

    – scsimon
    10 hours ago











  • reboot the server again and verify that windows services all came up...

    – kevinsky
    10 hours ago











  • What does the SQL Server Error log say about registering Service Principal Names?

    – Max Vernon
    10 hours ago


















1















We had a power outage last night and when the server came back up our domain users could not access our SQL Server 2000 instance name: MASSQL.



We can access using SQL Authentication.




  1. We tried making sure the user that runs the service has SSPI read and Write

  2. We tried creating a new user

  3. We tried running the service using NETWORK SERVICE account

  4. We tried running as Local System Account

  5. We tried creating a new Domain Admin account and run service as the new Domain Admin account


I also ran the following command against the problem SQL Server instance:



setspn -L xsql2


Results



Registered ServicePrincipalNames for CN=MASSQL,CN=Computers,DC=ABC,DC=com:
HOST/MASSQL
HOST/MASSQL.ABC.COM


I ran the following command against a non-problem SQL instance:



setspn -L xensql1


Results



Registered ServicePrincipalNames for CN=XENSQL1,CN=Computers,DC=ABC,DC=com:
WSMAN/XENSQL1
WSMAN/XENSQL1.ABC.com
RestrictedKrbHost/XENSQL1
HOST/XENSQL1
RestrictedKrbHost/XENSQL1.ABC.COM
HOST/XENSQL1.ABC.COM


It seems the results for the non-problem instance have more data. I do not know if this has to do with the fact one is 2000 and the other is 2012.



What likely happened? How do I allow domain users login again?










share|improve this question

























  • Now's a good time to upgrade :) Did the domain controller lose power too? Anything else having similar issues? That's where I'd start

    – scsimon
    10 hours ago











  • reboot the server again and verify that windows services all came up...

    – kevinsky
    10 hours ago











  • What does the SQL Server Error log say about registering Service Principal Names?

    – Max Vernon
    10 hours ago














1












1








1








We had a power outage last night and when the server came back up our domain users could not access our SQL Server 2000 instance name: MASSQL.



We can access using SQL Authentication.




  1. We tried making sure the user that runs the service has SSPI read and Write

  2. We tried creating a new user

  3. We tried running the service using NETWORK SERVICE account

  4. We tried running as Local System Account

  5. We tried creating a new Domain Admin account and run service as the new Domain Admin account


I also ran the following command against the problem SQL Server instance:



setspn -L xsql2


Results



Registered ServicePrincipalNames for CN=MASSQL,CN=Computers,DC=ABC,DC=com:
HOST/MASSQL
HOST/MASSQL.ABC.COM


I ran the following command against a non-problem SQL instance:



setspn -L xensql1


Results



Registered ServicePrincipalNames for CN=XENSQL1,CN=Computers,DC=ABC,DC=com:
WSMAN/XENSQL1
WSMAN/XENSQL1.ABC.com
RestrictedKrbHost/XENSQL1
HOST/XENSQL1
RestrictedKrbHost/XENSQL1.ABC.COM
HOST/XENSQL1.ABC.COM


It seems the results for the non-problem instance have more data. I do not know if this has to do with the fact one is 2000 and the other is 2012.



What likely happened? How do I allow domain users login again?










share|improve this question
















We had a power outage last night and when the server came back up our domain users could not access our SQL Server 2000 instance name: MASSQL.



We can access using SQL Authentication.




  1. We tried making sure the user that runs the service has SSPI read and Write

  2. We tried creating a new user

  3. We tried running the service using NETWORK SERVICE account

  4. We tried running as Local System Account

  5. We tried creating a new Domain Admin account and run service as the new Domain Admin account


I also ran the following command against the problem SQL Server instance:



setspn -L xsql2


Results



Registered ServicePrincipalNames for CN=MASSQL,CN=Computers,DC=ABC,DC=com:
HOST/MASSQL
HOST/MASSQL.ABC.COM


I ran the following command against a non-problem SQL instance:



setspn -L xensql1


Results



Registered ServicePrincipalNames for CN=XENSQL1,CN=Computers,DC=ABC,DC=com:
WSMAN/XENSQL1
WSMAN/XENSQL1.ABC.com
RestrictedKrbHost/XENSQL1
HOST/XENSQL1
RestrictedKrbHost/XENSQL1.ABC.COM
HOST/XENSQL1.ABC.COM


It seems the results for the non-problem instance have more data. I do not know if this has to do with the fact one is 2000 and the other is 2012.



What likely happened? How do I allow domain users login again?







sql-server active-directory






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 10 hours ago









Max Vernon

53.8k13 gold badges117 silver badges242 bronze badges




53.8k13 gold badges117 silver badges242 bronze badges










asked 10 hours ago









Bill GreerBill Greer

1164 bronze badges




1164 bronze badges













  • Now's a good time to upgrade :) Did the domain controller lose power too? Anything else having similar issues? That's where I'd start

    – scsimon
    10 hours ago











  • reboot the server again and verify that windows services all came up...

    – kevinsky
    10 hours ago











  • What does the SQL Server Error log say about registering Service Principal Names?

    – Max Vernon
    10 hours ago



















  • Now's a good time to upgrade :) Did the domain controller lose power too? Anything else having similar issues? That's where I'd start

    – scsimon
    10 hours ago











  • reboot the server again and verify that windows services all came up...

    – kevinsky
    10 hours ago











  • What does the SQL Server Error log say about registering Service Principal Names?

    – Max Vernon
    10 hours ago

















Now's a good time to upgrade :) Did the domain controller lose power too? Anything else having similar issues? That's where I'd start

– scsimon
10 hours ago





Now's a good time to upgrade :) Did the domain controller lose power too? Anything else having similar issues? That's where I'd start

– scsimon
10 hours ago













reboot the server again and verify that windows services all came up...

– kevinsky
10 hours ago





reboot the server again and verify that windows services all came up...

– kevinsky
10 hours ago













What does the SQL Server Error log say about registering Service Principal Names?

– Max Vernon
10 hours ago





What does the SQL Server Error log say about registering Service Principal Names?

– Max Vernon
10 hours ago










2 Answers
2






active

oldest

votes


















2














The SQL Server SPNs are not set on the computer account per se, but on the account that SQL Server is running under. You will need to create two SPNs for the SQL Server service if the service account does not have permissions to create the SPNs. The following examples assume using the default port of 1433.



SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>" "<DOMAIN><SERVICE_ACCOUNT_NAME>"
SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>:1433" "<DOMAIN><SERVICE_ACCOUNT_NAME>"


See Register a Service Principal Name for Kerberos Connections



To check to see if they are already there:



SetSPN -L ServiceAccountName


However, it seems that you may have bigger issues in play. If you configured SQL Server to run with a domain admin account, it should have had permissions to create the SPNs.






share|improve this answer


























  • I will try and report back.

    – Bill Greer
    9 hours ago



















2














Use setspn -X to look for duplicate SPNs for the SQL Server in question.



Remove any duplicate SPNs that don't line up the SQL Server Service account in question.



Service Principal Names for SQL Server take the form of:



MSSQLSvc/server.domain:port
MSSQLSvc/server:port


Assuming your SQL Server is using the default TCP port, 1433, I would expect you need the following servers:



MSSQLSvc/MASSQL.abc.com:1433
MSSQLSvc/MASSQL:1433


You can create those SPNs using the following command:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount


Where DOMAINAccount is the name of the service account used by SQL Server.



If your SQL Server uses a named instance, the SETSPN commands look like:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL.abc.com:INSTANCENAME DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:INSTANCENAME DOMAINAccount





share|improve this answer


























  • No duplicates found for that server. I think I should have more SPNs for the server than this: HOST/MASSQL HOST/MASSQL.ABC.COM What do you think?

    – Bill Greer
    9 hours ago






  • 1





    I've added details to my answer showing what you need.

    – Max Vernon
    8 hours ago














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f241051%2fthe-target-principal-name-is-incorrect-cannot-generate-sspi-context-sql-or-ad%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














The SQL Server SPNs are not set on the computer account per se, but on the account that SQL Server is running under. You will need to create two SPNs for the SQL Server service if the service account does not have permissions to create the SPNs. The following examples assume using the default port of 1433.



SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>" "<DOMAIN><SERVICE_ACCOUNT_NAME>"
SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>:1433" "<DOMAIN><SERVICE_ACCOUNT_NAME>"


See Register a Service Principal Name for Kerberos Connections



To check to see if they are already there:



SetSPN -L ServiceAccountName


However, it seems that you may have bigger issues in play. If you configured SQL Server to run with a domain admin account, it should have had permissions to create the SPNs.






share|improve this answer


























  • I will try and report back.

    – Bill Greer
    9 hours ago
















2














The SQL Server SPNs are not set on the computer account per se, but on the account that SQL Server is running under. You will need to create two SPNs for the SQL Server service if the service account does not have permissions to create the SPNs. The following examples assume using the default port of 1433.



SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>" "<DOMAIN><SERVICE_ACCOUNT_NAME>"
SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>:1433" "<DOMAIN><SERVICE_ACCOUNT_NAME>"


See Register a Service Principal Name for Kerberos Connections



To check to see if they are already there:



SetSPN -L ServiceAccountName


However, it seems that you may have bigger issues in play. If you configured SQL Server to run with a domain admin account, it should have had permissions to create the SPNs.






share|improve this answer


























  • I will try and report back.

    – Bill Greer
    9 hours ago














2












2








2







The SQL Server SPNs are not set on the computer account per se, but on the account that SQL Server is running under. You will need to create two SPNs for the SQL Server service if the service account does not have permissions to create the SPNs. The following examples assume using the default port of 1433.



SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>" "<DOMAIN><SERVICE_ACCOUNT_NAME>"
SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>:1433" "<DOMAIN><SERVICE_ACCOUNT_NAME>"


See Register a Service Principal Name for Kerberos Connections



To check to see if they are already there:



SetSPN -L ServiceAccountName


However, it seems that you may have bigger issues in play. If you configured SQL Server to run with a domain admin account, it should have had permissions to create the SPNs.






share|improve this answer















The SQL Server SPNs are not set on the computer account per se, but on the account that SQL Server is running under. You will need to create two SPNs for the SQL Server service if the service account does not have permissions to create the SPNs. The following examples assume using the default port of 1433.



SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>" "<DOMAIN><SERVICE_ACCOUNT_NAME>"
SetSPN -s "MSSQLSvc/<FQDN_SERVERNAME>:1433" "<DOMAIN><SERVICE_ACCOUNT_NAME>"


See Register a Service Principal Name for Kerberos Connections



To check to see if they are already there:



SetSPN -L ServiceAccountName


However, it seems that you may have bigger issues in play. If you configured SQL Server to run with a domain admin account, it should have had permissions to create the SPNs.







share|improve this answer














share|improve this answer



share|improve this answer








edited 8 hours ago

























answered 9 hours ago









Tony HinkleTony Hinkle

3,5041 gold badge7 silver badges25 bronze badges




3,5041 gold badge7 silver badges25 bronze badges













  • I will try and report back.

    – Bill Greer
    9 hours ago



















  • I will try and report back.

    – Bill Greer
    9 hours ago

















I will try and report back.

– Bill Greer
9 hours ago





I will try and report back.

– Bill Greer
9 hours ago













2














Use setspn -X to look for duplicate SPNs for the SQL Server in question.



Remove any duplicate SPNs that don't line up the SQL Server Service account in question.



Service Principal Names for SQL Server take the form of:



MSSQLSvc/server.domain:port
MSSQLSvc/server:port


Assuming your SQL Server is using the default TCP port, 1433, I would expect you need the following servers:



MSSQLSvc/MASSQL.abc.com:1433
MSSQLSvc/MASSQL:1433


You can create those SPNs using the following command:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount


Where DOMAINAccount is the name of the service account used by SQL Server.



If your SQL Server uses a named instance, the SETSPN commands look like:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL.abc.com:INSTANCENAME DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:INSTANCENAME DOMAINAccount





share|improve this answer


























  • No duplicates found for that server. I think I should have more SPNs for the server than this: HOST/MASSQL HOST/MASSQL.ABC.COM What do you think?

    – Bill Greer
    9 hours ago






  • 1





    I've added details to my answer showing what you need.

    – Max Vernon
    8 hours ago
















2














Use setspn -X to look for duplicate SPNs for the SQL Server in question.



Remove any duplicate SPNs that don't line up the SQL Server Service account in question.



Service Principal Names for SQL Server take the form of:



MSSQLSvc/server.domain:port
MSSQLSvc/server:port


Assuming your SQL Server is using the default TCP port, 1433, I would expect you need the following servers:



MSSQLSvc/MASSQL.abc.com:1433
MSSQLSvc/MASSQL:1433


You can create those SPNs using the following command:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount


Where DOMAINAccount is the name of the service account used by SQL Server.



If your SQL Server uses a named instance, the SETSPN commands look like:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL.abc.com:INSTANCENAME DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:INSTANCENAME DOMAINAccount





share|improve this answer


























  • No duplicates found for that server. I think I should have more SPNs for the server than this: HOST/MASSQL HOST/MASSQL.ABC.COM What do you think?

    – Bill Greer
    9 hours ago






  • 1





    I've added details to my answer showing what you need.

    – Max Vernon
    8 hours ago














2












2








2







Use setspn -X to look for duplicate SPNs for the SQL Server in question.



Remove any duplicate SPNs that don't line up the SQL Server Service account in question.



Service Principal Names for SQL Server take the form of:



MSSQLSvc/server.domain:port
MSSQLSvc/server:port


Assuming your SQL Server is using the default TCP port, 1433, I would expect you need the following servers:



MSSQLSvc/MASSQL.abc.com:1433
MSSQLSvc/MASSQL:1433


You can create those SPNs using the following command:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount


Where DOMAINAccount is the name of the service account used by SQL Server.



If your SQL Server uses a named instance, the SETSPN commands look like:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL.abc.com:INSTANCENAME DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:INSTANCENAME DOMAINAccount





share|improve this answer















Use setspn -X to look for duplicate SPNs for the SQL Server in question.



Remove any duplicate SPNs that don't line up the SQL Server Service account in question.



Service Principal Names for SQL Server take the form of:



MSSQLSvc/server.domain:port
MSSQLSvc/server:port


Assuming your SQL Server is using the default TCP port, 1433, I would expect you need the following servers:



MSSQLSvc/MASSQL.abc.com:1433
MSSQLSvc/MASSQL:1433


You can create those SPNs using the following command:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount


Where DOMAINAccount is the name of the service account used by SQL Server.



If your SQL Server uses a named instance, the SETSPN commands look like:



SETSPN -A MSSQLSvc/MASSQL.abc.com:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:1433 DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL.abc.com:INSTANCENAME DOMAINAccount
SETSPN -A MSSQLSvc/MASSQL:INSTANCENAME DOMAINAccount






share|improve this answer














share|improve this answer



share|improve this answer








edited 8 hours ago

























answered 10 hours ago









Max VernonMax Vernon

53.8k13 gold badges117 silver badges242 bronze badges




53.8k13 gold badges117 silver badges242 bronze badges













  • No duplicates found for that server. I think I should have more SPNs for the server than this: HOST/MASSQL HOST/MASSQL.ABC.COM What do you think?

    – Bill Greer
    9 hours ago






  • 1





    I've added details to my answer showing what you need.

    – Max Vernon
    8 hours ago



















  • No duplicates found for that server. I think I should have more SPNs for the server than this: HOST/MASSQL HOST/MASSQL.ABC.COM What do you think?

    – Bill Greer
    9 hours ago






  • 1





    I've added details to my answer showing what you need.

    – Max Vernon
    8 hours ago

















No duplicates found for that server. I think I should have more SPNs for the server than this: HOST/MASSQL HOST/MASSQL.ABC.COM What do you think?

– Bill Greer
9 hours ago





No duplicates found for that server. I think I should have more SPNs for the server than this: HOST/MASSQL HOST/MASSQL.ABC.COM What do you think?

– Bill Greer
9 hours ago




1




1





I've added details to my answer showing what you need.

– Max Vernon
8 hours ago





I've added details to my answer showing what you need.

– Max Vernon
8 hours ago


















draft saved

draft discarded




















































Thanks for contributing an answer to Database Administrators Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f241051%2fthe-target-principal-name-is-incorrect-cannot-generate-sspi-context-sql-or-ad%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...