Showing posts with label active. Show all posts
Showing posts with label active. Show all posts

Wednesday, March 28, 2012

How to remove a user

I'm trying to remove a user who is no longer in the Active Directory. When I
go to Site Settings > Configure site-wide security > check the box for the
user to be deleted and click "Delete" I get an error message "The user or
group name 'domain\username' is not recognized. (rsUnknownUserName).
The user doesn't get deleted. How do I remove this user?I just figured out. There were several users that do not exist in the Active
Directory & I had to check them all & then "Delete" them. By just checking
one, the process was raising an error (rsUnknownUserName) for the other non
existing users; therefore, not allowing the "Delete" to complete.
Thanks.
"Sal Young" wrote:
> I'm trying to remove a user who is no longer in the Active Directory. When I
> go to Site Settings > Configure site-wide security > check the box for the
> user to be deleted and click "Delete" I get an error message "The user or
> group name 'domain\username' is not recognized. (rsUnknownUserName).
> The user doesn't get deleted. How do I remove this user?

Monday, March 12, 2012

How to read/write global package variables in an active x script?

Is this possible. How can one do it? Thanks for any info you have.

Are you using DTS or SSIS? This is an SSIS only forum, if you're using DTS.

Stay away from Active X scripts in SSIS as that is a deprecated technology.|||Using SSIS. I know I shouldn't, but I have some legacy DTS code I need to quickly move over. Is it possible to read variables from an active x script? Thanks.

Wednesday, March 7, 2012

How to read active log file

I am programming to read read sqlserver log file without shutdowning sqlserver. However it is said that the file is used by another process which I believe is sqlserver.
Is there any way to open log file without shutdowning server? I know that Log Explorer can read online log file. But I do not know the technology they are using.Any help is very appreciated.|||I also know that 'dbcc log' and 'select * from ::fn_dblog(null,null)' can list log data. But I do not want to connect to sqlserver. I just want to open the log file and read the data from the log file directly. Thanks.|||Why? There are ways you can do this, but there are so problems to work around that it probably isn't worth the effort when there are so many easier ways to achieve the same results.

-PatP