Меню

Failed to open the explicitly specified database ошибка

  • Remove From My Forums
  • Вопрос

  • We have an application loading data into a SQL Server 2008 R2 Express database. The application runs about half way through then terminates with an error saying that SQL login failed for the current Windows user. We are using Windows authentication
    and it works for the part of the data.

    The error log has this information

    Event xmlns=»http://schemas.microsoft.com/win/2004/08/events/event»>
    — <System>
      <Provider Name=»MSSQL$AURORAXMP» />
      <EventID Qualifiers=»49152″>18456</EventID>
      <Level>0</Level>
      <Task>4</Task>
      <Keywords>0x90000000000000</Keywords>
      <TimeCreated SystemTime=»2012-06-27T02:17:41.000000000Z» />
      <EventRecordID>27743</EventRecordID>
      <Channel>Application</Channel>
      <Computer>D0101026.idacorp.local</Computer>
      <Security UserID=»S-1-5-21-140328221-716536946-747242864-6054″ />
      </System>
    — <EventData>
      <Data>IPCOSLW5493</Data>
      <Data>Reason: Failed to open the explicitly specified database.</Data>

      <Data>[CLIENT: <local machine>]</Data>
      <Binary>184800000E00000013000000440030003100300031003000320036005C004100550052004F005200410058004D0050000000070000006D00610073007400650072000000</Binary>

      </EventData>
      </Event>

    Can somebody suggest where to look for the problem?

    Thanks,

Ответы

  • This error means in most cases that the target database to connect to has been renamed.


    Arthur My Blog

    • Предложено в качестве ответа

      28 ноября 2013 г. 15:26

    • Помечено в качестве ответа
      Olaf HelperMVP
      5 января 2014 г. 9:36

This article will help you fixing SQL Server Error: 18456, Severity: 14, State: 38, Reason: Failed to Open the Explicitly Specified Database. We were getting below error in our SQL Server error log for one of our login.

Login Failed – Error: 18456, Severity: 14, State: 38

Reason: Failed to Open the Explicitly Specified Database

Fix Error “Failed to Open the Explicitly Specified Database”

The error log is saying “Failed to Open the Explicitly Specified Database“, it means either your have specified wrong database in your connection string or your login does not have access to the specified database. You can validate below options to isolate this issue.

  • Check whether you have specified correct database in your connection string or not
  • If you are using correct database then whether the login you are using to establish database connection has access to this specified database or not.
  • Correct if you find something in any of the above two options.
  • Check login properties whether it is using correct database as default database configuration or not. If correct database is defined then login has access to that database or not. I will explain about this step in below section as well.
  • You should also check whether number of connections to the database is exhausted or not. Review your maximum number of connections setting.
  • Ensure your database is not set to AUTO CLOSE setting or not inaccessible. Database should be online and healthy state to accept connections.
  • Make sure you have a trust between both machines, database server and the machine from where you are trying to connect. I would suggest you to read below article as well where i have explained various steps to troubleshoot SQL Server connection issues.

Read more articles on connection issues:

  • How to fix SQL Server error 53 – Not able to open database connection
  • Fix SQL Server error 18456 – Login failed for user

Let’s learn how to check default database settings for a SQL Server login and a user mapping for any database to the login.

Check Login Properties

The solution to fix this issue can also come by reviewing the properties of this login. Launch its properties window and change the default database to the correct one if this setting is showing wrong database. Sometimes, we drop the databases from the SQL Server instances but never update other objects. If this login is not showing any database and it is showing blank then click at its drop-down to choose your desired database as the default database for this login. Click on Ok button to apply that change. You will stop getting this issue after making this change.

You can open login properties windows by right click at the identified login and then choose properties from dropdown options.

Sometimes, you have chosen the default database as “master” but your login doesn’t have connect permission on master database so ensure you have at least connect permission on the database which you are choosing as the default database for your login. You can click at “User Mapping” tab from left side pane of the login properties window. You will get all databases in top side of right side pane and level of access in bottom side pane. Click at your database from right side pane along with its level of permission which you want to assign. Click at Ok button to apply this change.

Have a look at below screenshot to understand default database of a login and from where you can access User Mapping tab to provide appropriate access to your database. Your login should have access to both databases, the one mentioned as default database for your login and the specified database in connection strings.

SQL Server Login properties window

You can fix SQL error “Failed to Open the Explicitly Specified Database” by following above steps. Write your feedback if you have fixed this issue by other way. I will update this article accordingly with credits.

  • Author
  • Recent Posts

Manvendra Deo Singh

I am working as a Technical Architect in one of the top IT consulting firm. I have expertise on all versions of SQL Server since SQL Server 2000. I have lead multiple SQL Server projects like consolidation, upgrades, migrations, HA & DR. I love to share my knowledge. You can contact me on my social accounts for any consulting work.

Manvendra Deo Singh

  • Remove From My Forums
  • Question

  • Hi,
    I’ve just installed a new SQL Server 2008 on Windows Server 2008 x64 (and SQL 2008 SP1), while it seems to be running well, I keep getting the same error appearing in the event log:

    Login failed for user 'domainusername'. Reason: Failed to open the explicitly specified database. [CLIENT: x.x.x.x]

    The Admin user name comes up once every 20 seconds or so, and the NT AUTHORITYSYSTEM account appears twice every 5-6 seconds, obviously this is filling the event log pretty quickly…

    The SQL Server event log has:

    Error: 18456, Severity: 14, State: 38.

    Then the above login failed message, the Windows event log has:

    - System 
    
      - Provider 
    
       [ Name]  MSSQLSERVER 
     
      - EventID 18456 
    
       [ Qualifiers]  49152 
     
       Level 0 
     
       Task 4 
     
       Keywords 0x90000000000000 
     
      - TimeCreated 
    
       [ SystemTime]  2009-05-07T15:53:26.000Z 
     
       EventRecordID 20656 
     
       Channel Application 
     
       Computer servername 
     
      - Security 
    
       [ UserID]  S-1-5-18 
     
    
    - EventData 
    
       NT AUTHORITYSYSTEM 
       Reason: Failed to open the explicitly specified database. 
       [CLIENT: x.x.x.x] 
       184800000E000000080000004B004100420030003100530050000000070000006D00610073007400650072000000 
    
    
    --------------------------------------------------------------------------------
    
    Binary data:
    
    
    In Words
    
    0000: 00004818 0000000E 00000008 0041004B 
    0008: 00300042 00530031 00000050 00000007 
    0010: 0061006D 00740073 00720065 0000 
    
    
    In Bytes
    
    0000: 18 48 00 00 0E 00 00 00   .H......
    0008: 08 00 00 00 4B 00 41 00   ....S.V.
    0010: 42 00 30 00 31 00 53 00   R.N.A.M.
    0018: 50 00 00 00 07 00 00 00   E.......
    0020: 6D 00 61 00 73 00 74 00   m.a.s.t.
    0028: 65 00 72 00 00 00         e.r...
    
    

    I’m fairly sure that NT AUTHORITYSYSTEM needs some sort of access to the master database, but I’ve tried adding that already and it didn’t work.

    Thanks,
    Matt

Answers

  • Not sure if I would ever add that user as a login with access to master, so I’d advise reversing that.

    Find out what application/process is triggering these failures first — I’ve got a blog entry which describes
    how to trace login failures which should help you do this.

    Once you’ve isolated the cause you can establish the access required, or if it’s even necessary.


    ajmer
    dhariwal || eraofdata.com

    • Marked as answer by

      Thursday, May 14, 2009 9:47 AM

    • Edited by
      Ajmer DhariwalEditor
      Monday, February 21, 2011 3:44 PM
      updated url

Since a little while I’m having the same problem. MY connection string specifically states a user and password to use for logging in. However on one of my application pages I’m getting the same error, all others are working perfectly fine.

It worked perfectly fine on my test server previously so I thought it might be due to a received update? So I started de-installing some recent .NET updates and found this:
Initial error:
Login failed for user ‘NT AUTHORITYANONYMOUS LOGON’.

Then after de-installing KB2901126 & KB2898869 the error changes to:
Login failed for user ‘DOMAINCOMPUTERNAME$’.

Note that both of those updates are security patches which prevent users of getting elevated rights:

From KB2901126

This update resolves vulnerabilities that could allow elevation of privilege if a user visits a specially crafted website or a website that contains specially crafted web content.

So I then wanted to re-install both updates again but I get this message:
Windows update error message

Notice the error, 80244022. The error occurs because of a connection interruption between my server and the update server. Bit weird since the other updates successfully manages to download and install itself.

MS might have removed the updates? I’m not sure what’s happening but I’m fairly sure this is happening because of a MS update. No way my «working» app went from working to 1 broken page within 2 weeks without me even updating code from that specific page (or references behind it).

I’m going to try to see whether the same update on my DEV machines could have broken my build.

As a workaround I created a domain account and granted it access to the database, then I switched the app pool to this domain account. Without DB rights, and without editing the connecting string, the error on the specific page changed to «DOMAINnew account» is unable to access the db. This confirms that for some reason that specific page, and the code behind, disregards the UID & PW in the connection string and uses integrated security.


Error Description:

  • Login failed messages seen in the SQL Server ERRORLOG file.
2017-09-11 04:53:19.880 Logon Error: 18456, Severity: 14, State: 38.
2017-09-11 04:53:19.880 Logon Login failed for user ‘GLOBALPORTAL01$’. Reason: Failed to open the explicitly specified database. SharePoint_Config’ [CLIENT: ]
click below button to copy the code. By — sql tutorial — team

Solution 1:

  • The connection string might have ‘integrated security=true’. The connection string contains the user id and password that are to be used. Change the setting to false.

Solution 2:

  • First, we needed to figure out the account which is trying to access. If we look at the account which is shown in the error message is ending with “$” which means a machine account. In our case PORTAL01 was a front server in the SharePoint farm. This comes when there is some service, running under Local System account, it is trying to connect. This was SharePoint server which was trying to connect.
  • State 38 of Login failed, is logged when the account is having insufficient access to the database (SharePoint_Config). To fix it, we need to connect to SQL Server using SSMS and navigat to the Security > Logins > Right click on the account, and go to properties. We need to click on “User Mapping” tab and there we might see that the login was not mapped with the database SharePoint_Config. It might be only mapped to the master database. Now, this explains the cause of the error messages in ERROLROG.
  • Once we map that login to that mentioned database, we will stop receiving login failed error messages.

Solution 3:

  • While trying to log in to an SQL Server with multiple instances. The connection string might not name an instance. Once we name the instance (SERVERNAMEINSTANCENAME), we may to connect to the server.

Summary

This Error Message Article explains the Microsoft Event Viewer error message “Event 18456, [Database Name] Login failed for user…Failed to open the explicitly specified database” and details how to fix the underlying problem that caused it to appear.

Explanation

An application running on the computer is trying to access a SQL database instance but is unable to access it.  In the situation that prompted this article, a BarTender label design was trying to access a database that did not exist.

Solution

Run the Database Setup wizard and reconfigure the connection.

Issue Found: Windows 2012, BarTender

Related Articles: BarTender Print and Print Preview Will Not Work – KBA-01831-B5T6G5

Updated on July 31, 2017

Was this article helpful?

Eric Wolff

Eric Wolff has not written a bio yet36

Need Help?

Click the link below to submit a support ticket

Submit Ticket


  • Hi,

    We have sql server 2008 x64 instance with SP1. When ever SQL Serve instance got restarted, I’m seeing the below error in log:

    Error: 18456, Severity: 14, State: 38.

    2011-07-04 17:38:57.95 Logon Login failed for user ‘abcmssqlsrv’. Reason: Failed to open the explicitly specified database. [CLIENT: <local machine>]

    Could you please advice

    Thanks

  • Welsh Corgi

    SSC Guru

    Points: 116520

    What did you do before you restarted the Server?

    Check the default database for the User.

    Is it offline or in suspect mode, etc?

    Did you restore the database and have orphan users.

    If you change the default database can the user log on?

  • gary1

    SSC-Insane

    Points: 21152

    What did you do before you restarted the Server?

    Nothing Just a restart of the sql service

    Check the default database for the User.

    Master database

    Is it offline or in suspect mode, etc?

    No

    Did you restore the database and have orphan users.

    No

    If you change the default database can the user log on?

    It’s a service account. The default database is Master and I did not try changing it

    Thanks

  • Welsh Corgi

    SSC Guru

    Points: 116520

    Why did you restart the service?

    It is an account for what service?

    Is this user account the only that you are having problems with?

    What else is in the log? Did the master database start before the login attempt?

  • Leo.Miller

    SSChampion

    Points: 13035

    There’s a good change this is some proces that is using the ‘abcmssqlsrv’ account to connect to a database that has not yet been brought on line.

    One hint is the fact that it says «the explicitly specified database». This implies the connection sting requests an initial catalog and isn’t relying on the default. Since it’s comming from the local machine you need to check what all on the server is running uner this account. If it’s a service you may need toput in some sort of control to prevent it from starting so quickly, or just ignore the error if it isn’t fatle for the app.

    On Windows 2003 servers it’s a real pain getting services to start after a delay. You typlically have to put them in manual mode, then use a scheduled task to start them, and have a special batch process to delay the start. This is a lot easier in Windows 2008, you still need to use a scheduled task, but the scheduler has a delay option.

    Cheers

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can’t be made more complicated.

  • Ignacio A. Salom Rangel

    SSC-Insane

    Points: 20443

    Did you find out what was causing the problem?

  • stephen.lappe

    SSChasing Mays

    Points: 608

    My organization has just started to transition to 2008 R2 and I have seen this error on a couple of our legacy databases.

    I have tried the following to no avail:

    Change default database to the user database.

    Given the account explicit connect rights to Master

    Synch’d the user with the sp_change_users_login.

    So, for now those databases are going to stay on the legacy 2005 instance until we can resolve the issue. MS and googling for 18456 state 38 does not provide much in the way of useful information.

  • Ignacio A. Salom Rangel

    SSC-Insane

    Points: 20443

    stephen.lappe (7/28/2011)


    My organization has just started to transition to 2008 R2 and I have seen this error on a couple of our legacy databases.

    I have tried the following to no avail:

    Change default database to the user database.

    Given the account explicit connect rights to Master

    Synch’d the user with the sp_change_users_login.

    So, for now those databases are going to stay on the legacy 2005 instance until we can resolve the issue. MS and googling for 18456 state 38 does not provide much in the way of useful information.

    Have you tried connecting to the SQL Server using that domain account?

  • stephen.lappe

    SSChasing Mays

    Points: 608

    account connects just fine through SSMS(domain account), but when credentials (domain account) are presented through an application connection string we get the state 38 error

  • Leo.Miller

    SSChampion

    Points: 13035

    Ignacio A. Salom Rangel (7/28/2011)


    stephen.lappe (7/28/2011)


    My organization has just started to transition to 2008 R2 and I have seen this error on a couple of our legacy databases.

    I have tried the following to no avail:

    Change default database to the user database.

    Given the account explicit connect rights to Master

    Synch’d the user with the sp_change_users_login.

    So, for now those databases are going to stay on the legacy 2005 instance until we can resolve the issue. MS and googling for 18456 state 38 does not provide much in the way of useful information.

    Have you tried connecting to the SQL Server using that domain account?

    Have you checked the order of events in the event log? Did you try confirm that some of the databases are still not available when this error occures? This is what it looks like, and if the connection string is using an initial-cataloge, then none of the changes you have tried above will help because you would need to chane the applications connection request.

    I’ve seen this a number of times, if you can identify the application and if it comes on line once the database is available, then the error is normaly nothing more than an iritation. There are a lot of apps out there that should be stopped when their underlying SQL server is stopped. If you don’t they sit trying to connect until the server comes back.

    Cheers

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can’t be made more complicated.

  • stephen.lappe

    SSChasing Mays

    Points: 608

    Negative. Databases are up. Application connection strings coded properly. When the app tries to connect we get a 18456 state 38 error. Application has no problem connecting to the orginal 2005 instance. We have no problem logging into the databserver using the application service account through SSMS on the new 2008 instance. Other applications that are coded with the same .NET framework and connect to the DB without a problem.

  • Ignacio A. Salom Rangel

    SSC-Insane

    Points: 20443

    stephen.lappe (8/1/2011)


    Negative. Databases are up. Application connection strings coded properly. When the app tries to connect we get a 18456 state 38 error. Application has no problem connecting to the orginal 2005 instance. We have no problem logging into the databserver using the application service account through SSMS on the new 2008 instance. Other applications that are coded with the same .NET framework and connect to the DB without a problem.

    Maybe it is time to get your system administrators (AD administrators & network administrators) involved!

  • webtomte

    Ten Centuries

    Points: 1125

    We have SQL 2008 R2 (x64) on MS Server 2008 R2 with all the SP including SP2 for SQL Server 10.50.4000.

    This is a new server and we started using it yesterday.

    The service account starting the services giving «Error: 18456, Severity: 14, State: 38» numerous times during last day.

    Service account is sysadmin, Local admin and have all the rights it needs, still error.

    Tried restart service, restart server still reporting error in the log.

    Microsoft said this would be solved by SP1 for SQL server but parently not.

    Any one out there who can come up with a solution for this.

    I have an exactly the same configuration on another SQL Server only using SP1 so far. There I do not have this problem.

    So what is causing this.

  • Ignacio A. Salom Rangel

    SSC-Insane

    Points: 20443

    webtomte (9/6/2012)


    We have SQL 2008 R2 (x64) on MS Server 2008 R2 with all the SP including SP2 for SQL Server 10.50.4000.

    This is a new server and we started using it yesterday.

    The service account starting the services giving «Error: 18456, Severity: 14, State: 38» numerous times during last day.

    Service account is sysadmin, Local admin and have all the rights it needs, still error.

    Tried restart service, restart server still reporting error in the log.

    Microsoft said this would be solved by SP1 for SQL server but parently not.

    Any one out there who can come up with a solution for this.

    I have an exactly the same configuration on another SQL Server only using SP1 so far. There I do not have this problem.

    So what is causing this.

    Which service are you starting with the service account?

  • webtomte

    Ten Centuries

    Points: 1125

    All services used in SQL is using the same service account

Viewing 15 posts — 1 through 15 (of 16 total)

  1. I can login using SSMS with the port given. I see these database: CustomerManagement, Invoicing, Notification, VehicleManagement, WorkshopManagement.

  2. Error persist.

  3. I installed Docker Desktop, with Kitematic. I can see a list of containers at left, and when I go for Settings, Advanced, I didn’t see anything to adjust the CPU/Memory.
    image
    image

  4. The output of the file:
    [
    {
    «Id»: «sha256:314918ddaedfedc0345d3191546d800bd7f28bae180541c9b8b45776d322c8c2»,
    «RepoTags»: [
    «microsoft/mssql-server-linux:latest»
    ],
    «RepoDigests»: [
    «microsoft/mssql-server-linux@sha256:9b700672670bb3db4b212e8aef841ca79eb2fce7d5975a5ce35b7129a9b90ec0»
    ],
    «Parent»: «»,
    «Comment»: «»,
    «Created»: «2018-12-17T19:37:22.052136555Z»,
    «Container»: «ad4994d21cb3a364fcac4e419fd5827e1723c86e767a321876c49f8f75c7d132»,
    «ContainerConfig»: {
    «Hostname»: «4dcf0239b565»,
    «Domainname»: «»,
    «User»: «»,
    «AttachStdin»: false,
    «AttachStdout»: false,
    «AttachStderr»: false,
    «ExposedPorts»: {
    «1433/tcp»: {}
    },
    «Tty»: false,
    «OpenStdin»: false,
    «StdinOnce»: false,
    «Env»: [
    «PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin»
    ],
    «Cmd»: [
    «/bin/sh»,
    «-c»,
    «#(nop) «,
    «CMD [«/opt/mssql/bin/sqlservr»]»
    ],
    «ArgsEscaped»: true,
    «Image»: «sha256:becb2cc726794b29b88a3a2a82cf524080b551b81b67f143fefc2970310fb6c8»,
    «Volumes»: null,
    «WorkingDir»: «»,
    «Entrypoint»: null,
    «OnBuild»: [],
    «Labels»: {
    «com.microsoft.product»: «Microsoft SQL Server»,
    «com.microsoft.version»: «14.0.3048.4»,
    «vendor»: «Microsoft»
    }
    },
    «DockerVersion»: «1.13.0»,
    «Author»: «dpgswdist@microsoft.com»,
    «Config»: {
    «Hostname»: «4dcf0239b565»,
    «Domainname»: «»,
    «User»: «»,
    «AttachStdin»: false,
    «AttachStdout»: false,
    «AttachStderr»: false,
    «ExposedPorts»: {
    «1433/tcp»: {}
    },
    «Tty»: false,
    «OpenStdin»: false,
    «StdinOnce»: false,
    «Env»: [
    «PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin»
    ],
    «Cmd»: [
    «/opt/mssql/bin/sqlservr»
    ],
    «ArgsEscaped»: true,
    «Image»: «sha256:becb2cc726794b29b88a3a2a82cf524080b551b81b67f143fefc2970310fb6c8»,
    «Volumes»: null,
    «WorkingDir»: «»,
    «Entrypoint»: null,
    «OnBuild»: [],
    «Labels»: {
    «com.microsoft.product»: «Microsoft SQL Server»,
    «com.microsoft.version»: «14.0.3048.4»,
    «vendor»: «Microsoft»
    }
    },
    «Architecture»: «amd64»,
    «Os»: «linux»,
    «Size»: 1353110161,
    «VirtualSize»: 1353110161,
    «GraphDriver»: {
    «Data»: {
    «LowerDir»: «/var/lib/docker/overlay2/08196c17518227a63394f8edbfba8772e50e38f1212327d71a4ba880d031b261/diff:/var/lib/docker/overlay2/cac1716072ca4175d6f117b13c08d3106b3b3502ec1c741e2af6cb100ff2c992/diff:/var/lib/docker/overlay2/3360cfdce7995cd50bf3f0245cef1c6ac3bd915b5f14abb9bed9112e23d5fafc/diff:/var/lib/docker/overlay2/c60606cc74efc4ee86a77b7e218a14c1d7ae4d6fbb90ea2be5d416d9246a108c/diff:/var/lib/docker/overlay2/e0b6b3716b86d38f72bde18537f611cab9b6105bf06be59fb879a93ad377486a/diff:/var/lib/docker/overlay2/13edd7fb69258dc38599901040727c1ee0fc8139613179422c11fd02f7d518b3/diff:/var/lib/docker/overlay2/73abb0ed3e4393f13982a4159a4fe458a695e6fede891a079f0f9162f4b2e6ab/diff:/var/lib/docker/overlay2/9933000f6efd6cbf4a8458c5fe7b235a435d4c5a7777c242322d3fac76d24065/diff»,
    «MergedDir»: «/var/lib/docker/overlay2/478e285b250a718ee8ecd31027c99abfe85aece8de68035dee35c4175797e24a/merged»,
    «UpperDir»: «/var/lib/docker/overlay2/478e285b250a718ee8ecd31027c99abfe85aece8de68035dee35c4175797e24a/diff»,
    «WorkDir»: «/var/lib/docker/overlay2/478e285b250a718ee8ecd31027c99abfe85aece8de68035dee35c4175797e24a/work»
    },
    «Name»: «overlay2»
    },
    «RootFS»: {
    «Type»: «layers»,
    «Layers»: [
    «sha256:644879075e24394efef8a7dddefbc133aad42002df6223cacf98bd1e3d5ddde2»,
    «sha256:d7ff1dc646ba52a02312b535446d6c9b72cd09fda0480524e4828554efb2f748»,
    «sha256:686245e78935e73b737c9a82111c3c7df35f5529d06ce8c2f9a7cd32ec90b456»,
    «sha256:d73dd9e652956dccbbef716de4b172cc15fff644cc92fc69d221cc3a1cb89a39»,
    «sha256:2de391e51d731ba02b708038a7f98b7103061b916727bcd165e9ee6402f4cdde»,
    «sha256:d33a8ef9dea5016c8647174b5580425f021385b9ab87453cd7508587c030305c»,
    «sha256:911ad08015cfe167b552e1c330220f90e4ff82f572bfb309f7e3afab619d71fc»,
    «sha256:be08dc7c21612388e812298a006b9fd65095b985de77c71d62f20008945997a6»,
    «sha256:79b07b78f674ac90913b63152a2cf7060d363552b6174cc966bd841569b7fb95»
    ]
    },
    «Metadata»: {
    «LastTagTime»: «0001-01-01T00:00:00Z»
    }
    }
    ]

0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии

А вот еще интересные материалы:

  • Яшка сломя голову остановился исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного где ошибка
  • Failed to open descriptor file как исправить ошибку
  • Failed to map file ошибка