SSIS Cache Lookup fails with invalid file name error -
i have ssis package runs fine in visual studio, when deployed server fails error message:
code: 0xc020930a source: data flow task lookup [2951] description: cache file name either not provided or not valid. provide valid cache file name. end error
why might error occur? can find little documentation it.
it turns out error can occur when permissions sql server agent not set correctly location of file used in lookup function. corollary error "invalid file path" error can occur excel/flat file connections when folder permissions not correct.
Comments
Post a Comment