The message "The operator is privileged only to Load the package andQuote:>I have two-part question. We have a user that created a DTS package and
>saved it to SQL Server (not to the repository or a file). When that user
>tries to go back to edit the DTS package, she receives the following error:
>"The operator is privileged only to Load the package and Execute it". I've
>tried giving her different permissions but can't fix it. Also, if I log on
>as 'sa' and open the package on her machine, then right click a connection
>and choose 'properties', Enterprise Manager just shuts down. I have
>experimented with half a dozen different machines, and only on 2 of them
>does this NOT occur---mine and the server itself. Any ideas?
The only permissions and SQL Login requires is to access the storage
location, i.e. msdb DB.
This should be consistent across machines.
As for the MMC shutting down, have you applied SP2, this will stabilise
the UI compared to RTM and SP1.
--
Darren Green
SQL/DTS - http://www.swynk.com/friends/green/
> The message "The operator is privileged only to Load the package and
> Execute it" indicates that this is an encrypted package. As such there
> are two levels of users and their associated passwords, Owner and
> Operator. Your user appears to be supplying the operator password which
> only allows you to execute the package, not edit it.
> The only permissions and SQL Login requires is to access the storage
> location, i.e. msdb DB.
> This should be consistent across machines.
> As for the MMC shutting down, have you applied SP2, this will stabilise
> the UI compared to RTM and SP1.
> --
> Darren Green
> SQL/DTS - http://www.swynk.com/friends/green/
Can you reproduce this on other machines? If not I suggest try re-Quote:>Darren,
>We seem to have the permissions part straight but the UI still shuts down,
>even when SP2 is on the server and the client.
>Chris
Sorry, I can't think of any other reason.
--
Darren Green
SQL/DTS - http://www.swynk.com/friends/green/
1. DTS trouble--Error handling with Data Driven Query
2. export from SQL 7 to Access and preserve relationships
3. User Defined Function giving DTS trouble
4. Monitor Role
5. DTS trouble with SQL2000 SP3
6. Creating a link in SQL Server 7.0
7. DTS troubles
9. DTS trouble--Error handling with Data Driven Query
10. DTS trouble
11. Access2000 VB + SQL2000 DTS = trouble