<h2>HLA Data Input won't start</h2><br/><div style="overflow-x:auto"><p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: 'times new roman', times;">Problem: attempting to publish or start a data input, the input fails to start without indication of issues or problems.</span></p> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"> </p> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: 'times new roman', times;">Troubleshooting steps:</span></p> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"> </p> <ol style="margin-bottom: 0in; margin-top: 0px; list-style-position: inside;"><li style="margin: 0in 0in 0in 0px; font-size: 12pt; font-family: 'times new roman', times;"><span style="font-family: 'times new roman', times;">Validate Mid Server is up and running. </span></li><li style="font-family: 'times new roman', times; font-size: 12pt;"><span style="font-family: 'times new roman', times; font-size: 12pt;">Navigate to the extentsion contexts on the mid server to check status: sn_occ_data_input_extension.LIST</span></li><li style="font-family: 'times new roman', times; font-size: 12pt;"><span style="font-family: 'times new roman', times; font-size: 12pt;">Validate the state of data inputs.</span></li><li style="font-family: 'times new roman', times; font-size: 12pt;"><span style="font-family: 'times new roman', times; font-size: 12pt;">Stop targeted data inputs whatever state they are in and attempt to start them again.</span></li><li style="font-family: 'times new roman', times; font-size: 12pt;"><span style="font-family: 'times new roman', times; font-size: 12pt;">If that fails, restart the mid server.</span></li><li style="font-family: 'times new roman', times; font-size: 12pt;"><span style="font-family: 'times new roman', times; font-size: 12pt;">Start data inputs one by one.</span></li></ol> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"> </p> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;">Optional run script to activate/start/stop</p> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"> </p> <pre class="language-markup"><code>var gr = new GlideRecord('sn_occ_base_data_input_config'); gr.setValue('status', '1'); gr.updateMultiple();</code></pre> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"> </p> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"> </p> <p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-size: 10.5pt; font-family: 'times new roman', times;">NOTE: You may need to run multiple Mid Server restarts to get it up and running. If that is the case, the recommendation is to increase JVM memory: </span><span style="font-family: 'times new roman', times;"><a href="https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/mid-server/task/t_MIDServerOptionalConfiguration.html">https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/mid-server/task/t_MIDServerOptionalConfiguration.html</a> </span></p></div>