Hi @Heta Desai ,
Please check if the user has correct permission to create folder in ssisdb catalog.
Please set the user as ssis_admin database role.
You access the SSISDB catalog in SQL Server Management Studio by connecting to the SQL Server Database Engine and then expanding the Integration Services Catalogs node in Object Explorer.
To Set Folder Description and Permissions
1.Right-click the folder and select Properties.
2.On the General page, select Description under General and enter an optional description.
3.On the Permissions page, click Browse..., select one or more database principals, and click OK.
4.Select a name under Logins or roles and specify the appropriate permissions under Permissions.
5.Click OK to accept the changes and close the Folders Properties dialog box.
This view requires one of the following permissions:
1.READ permission on the folder
2.Membership to the ssis_admin database role
3.Membership to the sysadmin server role
The following links will be helpful:
SSIS Catalog
Folder Properties Dialog Box
catalog.folders (SSISDB Database)
Best Regards,
Mona
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues in November--What can I do if my transaction log is full?
Hot issues in November--How to convert Profiler trace into a SQL Server table?