all groups > visual studio .net enterprise tools > october 2003 > threads for october 29 - 31, 2003
Filter by week: 1 2 3 4 5
Creating new Data Connection through .NET project
Posted by KMiller at 10/31/2003 10:06:09 AM
When I attempt to create a new data connection through the
Server Explorer of my .NET project, I get the following
error:
ADO Error:'
[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not
exist or access denied.'
I have admin rights on the machine, and I attempt to
connect via i... more >>
Raising events not defined in the EIF schema.
Posted by Steve Miller at 10/30/2003 1:47:46 PM
I notice the following definition under <eventCategories> in the EIF =
configuration file:
<eventCategory name=3D"All Events" description=3D"A category that =
contains all events.">
<event type=3D"System.Object" />
</eventCategory>
and that the EventSource.Raise method takes a System.Obj... more >>
EIF on Terminal Server
Posted by Jim at 10/30/2003 8:33:40 AM
Yesterday we ran into a unexplained behavior on one of our terminal servers
hosting about 60 people at the time all running our EIF instrumented
application.
Our application installs an EnterpriseInstrumentation.config file and a
EnterpriseInstrumentation.config.backup file. We had just added ... more >>
TraceSessions and Logfiles
Posted by Jim at 10/29/2003 2:43:10 PM
I see that the configuration allows for sequential and circular options. Is
there an option to make it create a new file once the existing one has
reached the specicific size or on a timed basis such as once a day for
example? If not I would like to suggest this as an option for a future
release... more >>
Prevent Logging of certain EIF messages
Posted by Jim at 10/29/2003 12:26:12 PM
How can you prevent the logging of the message about EIF not being able to
create a backup file when it loads the configuration file or for that matter
turn off the logging of the fact that it successfully loaded. In fact, is it
possible to have it log only if it cannot load the
EnterpriseInstru... more >>
|