Activity overview
Latest activity by graded
You might want to check if the profiler has the right permissions to attach to the service process. Since background services often run under different user accounts (like Local System), the profiler may not be able to hook into them properly. Try running the profiler as an administrator and double-check that your service is running in the same session or user context. Also, make sure any antivirus or security software isn't interfering with the attachment process. / comments
You might want to check if the profiler has the right permissions to attach to the service process. Since background services often run under different user accounts (like Local System), the profil...
That error usually points to a mismatch or conflict between what's in your local folder and what source control expects. If the folder already has data, it might not fully align with what Azure DevOps is tracking. You could try disconnecting source control, cleaning or re-cloning the repo, then reattaching to ensure everything’s synced properly. Also worth checking is if any of the objects in the “locked” tab are still marked as checked out or modified. / comments
That error usually points to a mismatch or conflict between what's in your local folder and what source control expects. If the folder already has data, it might not fully align with what Azure Dev...
I’ve run into the same limitation. Since -locations scans everything recursively, the only real workaround I’ve found is either restructuring the folders or being very specific with your location paths using wildcards. Not ideal, but it helps avoid including stuff you don’t want Flyway to process. / comments
I’ve run into the same limitation. Since -locations scans everything recursively, the only real workaround I’ve found is either restructuring the folders or being very specific with your location p...
Mapped drives definitely complicate things. I’ve run into similar issues where add-ins lose track of their paths after a reboot or network hiccup. A proper installer with path control would make setups way less fragile, especially in environments like ours. / comments
Mapped drives definitely complicate things. I’ve run into similar issues where add-ins lose track of their paths after a reboot or network hiccup. A proper installer with path control would make se...
So if we're using the standard 14-day trial, the API access won't be available unless we specifically request the enterprise trial, good to know. / comments
So if we're using the standard 14-day trial, the API access won't be available unless we specifically request the enterprise trial, good to know.
I was running into the same issue earlier and thought it might’ve just been on our end. Glad to hear it’s been resolved. Appreciate the quick fix! / comments
I was running into the same issue earlier and thought it might’ve just been on our end. Glad to hear it’s been resolved. Appreciate the quick fix!
Hey Ben, I’ve run into similar issues before, so I appreciate the clarification. Simon, definitely give that a try, it should help narrow down your results to exactly what you’re looking for! / comments
Hey Ben, I’ve run into similar issues before, so I appreciate the clarification. Simon, definitely give that a try, it should help narrow down your results to exactly what you’re looking for!