How to get the starting log offset from an active log?Hi all,
I'm running ASA 8.0.3.5324 and 8.0.1.3023 on Win 2K in a SQL
Remote setup.
For diagnostic purposes, I want to get the following values
from the remote dbs:
1. starting log offset for the db
2. remote truncation offset of the db
3. starting log offset of all logs
4. ending log offset of all logs
(Obviously this is used in order to find out about missing
or duplicate log files and the like).
I need to get these values automatically from an client app.
This is possible if the remote db is not running via:
a) DBLOG / DBChangeLogName for 1. and 2. value
b) DBTRAN / D...
Events are being logged to the "Application" log instead of custom log
Hi Pros,
I have a weird problem here. I am logging from my .NET app to a custom log, but unfortunately, the events are redirected to the Application log. I am sure that I am specifying the log name and the source name accurately. I am using some code like the following:
1 Hi Pros,
2
3 I have a weird problem here. I am logging from my .NET app to a custom log, but unfortunately, the events are redirected to the Application log. I am sure that I am specifying the log name and the source name accurately. I am using some code like the following:
4
5
6 EventLog e...
How to get the event log Application, Security, and System list?
I am using .NET framework 3.5. I can get the event log type (Information, Error, Warning, etc.) by using System.Diagnostics.EventLogEntryType. How can I get Application, Security, and System from the event log? Thanks.
DanYeung
Hi danyeung,
danyeung:
<snip> How can I get Application, Security, and System from the event log?
what you're looking for is the EventLog.Log property. To access the application eventlog useEventLog appLog = new EventLog();
appLog.Log = "Application";
HTH
Servus,K...
when i log in, I get the logged in view(which I have left it blank) not the appropriate logged in page ( the roles does not seem to work..)
Hello everyone,
My website is online now. I can access my database online in one of the other page..but
When I log in at the log in page, I see only the logged in view. I dont see the appropriate role's page. For example. John is from an admin roles group. When I log in using john's username and pword, I get a blank page (which I know for sure is the loggedin view page which I have left it blank). I have three roles and not of them seem to work,.,,It however works fine when I run it on my home computer locally (I change the webconfig file when i run my log in page .)
&nb...
Application Log logging
Shaun,
I have been getting complaints from our techs here about the huge
amount of entries Patchlink is writing to the Application log. The
problem is when they are trying to troubleshoot a problem on a PC, the
application log has filled up with the Zenworks Patch Management Agent
entries, pushing out the entries they need for troubleshooting.
Aside from increasing the size of the Event logs, is there a way to
"throttle" down the entries Patchlink is making?
6.3.2.700 server
6.3.2.858 agent
Bob
--
bstayskal
Bstayskal,
what level do you have the agent ...
Event Log not Logging ??
Hi All, On my dev machine when I log errors to the event log all works great however when I move the web application to the test server the events are not being logged... I am hoping it is some configuration issue with IIS however I am totally lost.The code writing the events: EventLog.WriteEntry("xxxxx", err, EventLogEntryType.Error); Any help will be appreciated. Thanks,Neil
are you getting an error? Sometimes, its a permissions issue, if the log name doesn't exist, it tries to write the new value to the registry. Check the application log...
How to get the logs of failed events?Hello Everyone,
We did a collector application to capture logs through event service based
on Novell LDAP Java API and Novell LDAP lib for C. I met a problem is that
there's no events defined for failed activities and we can't capture these
log either. Who knows know to resolve this problem?
BTW, it seems that DSTrace is the only way which can generate log for
failed activities, such as failed login?
Thanks,
Alex
Nobody can help me? :(
Akex,
> Nobody can help me? :(
>
Let me ask Novell.
- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
...
Application Start Event in Log
Is it possible to add the portal name to the Application Start event in the Portal log? In cases where there are multiple domains all pointing to the same DNN, each domain exists as its own application. It would be helpful (to me at least) to be able to see which portal is causing the Application Start event to fire.
I found the code in global.asax - Application_Start that logs the event, but it doesn't appear that the portal is known at this point. Anyone know if its possible?
This isn't possible because Application_Start happens without any portal context. It is not a particular p...
POST GET GET GET GET... WTH?
Hi,
I'm at a loss to explain this... I have an ASPX page that I can't
always navigate to. When I developed the app (it's Starter Kit
Portal-based), I did it on my LAN and have had no trouble accessing the page.
However, upon deployment, I see the following behavior:
1. POST request goes out looking for MyForm.aspx
2. GET request for MyForm.aspx
3. GET request for MyForm.aspx
4. ...
X. GET request
Sometimes, the page finally loads. Other times, it just ends up
blank. Many times, it doesn't load at ALL the first POST - I just get a
"The pa...
ExceptionPolicy logs differently to event log than to text log
I am implementing an exception policy in the business layer and in the presentation layer of my web application as per the block below. When an exception happens in the business layer, it bubbles on up to the aspx, which in turn throws the error, thus invoking the default error page defined in web.config. All well and good.
The strangeness is that only one exception is logged to the event log, but both throws are caught in the text log. Why the discrepancy?
Thanks.
Catch ex As Exception
Dim rethrow As Boolean
re...
How to get log of errors occurred in the application?
Is there any facility to get log of errors occurred in the application?if yes where can I get it from?if no how can I maintain it for further reference of for bug finding?Is there any facility to get log of errors occurred in the IIS and SQL Server?Thank you Never Say Die
Yes, you can check error log on IIS. http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bcabdcfb-2421-4eab-b5fb-777c791daaa9.mspx?mfr=true ======================= If you wish to make your own error log with full error details like server, date time, error details - h...
Application log errors and not getting updatesI am getting lots for the following errors in my application log.
It seems that my PLUS server is not downloading any packages neither. When
i run diagnostics everything passes.
Event Type: Warning
Event Source: PatchLink Update Agent
Event Category: None
Event ID: 1
Date: 11/14/2006
Time: 8:32:01 AM
User: N/A
Computer: CV-NPM
Description:
SubAgent: Get TaskList Communications Failure. Open Request Error (1110)
An error occurred opening request to
https://novell.patchlink.com/update/update/gravitixISAPI.dll
looks like there's a problem, you're not al...
Error writing to exception log
I am getting the following error:
An error has occurred writing to the exception log. The permissions are not set properly on the log file or directory, or the log file has been marked as READ-ONLY.
Where is the location of the exception log. I am currently being hosted by a host company and I have set read-write permissions to everything I can. Please advise so I can tell them exactly what directory needs read-write permissions.
Thanks to all who reply in kind,
the cat
In your DNN folder; Portals/_default/Logs/GMSS DNN
Hey thanks for the help so far. I really want to get ...
Logging log
Hi!
I try to accomplish task described in
http://forums.novell.com/novell-product-support-forums/zenworks/configuration-management/zcm-server-install/422609-mixed-login.html?pagenumber=
and wonder I don't know how to keep log of logging? I mean, does ZCM is
capable to keep logging log? As Altiris NS does?
More thanks, Alar.
--
NovAlf
------------------------------------------------------------------------
You look like you want to log in to your zone as a user from either a
eDIR or AD. And yes this is possible, it will search both Directories.
http://www.theurbanp...