Re: Cronjob and System command in Perl Script

2009-10-21 Thread Kenneth Ă–lwing
> cleartool: Error: Element name not found: > > "/view/view_PACE6R05/vobs/vbos_verif/devices/PACE6R05/M3/SYS1/module/module.h". > > > Here the element is there in > clearcase("/view/view_PACE6R05/vobs/vbos_verif/devices/PACE6R05/M3/SYS1/module/module.h), > > bcz I checked manually an

RE: Resolve hostname by specified nameserver

2009-10-21 Thread BRZEZINSKI, PAUL
Take a look at http://rallenhome.com/books/dnsonw2k3/toc.html I found a VBScript that did something very close to what you're trying to do. The differences are/could be: - queries needed to be directed to a domain controller - queries were only successful in the same domain [i.e., asking about

Re: Cronjob and System command in Perl Script

2009-10-21 Thread Perl Perl
> > Hi Ken, > > The element is executable. And please find the output of the cronjob as > below for your kind reference. > > > Your "cron" job on stingray > > /usr/atria/bin/cleartool setview -exec > /vobs/vobs_verif/tools/DB_cronjobs/Checkout_Reminder.pl view_MAIN > > produced the following ou

Re: Cronjob and System command in Perl Script

2009-10-21 Thread Perl Perl
Hi Ken, The element is executable. And please find the output of the cronjob as below for your kind reference. Your "cron" job on stingray /usr/atria/bin/cleartool setview -exec /vobs/vobs_verif/tools/DB_cronjobs/Checkout_Reminder.pl view_MAIN produced the following output: cleartool: Err

RE: perl error message

2009-10-21 Thread Geoff Horsnell
Many thanks for your reply. It appears that the "repair" option on the 826 build did not (for reasons unknown) re-instate all (any) of the support libraries under the "lib" folder. I have now removed build 826 and re-installed from scratch - it all now works! Many thanks once again Geoff -Or

Re: Resolve hostname by specified nameserver

2009-10-21 Thread rocku
Yes, the reason is that I am limited to standard ActivePerl modules. Serguei Trouchelle pisze: > rocku wrote: > >> I am aware about Net::DNS, >> but unfortunately I cannot use it because it's not standard in >> ActivePerl 5.10. > > Is there any reason not to run "ppm install Net::DNS" to inst