PackageBuildLog

JanWS

Active Member
I created a simple C BSFN (for caching). There is no problem with it locally in BusBuild. Only the Server Package Build gives an error to the DLL and the BSFN in question. However in the SvrBuild.log there is no mention of this error whatsoever. Can anyone tell me if there is another log I should check or how I should read that error. Thx.

Jan Hox B7333 SP16.1 AS/400 DB2.
 
One of our developers recently created his own DLL and we found that we had
to include it in a full package build in order for it to work. Would not
work if built in an update package.



Xe, SP 17.1_E1, Update 2, ES=AS/400 V5R1, CO=AS/400, Thick & Citrix Clients
 
Jan :

Take a look at the CompileLogs folder on the server.
There a .err (in case of failure) or .log (in case of success) file
for every compiled C object.

Sebastian
 
Jan,

I would check that you are using the /* */ comment format instead of the //
comment.

// is not a valid comment statement in 'C' which is what is compiled on
the AS/400.

Tom Davidson
Xe Update 1 SP 17.1D; AS/400; CO on SQL 7.0; TSE



OW 7332 SP 11.3VER, NT 4.0 SP 5, TSE 4.0 SP 4, Metrframe 1.8, CO SQL 7.0
 
Back
Top