Publish Synapse Artifacts to Workspace - Status - azure-synapse

In Synapse Studio, After a click on "Publish" button
we see in the notification the status of the Action. The process takes currently 45 minutes.
While it is publishing if we close the page or the browser, and reopen the workspace there is no indicator that it is still publishing or not....
I have looked in Azure portal - Activity log and there is nothing. Even if I wait the process to complete I don't see any log activity.
Is there another way to know the status of the "publish" action ?

As of now there is no way to get the publish status after closing the Portal.
You should either keep the Azure Portal open or manually check the components in Azure Synapse which you have published.

Related

Locating CLI error logs when deploying an ASP.NET MVC5 app using web deploy fails

I am trying to deploy an ASP.NET MVC5 web app (web deploy deployment package) on my Windows Server using Command Prompt as I have done countless of times before with the same web app. When I try running the command
myproject.deploy.cmd /t
inside the correct folder the process starts but then abruptly stops and the CLI window closes.
Just before the window disappears I can see an error message in red, but I just do not have enough time to read what it says.
My question is where does one find the logs for commands that have failed? Alternatively is there a way to force the CLI to stay open in order to read the error displayed?
I managed to find the logs in the Event Viewer:
Event Viewer -> Applications and Services -> Microsoft -> Windows -> WebDeploy -> Errors

Upgrade Data Factory to GA API

This morning, when I logged in to the Data Factory UI, I was presented with the following message:
I clicked "Cancel" as we weren't quite ready to upgrade at the time, but now that we have ensured that all our PowerShell scripts, etc. are unaffected, we want to perform the upgrade. Unfortunately, I can't find anywhere in the ADF UI nor in the Azure portal, where we can initiate the upgrade, and the message box no longer shows up when logging into ADF. How do we proceed?
There should be a banner on top of your authoring screen that has the upgrade button. If that's not showing please refresh your browser and the banner should show up again :)
Let me know if this solves it.

MobileFirstPlatform 8.0 Push Configuration Error

Created MFP CF app in Bluemix. Push notification was also working fine with GCM. Today saw a messages that there is an update for MFP in the Bluemix dashboard and clicked "Recreate" button. Server was recreated and all my apps and adapters were gone. Then from my development environment pushed the app and adapters and went to console to configure push notification and add the GCM details. Found an error at the top and now I don't see the text box to add the "Server API Key" and "Sender ID"
Looks like the new update got this issue. Is there a way to fix it or backout and go to the previous version?
Any help would be appreciated.
There is work to assure that such events will not happen, however please note this very important notice about the Mobile Foundation Bluemix service, with the Developer plan:
https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/bluemix/using-mobile-foundation/
Note: the Developer plan does not offer a persistent database, as such be sure to backup your configuration as explained in the Troubleshooting section.
Such data loss may occur.
For now you will need to reconfigure your GCM credentials in the console.

Log profile tab in worklight console

In worklight console, i have this log profiles tab. Why and how to use the Log profile tab in worklight console. I went throught the document couldnt find any link regarding that. Please provide me some links regarding that.
The Log Profiles tab that you are referring to is explained in the following Getting Started tutorial: Remote controlled client-side log collection.
In the Log Profiles tab you will be able to review and act upon the various data that you can collect from devices running your application.

Updates via RTC scm not being recognised by RTC Eclipse plugin

I have a script which :
Loads an rtc workspace
Checks in a file to the workspace
The checked in file is not being reflected within 'pending changes'. Is there a hook I need to configure (or some other method)
so that any changes made using the scm tool are reflected on the rtc client ?
If you're using the RTC 4.0 Eclipse client on Windows, it might help to enable "Preferences > Team > Jazz Source Control > Local Changes > Automatically detect changes".
See "Rational Team Concert 4.0 "New and Noteworthy""
It will be reflect in the "Pending changes" view only if:
the local workspace has been loaded (attached to the repo workspace to which your script has checked in a file: it should be the same local workspace)
you refresh the "Pending changes" view, asking to refresh "Remotes and local changes", or to refresh directly the right local workspace)
(from "Using the RTC Eclipse client with other Tools")
From that thread, it seems the "Pending changes" view only refreshed automatically for remote changes:
The Pending Changes view should already refresh itself automatically when your Eclipse client receives RSS feed events reporting there are new incoming change sets.