Please help ASAP

jdcmwilson

Well Known Member
JDE list,

About a week ago I switched out my NT server from a lower end box to a more
powerful one. I kept everything the same including the name but now I
cannot build full server packages for any of my environments.

I can build full and partial client packages and I can build server packages
that only have UBEs in them. My compiler is working on the Enterprise
Server as I can do a CL.EXE at a command prompt.


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com



All views are expressly my own and in no way reflect those of my employer.
 
Hi J!

When you installed C++, did you mark the checkbox of "register
environment variables"?
OneWorld reads these values to locate LIB and .H files and compile
every .C BSFNs.
Check also that Environment settings are the same for "lib", "include",
"path" for both JDE user and System (Control Panel - Settings -
Environment).
In case you have installed C++ on the same directory on both Deployment
and Enterprise (NT I mean...), you may copy these environment values
from Deployment to Enterprise (You open Control Panel / System /
Environment on the Deployment, copy and paste these values on a text
file, open this text file on the Enterprise and paste these values on
the Enterprise's Control Panel).
In case of having migrated from one Enterprise server to another,
check that C++ and Oneworld have been installed on the same drive letter
and directory.

Luck, Sebastian
 
What is your OS? If NT you need to change your environment variables. (Right click on My Computer goto properties Environment. You will need to add these three lines as System Environment variables. (By default they are added as user environment variables YOU can copy them from the USER to SYSTEM)

include C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include
lib C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib
path C:\Program Files\Microsoft Visual Studio\VC98\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\MSDev98\Bin;D:\msdev\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin
MSDevDir C:\Program Files\Microsoft Visual Studio\Common\MSDev98


Robby Pollard

OWB7331SP10.1/SQL7/NT4&W2K/W2KTS/5-Enterprise Servers/200 Fat Clients
 
Back
Top