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 Chriss Miller 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: *

  1. TunaAdmiral

    EMC Networker: Suitable for Large Enterprises?

    Hi there! We are currently a Tivoli Storage Manager (aka Spectrum Protect) shop. We'll be evaluating EMC Networker for a very specific use case (protecting long-term data on an Isilon cluster). As part of the POC, I plan to test Networker's efficacy as a traditional backup product...
  2. TunaAdmiral

    Frameset "MyFrame" Does Not Exist

    OK...I created a database with the Launch option of 'Open Designated Frameset'. The left pane is a menu, the right frame contains the content. No problem there. When accessed from your Lotus Notes Workspace, everything works great. You can open up any form you wish, submit it, and then get...
  3. TunaAdmiral

    Korn Shell - Echo out a trailing space

    Korn Shell. How the heck do you echo out a trailing space? rmt="/dev/rmt1" output=$(echo $rmt" ") That's not working. It's gotta be something simple, I just can't figure it out. Any help would be appreciated. Thanks!
  4. TunaAdmiral

    Capturing Return Code On A Redirect

    Hi! When I redirect the output of a command to a file, how do I capture an error condition of the command? It seems that the script can only capture an error in the redirection of the output of the command, not an error with the command itself. As an example: If the following command is...
  5. TunaAdmiral

    Reading Each Line of an input file, performing grep on each line.

    I have a file with thousands of lines consisting of serial numbers (1 serial per line, fixed length of six characters each). I need to do a grep for each serial number on another file. So, if the first three rows of my serial number file are: A12345 B12345 C12345 Then the following grep...
  6. TunaAdmiral

    Can't get Reflection To Work

    I am attempting to use reflection to load a dll on the fly. The dll in question is sitting in a directory named C:\MyAssemblies. I have added a reference to the dll in my project, and have specified the "Copy to local" option as false. The point is to be able to use the dll with dozens of...
  7. TunaAdmiral

    Globally Accessible Class Without Need For Recompilation

    Here's a noob question for you. Lets say I have written an email class that is used by hundreds of programs. It's easy enough to add a reference to this class in each program, but what happens if I change the email class 6 months down the road? Do I have to recompile EVERY program that...
  8. TunaAdmiral

    Starting and monitoring scripts from C#

    Good afternoon! I'm interested in writing a program that can kick off a batch scripts, monitor their progress, and receive return codes from them when they complete. Kindly point me in the right direction. Thanks! - Mikeymac
  9. TunaAdmiral

    Problem processing large numbers of data sets

    Good afternoon! I'm new to Photoshop, but am using Photoshop CS2 9.0. Here's what I'm doing. I start with a .psd file containing a picture of a credit card with three variable text fields on it: Card number, cardholder name, and the expiration date. I have a .csv file containing over 10,000...
  10. TunaAdmiral

    Saving an HTML file as formatted text, just like IE.

    Good morning! If you navigate to google.com, and select File --> Save As -->, and then opt to save the file in *.txt format, you will have nicely formatted text representation of the web page. I would like to perform this function programmatically using VB.NET 2005. Has anyone done this...
  11. TunaAdmiral

    How best to handle illegal characters in XML...

    Hi there! I haven't had much experience with XML, but a few months ago, I wrote a program that reads in customer-submitted XML file. That particular file contained a large number of ampersands(ex. DiCarlo & Sons Plumbing). I added a find and replace function to the program that replaced the...
  12. TunaAdmiral

    How do you deal with missing/inconsistent nodes?

    Hi! I wrote a VB.NET program that reads in an XML file, and spits out a text file consisting of every node in the document. For example: <ROOT> <NEWRECORD> <HEADER> <ADDRESS1>123 Pond Path</ADDRESS1> <ADDRESS2>Buffalo, NY 13213</ADDRESS2> <ADDRESS3></ADDRESS3> </HEADER> <TOTALS>...
  13. TunaAdmiral

    &quot;Printing&quot; to a PC Instead of a Printer

    I have a mail metering machine that prints reports to a printer via a parallel cable. Does anyone know of a way that I can "print" these reports to a PC instead? Basically, I would rather capture and save the reports on my PC instead of printing them. If anyone could point me in the right...
  14. TunaAdmiral

    Unable to compile website in ASP.NET 2.0

    I can't seem to get the compilation of my ASP.NET 2.0 project to produce output. When building the website using the Build WebSite menu option, I don't receive any errors. However, I also don't have anything in my target output directory. When using the aspnet_compiler command-line utility...
  15. TunaAdmiral

    connectionString encryption in ASP.NET 2.0

    Good afternoon! I am interested in storing my DB connection strings in web.config files. To make this practical, I would like to use the encryption methods available with ASP.NET 2.0. Does anyone have any advice on implementing this in a shared hosting environment? Do shared web hosting...
  16. TunaAdmiral

    Newbie Questions For ASP.NET 2.0

    Good afternoon! I have just started playing with ASP.NET 2.0 in the last few days. While some of the features are very nice, I am incredibly confused by the complilation and deployment paradigm that is used in 2.0. In 1.1, I was able to compile and distribute my entire web project in under...
  17. TunaAdmiral

    Collaboration Tools

    Hello! Does anyone know of a product that will allow ASP.NET development from a single, central location? For example, there are two developers on a team. Instead of developing ASP.NET applications on their local machine, each of them would share the application stored on a central server...
  18. TunaAdmiral

    Is WEB.CONFIG the right solution to control thousands of users?

    Good afternoon! Handling web-page access using the web.config file is very unwieldy when you have a few thousand users. There must be another way of doing this (by allowing access by groups, or something.) I can control access to each page in the code-behind for each page, but this would...
  19. TunaAdmiral

    Problems Closing An Application

    Hi! Here's my issue: I have an application that utilizes two forms. The first form hides itself shortly after startup, and invokes the second form. Everything works great, except that I can't get the process to end when the user exits the application using the 'X' button in the...
  20. TunaAdmiral

    FileCopy Fails on Win2000, Works on XP

    Hi! I recently deployed a program that prints a file to a network-shared printer. It was written in VB.NET 2003. The program works fine on numerous Windows XP machines, but fails miserably on Windows 2000 machines. I keep receiving error: System.IO.FileNotFoundException...

Part and Inventory Search

Back
Top