Notifications
Clear all
Mar 05, 2021 12:25 pm
Hi there
Does anyone know how I can remove a FTP resource from the SCP database? When trying to create the ftp user it gives the error that the FTP user already exist. I can see the FTP account when I goto the option to import resources but I am not able to import the resource. hence I want to manually delete it from the db but can’t seem find the table that holds the FTP info.
2 Replies
Mar 24, 2021 5:15 pm
Hello,
Was you able to find the database table? Its normally [dbo].[ServiceItems] and it should be ItemTypeID=9 (The ItemTypes can be found in [dbo].[ServiceItemTypes]).
Regards,
Trevor