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: dpanattoni
  • Content: Threads
  • Order by date
  1. dpanattoni

    The DNS Server Recv() Function Failed.

    On my Windows 2003 server, I am receiving the following error messages in the event log: The DNS Server recv() function failed. Event ID 7050 Source DNS Nothing that I know of has been changed on the system. The message started appearing last week. I am finding very little information (nothing...
  2. dpanattoni

    Use of the backspace during login

    I am using RedHat's Linux and would like to know if there is a way to enable the backspace key during login. As it stands, if a user mistypes their login and presses the backspace, ^H is displayed. Incidentally, the delete key works as the backspace should, but trying to retrain a user to use...
  3. dpanattoni

    Use of POP-3 or IMAP4

    I have a need to allow remote users to check their e-mail by configuring their Outlook clients to connect to the company Exchange 5.5 server. They don't want to use OWA. My concern is that the authentication credentials are sent in clear text when using POP or IMAP. I would rather not require...
  4. dpanattoni

    Filtering RPC

    I want to allow the RPC protocol to come in or out by modifying my existing filter. The command calls for a program-number to follow the statement: ip inspect name filter1 rpc program-number 1234 I don't know what the program-number parameter is referring to. Is this an arbitrary number or...
  5. dpanattoni

    RPC Server is Unavailable

    I have a remote site that is connected to my corporate office via a VPN. At the corporate office is a Windows 2003 Domain Controller. I would like to setup a second domain controller at the remote office. However, when I try to join the domain, I get an error message that states that the RPC...
  6. dpanattoni

    Interacting with a Win2003 DC

    I have a small domain. The DC is running Windows 2003. A second server that is running W2K, has Exchange 5.5 running on it. I have a situation in which I would like to raise the forest/domain functional levels on the Windows 2003 DC from 0 (Windows 2000 Mixed) to 2 (Windows Server 2003). My...
  7. dpanattoni

    Cannot Open .pst File

    I have archived my system's e-mail by month onto CDs. After I've burned the pst file to a CD, I am unable to open it from within Outlook. I get the error: "Properties for this information service must be defined prior to use." I tried copying the file from the CD back onto the PC and...
  8. dpanattoni

    Unable to Start Domain Controller Security Policy

    I have just upgraded a W2K DC to Windows 2003. The upgrade appeared to function smoothly with no problems. However, I am now unable to start the Domain Controller Security Policy program. When I try, I get the following error message: "This action is only valid for products that are...
  9. dpanattoni

    Internal DNS Name

    When setting up a domain in W2k or greater, DNS is automatically setup using the AD domain name. In most examples, the inner DNS name of this domain is mycompany.local. Why would I want to specify the top domain name? Why not just leave the DNS name as mycompany?
  10. dpanattoni

    Win 2003 Domain Rename utility

    If DomainA exists on a Win2003 Server and Domain B exists on a W2K server, can the rendom.exe utility be used to rename DomainA to be DomainB? At first I thought it might work, but after reading about it, I'm not sure as all of the examples were from a 1 domain environment and my situation is...
  11. dpanattoni

    Multiple Domains in a Forest

    I have a situation where two autonomous companies have signed a contract to work together. Both of these companies are using W2K server, both have their own internal domains, Domain1.com and Domain2.com. All users in Domain1.com are logging into a Terminal Server at Domain2.com in order to run...
  12. dpanattoni

    Global assembly Cache

    I might have misunderstood the purpose of the GAC. Please correct me. My thoughts of it were that I could create a library (dll) file and put it into the GAC. Then I could write other applications that used that library. If I made changes to the library, I could make those changes, update the...
  13. dpanattoni

    SmartNavigation not working properly

    I have set SmartNavigation="true" in my .aspx file. However, it doesn't seem to be working the way that I thought it should. If the user scrolls down the page and clicks on the EDIT button for a datagrid, the page is redrawn and the user is placed at the top again. When the user...
  14. dpanattoni

    DataGrid

    I want to manually set the value in a datagrid column based on an existing datagrid column value. For example, a column will have the value 0, 1, or 2. Based on one of these values, I want to set another column to "Low", "Med", or "High". Sounds easy. But what...
  15. dpanattoni

    Roaming Profile

    If a user is setup to use a roaming profile and the profile directory is set to \\servername\%username%\profile, what exactly is downloaded from the server when that user logs on? 1. Everything in the profile directory? 2. Just the nutuser.dat? I'm asking because this profile directory has...
  16. dpanattoni

    Updating Datagrid Column

    Which event is the appropriate event to set the value of a column? I have created an ODBC query that fills a grid. But one of the fields (columns) selected is a code. Based on the value of this code, I want to set one of the other datagrid columns equal to an appropriate text message. Thanks,
  17. dpanattoni

    DataGrid

    I have a datagrid that allows the user to Add/Modify/Delete child records of a parent. The database format of the child record is: Parent_Key Item_Number Child_Field#1 ... Child_Field#5 The fields that are displayed in the datagrid are Child_Fields#1 - #5. When it comes time to do the update...
  18. dpanattoni

    Dynamic Controls

    I have a CheckBoxList that is dynamically added during the running of my program. I want to use the OnSelectedIndexChanged method, but I get a compiler message stating that this method is inaccessible due to it's protection level. Is this method not avaialable when doing a dynamic control? Is...
  19. dpanattoni

    Saving CheckBoxList contents

    I have a program that has one .aspx page. On this .aspx page is a CheckBoxList control. The program will, depending on the user, dynamically create 3-5 different sets of data that will be shown to the user in the CheckBoxList one screen at a time. I currently have the program successfully...
  20. dpanattoni

    Visual Studio Designer Page

    I know this sounds basic, but I'm not fully understanding some principle concepts here. Why, when designing an aspx page from within Visual Studio's design page, does it create a <TABLE> tag outside of the form, a <TABLE> tag inside of the form, and then within the 2nd table, it creates my...

Part and Inventory Search

Back
Top