I'm trying to get the program below to work on aix with perl 5.6.0 and am getting the following error:
Can't call method "outfilt" on an undefined value at /usr/opt/perl5/lib/5.6.0/PDF/API2/PDF/Dict.pm line 155.
The crazy thing is, i run the exact same thing under windows 2000 with activeperl...
I'm trying to get the program below to work on aix with perl 5.6.0 and am getting the following error:
Can't call method "outfilt" on an undefined value at /usr/opt/perl5/lib/5.6.0/PDF/API2/PDF/Dict.pm line 155.
The crazy thing is, i run the exact same thing under windows 2000 with activeperl...
I'm currently working on using after imaging to replicate to a remote server for disaster recovery. I'm trying to decide how small i can make the ai files so the are easy to pass over a 128k connection every 10 minutes. How can i see growth of the database (in my fixed extents) over 10 minutes...
I just moved my installation of 5.1 from AIX to LINUX and have the db.dsm (16mg) located in /opt/tivoli/tsm/server/bin. Before i create more volumes I'd like to move the db.dsm to /opt/tivoli/tsm/server/volumes (where all my other volumes are) to be consistent. I've done this before but it's...
I was wondering if there was a way to prevent even root from deleting certain files with the standard rm command.
I sadly made a rather bad mistake this morning by deleting a couple of very important files. I know if you are not root and try to delete a file it asks if your sure you want to...
I have a dead hdisk in my ssa array that needs to be replaced. it's been so long since i've done this i forgot the command syntax to remove the disk.
i have 14 disks mirrored, hdisk2-hdisk8 are mapped together and hdisk10-hdisk16 are together then they 2 sets mirror each other.
should i do a...
I am trying to divide 2 very large numbers and keep getting the 9999999E+23 type output. What is the limit of int, double? I've tried both and can only goto 15 digits on double. Honestly I need to goto as big as 45 digits.
Here's an example....
897234872309472894706472634798 / 234982304 =...
I have an IBM-H50 with 2 4.5gig internal disk drives that i am trying to replace with 9gig drives. When I put a single 9gig drive in and boot the system it goes thru the boot process, but before it gets to the point where i can hit F5 to pull up the menu, the system shuts down pauses for a...
I am trying to test a sample script that i got off of citrix.com. You hard code username/passwd/domain and it is supposed to return a list of all published applications. Problem is, i can't get it to work...
Here's the error i get::
Server object error 'ASP 0177 : 800401f3'...
I have a parent window with 2 frames, frameA and frameB. frameA opens a popup window. is it possible for the popup window to then change the page of the parent windows frameB?
I am trying to have a form submit data to another url when a form field is left. Is this possible? How do i do it?
<FORM NAME="update" ACTION="update.htm" METHOD="post">
<INPUT TYPE="text" NAME="prod" VALUE="product">
<INPUT...
I would like to be able to display a custom error message if i have a broker down (wsbroker) instead of the default message::
WebSpeed error from messenger process (6019)
Unable to get broker information for Service (wsbroker1) from NameServer at host localHost on port 5162, cs_status = 218...
I was wondering if there was a way to may TSM make an audible alert when there is a mount request. I'd like it to work when running under mountmode (dsmadmc -mount).
thanks
I want to be able to run a query against the db showing me the node name, number of files and physical space occupied for each client. I can't seem to figure out how to join contents(to get the node name) and occupancy(for the other info). Is this possible? If so, what would the sql query be...
I am trying to pcanywhere to a machine on my internal network from the internet thru an isa server. I've followed the doc on www.isaserver.org and can't seem to get it to work. Any ideas?
I'm used to connecting to a local mysql dbase using ::
my $database = "mydb";
my $dbh = DBI->connect("DBI:mysql:database=$database",
'usr', 'pass') || die "couldn't open";
My question is how do i go about connecting to a mysql dbase on a different server?
basically i need to add /usr/local/bin to the _ENV["PATH"].
i've tried to append it to a var and it doesn't seem to work so i'd like to had code it, problem is, i can't find where to add it (ie: php.ini...).
what i'm trying to do is exec an app out of /usr/local/bin that calls another...
I'm trying to connect to a mysql dbase from perl. when i make the db call to connect i get several errors complaining about libmysqlclient.so. first of all, i can't seem to find the file anywhere, i do however see libmysqlclient.a. Here's the call that i'm using ::
my $dbh =...
any idea how i can grab lets say yahoo.com/index.html from a shell and put it into a file on my local system to be read later? i can do this with local files already but am unable to do it with remote files (http://).
I'm trying to find / create a search engine that will index all the pages of a website. my issue is most of the webpages are heavily dependant on mysql for the page content. any ideas on how i can achieve this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.