Bug 63718 - error log file doesn't exist although path printed
Summary: error log file doesn't exist although path printed
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
3.6.5.2 release
Hardware: Other Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-19 10:47 UTC by Jérôme Bouat
Modified: 2014-05-28 02:44 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
error message (6.14 KB, image/png)
2013-04-19 10:47 UTC, Jérôme Bouat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jérôme Bouat 2013-04-19 10:47:01 UTC
Created attachment 78227 [details]
error message

I'm trying to make this sample code work :
---
(...)
dbContext = CreateUnoService("com.sun.star.sdb.DatabaseContext")
dbBase = dbContext.getbyName(dbURL)
dbConnexion = dbBase.getConnection("", "")
statement = dbConnexion.createStatement()
nbDropped = statement.executeUpdate("DELETE FROM" & chr(34) & "lyon" & chr(34) )
(...)
---

When I run this code, I get the attached error message. Then I can't find the error log file whose path is printed in the message.

Is there a missing flush to log file ?
Comment 1 Joel Madero 2014-05-28 02:44:10 UTC
Sorry for the long delay - this is not a bug report instead just requesting advice. You should head to the user list with these kinds of questions. Closing as INVALID.

Again sorry for the long delay - hopefully in the past year you've found a solution.