RE: ODBC error I do not understand.

2002-08-30 Thread Jeff Urlwin
Everything is ok, then (for now )?   Jeff -Original Message-From: Norris, Joseph [mailto:[EMAIL PROTECTED]]Sent: Friday, August 30, 2002 4:31 PMTo: 'Jeff Urlwin'; Norris, Joseph; Perl Database (E-mail); Perl Admin (E-mail); Perl Win32 Users (E-mail)Subject: RE: ODBC error I

RE: ODBC error I do not understand.

2002-08-30 Thread Norris, Joseph
That did it - thanks again - I am in and reading the db.   -Original Message-From: Jeff Urlwin [mailto:[EMAIL PROTECTED]]Sent: Friday, August 30, 2002 12:55 PMTo: Norris, Joseph; Perl Database (E-mail); Perl Admin (E-mail); Perl Win32 Users (E-mail)Subject: RE: ODBC error I

RE: Remotely adding a machine to a domain

2002-08-30 Thread Kevin Pendleton
Specifically netdom.exe found at: ftp://ftp.microsoft.com/reskit/nt4/x86/netdom_x86.exe allows you to add NT workstations to the domain. For example you could feed a bunch of workstations into a script that took each box as $host and run the following line from the domain controller. I would

RE: ODBC error I do not understand.

2002-08-30 Thread Jeff Urlwin
Which version of DBD::ODBC are you using?  There was a bug in prior versions (which are still in ActiveState's repository) which caused a memory over-write.  I've fixed that in later versions.  You can retrieve the latest version from:     ftp://ftp.esoftmatic.com/pub/outgoing/DBI   Please

ODBC error I do not understand.

2002-08-30 Thread Norris, Joseph
Here I am again with my problem of reading a FoxPro table with DBI::ODBC.   I am getting the following error on a simple query:   DBD::ODBC::st execute failed: [Microsoft][ODBC Driver Manager] Program type out of range (SQL-S1003)(DBD: describe/SQLBindCol err=-1) at hr_phone_compare.pl line

FW: Looking for the latest ppd for DBI::ODBC and DBI::ADO

2002-08-30 Thread Norris, Joseph
  -Original Message-From: Norris, Joseph [mailto:[EMAIL PROTECTED]]Sent: Friday, August 30, 2002 9:41 AMTo: Perl Win32 Users (E-mail)Subject: Looking for the latest ppd for DBI::ODBC and DBI::ADO Group,   I am having a real problem connecting with a visual FoxPro DB and I think I nee

Re: eventlog script help

2002-08-30 Thread Mike Singleton
Thanks, although I am somewhat confused as this script was taken verbatim from Dave Roth's book ' Win32 Perl Extensions'. Anyway, I won't bother the group with silly questions anymore. >>> "Thomas R Wyant_III" <[EMAIL PROTECTED]> 08/30/02 09:22AM >>> Mike - I assume you want to know why your

Re: eventlog script help

2002-08-30 Thread Thomas R Wyant_III
Mike - I assume you want to know why your Perl script is throwing errors, though you didn't state this. Here's my take: Error:Name "main::Eventype" used only once: possible typo at H:\perl scripts\wmitimed.pl line 20. The only place you use $Eventype is in line 20: if ( $Hash {$Eventype} == E

RE: eventlog script help

2002-08-30 Thread Bellenger, Bruno \(Paris\)
Of course, you have to check the case on ALL your function calls and constants, in the whole length of the script. Eventtype is EventType, etc. Cross check with the documentation for proper spelling. Errors displayed as 'possible typo' are usually just that. _

RE: eventlog script help

2002-08-30 Thread Mike Singleton
Same error hmmm.. does running under XP or Win2k make any difference? >>> "Bellenger, Bruno (Paris)" <[EMAIL PROTECTED]> 08/30/02 06:38AM >>> use Win32::EventLog, not Win32::Eventlog _ Bruno Bellenger Sr. Network/Systems Administrator --

RE: eventlog script help

2002-08-30 Thread Bellenger, Bruno \(Paris\)
use Win32::EventLog, not Win32::Eventlog _ Bruno Bellenger Sr. Network/Systems Administrator -Original Message- From: Mike Singleton [SMTP:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 3:14 PM To: [E

eventlog script help

2002-08-30 Thread Mike Singleton
Error:Name "main::Eventype" used only once: possible typo at H:\perl scripts\wmitimed.pl line 20. Name "Win32::Eventlog::GetMessageText" used only once: possible typo at H:\perl scripts\wmitimed.pl line 3. Can't call method "GetNumber" on an undefined value at H:\perl scripts\wmitimed.pl line 1