User Profile
Jarrinf
Frequent Visitor
Joined 1 year ago
User Widgets
Contributions
About "Download SQL database project" and fix the downloaded project
1. The sqlproj must be fixed, it is downloaded without the xml markup line <?xml version="1.0" encoding="utf-8"> 2. The sdk must be updated: Actual: <Sdk Name="Microsoft.Build.Sql" Version="0.1.19-preview" /> Must be: <Sdk Name="Microsoft.Build.Sql" Version="2.2.0" /> After this two fixes are done, it builds and deploy pretty fine.25Views0likes0CommentsYou cannot save after adding new tables to an existing copy task
I wanted to add a couple of tables to my existing copy job task. The assitant let me add the tables, configure the type of copy, configure the differential datetime field, but cannot save the changes. I had to create a new copy job task but that first run starts the copy from the scratch with a full copy, so that is not a good option. Any Idea?Solved412Views0likes1CommentRe: ADLSv2 some Shortcuts fails with "Not authorized" message using same connection
Okay, this is solved now. The MS Support Team just droped and create the shortcuts, one by one. According their explanation, they deleted the shortcuts, wait for several minutes until some kind of cache is refreshed then recreate the shortcut again. I performed that procedure before raising the case to MS Support but I did not wait any time after the delete. Now is working again.1.5KViews1like0CommentsRe: ADLSv2 some Shortcuts fails with "Not authorized" message using same connection
We still have the problem, I tried by removing and creating again the shortcut. The shorcut to ADLSv2 works pretty fine but the SQL Endpoint does not. When I deleted the shortcut, I noticed that the SQL Endpoing was not deleted.. so I tried to drop it by hand but I cant.. then I created the shortcut.. and again shortcut works but the sql endpoint does not. Now we are raising a case to MS Support.1.9KViews0likes2CommentsRe: ADLSv2 some Shortcuts fails with "Not authorized" message using same connection
Hello, thanks for your reply. Folders seems okay, I dropped and create them again, now the shortcuts seems good but the sql endpoint for those tables no. Look at this: This is the SQL Endpoint And this is the shortcut The error in the endpooint shows an error: When I try to resync, (using an admin account), it just raise a DatamartUserNotAuthorized message.5.7KViews0likes4CommentsADLSv2 some Shortcuts fails with "Not authorized" message using same connection
I have this "MyLakehouse" Lakehouse with several shortcuts pointing to my Azure Datalake Storage V2 storage, most of my almost 100 shortcuts works pretty fine but there are 4 shortcuts that suddenly fails. Data source errorCOM error: Azure.Storage.Blobs, Error in Stored Credential Operation - {"error":{"code":"ArtifactConnection_InsufficientPermission","pbi.error":{"code":"ArtifactConnection_InsufficientPermission","details":[{"code":"ArtifactConnection_InsufficientPermission","detail":{"type":1,"value":"User does not have sufficient artifact permission Read to perform the artifact connection operation."}}],"exceptionCulprit":1}}}. Status: 401 (Unauthorized) ErrorCode: Unauthorized Content: <?xml version="1.0" encoding="utf-8"?> <Error> <Code>Unauthorized</Code> <Message>Error in Stored Credential Operation - {"error":{"code":"ArtifactConnection_InsufficientPermission","pbi.error":{"code":"ArtifactConnection_InsufficientPermission","details": When checking the SQL Endpoint for this fails, I can see this error: Table name mae_tiempodia_1 Error code BadRequest Error subcode "Bad Request".. Trying to query the table this is the error: But, other tables in the same storage using same connection works pretty fine.. Any idea?Solved5.8KViews0likes8CommentsConfigure connection for deploy DACPAC using Releases in Azure DevOps
I need to configure the release pipeline for deploy to a SQL Server (preview) in Fabric database. I already deploy the DACPAC by publishing from my Dababase Project using Visual Studio Code, works perfect, but I want to deploy from Azure DevOps and I cannot find the way for configure the credentials. Does anybody know how to do it?.Solved3.8KViews0likes3Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.