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 TouchToneTommy 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: teakandme
  • Content: Threads
  • Order by date
  1. teakandme

    Parameters in the URL and redirecting

    I would like to put parameters into the URL and am able to with this, but it only fills in the parameters and still requires the enduser to hit the submit button to go to the search_results.asp page. How can I put the parameters into the url and have it redirect as well...
  2. teakandme

    scheduling Crystal reports

    Not sure if this is the correct forum for this question, but we are a small company that has a crystal developer's license with nothing else and wanted to know if there was a way to schedule the crystal reports that we create without purchasing anything additional? Are there freewares or a...
  3. teakandme

    Displaying tomorrow's date

    I have a script that I was using next_M=`TZ=$TZ-24 date +%m%d` to obtain tomorrow's date....but it does not seem to be working any longer. Does anyone have a way I can grab tomorrow date without alot of calculations?
  4. teakandme

    setting rwx permissions on a directory and any newly created sub

    How can you set a directory permission to have rwx on the group and have any newly created subdirectory have rwx permission as well without having to change it after the subdirectory is created?
  5. teakandme

    displaying list of values

    Can someone assist me ....I am trying to display the values that users select from a multi-select prompt. How do you display the values of the resulting list of values?
  6. teakandme

    Refreshing a script until prompted

    I was hoping someone could advise how to write a for or while loop to refresh a script until prompted to stop. I have a script that monitors the state of printers and want to have this refresh to the screen every 2 minutes until prompted to stop .... when there is an issue, would like to stop...
  7. teakandme

    third party scheduling tool

    Does anyone know of other third party scheduling tools that will run/work with Crystal reports?
  8. teakandme

    How to display field names dynamically

    Want to basically add an entire database table to a report with the field headings displayed, how can this be done dynamically?
  9. teakandme

    telnet macro

    Does anyone have/suggest some code to create an excel macro to telnet to a remote computer and execute some commands and retrieve the output or return? I tried wsock32.dll but there is an issue with this with AIX on the return. The information returned is symbolic? I am thinking it is a...
  10. teakandme

    searching/grabbing info from one spreadsheet and placing it in another

    I have this piece of code that I would like to use to grab information from one spreadsheet to add to another. It is failing with an "Object variable or With block variable not set" I think it is cause I need code to open the second file....Anyone have any idea how I could do this? Option...
  11. teakandme

    excel macro - telnet

    does anyone know what to use to create a macro to telnet to a remote system (AIX) from excel.
  12. teakandme

    Can you configure HMC to alert/email

    Has anyone configured HMC to send emails or alerts when a certain event happens eg: a lpar is down?
  13. teakandme

    SSH macro

    does anyone know or have a peice of code that will ssh to a host and perform commands?
  14. teakandme

    SSH new install

    If I newly install SSH, what else do I need to do to start using ssh other than start the sshd to allow other people to connect using ssh?
  15. teakandme

    Ports used

    What is a quick way to see if a port is being used? And can you use port 22 for both ssl and ssh?
  16. teakandme

    New to SAN storage...recommendations for good readings

    I am new to the SAN arena and was wondering if there was anyone that could recommend a good book or article to get me up to speed quickly...especially all the acronyms, etc like LUN, HBA, DMZ,etc.
  17. teakandme

    increasing the username max character length

    Where can you go to increase the max length of usernames that is currently defaulting to 8 characters?
  18. teakandme

    Smit function keys not working

    In smit, when you see a + sign, you can normally hit f4 to get a valid list of choices, but on this new system, the function keys do not work as they are listed at the bottom of the screen. Is there an environment variable that needs to be set/exported such as TERM? I tried setting TERM=vt220...
  19. teakandme

    creating/exporting a report

    Is there a way to query the database to pull a report on backup failures/success (historical purposes)
  20. teakandme

    bos.data - additional user passwd security

    Is there anyone out there that is using the additional security feature that utilizes the dictionary when a user creates a password? I was wondering where I can get the fileset bos.data that is mentioned in the security guide- chapter 2. We don't have this installed and can't find it on IBM's...

Part and Inventory Search

Back
Top