9.1 Enterprise server Getting 'cl' is not recognized as an internal or external command

Jaise James

Reputable Poster
9.1 Enterprise server Getting \'cl\' is not recognized as an internal or external command

Hello, I am building my my full pacakge on the windows enterprise server after the upgrade.
In a windows 2008 server. I have the visual stuido2010 installed. I have checked the environment variable like LIB, include and makdir they look correct. JDE.ini also seems to have the corect setting. But when compiling the BSFN's, it keeps giving me the error 'cl' is not recognized as an internal or external command,
operable program or batch file.

Am I missing any thing? I have reboto it multiple time. DO I need to do any thign else for 9.1
 
Re: 9.1 Enterprise server Getting \'cl\' is not recognized as an internal or external command

I can log in with the my account and type Cl int he command prompt successfully. Curently I am running the service under my account only
 
Re: 9.1 Enterprise server Getting \'cl\' is not recognized as an internal or external command

Make sure you have the Microsoft SDK folder path in your JDE.INI under [JDE_CG] Should look something like this C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include; it is where the 32 bit complier is located.
 
Re: 9.1 Enterprise server Getting \'cl\' is not recognized as an internal or external command

I was able to move forward with issue , but now I am getting error like this
b0000002.c
b0000002.c(1) : fatal error C1083: Cannot open precompiled header file: 'jde.pch': No such file or directory

any idea
 
Re: 9.1 Enterprise server Getting \'cl\' is not recognized as an internal or external command

My Oracle Support Doc:
E1:pKG: Troubleshooting Package Build Compiler Error "Fatal error C1083" [ID 1310259.1]

Scenario 2 - Server Package Fails - Fatal error C1083 - Cannot open precompiled header file: 'jde.pch': No such file or directory
 
Re: 9.1 Enterprise server Getting \'cl\' is not recognized as an internal or external command

Thanks guys, There was an issue with the ini setting. I had few location defined incorrectly, once I fixed that it worked correctly..thanks for all your help
 
Back
Top