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 pdtit

  1. pdtit

    freeze colum width on subform

    Hello, I wonder if it is possible to "freeze" the columns I use in a subform. I want to block the user on modifying the used width of each column, to make sure all supposed columns are always on screen, and not moved by some end user. Regards Peter
  2. pdtit

    Install AFU - Doesn't prompt for install type

    Thanks for sharing your input on this one. If you need any further assistance, do not hesitate to post your questions here again. Regards, Peter
  3. pdtit

    Install AFU - Doesn't prompt for install type

    During setup, a logfile is created. You should find this standard as "C:\exchange setup.log" or something similar. Check this log file for any specific errors (at the end of the setup file, as this is where you setup hangs...) Did you ran exchangesetup /forestprep and /domainprep before...
  4. pdtit

    Installing additional exchange server

    Did you try a setup with /disasterrecovery on this reinstalled machine as well? This should modify the basic setup files but keep all other settings regarding this server in Active Directory. Is it true to say the only error you have left is the Information Store Service not starting? If so...
  5. pdtit

    Recovery of a public folder from copy of stm and edb file

    Fozzie, This should do the trick, by creating first the new temp-database files. However, as Exchange is using transaction log files, you could get in trouble as the same log files are used for both maildbs en publicfolderdbs. Try creating a new Storage Group, as transaction logs are shared...
  6. pdtit

    Installing additional exchange server

    Hi, I understand you tried installing a second Exchange server on an already existing machine. If this machine was not removed from the AD or Exchange organization properly (if Exchange had been installed as well before), you should have got an error message during the new Exchange install. I...
  7. pdtit

    No NDR for messages exceeding size limit

    Travis, By default, no NDR and also the Out of Office replies are sent to the outside world. If you want this, modify the following properties: From Exchange system manager / Global Settings / Internet Message Formats / Advanced Tab / select allow Out of Office responses select allow...
  8. pdtit

    Changing ExchAdmin password

    Skialta, If the Exchange system is upgraded from an EX55 setup, it is possible that the Exchange service account has been migrated as well. As such, RCN66 question is correct. RCN66, Check from the Services snap-in if there is an Account specified for the Exchange services (other than system...
  9. pdtit

    Can you restart Exchange server without rebooting?

    you can create a small batch file for this : net stop MSExchangeES /y net stop MSExchangeIS /y net stop MSExchangeMTA /y net stop MSExchangeSA /y net stop WinHttpAutoProxySvc /y afterwards, for starting the services again use the net start commands... Regards, Peter
  10. pdtit

    Exchange SP2

    WSanchez, Your default capacity should have been increased to 18Gb by default after applying SP2. You can check the size in the event log when de stores are being mounted. If needed, you can enlarge the databases (mail & public folders) by a change in the registry. In order to protect your...
  11. pdtit

    Show images based on selection

    Could I achieve the same using a Select... Case... in my vba ? Or is this not the right solution for this result? Regards, Peter
  12. pdtit

    Looking for ICON libraries

    Hello, I was just wondering if you people know some good usefull (FREE) ICON libraries to be used for an administration/invoice application. Just to make my application look a bit flashier than the regular Access icons. I found already a lot of payable libraries on the Net, but I'm sure free...
  13. pdtit

    how to zip/unzip files from within Access

    Hi, In my application I use some macro's (still have to convert them to VBA) to export tables to another mdb-file. THis mdb-file should be transferred using a 56k dial-up line. The transfer itself is done using PCAnywhere. TO speed up things a bit, I'd like to zip my mdb-file before...
  14. pdtit

    Create Outlook 2003 alike forms

    Hello, I was wondering if someone has examples or info on how to create an Access application form using the Outlook-bar as an example. The bar on the left should be considered as a menu to walk trough the entire application. Regards, Peter
  15. pdtit

    Show images based on selection

    Hello, I have a listbox on my form which allows the user to select a payment method (eg. cash, visa, mastercard,...) I've pasted 3 small images on my form, made them invisible. What I'd like to do is make one visible based on the selection made. As such, the payment method will be emphasized...

Part and Inventory Search

Back
Top