|
if (!(globals->getPropBool("@autoCopyBackup", true)?ensurePrimary(activity, partDesc, ifile, location, filePath):getBestFilePart(activity, partDesc, ifile, location, filePath, activity)))
|
|
if (!(globals->getPropBool("@autoCopyBackup", true)?ensurePrimary(activity, partDesc, ifile, location, filePath):getBestFilePart(activity, partDesc, ifile, location, filePath, activity)))
|
|
- IException *e = MakeActivityException(activity, TE_FileNotFound, "INDEXREAD(%"ACTPF"d): no physical file part for logical key file %s, found at given locations: %s (Error = %d)", activity->queryContainer().queryId(), logicalFilename, getFilePartLocations(partDesc, locations).str(), GetLastError());
|
|
|
|
|
|
+ IException *e = MakeActivityException(activity, TE_FileNotFound, "No physical file part for logical key file %s, found at given locations: %s (Error = %d)", logicalFilename, getFilePartLocations(partDesc, locations).str(), GetLastError());
|