Questions tagged [log-files]

32 questions
0
votes
3 answers

SQL Server 2k5 - Backup Of Database Without Log File(s)

Log files are often large an unwieldy. Is there a way to "backup" a SQL Server database without any log files (or with empty log files)?
Ben Aston
  • 53,718
  • 65
  • 205
  • 331
0
votes
0 answers

tomcat unble to sart with clipse

Tomcat showing unable to start using eclipse marce or luna but tomcat 7 or 8 running fine under windows 8.1 through cmd by the startup.bat but problem start with when ever try to work with eclipse, I have clear the log and change the directory of…
I.Sharma
  • 21
  • 5
0
votes
1 answer

Logstash kv filter

I have a file with the following format: 10302\t..... 12303\t..... 10054\t..... 10034\t..... as you can see there are two values separated by a tab…
Andrea
  • 2,714
  • 3
  • 27
  • 38
0
votes
1 answer

Unix: Unexpected behavior of grep command with regex search

I have a grep command that I run daily to find an entry in a huge logfile. This command works fine in our Development environment. But in our Production environment, it outputs a response that is different from the entry in the logfile. Here's the…
Rahul Sharma
  • 5,614
  • 10
  • 57
  • 91
0
votes
1 answer

Best practice in choosing the drives for data and log files while installing sql server in prod environment?

I need to install a SQL server for prod environment. There are only two drives in the system one drive with 120 GB and another with 50 GB. How to choose the drives to keep the user defined db data and log files and temp db files.
sowjanya
  • 17
  • 4
0
votes
1 answer

Best technique to transform log file data for analysis using R or python

I want to convert log files to a format which can be read in R for further analysis. things i came across while trying to look for a solution to this. Regex,RecordBreaker,OpenRefine or GoogleRefine,R has stringr and dplyr etc. i tried using…
vinay
  • 57
  • 1
  • 12
0
votes
1 answer

Generating procedure logfile and inserting date time

Friends... DB: Oracle11gR2 OS: Linux I have created package with couple of procedure, procedure executes alter table move... , index rebuild command on database. I'm doing below Run ksh shell script -> execute procedure Procedure runs alter table,…
homer
  • 423
  • 2
  • 11
  • 24
0
votes
3 answers

Folder to dump windows service log files

Short: What's the most appropriate folder for windows service to dump log files into? Details I have a windows service that produces log files that a low-tech end user might be interested to look at (actual communication between a computer and a…
THX-1138
  • 21,316
  • 26
  • 96
  • 160
0
votes
1 answer

Creating log-files

i'm new here and a beginner in programming. My problem is, my program should create a log-files during it runs. It should look like this: Start Copy "Log X" | Date-today | Time Start Compress "Log X" | Date-today | Time | File sice Ende…
Johannes
  • 25
  • 1
  • 3
0
votes
1 answer

Python find most recent File and get the size

I am trying to get python to find the most recent file in a directory and get the file size. I have tried a couple different methods using "sorted" and "os.path" but nothing seems to work quite right. Here is sample code. …
0
votes
1 answer

Backup from external Datasource to AWS S3 (using Data Pipelining)?

I am trying to move some Logfiles, which are located on an external Webserver to an Amazon S3 bucket. This should happen every 7 days without manually activating it. Additionally I'd like it to be "failsafe", so it probably would be best if the…
0
votes
0 answers

How handle Log File in in selenium webdriver using java

I don't know how to handle log file in selenium webdriver using java .. i wanna perform following task in log file : - store label of each link of website page in log file - Read that stored label one by one is it possible in selenium ...?
Niyati
  • 493
  • 3
  • 5
  • 20
0
votes
0 answers

unknown log files IIS creates

I have a question: I'm working on a project in C # that creates log files in my local computer creates the necessary files and writes perfectly. Trace.Listeners.Add(new TextWriterTraceListener("mylog.log"), "myListener")); Trace.TraceInformation(…
0
votes
1 answer

Reading log file into DataGridView

I have a log file that i want to present in a DataGridView. An Example line of data in the file would be :-
Derek
  • 8,300
  • 12
  • 56
  • 88
0
votes
1 answer

Eclipse is not working after download

I downloaded the eclipse from this site: http://www.eclipse.org/downloads/ (Eclipse classic 4.2.1) I extracted the zip folder and ran the exe file -> eclipse (With the symbol of a circle of eclipse) I get this error message: An error has occurred.…
Hodaya Shalom
  • 4,327
  • 12
  • 57
  • 111