File Lock Error Chalanachithram.com | Topics | Search
Hide Clipart | Log Out | Register | Edit Profile

Last 30 mins | 1 | 2 | 4 hours     Last 1 | 7 Days

Chalanachithram.com DB » TF Industry related » Archive through May 03, 2011 » File Lock Error « Previous Next »

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Kuyyo_morro
Junior Artist
Username: Kuyyo_morro

Post Number: 770
Registered: 02-2011
Posted From: 66.145.10.30

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, May 02, 2011 - 03:27 pm:   Insert Quote Edit PostDelete PostPrint Post   Move Post (Moderator/Admin Only)Ban Poster IP (Moderator/Admin only)


Kadapanagfan:

username pass word adugudddi adi fix seyyandi tondaraga


Deneiki solution:

You will need the function (Supplied) FindComputerName()
Plus the Declaration GetComputerName

Then on the GotFocus of the UserName text box enter the following code

If FindComputerName() <> "PC001" Then

Me.TxtLoginName.Text = ""
Me.TxtPassword.Text = ""
Else

Me.TxtLoginName = "Fred"
Me.TxtPassword = "LetMeIn"
SendKeys "{HOME}+{END}"
End If

'Where PC001 is the name of the machine the user is logging on from


'///////////////////////
Public Function FindComputerName()
Dim strBuffer As String
Dim lngSize As Long

strBuffer = String(100, " ")
lngSize = Len(strBuffer)

If GetComputerName(strBuffer, lngSize) = 1 Then
FindComputerName = Left(strBuffer, lngSize)
Else
FindComputerName = "Computer Name not available"
End If

End Function
'/////////////////////

This needs to go in your declarations at the top of your VBA

Public Declare Function GetComputerName Lib "kernel32" Alias "GetComputerNameA" (ByVal lpBuffer As String, nSize As Long) As Long



File lock error ki solution:

File Locking Errors on nearly everything

If you get a "File Locking Error" on nearly everything you try to do (including an error on tree.txt as you try to access the discus.cgi script), it is likely that file locking is malfunctioning. Since your board was working correctly before, this indicates that some kind of change has occurred that now breaks file locking.

Here are some tips to resolve a persistent file locking error:

Check your errors.txt file, in your Discus administration directory (typically named something like discus_admin_23498234). Whenever a file locking error occurs, Discus writes a message to that file. You may see something useful that explains why Discus could not create a directory. This message may correspond to one of the situations listed below.

Check your disk quota. When MySQL is not enabled, Discus creates a file lock by making a directory under the "locks" directory of your administration directory. If your disk quota is exceeded, it may be prevented from creating that directory, hence causing an error. Note that this might not be recorded in errors.txt if the disk is completely full, because space will not allow for it to be recorded. In addition to your own disk quota, have the web host check the physical disk where your board is running to see if the physical disk is full, even though you are below your quota.

Check permissions on the "locks" directory. If you're on a unix server, make sure permissions on "locks" are still 0777 (rwxrwxrwx). If you're on a Windows server, the permissions you see through the FTP program are meaningless.

If you suspect a permissions problem, the document on the File Locking Error upon setting up the board contains permissions instructions for both unix and Windows servers.
Top of pagePrevious messageNext messageBottom of page Link to this message

Basky_indya
Megastar
Username: Basky_indya

Post Number: 24711
Registered: 10-2007
Posted From: 76.187.247.121

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, May 02, 2011 - 03:25 pm:   Insert Quote Edit PostDelete PostPrint Post   Move Post (Moderator/Admin Only)Ban Poster IP (Moderator/Admin only)


Kish:

Mods aa pani cheyagalara?


YES MODS can do.
kRUshITHO nAsthee dURbhikSHAM!!
JP_ROCKS: ...der unte enchakka andarni giant wheel ekkistadu..girrr mani oogachu..
Top of pagePrevious messageNext messageBottom of page Link to this message

Kadapanagfan
Legend
Username: Kadapanagfan

Post Number: 41885
Registered: 12-2006
Posted From: 159.53.110.140

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, May 02, 2011 - 03:22 pm:   Insert Quote Edit PostDelete PostPrint Post   Move Post (Moderator/Admin Only)Ban Poster IP (Moderator/Admin only)

danemmme jeeveitham adi vadilleyandi swamy sariki username pass word adugudddi adi fix seyyandi tondaraga
Top of pagePrevious messageNext messageBottom of page Link to this message

Kish
Megastar
Username: Kish

Post Number: 20724
Registered: 02-2008
Posted From: 98.215.115.88

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, May 02, 2011 - 03:19 pm:   Insert Quote Edit PostDelete PostPrint Post   Move Post (Moderator/Admin Only)Ban Poster IP (Moderator/Admin only)


Basky_indya:


Thammud, Mods aa pani cheyagalara? Neeku Moderation isthe better anukunta- you care a lot about this DB!
If Cricket is Religion, Sachin is God
Top of pagePrevious messageNext messageBottom of page Link to this message

Basky_indya
Megastar
Username: Basky_indya

Post Number: 24710
Registered: 10-2007
Posted From: 76.187.247.121

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, May 02, 2011 - 03:18 pm:   Insert Quote Edit PostDelete PostPrint Post   Move Post (Moderator/Admin Only)Ban Poster IP (Moderator/Admin only)

THREADS SHOULD BE SWEEPED to SOLVE THIS.
EKKUVA Threads unte ee problem vasthundi. ALL inactive threads ni lopala eseyyandi or move out to JOKES section
kRUshITHO nAsthee dURbhikSHAM!!
JP_ROCKS: ...der unte enchakka andarni giant wheel ekkistadu..girrr mani oogachu..
Top of pagePrevious messageNext messageBottom of page Link to this message

Sachin
Megastar
Username: Sachin

Post Number: 24586
Registered: 04-2008
Posted From: 198.204.133.208

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, May 02, 2011 - 03:17 pm:   Insert Quote Edit PostDelete PostPrint Post   Move Post (Moderator/Admin Only)Ban Poster IP (Moderator/Admin only)


Kish:

meeku kooda vasthundha




ledu...
ninnu DB lonchi dobbeyamantunnnadu anukunta admin
Top of pagePrevious messageNext messageBottom of page Link to this message

Kuyyo_morro
Junior Artist
Username: Kuyyo_morro

Post Number: 767
Registered: 02-2011
Posted From: 66.145.10.30

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, May 02, 2011 - 03:17 pm:   Insert Quote Edit PostDelete PostPrint Post   Move Post (Moderator/Admin Only)Ban Poster IP (Moderator/Admin only)

Naaku kuda vastundi, all the time. Got used to it.
Top of pagePrevious messageNext messageBottom of page Link to this message

Kish
Megastar
Username: Kish

Post Number: 20722
Registered: 02-2008
Posted From: 98.215.115.88

Rating: N/A
Votes: 0 (Vote!)

Posted on Monday, May 02, 2011 - 03:15 pm:   Insert Quote Edit PostDelete PostPrint Post   Move Post (Moderator/Admin Only)Ban Poster IP (Moderator/Admin only)

Chaala frequent ga vasthundi- meeku kooda vasthundha or naa system/browser problem aa?

Okkosari File Lock Error vacchinappudu post count +1 authundi! :D
If Cricket is Religion, Sachin is God

Add Your Message Here
Post:
Bold text Italics Underline Create a hyperlink Insert a clipart image HASH(0x8aa3648){Movie Clipart}
Show / Hide regular icons selection options

Click on following links to open cliparts by Alphabetical Order

 A   B   C   D   E   F   G   H   I   J   K   L   M  

 N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

Show / Hide Filmy icons selection options

Click on following links to open cliparts by Alphabetical Order

 A   B   C   D   E   F   G   H   I   J   K   L   M  

 N   O   P   Q   R   S   T   U   V   W   X   Y   Z  


Username: Posting Information:
This is a public posting area. Enter your username and password if you have an account. Otherwise, enter your full name as your username and leave the password blank. Your e-mail address is optional.
Password:
E-mail:
Options: Enable HTML code in message
Automatically activate URLs in message
Action: