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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Spab23

  1. Spab23

    Program Gets DB2 SQL Error After 4600 Commits

    I have a batch program that connects to an IBM DB2 database using IBM DB2 JDBC Universal Driver Architecture version 3.53.81. It stores records one at a time and does a commit every 200 records. After it commits 4600 records (the total the program is supposed to store is around 5300-5500), it...
  2. Spab23

    SSL Socket Stopped Working with Java1.6

    I wrote some code to do FTP over SSL using Sockets. It worked well using the Java 1.4 JVM in my WebSphere 5.1 installation. We upgraded to WebSphere 7.0, which uses a Java 1.6 JVM and now it doesn't work. It doesn't throw any exceptions, it just connects and doesn't communicate. Does anyone...
  3. Spab23

    Changing ConversionPattern Created "too many open files" Error

    I read a post on "Too many open files" but I don't think I'm having the same problem. Here's my problem. I run several J2EE apps using WebSphere. I log using Log4j. I read that using a ConversionPattern that includes the class and method name (%C{1}.%M()) is very slow, so I removed them. Ever...
  4. Spab23

    How to represent a new line character in a regex in VI?

    That worked like a charm, mbrooks. (resisting the urge to call you "Mel"!) Thanks!!
  5. Spab23

    How to represent a new line character in a regex in VI?

    Hey there VI gurus, I want to globally replace all tilda characters with a new line character in a file I am working on. I've tried :%s/\~/\n/g but all that does is replace the tildas with the letter n. How can I represent a newline character in this replacement statement?
  6. Spab23

    Possible syntax error in C module

    Thanks Salem!!
  7. Spab23

    Possible syntax error in C module

    This is the entire block of code: /*--------------------------------------------------------------------------*/ /* */ /* Data structures pulling all the mef module's bits together */ /*...
  8. Spab23

    Possible syntax error in C module

    I am trying to add the mod_extract_forwarded module to IHS (IBM's Apache) v2.0 and then I try to compile it with apxs, I get: ../bin/apxs -c -i -a ../var/custom_modules/extract_forwarded/mod_extract_forwarded.c /usr/HTTPServer2047/build/libtool --silent --mode=compile xlc_r -prefer-pic -O2...
  9. Spab23

    Problem Compiling mod_extract_forwarded with APXS

    I am trying to add the mod_extract_forwarded module to IHS (IBM's Apache) v2.0 and then I try to compile it with apxs, I get: ../bin/apxs -c -i -a ../var/custom_modules/extract_forwarded/mod_extract_forwarded.c /usr/HTTPServer2047/build/libtool --silent --mode=compile xlc_r -prefer-pic -O2...
  10. Spab23

    Is there an "ignore HTML" tag in HTML? (like <PRE>)

    Thanks, Fendal. I was thinking that there couldn't possibly be such a tag because if you turn of HTML rendering, then how could the browser render the close tag? I guess it says "print every character on the screen as is EXCEPT </xmp>.
  11. Spab23

    Is there an &quot;ignore HTML&quot; tag in HTML? (like &lt;PRE&gt;)

    I am trying to display some HTML code on an HTML rendered page. Is there a tag that will let me do this? I am using <PRE> but it still renders other embedded HTML tags within the <PRE> tags. I want to be able to write <table><tr><td>... etc without the table being created. Will I have to resort...
  12. Spab23

    Need to create keystroke macro for Outlook

    Thanks for that code listing, Boni, but it looks way too complicated for what I need. (And way over my level of understanding of VB!) I just need to script a series of keyboard commands like a macro. I didn't think it would be this difficult!
  13. Spab23

    Need to create keystroke macro for Outlook

    I have never written a VB or VBA program. I had a copy of "Learn VB6 in 24 hours" lying around the office, but I couldn't even find how to print "Hello" to the screen! The built in help was no help, either. Can you steer me in the right direction? Thanks!
  14. Spab23

    Need to create keystroke macro for Outlook

    Gerry, What language would I use to write a macro like that? VB? I don't know VB so if you could give me a push in the direction I need, I could find a VB book to fill in the blanks. Thanks!
  15. Spab23

    Need to create keystroke macro for Outlook

    Hi there! Is there any way I can record a keystroke macro in Outlook? I am always forwarding spam to my antispam administrator and I am using the exact same keystrokes each time. I want to be able to open the offending email, then execute a script that will output: Alt-V P Alt-H Ctrl-C Esc...

Part and Inventory Search

Back
Top