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!

Search results for query: *

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

    SQL Cluster Linked Server to SQLite DB

    Trying to setup a linked server to a SQLite database in a SQL 2012 cluster (active/passive) environment. I'm able to get the linked server setup and have had SOME success querying, but it is very inconsistent. For example, when I first setup this linked server, I was able to run the query from...
  2. skibum019

    Create Event Dynamically

    Anyone know how to create events dynamically. I have a couple of applications I am developing where I would like to be able to setup events dynamically based on user interactions and setups. Is this possible through the MySQL routines or triggers? Can it be accomplished through coding on the...
  3. skibum019

    Change Drive Letter

    I need to change the drive letter associated with a physical disk resource in Microsoft Cluster Services. There are some drives on the server that conflict with mapped drives that get associated at logon. The installer did not take into account drive mappings when originally setting these up...
  4. skibum019

    Force IE to Open to Specific Page (Not Homepage)

    Here is the scenario. I run a network with about 150 users on it, about 1/3 of which would likely not be happy if I permanently change their "Home Page" (unfortunately that is the upper 1/3 of the company). I would like, however, to enforce our company's Intranet site as the startup page when...
  5. skibum019

    HTTPWebRequest Posting Multiple Files

    I am having problems with posting multiple files to our customer using a ssl URL with a certificate. I seem to be able to send one file to them at a time (with some unknown interval of time between them), but I am unable to send files in succession when sending multiple files. I have spoken...
  6. skibum019

    HTTPWebResponse Returns 403 When Called by Sub Procedure

    I have a very strange occurrence in an application I am writing to transmit an XML file to a customer's https server. I am using the httpwebrequest with x509Certificates to authenticate to their system and post these files to them. Here's where it gets strange. (Stage 1 - Manual Submittal of...
  7. skibum019

    HTTPWebResponse Hangs with Seemingly no timeout

    I have an application that is sending XML files up to a customer's site using the httpwebrequest and httpwegresponse objects. It has worked, hit and miss, but most recently I have run into a situation where assigning the httpwebrequest.getresponse to the httpwebresponse object seemingly just...
  8. skibum019

    SBS Sharepoint and Encapsulated Postscript Files

    We have a Windows 2003 Small Business Server setup with Sharepoint Services. We can upload most files without trouble, however, if we attempt to upload an encapsulated postscript (.eps) file, no matter the size, the local computer attempting to upload the file freezes and hangs, eventually...
  9. skibum019

    You do not have permission to send to this recipient

    I have a 2003 SBS implementation where I have only a couple of users using the email system right now. Problem is, when they attempt to forward or reply to email messages, they receive the following error back the first time they try to send the message. This doesn't happen all the time, but...
  10. skibum019

    8.0.3/Netware 4.11 Install Corrupted

    During a recent power outage we lost power to everything on our network. After restoring power and rebooting servers, our Novell Netware 4.11 server running Oracle 8.0.3 (without any issues for the last 6 years) failed to load the database. I am stuck. The TNS Listener seems to be fine...
  11. skibum019

    Reference Excel Menu Command Name in Macro

    I am creating a custom addin that generates a custom menu in the workbook based upon values returned from a database. I would like to be able to create a single macro that each item references in the onAction method and somehow pass the menu item's id or caption or full object path to the...
  12. skibum019

    Secondary Internet Route

    Need a secondary/backup route to the Internet in Windows SBS 2003. We have one DSL connection running through a Watchguard X15w, but it is not 100% reliable. We have dial-up access to the provider as well and would like to setup an automatic route change to demand dial-up account if external...
  13. skibum019

    time and date as double based on 1900 date system

    How do I get the current date and time and format it as a double based on the 1900 date system used in many programs such as MS Excel, etc.?
  14. skibum019

    PASSING VARIABLE FROM ONE APP TO ANOTHER

    How do I go about passing a variable from one application to another using VB6? I would like to have a main executable that starts a second, third, etc.. executable which then in turn start up based upon a variable passed from the first. i.e. - User selects "ACCOUNTING - ENTRY" in...

Part and Inventory Search

Back
Top