Hi all, I have this in the fox section, too, didn't know if anyone here could help...
RUN DTSRun /S "DWPROCESS" /N "SiteCount_1_LoadTextFiles" /G "{00B299BE-E99A-4CA2-AC5D-2254B3D5F0DB}" /W "-1" /U dts_test /P test
there is a param here that foxpro doesn't like
we tried it like that... and
RUN DTSRun /S "DWPROCESS" /N "SiteCount_1_LoadTextFiles" /G "{00B299BE-E99A-4CA2-AC5D-2254B3D5F0DB}" /W "-1" /E
this doesn't generate any errors, it simply doesn't run anything
i can't think of what is missing, can you help me?
i know I can create a dts object, i'm doing that now, but i would really like to know if there's something else I can do to run this using the run command since it's so much easier.
RUN DTSRun /S "DWPROCESS" /N "SiteCount_1_LoadTextFiles" /G "{00B299BE-E99A-4CA2-AC5D-2254B3D5F0DB}" /W "-1" /U dts_test /P test
there is a param here that foxpro doesn't like
we tried it like that... and
RUN DTSRun /S "DWPROCESS" /N "SiteCount_1_LoadTextFiles" /G "{00B299BE-E99A-4CA2-AC5D-2254B3D5F0DB}" /W "-1" /E
this doesn't generate any errors, it simply doesn't run anything
i can't think of what is missing, can you help me?
i know I can create a dts object, i'm doing that now, but i would really like to know if there's something else I can do to run this using the run command since it's so much easier.