Tagged Questions

0
votes
2answers
69 views

iPhone sqlite3 locked, can only read, not write.

So I have been working on this project for a short while now. I have no problems with reading data from the DB, and formatting it into UITableViews and what not. But now I am wanti …
0
votes
2answers
58 views

Deploying with Capistrano & Subversion. Working copy locked

I'm deploying to a Debian server with Capistrano which fails due to locked a working copy. I narrowed it down to this: svn checkout http://myrepo.net/mysite/tags/1.0 /var/www/mysi …
0
votes
1answer
108 views

AppDomain.Unload doesn’t release the assembly I loaded up with Reflection

Hi All, I am struggling with an issue while loading an assembly up in a temporary AppDomain to read its GetUsedReferences property. Once I do that, I call AppDomain.Unload(tempDom …
0
votes
1answer
65 views

How do I get a list of locked users in an Oracle database?

I want to be able to list all of the users in a given database along with an icon that determines whether they are locked or not. The problem I'm having is querying the "locked" st …
0
votes
2answers
60 views

Loading .dll/.exe from file into temporary AppDomain throws Exception

Hi Gang, I am trying to make a Visual Studio AddIn that removes unused references from the projects in the current solution (I know this can be done, Resharper does it, but my clie …
2
votes
2answers
84 views

Why do reads block other reads in MyISAM?

I have one really long running read. It is a cronjob run once a day, but the whole DB gets locked down when it is running : mysql> show full processlist; +--------+------+----- …
0
votes
1answer
41 views

Access a locked folder

Ok so my supervisor is currently testing something with Windows Permission Settings for folders, basically setting who can access it and who can't. He wants me to find out if I can …
1
vote
5answers
393 views

“Database is locked” error in SQLite over a Mac network

Hello - I have created a simple database using SQLite (actually PySQLite). It works fine when I'm querying or writing to the database from the local machine (ie program and databa …
1
vote
2answers
386 views

Powershell script to check application that’s locking a file?

How will I do this in powershell. I like to check which process/application is using the file, so that I can close it. Thanks.
0
votes
1answer
178 views

what is the way to check whether excel cell is locked or not?

How to Check if a particluar cell in that range is locked, I am posting the small snippet of my code, Please suggestme , the better way of writing to cell if the cell is not locke …
-1
votes
1answer
165 views

CruiseControl.net reports SVN locked exception

I am trying to setup a CruiseControl.net (version 1.4.4) server on a machine with Windows XP SP3. The source is contained in an SVN repository on a different server. The svn client …
0
votes
1answer
90 views

Value is a variable but used as a method

Hi, The error here is "Range is a variable but used as a method" I added " Microsoft.Office.Interop.Excel" and using it currently as Microsoft.Office.Interop.Excel.Workbook Se …
1
vote
1answer
349 views

Finding out if LDAP user in Sun Directory Server 5.2 is locked out, in Java

I'm developing an application using Java, Tomcat, Spring Framework and Spring LDAP 1.2.1 for LDAP access. According to our LDAP administrator, it is not possible to find out progr …