<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I really need help getting my server logging to work in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275577#M7058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With regard to messaging/logging, have you tried adjusting the "Message Level" property on your Geoprocessing service?&amp;nbsp; See screenshot below.&amp;nbsp; This property allows you to control the minimum severity level of messages sent to clients when they invoke your Geoprocessing service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]30470[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before getting too spun-up on logging or debugging, you may want to first check that your Geoprocessing tool(s) are valid and runnable on the server itself.&amp;nbsp; When you publish a Geoprocessing tool result as an ArcGIS Server service, a copy of the tool and its support assemblies is uploaded to the "arcgisinput" folder on the server, e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;C:\arcgisserver\directories\argissystem\arcgisinput\&amp;lt;folder name&amp;gt;\&amp;lt;service name&amp;gt;.GPServer\extracted\v101&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend using ArcCatalog to navigate to the Geoprocessing service's "arcgisinput" directory on the server and checking if your tool(s) can be ran directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Finally, you may need to register your Geoprocessing tool on the server by using EsriRegAsm.exe, e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;"C:\Program Files (x86)\Common Files\ArcGIS\bin\EsriRegAsm.exe" &amp;lt;Geoprocessing tool DLL&amp;gt; /p:Desktop /s&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope some of these ideas help you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 19:21:40 GMT</pubDate>
    <dc:creator>ErinBrimhall</dc:creator>
    <dc:date>2014-01-13T19:21:40Z</dc:date>
    <item>
      <title>I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275570#M7051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am running 10.1 Arc Server and we have several services published to the service.&amp;nbsp; Tools in arcGIS Explorer Desktop call these services and display the results.&amp;nbsp; And....everyone that published the former services no longer work here and I wasn't working here when they did.&amp;nbsp; So I'm shooting in the dark hoping to hit something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a service which runs in Arcmap without a problem.&amp;nbsp; Once it finishes I publish the service to the server and push the new dll to the published library location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the client I get only 3 messages from the server (even though I'm putting out a TON of messages) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Running service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Executing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for such explicite data ESRI!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the server I get a log message that looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VERBOSE Jan 9, 2014 3:02:56 PM GPServerSync.Deactivate CalculateDistances.GPServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:56 PM String request successfully processed. Response size is 378 characters. CalculateDistances.GPServer &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VERBOSE Jan 9, 2014 3:02:56 PM Save job message type SOAP message size 378 CalculateDistances.GPServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VERBOSE Jan 9, 2014 3:02:56 PM Save job message type SOAP message size 374 CalculateDistances.GPServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:56 PM String request received. Request size is 433 characters. CalculateDistances.GPServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VERBOSE Jan 9, 2014 3:02:56 PM GPServerSync.Activate CalculateDistances.GPServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:56 PM String request successfully processed. Response size is 406 characters. CalculateDistances.GPServer &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:56 PM String request received. Request size is 384 characters. CalculateDistances.GPServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:56 PM String request successfully processed. Response size is 385 characters. CalculateDistances.GPServer &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:56 PM String request received. Request size is 380 characters. CalculateDistances.GPServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:55 PM String request successfully processed. Response size is 385 characters. CalculateDistances.GPServer &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:55 PM String request received. Request size is 380 characters. CalculateDistances.GPServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FINE Jan 9, 2014 3:02:55 PM String request successfully processed. Response size is 396 characters. CalculateDistances.GPServer VERBOSE Jan 9, 2014 3:02:55 PM Job jbbc989cb7b08467b9e57d7c4a21db9e2 is successfully submitted. CalculateDistances.GPServer &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it looks like the job was successfully submitted, the parameters were received without a problem, the response appears to have been sent yet I see nothing that shows any failure!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added a reference so that I could access ServerLogger and add my own logging to the log.&amp;nbsp; But my messages do not show up here.&amp;nbsp; And there is no process that I can find that I can attach to that lets me enter debug mode to debug my server code.&amp;nbsp; Thank you very much again ESRI.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So how do I debug my service in this pile of failure that ESRI pretends is a server service???&amp;nbsp; How can I get my logging to work?&amp;nbsp; How can I attach to something so I can debug my code and find out what is failing???&amp;nbsp; How can anyone publish a working service with so many roadblocks to debugging placed in front of us by ESRI???!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 20:58:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275570#M7051</guid>
      <dc:creator>MichaelEber</dc:creator>
      <dc:date>2014-01-09T20:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275571#M7052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know squat about GP services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, System.Diagnostics.Debugger.Launch and System.Diagnostics.Debugger.Break are great tools for launching the debugger from your code when you don't control the code which launches the host executable image.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 21:35:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275571#M7052</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2014-01-09T21:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275572#M7053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've used that for debugging when the code is executed in ArcMap.&amp;nbsp; I tried doing that with the service but the launch request for a debugger listener seemed to be blocked.&amp;nbsp; I never got the listener-attach dialog.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 14:11:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275572#M7053</guid>
      <dc:creator>MichaelEber</dc:creator>
      <dc:date>2014-01-13T14:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275573#M7054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are using Windows 8 (or later) then try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/69842-Debugging-your-SOE-on-Windows-8?highlight=service"&gt;http://forums.arcgis.com/threads/69842-Debugging-your-SOE-on-Windows-8?highlight=service&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 14:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275573#M7054</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2014-01-13T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275574#M7055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you are using Windows 8 (or later) then try this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/69842-Debugging-your-SOE-on-Windows-8?highlight=service"&gt;http://forums.arcgis.com/threads/69842-Debugging-your-SOE-on-Windows-8?highlight=service&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wow -- thank you so much for that link.&amp;nbsp; I went onto our 2008 server and found that the 0x00000020 flag was turned on.&amp;nbsp; so I turned it off and now I'm ready to debug!!!&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 15:26:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275574#M7055</guid>
      <dc:creator>MichaelEber</dc:creator>
      <dc:date>2014-01-13T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275575#M7056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well blighters!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No debugger launched.&amp;nbsp; So I would assume then that my service code is never getting hit.&amp;nbsp; I even put a non-conditional launch of the debugger as the first statement in my service call and still no debugger.&amp;nbsp; So how do I find out why my client and server aren't talking now?&amp;nbsp; I get nothing on the client except that the service failed.&amp;nbsp; I get no exception.&amp;nbsp; I get no launch of the debugger.&amp;nbsp; And my parameters are all the same between client and server.&amp;nbsp; In fact, Fiddler sees my call as a totally successful call and it even looks like the service was activated and called!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am totally stumped now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 15:47:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275575#M7056</guid>
      <dc:creator>MichaelEber</dc:creator>
      <dc:date>2014-01-13T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275576#M7057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you know the name of the host process that is being created then you can use the "Global Flags" utility to do so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to the "Image File" tab and specify the name of executable image and then input the Debugger information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are a couple of links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/2053724/how-to-debug-with-external-program-launched-from-bat-not-an-exe-in-vs2005"&gt;http://stackoverflow.com/questions/2053724/how-to-debug-with-external-program-launched-from-bat-not-an-exe-in-vs2005&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/windows/hardware/ff549557(v=vs.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/windows/hardware/ff549557(v=vs.85).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can get the debugger working then you should be able to look at the loaded modules.&amp;nbsp; If yours is not loaded then that tells you that that is your problem, i.e. some type of configuration/registration issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 18:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275576#M7057</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2014-01-13T18:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275577#M7058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With regard to messaging/logging, have you tried adjusting the "Message Level" property on your Geoprocessing service?&amp;nbsp; See screenshot below.&amp;nbsp; This property allows you to control the minimum severity level of messages sent to clients when they invoke your Geoprocessing service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]30470[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before getting too spun-up on logging or debugging, you may want to first check that your Geoprocessing tool(s) are valid and runnable on the server itself.&amp;nbsp; When you publish a Geoprocessing tool result as an ArcGIS Server service, a copy of the tool and its support assemblies is uploaded to the "arcgisinput" folder on the server, e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;C:\arcgisserver\directories\argissystem\arcgisinput\&amp;lt;folder name&amp;gt;\&amp;lt;service name&amp;gt;.GPServer\extracted\v101&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend using ArcCatalog to navigate to the Geoprocessing service's "arcgisinput" directory on the server and checking if your tool(s) can be ran directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Finally, you may need to register your Geoprocessing tool on the server by using EsriRegAsm.exe, e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;"C:\Program Files (x86)\Common Files\ArcGIS\bin\EsriRegAsm.exe" &amp;lt;Geoprocessing tool DLL&amp;gt; /p:Desktop /s&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope some of these ideas help you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 19:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275577#M7058</guid>
      <dc:creator>ErinBrimhall</dc:creator>
      <dc:date>2014-01-13T19:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275578#M7059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I look at this log it feels to me that it actually ran my service. Would you agree? Here they are in order:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Job {guid} is successfully submitted &amp;lt;--my job is submitted by the client&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; String request successfully processed.&amp;nbsp; &amp;lt;--my parameters are processed and received&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; String request received.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; String request successfully processed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; GPServerSync.Activate CalculateDistance.GPServer &amp;lt;-- my service is now activated and the parameters are passed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; string request received.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Save job message type SOAP ... &amp;lt;-- I sent back a fracking response!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Save job message type SOAP ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; another set of string request processed/string request received&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; GPServerSync.Deactivate &amp;lt;-- process completed and service is deactivated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added my notes on what I think their server is doing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 21:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275578#M7059</guid>
      <dc:creator>MichaelEber</dc:creator>
      <dc:date>2014-01-13T21:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: I really need help getting my server logging to work</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275579#M7060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;With regard to messaging/logging, have you tried adjusting the "Message Level" property on your Geoprocessing service?&amp;nbsp; See screenshot below.&amp;nbsp; This property allows you to control the minimum severity level of messages sent to clients when they invoke your Geoprocessing service.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is part of our standard practice to always set the message level to Info when publishing services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt; Finally, you may need to register your Geoprocessing tool on the server by using EsriRegAsm.exe, e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;"C:\Program Files (x86)\Common Files\ArcGIS\bin\EsriRegAsm.exe" &amp;lt;Geoprocessing tool DLL&amp;gt; /p:Desktop /s&lt;/PRE&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm pretty sure I already commented in this thread that we publish all of our services in a single dynamic load library.&amp;nbsp; So all services are registered with that single DLL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Before getting too spun-up on logging or debugging, you may want to first check that your Geoprocessing tool(s) are valid and runnable on the server itself.&amp;nbsp; When you publish a Geoprocessing tool result as an ArcGIS Server service, a copy of the tool and its support assemblies is uploaded to the "arcgisinput" folder on the server, e.g.:&lt;BR /&gt;&lt;BR /&gt;[INDENT]&lt;SPAN style="font-style:italic;"&gt;C:\arcgisserver\directories\argissystem\arcgisinput\&amp;lt;folder name&amp;gt;\&amp;lt;service name&amp;gt;.GPServer\extracted\v101&lt;/SPAN&gt;[/INDENT] &lt;BR /&gt;&lt;BR /&gt;I recommend using ArcCatalog to navigate to the Geoprocessing service's "arcgisinput" directory on the server and checking if your tool(s) can be ran directly.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well I've worked with remoting 1.0, WCF ever since it came out, REST services and a few others.&amp;nbsp; All of them have a way of easily ensuring that your service is functional so that you can focus on the plumbing between the client and server.&amp;nbsp; This abortion that ESRI has created flies in the face of professionally developed services.&amp;nbsp; But with that said I find this one suggestion the most useful for what I need to do.&amp;nbsp; I'll give this a try!!&amp;nbsp; Most definitely.&amp;nbsp; Though the entire publication process they dumped on us in 10.1 is supposed to prove that the service runs before it is ever published.&amp;nbsp; Thanks for the input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 21:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/i-really-need-help-getting-my-server-logging-to/m-p/275579#M7060</guid>
      <dc:creator>MichaelEber</dc:creator>
      <dc:date>2014-01-13T21:26:27Z</dc:date>
    </item>
  </channel>
</rss>

