Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Strange DBI error

Reply
Thread Tools

Strange DBI error

 
 
Lord0
Guest
Posts: n/a
 
      01-13-2005
Any reason why DBI (DBD::mySQL) would/might throw this error?

"Unknown URI::URL Schema"

We were running a CRON job, which does not use URI::URL, which failed with
this error during the night and have been unable to get the error to repeat.

Cheers

Lord0


 
Reply With Quote
 
 
 
 
phaylon
Guest
Posts: n/a
 
      01-13-2005
Lord0 wrote:

> We were running a CRON job, which does not use URI::URL, which failed with
> this error during the night and have been unable to get the error to
> repeat.


Maybe it meant the connectstring for MySQL?

hth,
p

--
http://www.dunkelheit.at/
Das Tor zur Dunkelheit schwingt nur in eine Richtung...

 
Reply With Quote
 
 
 
 
Gregory Toomey
Guest
Posts: n/a
 
      01-13-2005
Lord0 wrote:

> Any reason why DBI (DBD::mySQL) would/might throw this error?
>
> "Unknown URI::URL Schema"
>
> We were running a CRON job, which does not use URI::URL, which failed with
> this error during the night and have been unable to get the error to
> repeat.
>
> Cheers
>
> Lord0


Probably invalid user/db/password. It causes strange problems.

gtoomey
 
Reply With Quote
 
Lord0
Guest
Posts: n/a
 
      01-13-2005

>> We were running a CRON job, which does not use URI::URL, which failed
>> with
>> this error during the night and have been unable to get the error to
>> repeat.

>
> Maybe it meant the connectstring for MySQL?
>

Nah - it couldn't have been cos the connection params have hardcoded into it
for ages..........


 
Reply With Quote
 
Lord0
Guest
Posts: n/a
 
      01-13-2005

>> Any reason why DBI (DBD::mySQL) would/might throw this error?
>>
>> "Unknown URI::URL Schema"
>>
>> We were running a CRON job, which does not use URI::URL, which failed
>> with
>> this error during the night and have been unable to get the error to
>> repeat.
>>
>> Cheers
>>
>> Lord0

>
> Probably invalid user/db/password. It causes strange problems.


I don't think so as the connection parameters are hard coded and have not
been changed in ages. Maybe it's indicative of a problem with the DB server?


 
Reply With Quote
 
phaylon
Guest
Posts: n/a
 
      01-13-2005
Lord0 wrote:

> I don't think so as the connection parameters are hard coded and have not
> been changed in ages.


You should have got a filename and linenumber with that error. Check the
area around (the "calling-chain"[1]) that point, maybe you find out more.
As long as we don't know your code, it's really hard to give hints.


p

[1] Sry, Unable to find technical term for 'calling-chain'
in post at line 7.

--
http://www.dunkelheit.at/
I want, therefore I can.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
strange (to me) dbi access statements John Fabiani Ruby 0 08-10-2006 05:18 PM
DBI Mysql storing DBI:binary, trouble with character 26 Jerome Hauss Ruby 0 10-13-2004 03:04 PM
DBI and DBI::Oracle packages configuration ulloa Perl 1 07-22-2004 05:52 PM
DBI problem : How can I load quickly one huge table with DBI ??. Vincent Le-Texier Perl Misc 3 09-13-2003 03:43 AM
Mason, DBI, and DBI::Pg Asby Perl Misc 0 07-24-2003 09:04 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57