Jquery DataTable não gera table

Amigos, bom dia estou a um tempinho já pesquisando sobre esse meu erro e não consigo solucionar meu problema
estou tendado montar um table utilizando jquery. só que exibi um erro no navegador e não consigo solucionar, já me passou pela cabeça que o erro possa está no Jquery mais já troquei e continua na msm foi add as imagens com os erros.
detalhe o json está retornado certo.


`

						<div id="dialog" title="Pesquisa SOS">
						

							<table id="tablePesquisa" class="display" cellspacing="0" width="100%">
								<thead>
									<tr>
										<th><font size="2" >Solic</font></th>
										<th><font size="2" >Setor</font></th>
										<th><font size="2" >Rotina</font></th>
										<th><font size="2" >Data Abertura</font></th>
										<th><font size="2" >Hora Abertura</font></th>
										<th><font size="2" >Prazo Data Original</font></th>
										<th><font size="2" >Prazo Hora Original</font></th>
										<th><font size="2" >Data Encerramento</font></th>
										<th><font size="2" >Hora Encerramento</font></th>
										<th><font size="2" >Responsavel</font></th>
									</tr>
								</thead>
							</table>
							

						</div>`