cancel
Showing results for 
Search instead for 
Did you mean: 

Pending Delete on User in Symantec DLO Server

woodstok
Not applicable

We are having a rash of users that hang in Pending Delete status on our Symantec DLO server.  They sit in this status forever.  We found the following resolution on Symantec forums, and successfully got this to work once on a user (after many attempts), but cannot get to work again on other cases.  Can anyone help with resolution to this?

osql -E -S%COMPUTERNAME%\bkupexec -d BE_DLO

1> selectUserID from SUser where UserName = <username> <- enter username

2> go

**Should get a record number ID for that user record**

osql -E -S%COMPUTERNAME%\bkupexec -d BE_DLO

1> EXECUTEDelete_User <enter user ID number> <- enter user ID number from above

2> go

When we enter "go" on first command set, we get following error:
Msg 156, Level 15, State 1, Server ROS1ITSBKP001\BKUPEXEC, Line 1
Incorrect syntax near the keyword 'from'.

Cannot figure out a way around this, or how we got this to work the first time.  Please advise.
 

3 REPLIES 3

Orionex
Level 4
Employee Accredited

Hello,

I advise to check in SQL by using  Microsoft SQL Server Management Studio Express what going on with the database . or to contact our Technical Support in order that they help you .

Best Regards,

eavinash
Level 4
Employee

Once the user status is displayed as 'delete pending' could you restart both the database service and the DLO administrator service. Once the services are restarted, launch the agent. All the users should be deleted.

psj_symhelp
Level 4
Partner Accredited
Hi Make sure the agent is uninstall from client computer then unmap user to profile. Now delete user from DLO management console and restart DLO services.