It's a warning, not an error and should not prevent your package from running. It's related to permissions required to create a global OS object that can be shared...
If the table is clustered (has a non-clustered index, then you can try a DBCC DBREINDEX (tablename,'',100). The '' specifies to reindex all indexes on the table, and the...