MSIR.0848 Invalid InternalNames statement: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 1: Line 1:
An InternalNames statement was followed by something on the same line. Since the InternalNames statement has no parameters or options, it must appear alone in a line of <var class="product">User Language</var>. Remove the text after the Internalnames statement.  
An <var>[[Methods#Internal parameter names|InternalNames]]</var> statement was followed by something on the same line. Since the <var>InternalNames</var> statement has no parameters or options, it must appear alone in a line of <var class="product">SOUL</var>. Remove the text after the <var>Internalnames</var> statement.  


This error can also occur inside the InternalNames block, if the name mappings don't have the proper ''%internalName is %parmName'' format. Finally, this error can occur on the End InternalNames statement, if there is text in this statement after the word <tt>InternalNames</tt>. See the ''Janus SOAP Reference Manual'' for more information about the InternalNames statement.
This error can also occur inside the <var>InternalNames</var> block, if the name mappings don't have the proper <var class="term">%internalName</var> is <var class="term">%parmName</var> format. Finally, this error can occur on the <var>End InternalNames</var> statement, if there is text in this statement after the word <code>InternalNames</code>.  


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 20:21, 23 April 2014

An InternalNames statement was followed by something on the same line. Since the InternalNames statement has no parameters or options, it must appear alone in a line of SOUL. Remove the text after the Internalnames statement.

This error can also occur inside the InternalNames block, if the name mappings don't have the proper %internalName is %parmName format. Finally, this error can occur on the End InternalNames statement, if there is text in this statement after the word InternalNames.