Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Kiuwan couldn't find any compatible source code file in your ZIP file or repository.

Check your packaging process and make sure that the compatible source code files are included.

This is the Please visit Kiuwan Supported Technologies for the current list of supported extensions by language:

  • Abap: .bsp .abap
  • ActionScript: .as
  • ASP.NET: .asax .ascx .ashx .master .asmx .aspx
  • C: .pc .c .h
  • Cobol: .cpy .pco .cbl .cob
  • C++: .pc .cpp .h .hpp .hh .cc
  • C#: .cs
  • HTML: .html .htm .xhtml
  • Informix: .sql .4gl
  • Java: .java
  • JavaScript: .js
  • JCL: .jcl .prc
  • JSP: .jspx .jsp .xhtml
  • Natural: .nls .nlp .nsh .nss .nlm .nlh .nsp
  • Objective-C: .h .m
  • Oracle Forms: .oforms
  • Perl: .perl .ph .pl .pm
  • PHP: .php6 .php3 .phps .php4 .php5 .phtml .php
  • PL-SQL: .sf .spb .prc .sp .trg .pkb .st .spp .sql .plsql .fnc .pks .pck .sps
  • Powerscript: .srs .sra .srm .srw .srx .sru .srf
  • Python: .python .py
  • RPG IV: .rpg4 .dspf .mbr .rpg .rpgle
  • Trabsact-SQL: .tsql .sql .sp
  • VB6: .bas .frm .cls
  • VB.net: .vb

technologies and extensions.

AN-5 — Static analysis report file is missing.

...

This error is produced when Kiuwan could not analyze any source file in the application source code.

As Kiuwan (either by Kiuwan Local Analyzer or by uploading source files zip to the cloud) tries to parse the source files before to analyze them, all of them failed during the parsing phase.

This is quite an unsual situation.

...

AN-10 — Analysis timeout has been produced.

Kiuwan analysis engine in the cloud is configured by default to analyze all the source code file, for each language, for 60 minutes. It should be more than enough for 99% of applications.

You can get this error if in case this maximun time is reached. Common reasons are the number of source code file for a specific language is too big ; or there is a specific file that is too big or too complex for the analyzer.

A possible Recommended solution is to split your application code in two different applications. If this workaround doesn't work for you you can to this problem is to analyze locally using Kiuwan Local Analyze (KLA) and configure the max analysis time parameter .

using the local Kiuwan Local Analyzer and analyze this application locally. Please visit Kiuwan Local Analyzer documentation page for information on installation and usage of Kiuwan Local Analyzer.In the case you consider that the application should have been analyzed in less than 60 minutes, please contact Kiuwan Support Team (Troubleshooting#ContactKiuwanTechnicalSupport) to diagnose your particular application.

AN-13 — Analyzable number of lines are exceeded for the whole account.

...