Beginner |
|
Joined: Fri Nov 28, 2003 11:21 am Posts: 49 Location: Buenos Aires, Argentina
|
Hi, I have a distributed application with one database, users accede with the properties:
hibernate.connection.username = anUser
hibernate.connection.password = secret
then when an user produce a lock in the DB I only can see the users IP, in the SQL Server Enterprise Manager console, but I want to know the name of the machine.
Is there any parameter that I can set to achieve this?
Thanks.
[b]Hibernate version:[/b]
[b]Mapping documents:[/b]
[b]Code between sessionFactory.openSession() and session.close():[/b]
[b]Full stack trace of any exception that occurs:[/b]
[b]Name and version of the database you are using: SQL Server 2000[/b]
[b]The generated SQL (show_sql=true):[/b]
[b]Debug level Hibernate log excerpt:[/b]
|
|