Windows Terminal Server Development

kgriffin

Member
I was previously developing in the B7333 Release on a Terminal Server. We recently upgraded to B7334 Release and are able to work with both Releases during the testing phase. We have installed a new Terminal Server for the B7334 Release with the DV7334 Environment installed. However, when I try to check-out or get any of my batch apps, I receive the error "Terminal Server not authorized". I am able to develop from a workstation with no problems. Is there a setting to authorize the Terminal Server for development.
 
Solution: In the developer users JDE.INI file under [DEBUG] I had OWDeveloper=True. I changed this to OWDeveloper=TRUE and I am now able to develop on the Terminal Server machine. It is obviously CASE SENSITIVE.
 
Back
Top