Index: /branches/eam_branches/ipp-20140904/Ohana/src/photdbc/src/CopyToHostLocation.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/photdbc/src/CopyToHostLocation.c	(revision 37652)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/photdbc/src/CopyToHostLocation.c	(revision 37653)
@@ -54,6 +54,7 @@
     }
 
-    char extname[4][16] = {"cpm", "cpt", "cps", "cpn"};
-    for (j = 0; success && (j < 4); j++) {
+    # define NEXTNAME 7
+    char extname[NEXTNAME][16] = {"cpm", "cpt", "cps", "cpn", "cpx", "cpy", "cpz"};
+    for (j = 0; success && (j < NEXTNAME); j++) {
 
       // set the in and out table names
