CMS Snapshot Analysis - Run Analyzer - Warnings - PeopleSoft with extension - End of string not found file skipped
Purpose (problem description)
This page helps you to troubleshoot the problem where files are skipped from being analysed accompanied with the below warning -
end of String ’’’ not found
File skipped : <File_full_path>
Example -

Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
| 8.2.x | ✅ |
| 8.1.x | ✅ |
| 8.0.x | ✅ |
| 7.3.x | ✅ |
Observed on RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ❌ |
| CSS3 | ✅ |
| CSS2 | ✅ |
Step by Step scenario
- Run Peoplesoft analysis
- Open the analysis log file to find warnings. Refer to page CAST Management Studio - Information - How to find logs
Action Plan
Perform the below actions:
- Check if the source code is an incomplete SQL statement . For any UA, if a string is started but we don’t find the end in the file, then the corresponding source code is ignored.
- Open one .src file which is skipped. For instance in our example it is EX_PE_PRED_DVW.src and check if the string is starting and ending correctly with ‘
- We can see below that the Select statement is not complete
- When a string pattern is not found inside an object’s source code, an error is raised as the analyzer can’t understand the syntax.For PeopleSoft - for SQL objects, they can contain a sub-part of an SQL statement that can be re-used in other objects. We don’t specify in the documentation that an SQL object can be defined with a partial statement. The SQL should not be analyzed individually but it should be analyzed in the context where it is included. It’s a limitation of the current package.
- If the source code is something different then contact CAST Technical Support with Relevant input.
For CAST Technical support only - Issue will be reproduced using the page - CMS Snapshot Analysis - Run Analyzer - Information - How to reproduce user issues for Extension
Relevant input
- CAST Support Tool (CST) - alias Sherlock with options Export CAST Databases and Export logs checked
- Source code of the file that is skipped , corresponding .uax file and .uaxdirectory file.
Notes/comments
Related Pages