Error Message: The process cannot access the file because it is being used by another process
Action:
While attempting to generate the token, the following error message is encountered.
Error Message:
The process cannot access the file because it is being used by another process
Solutions:
You have to determine which application is keeping the port (443) needed for token generation process busy.
See the following link to help in identifying which process is using the port.
Once you identify which service is using the port, you will need to stop the service while generating the token. Generate the token. Then you will be able to start the service again that was utilizing the port.
Book a Presales Call
Related Articles
Considerations when choosing REST token storage
Since version 2.1 in COZYROC SSIS+ access tokens used by REST Connection Manager can be stored not only in the file system, but also in a database (SQL Server). Using such a centralized storage addresses the following complications with the ...
How to use a Database storage for new REST tokens
Make sure you have launched Visual Studio as "Run as Administrator". 1 : In Rest Connection Manager choose the configuration from the dropdown list you want to generate token for. 2: For the Token storage parameter in the grid below select Database ...
How to manually generate a Shopify Token?
A token-based authentication system allows users to enter their username and password in order to obtain a token, which allows them to fetch a specific resource, without using their username and password. Once their token has been obtained, the user ...
Error Message: Invalid Token Password
Action: Test Connection succeeds, but then the REST Connection Manager fails with the following error message. Error Message: Invalid Token Password Solution: Please check what your Package Protection Level is. If it is DontSaveSensitive, then all ...
How to manually generate a Google Services Token?
A token-based authentication system allows users to enter their username and password in order to obtain a token, which allows them to fetch a specific resource, without using their username and password. Once their token has been obtained, the user ...