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&#39;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: &#39;%-15s&#39; != &#39;%-15&#39;<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 &#39;;&#39; while compiling attribute &#39;model&#39; near line #60 of /opt/antelope/4.9/data/schemas/css3.0.ext/dlsite<br>
/opt/antelope/4.9/bin/dbe: formats differ: &#39;%-15s&#39; != &#39;%-15&#39;<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 &#39;;&#39; while compiling attribute &#39;manu&#39; 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: &#39;%-25s&#39; != &#39;%-25&#39;<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 &#39;;&#39; while compiling attribute &#39;hostname&#39; 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., &#39;%-15s&#39;, as i think they should. What is antelope comparing to that thinks the format should be &#39;%-15&#39;? 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&#39;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>