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

    Summarizing derived fields.

    Hi, Are we able to summarize fields that are derived using formulas? I notice that CR10 doesn't give me the option to do so with some of my fields.
  2. aznluvsmc

    Page header / foot longer than a page error

    Hi, When I run my reports using an embedded version of Crystal Reports 10 that is part of our BusinessVision ERP system, I get a "Page header or footer longer than a page". Does anyone know why this is? It only occurs depending on the month for which I run the report. Let me know if you need...
  3. aznluvsmc

    Reboot task is running but not actually rebooting server

    Hi, I copied over the shutdown.exe file from a Windows XP computer to my Windows 2000 server. I created a scheduled task to run at midnight every Sunday to reboot the server. The switches I'm passing to shutdown.exe are -r (reboot) -t 01 (one second wait). According to the logs, the task is...
  4. aznluvsmc

    Access public_html through jailed Apache server

    Hi, I would like to access my /home/username/public_html directory from my jailed apache server. Right now it can't access my home directory since it's not in the jail. I don't really want to move the directory into the jail and have two copies so I was thinking about using a link. Does...
  5. aznluvsmc

    Error compiling Apache with SSL

    Hi, Has anyone had a problem compiling Apache 2.0.54 with mod_ssl using the latest OpenSSL libraries? I seem to get an error message during "make" that says a variable wasn't declared in one of the mod_ssl source code that is in the apache source tree. I haven't actually looked through the...
  6. aznluvsmc

    BIND: Slave name server cannot XFR from master

    Hi, My slave BIND server can't seem to do an initial AXFR for the zone data files it is configured as slave for. When I chekc /var/log/messages on the slave it says it connected to the master but then I see permissions denied listed. On the master server, I see that the AXFR started and then...
  7. aznluvsmc

    Database initialization in Fedora Core 4

    Hi, I was wondering if anybody knows why MySQL 4.1 doesn't place the var directory inside the mysql directory when initializing the DB for the first time. On SuSe, the var directory is placed in the mysql directory. This is odd and must be a Red Hat thing.
  8. aznluvsmc

    Input validation check for one integer

    I'd like to do a simple input validation check to see if the user entered ONLY one integer. The code I current have is as follows #include <stdio.h> int main(void) { int array[10] = {0}; int i, rv; char c1; for(i = 0; i < 10; i++) { printf("Enter an integer: ")...
  9. aznluvsmc

    Array of pointers multidimensional?

    I was just wondering if creating an array of pointers which each point to a string considered a multidimensional array? I'm new to C and just learning it so I'm sorry if this question seems stupid. Thanks.
  10. aznluvsmc

    mod_perl 2 installation

    Hi, I need help installing mod_perl2 statically into Apache 2. The instructions on the mod_perl site don't work. Here's what I've done to try and get it installed. 1. Download and extract mod_perl and Apache source trees 2. Configure and install Apache #> ./configure...
  11. aznluvsmc

    Norton AntiVirus 2005 Won't Start

    Hi, I'm trying to install Norton A/V 2005 on a Windows 98 laptop. It installs fine but when the system reboots, Norton won't start. The AutoProtext icon has an X over it and double clicking the Norton program icon does nothing. LiveUpdate starts up but the laptop has no NIC to get on the...
  12. aznluvsmc

    Setting up VPN with Linksys WRV54G

    Hi, I can't seem to make a VPN connection with my Linksys WRV54G and the Linksys QuickVPN Utility. I had my friend install the program and I made a user account on the router for him. When he tries to connect he gets the error message that states check your password, server IP address...
  13. aznluvsmc

    Instructions on setting up a VPN with WRV54G

    Hi, I just purchased a WRV54G VPN router and I would like to find instructions on how to setup a VPN. Does anyone know of any sites? I've tried checking the Linksys site but they don't really cover how to do it.
  14. aznluvsmc

    Release and Renew iP in Suse Linux 9.1

    Does anyone know what the command is if any to renew an IP address? "It's about the journey and not the destination" - The quote of those who never make it
  15. aznluvsmc

    Sandisk Cruzer mini USB compatibility

    Hi, Does anyone know how to get a USB 2.0 device to work on a USB 1.1 port? I thought USB 2.0 devices are supposed to be backward compatible with USB 1.1. "It's about the journey and not the destination" - The quote of those who never make it
  16. aznluvsmc

    DNS zone delegation

    Hi, Can someone tell me if I'm doing my zone delegations properly? My test lab currently has 2 domains called srun.com and consulting.srun.com. Each domain has a DC which runs DNS and holds all operations masters and the GC. In the srun.com DNS console, I created a new domain called...
  17. aznluvsmc

    SMC NIC and Linksys Router cannot communicate

    Hi, I have an SMC 802.11b wirless card with latest drivers installed on my laptop running Windows XP. My home is currently using a Linksys B router with the latest firmware. I've set the SSID broadcast to disable and WEP to disable also. The problem is that my card cannot communicate with...
  18. aznluvsmc

    No communication between wireless NIC and AP

    Hi, I have an SMC 802.11b wirless card with latest drivers installed on my laptop running Windows XP. My home is currently using a Linksys B router with the latest firmware. I've set the SSID broadcast to disable and WEP to disable also. The problem is that my card cannot communicate with...
  19. aznluvsmc

    Client cannot obtain an IP address via DHCP

    Hi, I have a user working remotely at a hotel and their computer cannot obtain an IP address. Whenever he tries, the error message states there was a problem contacting the DHCP server. We also have 2 other users in the same hotel room who can obtain an IP address from the DHCP server. The...
  20. aznluvsmc

    Outlook freezes when opening large messages

    Hi, Please ignore my previous post titled "Work@home user not receiving e-mails". I solved the problem a few minutes later. I have to remove the Customer Relations mailboxes for some reason and then add them back. Don't know why. Anyways, now there's another problem. My user cannot open...

Part and Inventory Search

Back
Top