Dll Build Error on Server

antoine_mpo

Reputable Poster
I 'm trying to build a full package on a server.
At the end of it, the report says that most of DLL are in error, a few are successfull.
But when i look on the server, there no dll built (even those that are supposed to be successfull). In the directory "CompileLogs", for each DLL, i've got .err files that all says this thing :
'cl' is not recognized as an internal or external command, operable program or batch file.

Is it a problem of the C compiler install, or environment variables, or jde.ini issue ... ??

Any ideas would be appreciate.

Thanks lot.

antoine_mpo
OW system admin
 
you should check that VC++ is installed on enterprise server. If it installed then check system variables (if your platform is winDos):as default VC registers environment only for user that installed VC++, you should copy all variables from user to system.
 
Additionally you also need to check the jde.ini of enterprise server for the path . lib etc for the C++..
 
Thanks for your replies.
As you said, it was a problem with the system environment variables ... VC++ had been installed with a local user profile, but the jde services were launched with a domain user.

Many thanks
 
Back
Top