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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DefinityCorporation

  1. DefinityCorporation

    loop to find missing filenumbers (files)

    I need a script to verify files exist. Preferably just give a list of missing file numbers. Files are 10000001.pdf ~ 99999999.pdf. Here is what I came up with (total newbie) this doesnt work and is probably garbage. HELP! I can't count 99 million files!!! Thanks...
  2. DefinityCorporation

    Averaging times - DATEDIFF ? newbie help!

    I am trying to create a report with ASP & SQL that will show average time a claim is open between dates. Can you SUM datetime? I was thinking create RecordSet for all DATEDIFF, (start, finish), then convert to numeric, then SUM, then divide by Number of claims. But I have no idea how to do this...
  3. DefinityCorporation

    ****EMERGENCY**** Public folder deleted HELP!!

    Exchange public folder retention was not enabled, that last backup they have is over 50 days old (Thousands of claims since then) I go to Outlook and try to recover but it shows nothing.
  4. DefinityCorporation

    ****EMERGENCY**** Public folder deleted HELP!!

    A user deleted a Very important public folder. It contains incoming insurance claims for North America for 2 years!! (Client in an insurance company) Is it possible to "undelete" (dont laugh) a public folder? I have looked in the PFT in system manager, it does not show up. HELP!!!
  5. DefinityCorporation

    Drop Down from DB works, BUT input disappears!!!!

    I really appreciate your help, but I have tried what you said for 2 hours, and I just cant get it. When I remove the "selected" option, A company name does stay in the drop box 1, but no matter which Company I select, it reverts back to the default company even though the users in box...
  6. DefinityCorporation

    Drop Down from DB works, BUT input disappears!!!!

    Hey guys, I have 2 drop downs from DB. "Company_ID" & "Location1" the first displays a list of our customer's company names and the second then shows a list of their employees. So I select "Microsoft" from box1 and then box2 is populated with "Bill Gates, Steve...
  7. DefinityCorporation

    ???How do I change Key ID Value???

    PS this is SQL 2000 ENT on 2000 Server, IIS 5.0, sp3
  8. DefinityCorporation

    ???How do I change Key ID Value???

    IS this right? In Enterprise Man, I drill down to the table I want to modify, then right-click and chose "Design Table", then in the change "Identity" from "NO" to "Yes" and "Identity Seed" to 20030001, click save. This is what I get...
  9. DefinityCorporation

    ???How do I change Key ID Value???

    Thanks guys! Just out of curiosity, when it says integer, length 4, that does not mean 0000 through 9999 does it? How many records will fit into this table, 16384? 16777216? billions? ps will starting the id at 20030001 cause any problems?
  10. DefinityCorporation

    ???How do I change Key ID Value???

    In our support system, the table which holds trouble tickets has a primary key column called "ID". This "ID" is the help desk trouble TICKET NUMBER. We do not want to start with "1", we have tried changing it to 20030001 but it remembers the previous value when we...
  11. DefinityCorporation

    ** Tech Support Form Handler / DB **

    Thanks for the posts! We have MS-SQL2K, so that will be our DB. The question is the front end, what is the best, and what is the easiest. We are looking for your professional opinions. (We have zero experience with CGI, ASP, PHP, and DB's in general, so it makes no difference which you choose)...
  12. DefinityCorporation

    ** Tech Support Form Handler / DB **

    Hello, We are IT guys with a support based company. We want clients to be able to initiate service calls from our website via a really simple form: (name, tel, email, problem description, etc.) We are lan\wan, wireless, email, storage kind of guys, and we do not have experience with back-end...
  13. DefinityCorporation

    Rogue Access Point Detection

    Scan MAC's and then decode devices.
  14. DefinityCorporation

    Duplicate emails are being sent

    Are you using Internet Mail as well as Exchange Mail? That causes a new copy to be generated of each message each time the IM client sends/rec.
  15. DefinityCorporation

    OWA with Cisco PIX 515..Help

    Are you using one outside/ one inside; or are you using a DMZ? Are you using NAT, PAT, Static, or conduit for your http? I am not sure what port the OWA authentication uses but I would go the easy way and launch PDM Log in debugging mode on pix and hit it from the outside and see what is denied...

Part and Inventory Search

Back
Top