Questions tagged [unspecified]

21 questions
0
votes
1 answer

Unspecified Error when search a table for a string in sql delphi using parameters - Delphi SQL

there. I am trying to search for a string contained in any column of a sql table by adding all the Fieldnames to the WHERE clause using a for loop. Also I use parameters to protect against SQL injection. But when I run I get an error like…
0
votes
1 answer

How to not show "unspecified error" when throwing exception

Somewhere in my code I want to throw an exception to stop its execution( as the possible error in question is deep in the stack). However, when I write` throw new ArgumentException( String.Format("There is a input…
user3742604
  • 97
  • 1
  • 1
  • 8
0
votes
1 answer

VBA - Excel - Automation Error Unspecified Error

So I ran into a slight stumbling block and hopefully here someone can help me. In short, I need to visit a string of webpages (the list of the names on each page are already input, that code works fine). As my code visits each page, I need to pull…
0
votes
2 answers

81002 - Unspecified Method, on chained payment

I'm getting the the following message on a chained adaptive payment call (via PHP). Can anyone see why? array(5) { ["ACK"]=> string(7) "Failure" ["L_ERRORCODE0"]=> string(5) "81002" ["L_SHORTMESSAGE0"]=> string(18) "Unspecified Method" …
0
votes
0 answers

crazy Unspecified Error warning in IE (w jQuery).. but disappears when reloaded

Not sure what all to supply except that I'm using IE8, and when in IE8 Browser Mode with IE8 Document mode, all is well. However, when I'm in IE7 Browser Mode (with ie7 doc mod), or in IE8 mode with IE7 Document Mode I get a silly error stating…
aimlessWonderer
  • 205
  • 1
  • 7
  • 17
-1
votes
1 answer

Ply.lex Unspecified token error

Hello I am trying to make a simple lexer, to read KML(google maps). But I have a problem in several parts. And get an "unspecified token error"(ONLY included the part causing the error) import ply.lex as lex import re tokens =…
madprogramer
  • 599
  • 3
  • 12
  • 36
1
2