Full package failed on Client build

JDE/CNC

Member
Has anyone have the problem before? When I do a full package the client build fails. Seems like no object were copy over the new package (e.g.)

\\deployment\b7333\DV7333\package\DV7333FC\include
\\deployment\b7333\DV7333\package\DV7333FC\Bin32
\\deployment\b7333\DV7333\package\DV7333FC\Lib32
\\deployment\b7333\DV7333\package\DV7333FC\obj
\\\\deployment\b7333\DV7333\package\DV7333FC\spec

practically ever folder is empty.

And reply would be greatly appreciated? I've checked all the permission and I have admin right to all folder.

Xe,Sun Solaris 8, Oracle 8.
Deployment server is W2K.

Thank you,
 
What does the BuildError.txt report? This is the package build log file located on the deployment server in the package folder.

Patty
 
this is what the Buiderror.txt says:

8/27/2004 16:37:06 0 Build Directories for Package Complete.
8/27/2004 16:37:06 0 Build Package Definition List.
8/27/2004 16:37:06 0 Create Package .inf file.
8/27/2004 16:37:06 0 Copy res to DV7333FC directory.
8/27/2004 16:37:09 0 ERROR: Could not copy all ResourcePath files.
 
Check to make sure you are not out of disk space on the deployment server. What does the jde.log say? Also, try turning on logging to see what you get in the jdedebug.log.
 
Also verify the security on your file system on your deployment server..Make sure that no security is set on the file system.
 
Is it possible you are logged on the Deployment server in the PLANNER environment? If so, log out and back in to the DEPxxxx environment and resubmit.
 
Maybe the RES directory is empty or incomplete? Or the pathcode's RES directory has been moved to a different location?
 
Have you done anything, i.e. apply an ESU or made any changes to your deployment server. Check all your folders on your deployment to see if you have everything there. Also check your system folder and your res folder.
 
I haven't applied any ESU, SP, ASU, etc.. I did a Full Package build on my PY7333 and it works fine. Only DV7333 is giving me a problem. Now that I created a new Full package for DV7333 it's giving me an error.

9/3/2004 11:29:24 0 Build Directories for Package Complete.
9/3/2004 11:29:24 0 Build Package Definition List.
9/3/2004 11:29:24 0 Create Package .inf file.
9/3/2004 11:29:24 0 Copy res to DV7333FC directory.
9/3/2004 11:29:26 0 ERROR: Could not copy all ResourcePath files.

I've checked the permissions and security on DV7333 and compared it to PY7333 and it's identical. Any suggestion??
 
How do you build your packages? Do you assemble and define the package on a fat client and perform the tasks from submit build through deploment on the deployment server?

Maybe try re-installing your last good package to the fat client and do another full package? See how that goes?

What is your ES platform? Maybe the allotted space for the DV pathcode on the ES is full or close to full? HTH
 
I've created the full package on the deployment server and submitted it on the server as well.

Seems like it created Res, include, make, work, and source folder under that package directory but it's empty.

I have 1.63 Gb left on my root drive and 16 Gb where JDE is install.

Why would you suggest re-installing my last good package?

ES is Sun Solaris 8 and database is Oracle 8i.
 
Re-install just in case some sort of corruption has happened to the DV pathcode. Not sure how important that would be if you're assembling the package on the DS, though. I assemble and define my packages on a Fat client then submit the build and deploy from the DS.
 
Back
Top