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 strongm 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: buddyel
  • Order by date
  1. buddyel

    server alias -- need help!!!!

    We have an immediate need to alias a few server names. I have created a custom hosts file to place on a few servers which will run a custom application which has hard coded the names of a few servers. Since we are moving these applications to a new site and are unable to keep the same server...
  2. buddyel

    recommendations for 2 server farm - CPS 4.5

    We are preparing to install CPS 4.5 in a 2 erver farm and I am looking for recommendations as to what components should be installed where. Should we install the TS license server on a domain controller, a member server or on of them CPS servers. What about the License Console. I was planning on...
  3. buddyel

    Documenting your Call Manager configuration

    I was wondering if anyone out there has a good document or method for documenting their existing CCM/UNITY system?
  4. buddyel

    Redundancy with FXO

    I need to know how to achieve redundancy using FXO ports on our routers. We have two 3745 routers each with one PRI off of our DS3 from our telco provider, however we have had two occassions in the last month where we've been down completely, no inbound or outbound calls. We have two 4-port FXO...
  5. buddyel

    serialize documents to database?

    Thanks for that info, it should help in getting started. I think where my hangup lies is having multiple documents in a single serialized stream. I would like to have method with a documentName parameter and have that Method only deserialize that document back to disk. Is there any way that you...
  6. buddyel

    serialize documents to database?

    We are working on a solution to read certain error log files and pull out the referenced documents and store them in the database for presentation in a web interface. We are trying to figure out the best way to store these documents as a BLOB in the database. The way it works is each error log...
  7. buddyel

    Help with DataTable.Select

    Shelton, The code works great, does exactly what I needed. Thanks!
  8. buddyel

    Help with DataTable.Select

    I am trying to build a string to pass onto to a method that uses DataTable.Select and am running into an issue. The column i am trying to filter on is a datetime type. I tried using ColumnName = DateTime.Today but that returns nothing. I tried using between DateTime.Today and...
  9. buddyel

    execute a stored procedure and return a value

    I am trying to insert a record into a table that has an identity field and have the identity value returned after the insert. I have included a portion of the stored procedure that returns this value but my question is how to i get the value returned to visual basic so i can display it to the...
  10. buddyel

    pass parameter to query - is it possible?

    Thanks for your help but when I click the button it is now prompting for a parameter. Here is the query, can you tell me what I am doing wrong? SELECT CircuitMaster.PhoneNo, CircuitMaster.DNIS, CircuitMaster.Status, CircuitMaster.Use, CircuitMaster.Notes FROM CircuitMaster WHERE...
  11. buddyel

    pass parameter to query - is it possible?

    I have designed a form which displays Vendor information and the forms have buttons which display pre-existing queries, however it displays all records in the query not just the results for a particular vendor. I'd like to be able to take the VendorID value on the current record and pass that...
  12. buddyel

    populate Listview with SQL data

    I am trying to populate a listview with SQL data but I am not sure how to go about this. Can anyone get me pointed in the right path? I can get the connection to the database find, my problem is the code to populate the listview.
  13. buddyel

    Check for new messages and save attachments

    Our corporate mail server is Exchange 5.5. How would you handle this incorporating the SMTP objects?
  14. buddyel

    Check for new messages and save attachments

    I am trying to figure out the best way to check for new email messages on a pre-determined interval and if save the attachments to a particular location depending on sending address. I am not sure of the best way to handle this. I am using VB.NET 2005 and have VSTO as well. I would like this...
  15. buddyel

    program to do recursive file copy

    Very simply, I would like to write a small utility that copies all files that match the *_bak.mdb pattern in all subfolder under C:\Sessions to a location such as C:\SessionsBackup. More advanced, I'd like to match the folder where the *_bak.mdb file was copied from to a matching folder in the...
  16. buddyel

    Copy files that match a pattern in all subfolders

    I tried just copying the text in your first link and tried running it and got an error on line 2, char 1, error:: object required 'FSO'
  17. buddyel

    Copy files that match a pattern in all subfolders

    Very simply, I would like to write a script that Copies all files that match the *_bak.mdb pattern in all subfolder under C:\Sessions to a location such as C:\SessionsBackup. More advanced, I'd like to match the folder where the *_bak.mdb file was copied from to a matching folder in the...
  18. buddyel

    Sending encrypted emails

    We need to be able to send secure emails to comply with HIPAA. Currently we use Exchange 5.5, can this be accomplished? The only thing I see in the server is the ability to turn on SSL in the E-mail Domain Security screen, but if we check this and the server we are sending to isnt configured for...
  19. buddyel

    publish DUN connection?

    Our Metaframe XP server has a rocketmodem installed and we are hoping to use it for remote transcriptionists who need to return work to some clients. However, the user must first use a windows dial-up connection to connect to the hospital network before sending the documents across. My question...
  20. buddyel

    unity voicemail question

    I was wondering if it is possible to configure Unity so that Saved Messages are emailed to the user after a set number of days? We have a couple people who are known to save upwards of 40+ messages. Can this be done? Thanks

Part and Inventory Search

Back
Top