11-10-2016 03:58 AM
How to generate an error log file for GeoMedia and SqlServer?
I know goracle.log but I don't kow if there is available a sqlserver.log or something similar to trace GeoMedia when works with SqlServer as database
Thanks in advance
Maria Martinez
Solved! Go to Solution.
11-10-2016 04:30 AM
Hi Maria,
there is nothing like that built in GeoMedia. However, you can easily use MS SQL tools for that. Just install MS SQL Management Studio (I guess 2014 or newer) and you should get the tool called "SQL Server Profiler". Run it, go to File > New trace..., connect to the server you wish. On Trace Properties dialog, go to "Event Selection" tab, click "Column filters ..." button. Select the "ApplicationName" in the left hand side list of the dialog which appears, and then exapand the "Like" node on right and type GeoMedia in it. Then run the trace and you will see all the traffic from GeoMedia application.
HTH,
Pavel