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

    VPN and DCOM

    Hai, If you are using DCOM across firewalls ,probably it doesnt work since DCOM protocal is not firewall friendly.DCOM expects portno 330 to be open and in general if firewall is there that port will be always closed.So you cannot instantiate an object across firewalls using DCOM. hope you...
  2. Nag

    MTS gives error returning larger recordset

    There should not be any problem if you return more than 500 records.just try to debug your components or Try to increase the transaction time for your Componets from MMC.
  3. Nag

    About DTC

    In your MMC right click on MyComputer and you will get the properties.Then you can select options and there you can find TimeOut value for your Transactions.Default value will be 60 seconds.you can change it to your application requirements.Hope this will help you.Let me know whether you...
  4. Nag

    Permission Denied when making DLLs in VB

    If you are using dll (Developed in VB) in ASP and try to recompile the VB dll First you have to remove all the references that were given to that dll or Even if this doesnt work you can unregister dll by using regsvr32 /u (here give path of dll) at run command.Then recompile dll.iI think then...

Part and Inventory Search

Back
Top