[Orca-users] Re: long filenames

Blair Zajac blair at akamai.com
Tue Feb 20 09:47:07 PST 2001


Edit orca and find the lines:

  if (length($name) > 235) {
    my $md5 = md5_base64($name);
    $name   = substr($name, 0, 210) . "-$md5";

    # Be careful to convert any / characters _, since / is a valid
base64
    # character and should not be used.
    $name =~ s:/:_:g;
  }

and change 235 and 210 to something smaller, like 125 and 100.

Regards,
Blair

get131 at yahoo.de wrote:
> 
> Hi,
> 
> don't see some graphs on the output html pages.
> i is posible the the filename is to long for IE or Netscape?
> 
> when i call the file 'file://orca/mmh-sun4/o_mmh-
> sun4_mntp_per,__mntp_per_usr,__mntp_per_oracle,__mntp_per_oracle_per_d
> atabase_per_datafiles,__mntp_per_oracle_per_database_per_indexes,__mnt
> p_per_oracle_per_database_per_oracle8i,__mntp_per_export_per_hom-
> liysPRnJPfp7wUmWLCrDBA-daily.png i get a brocken image.
> 
> whene i rename the file to test.png i can call the image.
> 
> is there a parameter for the filename size ?
> 
>                    Yahoo! Groups Sponsor
>                                    www.
> 
> 
>



More information about the Orca-users mailing list