Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Net.Data DirectCall error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Net.Data DirectCall error

    When using Net.Data DTW_DIRECTCALL to call an RPGLE program, the HTML output generated by Net.Data displays the following error message: "NET.DATA DTW_DIRECTCALL Error:Language environment does not support a DESCRIPTOR value of *N." The macro function is: %FUNCTION(DTW_DIRECTCALL) getDay(IN CHAR(6) P1YMD, OUT CHAR(3) P1DOW { %EXEC UT101R.PGM } %} The EXEC path is specified in the INI file. The RPGLE has 2 character parms of corresponding types and length on the *entry plist. Let me know if you have any suggestions on getting the DIRECTCALL function to work.

  • #2
    Net.Data DirectCall error

    Allen, May be you're receiving error message because on getDay function definition: %FUNCTION(DTW_DIRECTCALL) getDay(IN CHAR(6) P1YMD, OUT CHAR(3) P1DOW { %EXEC UT101R.PGM } %} a closing parenthesis missed .....P1DOW ) <---- Regards, Ira

    Comment

    Working...
    X