December 16, 2016 at 10:45 am
I got the following error when opening a SQL 2008 database with SSMS 2012:
(I hope you can see this. Posting snap shots into these forums is difficult.)
First of all, I've been able to do this for quite some time. Now I get this error.
When I click the Yes button it let's me through so I can do the work I'm trying to do, but I'm wondering why I'm getting these errors?
Kindest Regards, Rod Connect with me on LinkedIn.
December 21, 2016 at 6:35 am
What does the error in the XML file say?
December 21, 2016 at 8:04 am
That's another weird thing. There is no AppEnv under C:\Users\rod.falanga\AppData\Roaming\Microsoft
And I have Show Hidden selected. I don't get why the error message would refer to a log file in a folder that doesn't exist.
Kindest Regards, Rod Connect with me on LinkedIn.
December 21, 2016 at 11:09 am
Rod at work (12/21/2016)
That's another weird thing. There is no AppEnv under C:\Users\rod.falanga\AppData\Roaming\MicrosoftAnd I have Show Hidden selected. I don't get why the error message would refer to a log file in a folder that doesn't exist.
Did you run the application with the /log Parameter as described in the error message? I can imagine the folder and file will be created as a result of that.
December 24, 2016 at 7:52 am
kevaburg (12/21/2016)
Rod at work (12/21/2016)
That's another weird thing. There is no AppEnv under C:\Users\rod.falanga\AppData\Roaming\MicrosoftAnd I have Show Hidden selected. I don't get why the error message would refer to a log file in a folder that doesn't exist.
Did you run the application with the /log Parameter as described in the error message? I can imagine the folder and file will be created as a result of that.
No, I did not. I'm sorry I didn't see that before. I won't be back to work until then so I'll try it once I get back to work.
Kindest Regards, Rod Connect with me on LinkedIn.
January 11, 2017 at 9:58 am
I'm sorry it's taken me so long to get back to trying what you suggested. I've finally gotten a chance. Where's what I've found.
Once I created the log file (actually named ActivityLog.xml) in the folder I opened it in Notepad++ and searched for the string "ERROR". I'll show a few of the XML records near the one record that had "error" in it:
<entry>
<record>1211</record>
<time>2017/01/11 16:54:16.058</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Deleted volatile pkgdef Configuration cache</description>
</entry>
<entry>
<record>1212</record>
<time>2017/01/11 16:54:16.058</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Released pkgdef cache usage tracker</description>
<hr>00000001 - S_FALSE</hr>
<errorinfo>Unspecified error
</errorinfo>
</entry>
<entry>
<record>1213</record>
<time>2017/01/11 16:54:16.058</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDef registry shutdown complete</description>
</entry>
This was literally at the end of the log file, just before the closing </activity> tag.
Does this help with trying to figure out what's causing this error?
Kindest Regards, Rod Connect with me on LinkedIn.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply