<h2>HLA Data Input won't start</h2><br/><div style="overflow-x:auto"><style type="text/css"><!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } </style><div class="ns-kb-css-body-editor-container"><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><span id="ns-kb-css-end-div-identifier" style="display: none; pointer-events: none;"></span></div></div>