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

    lock/deadlock problem

    Hello all, I´m using asp.net 2.0 with defaults (pooling and timeout). Sudently I starting getting locks/deadlocks in my database. For each locking I run dbcc inputbuffer (spid). I hope this command will return the last sql statment each spid is trying to execute. I get something like this...
  2. olisemalis

    script to move records between tables

    Hello, I need a script to move some records from one table to another table (an history table). I need then to delete the moved records from the original table. Both tables are at the same databases. The fields are the same and the history table doesn´t have any keys defined. To define the...
  3. olisemalis

    closing connections (sql client)

    Hello, If I close a connection and then make a dispose after that, will the connection pool mechanism works fine? And if I lose the same connection more than one time? It strange that an error will not be thrown... why? Thank you
  4. olisemalis

    timeout value to webclient object?

    Hi, Is it possible to define a timeout value to a webclient object? Thank you
  5. olisemalis

    ASP.net erros/threads/pooling

    Hello, Im using net framework 2.0 and Windows 2000 Terminal. I have a web service that, for each request: # make an asp call to an external page # make requests to sql server 2000 At total, it takes about 20 seconds to give a response to a request. I´m getting many problems like: thread was...
  6. olisemalis

    Errors accessing SQL Server (2000)

    Hello, I´m getting some random errors while accessing SQL server in my application (VB.net): 1) ExecuteScalar requires an open and available Connection. The connection's current state is closed. 2) Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool...
  7. olisemalis

    calls between services

    Hello all, I have a service that need to make a call to another service. Because the second service may take sometime to do what it needs to do, I would like service 2 to make a response to service 1 as soon as possible, even if it didn´t finished is work. I think this is not like an async...
  8. olisemalis

    dynamic web reference

    Hi, I would like to know if it possible to make a web reference to a web service dynamically (for instance, having the url in the web.config file)? If we just add a web reference, if the url of the reference change one will need to update the web reference and recompile the application. Thank you
  9. olisemalis

    Format and defualt languages

    Hello, I´m trying different formats on a asp.net project. I realize that if I change the default language on the languages bar, if I then run my application, the language is automatically changed while the project (page) is running. After close it, the language is automatically changed to the...
  10. olisemalis

    connection pooling

    Hello, I thought I had understand (sql server) connection pooling but I think I was wrong... I realize that if I start a connection, from an apllication and if I than stop the application and open it again and establish a connection, the first connection that was openning will not be used...
  11. olisemalis

    folder redirection

    Hi, I´m trying the folder redirection features to the my documents folder. I have created a share at the server, I even gave full control to the everyone group on that share, however the folder is not being redirected. I set the redirection to a GPO in an OU. The user is using XP and belongs...
  12. olisemalis

    Domain security policy vs Domain controller security policy

    Hi, In the administrative tools on a win2003 dc machine, what is the difference between "Domain security policy" and "Domain controller security policy"? Desnt´both edit the default GPO for the server? Thank you
  13. olisemalis

    GPO links

    Hello all, Another question: After installing Win2003 and after creating an OU, does any GPO will be realted to this new OU, or I need explicitly to define one. For isntance, as far as I know, the domain will have the default group policy assigned (I can see it in the GPO tab). However in the...
  14. olisemalis

    home folder and GPO?

    Hello, I would like that someone could explain me these concepts: What is the purpose of the home folder in the profiles tab of a user account? It is a path to my documents folder? Does this configuration a part of the redirect options that we can find in a GPO? Thank you
  15. olisemalis

    DHCP

    Hi, I have installed win2003 server and promoted it to a DC. Then I installed XPPro on another machine and give it an ip address to be able to join it to the domain. Now, I would like to configure the ip of XPPRO dynamically using DHCP of the DC. However, if I set the xppro to get the ip...
  16. olisemalis

    Win 2003 DC with DHCP enabled?

    Hi, One of my vmware machines is a Windows 2003 DC. The other (virtual machine) is a win xp machine. I would like to use the DHCP capabilities of the DC instead of those given by vmware. As so, I disabled the DHCP on vmnet. Then I joined the xp virtual machine to the domain (given it a static...
  17. olisemalis

    subnets

    Hello, I would like to create 2 subnets to practice to a windows exame (each subnet with a Active Directory server). I would like the subnets to work as similiar as possible as if the subnets was created with phisical machines? Waht kind of configuration should I use? Any site/paper with an...
  18. olisemalis

    IFrame, sending ID question

    Hello, I have an asp page and the resulting html. In this html there is some id fields/info in a table. When selectin a row in a table I would like to call another aspx passing the id and returning a pdf to load in an IFrame. I need to open the pdf in an IFrame because I want to control where...
  19. olisemalis

    joinning a win2000 to a domain

    Hello, I have a Windows 2003 server. I run dcpromo to promote the server to a DC, the first DC in the domain/forest. The DNS server was also installed. I have also a wireless router. This router gives access to the Internet and works like a DHCP server: it gives dynamic IP to the server and to...
  20. olisemalis

    filter rows after select

    Hello, I would like to have an sql query in a storeed procedure that returns some records from a table and then filter those records (after get them from a table) based in a list of values. What is the best way to achieve this? For now I have this: select fields from table weher field1=""...

Part and Inventory Search

Back
Top