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

    OMA error: Directory 'M:<domain name>' does not exist

    I'm running Exchange 2003 Ent on a Windows 2003 SP1 server and when I attempt to test my exchange oma by going to the https://servername/oma i get the following error: Directory 'M:\sbrc.ca' does not exist. Failed to start monitoring file changes. I thought the M: drive had gone away with...
  2. ivow

    BSOD on rollback

    We've received our first OEM Vista machine into the office, it's a brand we don't usually buy: "Acer A700" :S. When we attempt to install xp pro over vista we get a blue screen of death 0x0000007B. Even before it accesses the hard drive. We tried the obvious: -swap out ram, boot from different...
  3. ivow

    redhat 9 no gui

    I've done a lot of updates to my redhat 9 machine using yum but upon restarting it now just hangs after logging me on(gnome, I think). I can get in through SSH and through my webmin interface, but I'm not sure where to start troubleshooting this problem. Are there logs I can look at? There is...
  4. ivow

    OWA IIS settings won't stick

    Hi, I have setup my server to disable windows authentication for OWA in IIS. However, everytime I restart the mail server I have to remember to uncheck those same boxes again. Has this happened to anyone? How could I make sure that the settings stick? TIA Ivo Wiens Network Administrator...
  5. ivow

    OWA not redirecting

    Hi, I've just installed a new exchange 2000 server (serverB) and am in the process of migrating mailboxes to it, I've migrated a few test mailboxes in order to test the connectivity. The mailbox move was successfull except for this one Outlook Web Access glitch: When a user logons on to OWA...
  6. ivow

    Exchange 2000 IM Groups

    Hi, I've been hunting around for two things regarding IM groups. 1. Can the "Microsoft Exchange Instant Messaging" group be renamed in the IM clients? 2. Is there a way to move Exchange IM clients into other groups? Is there a way to create sub-groups to the ""Microsoft Exchange Instant...
  7. ivow

    copy all html to a variable

    Is there a way I can place the equivalent of document.body.innerhtml to an asp text variable? As in, all that you would normally view when you choose View>Source copied to a variable in ASP? is there a way to do this? Ivo
  8. ivow

    SUM giving undesired.

    I've got a table of shipments, with multiple orders in each shipment. I've got shipments table and an order table. I've created a report that displays items from the shipments table: ShipID ShipDate ShipLocation ShipCost 802 Nov 27 Winnipeg 10.00 803 Nov 30 Regina...
  9. ivow

    subitems separated by comma

    I've got a table of shipments, with multiple orders in each shipment. I've got shipments table and an order table. I've created a query that displays items from the shipments table: ShipID ShipDate ShipLocation 802 Nov 27 Winnipeg 803 Nov 30 Regina 804 Nov 1 Toronto...
  10. ivow

    holidays... how do you handle them?

    I've just created a B2B online ordering system that crosses three four time zones. And I've created code that automatically flips the order date to the next day after 4:30 pm. And if it's Friday, it flips the order date to Monday and so on... But now I'm faced with a challenge over holidays. Do...
  11. ivow

    Weeding out multiple values in report

    I have a query that collects objects OrderID, Shipping Cost and Items. The relationship between "OrderID" and "Shipping Cost" is a "one to one" relationship. And the relationship between the two above and "Items" is "one to many". So, when I...
  12. ivow

    server won't listen

    I have a domain controller in one domain who refuses to talk to any other computers. It connects to the other domain controller with no problems, but no one else can hit it. It holds the FSMO roles for the domain. I'm running SP2. I even tried transfering the FSMO roles using MMC and that...
  13. ivow

    OWA keeps requiring the password

    Hi all, Ever since our IIS security has been tightened on my server, some of my users have been having trouble logging on to Outlook on the web, they are asked for the password at first, then the headers and footers appear, after that the password dialog box re-appears, and even if the user...
  14. ivow

    number to month

    Hi all, I have a parameter query that requires the user to enter the number of the month [1-12], however I'd like the name of month [January-December] to apppear on the report. Can I create an if statement in a text box? ivo "If it's stupid but works, it isn't stupid."
  15. ivow

    if time

    I want to create an if statement based on time like this: <% if time<10 then response.write variable end if %> How would I write 5 pm? Or any other time for that reason? Would I have to convert the time to decimals? Like 10:26 is 10.46667? That doesn't really make sense to me. I've...
  16. ivow

    multiple OR's and one AND

    Hi All, I have statement like this: SELECT * FROM table1 WHERE lang=&quot;English&quot; OR lang=&quot;French&quot; OR lang=&quot;Spanish&quot; AND title LIKE '%&quot; & variable & &quot;%' ORDER BY Lang, Sort1byMan, Product, Sort2byCurrent, Sort3byLevel What I'd like out of this is: everything...
  17. ivow

    Submit won't submit

    Hi there, I have some code that creates a few groups of checkboxes and textboxes depending on the choices of the user and items from a database. It basically outputs a grid of checkboxes with a text field beside them. Certain combinations of checkboxes cause the submit button not to submit. I...
  18. ivow

    jobs stay scheduled, won't run

    Hi all, I'm running BENT 8.6 3808 Whenever I tell a job to &quot;run now&quot; or schedule it, the time arrives and the job doesn't run. I've tried restarting the services and then eventually the server, but nothing. Does any1 have an idea? Any thoughts would be helpful. I need to run an...
  19. ivow

    Visual Interdev Issue

    I use Microsoft Visual Interdev 6.0 sp5 as my asp editor. When I save files onto my server on the network through a mapped drive it literally takes me a full minute to save the file. If I open the same file through notepad it takes a split second to save the file. Has any1 experienced this? Has...
  20. ivow

    Detect Delete?

    Is there a way to detect whenever a file is deleted using VB? Even over the network?

Part and Inventory Search

Back
Top