error

svnsync: PROPFIND request failed

Hi everyone! I'm desperately trying to backup my google code-repo but since I'm not too familiar with SVN, I can't get svnsync to work. I thought that backing up your repo to another repo or dumpfile was an easy task, but I'm wrong? I would really appreciate tips on how to do this.. What I'm trying to do: @shell:~$ svnsync init http://...

What can cause an intermitent ORA-12560: TNS:protocol adapter error?

I have a poorly written legacy .NET application that is in constant contact with the database throwing up a "No Connection" screen if it detects that connectivity has been dropped. All machines running this program are configured identically but on two of them we just recently started running into a problem where the No Connection scree...

Teradata Linked Server in SQL 2005

I am trying to connect to Teradata using a Linked Server in SQL Server 2005. When I try to use SQL Server to connect using OPENQUERY, I get the following errors: Msg 7399, Level 16, State 1, Line 1 The OLE DB provider "TDOLEDB.1" for linked server "TERADATA" reported an error. Access denied. Msg 7350, Level 16, State 2, Line 1 Cannot g...

Wcf service Error

When i am trying send large size files through wcf service, its give Unexpected sercice response, bad request 400 error. if i send bellow 16000 bytes size files does not give error. how do i increase the size, and help me to resolve the issue. Thanks to all. by Senthil ...

ASP.NET MasterPage + Javascript Error

After converting an ASP.NET webform (v3.5) to use a master page, I started getting a strange Javascript error. The content page has a block of javascript. Here it is: <script type="text/javascript"> var attCount = 0; function CreateAttachmentControl() { var newAtt = document.createElement('span'); var newAttN...

custom 500 error page in symfony 1.1

does symfony redirect to custom error page if Fatal PHP error occurs? ...

IE 7 error: "An outgoing call cannot be made since the application is dispatching an input-synchronous call"

I am getting this error (see post title) from time to time as I interact with a web application I created. The application uses Ajax to communicate with a server, but doesn't do anything fancy specific to IE. I don't get this error, or any other error, when running the same application on Firefox or Safari. Have you seen this error mess...

How is an error reported from async socket connect?

I'm connecting a socket asynchronously (O_NONBLOCK + connect). POSIX standard specifies that after socket has been connected is should signal the event by making the file descriptor for the socket ready for writing. It doesn't seem to say anything about failures during async connect. When testing it on Linux, it seems that sometimes I'm...

Delphi - Class TListView not found

We have a Delphi 5 application, that is built without runtime packages, dlls or external resources (i.e. a single executable). when we install it on a clients PC we get the following error messages: Class TListView not found or Class TImage not found We have installed it on dozens of PCs before without incident, but this late...

MySQL import/export version incompatibilty

Hi I have taken a dump from my mysql database on my own server (version 5.0.67) and I have tried to import it to my other database (version 5.0.54). However, I get the error: ERROR 1193 (00000) at line 23: Unknown system variable 'character_set_client' I think it refers to this part: SET @saved_cs_client = @@character_set_client...

How to solve lazy initialization exception using JPA and Hibernate as provider

I am working on a project for a customer who wants to use lazy initialization. They always get "lazy initialization exception" when mapping classes with the default lazy loading mode. @JoinTable(name = "join_profilo_funzionalita", joinColumns = {@JoinColumn(name = "profilo_id", referencedColumnName = "profilo_id")}, inverseJoinColumn...

Python package import error

I'm trying to package my modules, but I can't seem to get it working. My directory tree is something like the following: snappy/ __init__.py main/ __init__.py main.py config.py ... ... and the code I'm using is from snappy.main.config import * I'm getting the error: ImportError: No mod...

Log from BIOS

I want to be able to pull in the error log from BIOS across a network. Looking at Win32_BIOS in MSDN I did not see anything defining the error log. Would love to do this in C# with WMI, but am open to suggestions. Is it possible? Edit: Win32_BIOS does not have a property (don't know if that is the right term) that contains the BIOS erro...

Xml data in an ASP.Net Dynamic Data Site

I have this problem where I can't get my dynamic data web app to save xml data into a text field. Maybe this is a common problem but searching the web doesn't give me any answers... So heres the steps to recreate my problem: I have database with a table that has a column of type "ntext" (Sql Server 2005). I create a new Dynamic Data E...

Silverlight WebPart in SharePoint

Hi, I'm making a WebPart for SharePoint that will instantiate a Silverlight UserControl and feed it some data. My problem is that when I have created my sample-WebPart and just instantiate a Silverlight control, the webpart, when added to a page or displayed in the webpart gallery, instead of rendering blank, renders an error page saying...

How to get users to pay attention to problems?

We occasionally need to notify users about warnings or problems. But often times, especially if it's a common problem, users will just dismiss the warning and continue. Often times users won't even remember seeing the warning, but we check their logs and see that several were displayed. So, how do you get users to pay attention when you'...

Why can't two methods be declared with the same signature even though their return types are different?

Duplicate: http://stackoverflow.com/questions/442026/function-overloading-by-return-type Maybe this is a very silly question but I don't understand why I can't declare two methods that have the same signature when they have different return types. public class MyClass { private double d = 0; public double MyMethod() { ...

Using the basepath filter to re-write URLs in Webby?

Basepath Filter Rewriting? I'm trying to use the basepath filter in webby to rewrite all of the URLs in my project. The documentation on the basepath filter for Webby is a little bit "light" concerning this, and there just simply isn't enough of it that I can understand how to use it. If I find the solution to this, however I plan to ...

python variables not accepting names

I'm trying to declare a few simple variables as part of a function in a very basic collision detection programme. For some reason it's rejecting my variables (although only some of them even though they're near identical). Here's the code for the function; def TimeCheck(): timechecknumber = int(time.time()) timecheckdiv = backco...

iPhone simulator fails

I have a fresh iPhone project. When I "Build and Go": Error from Debugger: Failed to launch simulated application: iPhone Simulator failed to install the application. Why is that?! ...