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