Index: branches/eam_branches/ipp-20100823/psphot/src/psphotStackParseCamera.c
===================================================================
--- branches/eam_branches/ipp-20100823/psphot/src/psphotStackParseCamera.c	(revision 29459)
+++ branches/eam_branches/ipp-20100823/psphot/src/psphotStackParseCamera.c	(revision 29460)
@@ -91,5 +91,5 @@
 
 	if (!rawInputFile && !cnvInputFile) {
-	    psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Component %s (%d) lacks IMAGE of type STR", item->name, i);
+	    psError(PSPHOT_ERR_CONFIG, true, "Component %s (%d) lacks both RAW:IMAGE and CNV:IMAGE of type STR", item->name, i);
 	    return false;
 	}
