Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chrisw669
  • Content: Threads
  • Order by date
  1. chrisw669

    PDF::API2 Error

    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...
  2. chrisw669

    PDF::API2 Error

    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...
  3. chrisw669

    Database Growth

    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...
  4. chrisw669

    Relocate TSM Database

    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...
  5. chrisw669

    Preventing root from deleting files

    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...
  6. chrisw669

    Replace SSA disk in Mirror

    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...
  7. chrisw669

    Very Large Number Calculations

    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 =...
  8. chrisw669

    IBM H-50 upgrade hard disks

    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...
  9. chrisw669

    NFuse 1.7 Classic Customization

    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'...
  10. chrisw669

    popup window change page in parent window frame

    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?
  11. chrisw669

    onBlur form submit

    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=&quot;update&quot; ACTION=&quot;update.htm&quot; METHOD=&quot;post&quot;> <INPUT TYPE=&quot;text&quot; NAME=&quot;prod&quot; VALUE=&quot;product&quot;> <INPUT...
  12. chrisw669

    Webspeed Custom Messages when messenger is down

    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...
  13. chrisw669

    Audible alert when tape mount requested from mountmode

    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
  14. chrisw669

    SQL Query

    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...
  15. chrisw669

    ISA Server and PcAnywhere

    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?
  16. chrisw669

    PERL DBI remote mysql db connection

    I'm used to connecting to a local mysql dbase using :: my $database = &quot;mydb&quot;; my $dbh = DBI->connect(&quot;DBI:mysql:database=$database&quot;, 'usr', 'pass') || die &quot;couldn't open&quot;; My question is how do i go about connecting to a mysql dbase on a different server?
  17. chrisw669

    howto set enviroment path

    basically i need to add /usr/local/bin to the _ENV[&quot;PATH&quot;]. 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...
  18. chrisw669

    DBI problems in AIX

    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 =...
  19. chrisw669

    shell html grabber

    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://).
  20. chrisw669

    Dynamic page search engine

    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?

Part and Inventory Search

Back
Top