Hi,<br><br>I am using Antelope 4.9 on a PowerPC Macintosh Powerbook. Antelope_update says that all patches are up-to-date (granted, this isn't saying much).<br><br>I am developing a script and running it on a test database I created some time ago from an IRIS volume using seed2db. I have used this database many times with no problem. I have also tried recreating the database, again using seed2db. Now I find that, whenever I access the wfdisc table, even using dbe, I get the following error:<br>
<br>% dbe smtra_2007<br>/opt/antelope/4.9/bin/dbe: formats differ: '%-15s' != '%-15'<br>/opt/antelope/4.9/bin/dbe: conflicting Attribute model in schema css3.0<br>/opt/antelope/4.9/bin/dbe: db : bad attribute at ';' while compiling attribute 'model' near line #60 of /opt/antelope/4.9/data/schemas/css3.0.ext/dlsite<br>
/opt/antelope/4.9/bin/dbe: formats differ: '%-15s' != '%-15'<br>/opt/antelope/4.9/bin/dbe: conflicting Attribute manu in schema css3.0<br>/opt/antelope/4.9/bin/dbe: db : bad attribute at ';' while compiling attribute 'manu' near line #68 of /opt/antelope/4.9/data/schemas/css3.0.ext/dlsite<br>
/opt/antelope/4.9/bin/dbe: Parsing error in input schema<br>/opt/antelope/4.9/bin/dbe: failed to compile database extension /opt/antelope/4.9/data/schemas/css3.0.ext/dlsite<br>/opt/antelope/4.9/bin/dbe: Bad table id -102 in db pointer<br>
** repeated 3 times<br>/opt/antelope/4.9/bin/dbe: formats differ: '%-25s' != '%-25'<br>/opt/antelope/4.9/bin/dbe: conflicting Attribute hostname in schema css3.0<br>/opt/antelope/4.9/bin/dbe: db : bad attribute at ';' while compiling attribute 'hostname' near line #72 of /opt/antelope/4.9/data/schemas/css3.0.ext/qctests<br>
/opt/antelope/4.9/bin/dbe: Parsing error in input schema<br>/opt/antelope/4.9/bin/dbe: failed to compile database extension /opt/antelope/4.9/data/schemas/css3.0.ext/qctests<br><br>This is baffling to me. The files in $ANTELOPE/data/schemas/css3.0ext seem to say, e.g., '%-15s', as i think they should. What is antelope comparing to that thinks the format should be '%-15'? Although dbe seems to actually work OK, my script seems to end up with a bad dbpointer when I look up the wfdisc table. And, this is happening with at least one other database that I used to access with no problem. Could one of Antelope's data files been corrupted, and if so, is there any way for me to tell which one?<br>
<br>Any help you can give me would be much appreciated. <br><br>Thanks,<br><br>- Phil<br>