Error building image

  • Thread starter Thread starter Gianluca Facca
  • Start date Start date
G

Gianluca Facca

During FBa, appears a messagebox containing the message:

Save Hive (.Default) : Failed

I think the error appears because My image contains file .ax to register and
these files should be on partition G, but it does not exist (as where are
only C and D partitions).
I created a RunOnce component containing a file .bat to rename D partition,
but it do not work during FBA process; in fba.log I found: [FBALAUNCH]
c:\ChangeLetter.bat ( exitcode=0x3)

Any Ssuggest?
 
Gianluca,

0x3 = System cannot find the file specified (I think) , so maybe the
run-once either can't find the batch file, or you forgot to add the CMD
Processor component (not to be confused with the Command Shell). Make sure
you have that component included in your image. You can also try a path like
%10%\ChangeLetter.bat instead of the hard coded c:\ and move your .bat file
to the Windows directory. HTH,

Brad Combs
Imago Technologies
 
Back
Top