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

    Updating remote vm's

    I have a dozen coworkers spread out around the country. We all use VMware fusion with the same VM image. We meet every quarter and I update the image on their laptop. In between quarterly meetings, I would like to ship updates to their VM. I do not need to preserve any changes they have...
  2. sladd

    OLAP page breaks

    I'm building a crosstab in Cognos 8.4.1 RS against a TM1 datasource. I have the GL account dimension on the rows. On the columns I have the years. The cube has an additional dimension for each piece of the GL string (Department, Property, Function, and Fund). I need the report to give me a new...
  3. sladd

    Archive large dataset

    I need to archive data from a rather large dataset to reclaim disk space. I want to creaste script with a data parameter, archive the data older than the date parameter to a seperate database, delete the data from the source then backup the arvhived database to tape. Below is my script. I...
  4. sladd

    DNS for remote domain

    I have the following situation Webserver resides in a Domain A. A dns record in domain C lists the webserver as webserver.domainC.net . A DNS record resides in DOmain B listing the webserver as Webserver.domainB.net . I need for clients in DomainB to be able to resolve webserver.domainC.net ...
  5. sladd

    2 dns entries for one box

    I have a production server that has a computer name \\srvprod . I can not change the name of the machine for various reasons. However, I would like to have a website hosted on that machine and would like for users to be able to access the site at more intuitive name that http://srvprod . Is...
  6. sladd

    FlashFiler

    I need to extract data from an application that is using a flashfiler back end. I have visited turbopower.com and see they are out of business and have released their product as open source but I can't find the odbc driver. Does anyone know where I can get a driver or of another way to extract...
  7. sladd

    Slooow network copy

    Turned out to be misconfigured switch.
  8. sladd

    Problem with NT4 Workstations on 2K DC

    Shot in the dark, but have you tried enabling Netbios over TCP/IP on the file server?
  9. sladd

    Problem adding clients to Proxy Serv 2.0/ NT 4.0

    Spend your time reading up on 2003 rather than learning stuff you will never use again. You are using the web proxy by pointing your clients internet explorer to the proxy server as accomplished above. You more than likely can forget about socks proxy. The proxy client software is for...
  10. sladd

    How do I Recover disk space after removing mailbox

    Do you need the disk space back or do you want to reclaim the space for use by your exchange database? If you want the hdd space, you need the offline defrag as described above. If you just want the space to be available for your email database, you need to set the retention time for deleted...
  11. sladd

    AOL bouncesail from my server

    Check http://www.dnsstuff.com AOL will not accept mail from domains that do not have a reverse dns. reverse dns is usually provided by your isp but you have to instruct them how to configure it. Use the above URL to check if you have an active reverse dns entry. If not, contact your isp and...
  12. sladd

    Slooow network copy

    I'm copying a 50gb database from a 2k server to a 2003 server. Both machines have a gigabit card at full duplex. I put a cat5e crossover cable between the 2 machines. I mapped a drive from one server to the other. The copy takes 7 hours.. Any idea how long this should take? I was guessing...
  13. sladd

    NT dom export WINS db to text file?

    You can do this by installing the admin pack from 2k server onto a 2k pro or server box. I'm not sure if the admin pack will run on an NT box, but it will allow you to export the info from an NT wins server. Install by browsing to the I386 folder on 2k server cd and running ADMINPAK.MSI. *...
  14. sladd

    Domain Masquerade?

    I am installing Exchange in a small office. They use swbell.net for their email. We configured each POP account in exchange to receive their email. How do I configure outgoing email so that the proper domain is attached in the from field? Can I use SMTP for sending directly from the server...
  15. sladd

    mounting second drive

    SC0 5.0 Had a drive that was no longer bootable. If i boot from emergency floppy, I can view all data on drive. Loaded SCO on a new drive and slaved bad one. Slave drive mounts as a: but I can not see any data on the drive. Any ideas how I can access the data on the slave and transfer to...
  16. sladd

    Online or offline backup

    My most recent backup is a month old (long story) and is an offline. Priv.edb shows a last modified date of several days ago which I have never seen happen. According to edb.chk, all log files have been committed to priv.edb but I doubt this due to priv.edb's last modified date. THe server...
  17. sladd

    priv.edb has old date, edb.chk claims all is well

    NT 4.0 SP6a Exhange 5.5 sp4 2 weeks ago I deleted 30-40 mailboxes. I did not run performance optimizer afterward. My priv.edb has a last modified date of 6 days ago (I've never seen it more than 3 hours behind current time). When I run a eseutil /mk on edb.chk against priv.edb it tells me...
  18. sladd

    Form Authentication - global.aspx

    I'm trying to setup an application with forms authentication against an .mdb. I would like to create subdirectories inside the main applications directories and restrict access to these directories based on role. My application resides in directory named "secure" and has subdirectory...
  19. sladd

    Call Access module from .Asp?

    Is it possible to call an access module from .asp? I have the need to modify data in my database at the user's request - however there is no input needed from the user other than the request (no parameters for module). ANy help is greatly appreciated.
  20. sladd

    format datagrid item as percent

    I am trying to display a cell from my database which is formatted as a percent and restricted to 2 decimals. This works fine but the number is displayed with its full precision and not as a percent. I've been searching for how to format the item with no luck. I assume that I do this in my...

Part and Inventory Search

Back
Top