नई मशीन पर SQL सर्वर स्थापित करते समय त्रुटि


0

मैं एक नए उपयोगकर्ताओं के साथ बिल्कुल नए उपयोगकर्ताओं के साथ SQL सर्वर स्थापित कर रहा हूं। दुर्भाग्य से मुझे निम्नलिखित त्रुटि मिल रही है:

http://i.stack.imgur.com/rH9aY.png

क्या किसी ने इससे पहले देखा है और इसका कारण जानते हैं?


यह लेख उपयोगी हो सकता है, जबकि त्रुटि समान नहीं है यह समान है। - stackoverflow.com/questions/27352413/... (को सहारा देता है सरर सलीह प्रारंभिक उत्तर के लिए)
janos97

जवाबों:


0

जब मैंने आपकी त्रुटि की खोज की तो मुझे एक लंबा जवाब मिला: http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/error-1935an-error-occurred-during-the/7105ee7e-ab45-4bd2-b5db-a3e9002f7f9e

यह कोशिश नहीं की है, लेकिन उम्मीद है कि यह आपको सही दिशा में इंगित करता है यहां वे चरण दिए गए हैं:

If you receive a 1935 error when you try to install software, the Windows
file system transaction log has become corrupted. The transaction log is 
used by the Windows file system to recover when a file error occurs. It can 
also happen if there is an error with the installation of .netframework.

Step 1: To correct this install error, you need to clear the log.
a.    Open an Administrator command prompt: Right-click Start > All Programs > 
Accessories > Command Prompt and select "Run as Administrator" and click 
"Allow" for the elevation prompt
b.    In the command prompt, type the command below:
fsutil resource setautoreset true C:\
c.    This assumes that C: is the drive in which Vista is installed. If it 
is installed on another drive like D:, please change the drive letter 
appropriately.
d.    Reboot the system.
e.    Install the software and check.
Step 2: Check if you are able to install in clean boot.
“How to perform Clean Boot” http://support.microsoft.com/kb/929135      

Note: Please ensure that the computer is set to start as usual by following 
the step 7 from the article.
Step 3: Repair .net framework and check.
Repair the Microsoft .NET Framework installation
To do this, follow these steps:
a.    Click Start, click Control Panel, and then click Add or Remove 
Programs.
b.    In the Currently installed programs list, click Microsoft .NET 
Framework, and then click Change/Remove.
c.    Click Repair, and then click Next.
Diana
Microsoft Answers Support Engineer
Visit our Microsoft Answers Feedback Forum and let us know what you think.
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.