Microsoft Teams Connector Configuration page fails to load - botframework

As requested here i am reposting this question.
I have the same issue as PitcherIT mentions here
I am trying to configure Connectors for my Team and when I click on the Connectors
option, the sub pane starts to load and then errors with;
:-(
Something went wrong.
Something went wrong
RequestId: unknown
Server: unknown
Date: null
As the original thread is closed i am adding my experience in a new question.
I can add new connectors to the channel going via Apps>Connectors>Incoming Webhook
But i cannot view already configured connectors or change them due to the error message.
What i noticed is that the new webhooks have the format
https://xtpgroup.webhook.office.com/webhookb2/
while the old one starts with
https://outlook.office.com/webhook/
Maybe that is connected with the strange error message when viewing the connectors.
How can i change the configured connectors without deleting and recreating the whole channel?
Edit: Screenshot of the Error message

We have raised a bug internally. We will let you know about updates.
Thanks.

I had a similar issue where I wasn't able to view Configured Connectors for a Channel in the Teams app. There wasn't an error message, but the loading icon never resolved. The workaround for me was to use the Teams web app and configure Connectors there.

Related

Teams is unable to communicate with Skype with error 504/1008

I have 2 tenants and in one of them Teams can send/receive messages just fine, in another tenant, i can search for external contacts (Skype) but I cannot send or receive messages it always gives me this error message:
"We ran into a problem sending your message. Please share diagnostic code 504/1008 with your admin to help them troubleshoot the issue."
Troubleshoot I did:
The configurations in Teams admin center are exactly the same in both tenants
I cannot confirm (I´m a global reader but some settings I cannot see) but it´s possible that we have some differences in Azure, although I don´t think this impacts Teams
Checked the logs and the only thing related i could find was this:
SfBInteropServiceGateway: Interop message: 1675175961408 failed with unknown errorcode. {"messageId":"1675175961408","Thread.Id":"19:prhjiknlw6vvfq5v35jveri5au3icj3utj3udd2ks5ejapmefvjq#sfc.unq.gbl.spaces","errorCode":"504/1008","status":"RecipientPresence: isUnifiedPresence=undefined, status=Unknown, availability=Offline","type":"unknown"}
The options Set-CsExternalAccessPolicy -EnablePublicCloudAccess and Set-CsTenantFederationConfiguration-AllowPublicUsers are also exactly the same in both tenants
search on the web didn´t do much
Any suggestion?
Thanks in advance!

Azure event Hub connection is closed error

I see something like the following error while using azure event hub to send event message. But as I see in the azure portal, the metric shows that the event message is sent to the event hub. So I'm puzzled by what this error message means.
As I read from the azure doc (https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-amqp-troubleshoot), it said "You see the following error on the AMQP connection when all links in the connection have been closed because there was no activity (idle) and a new link hasn't been created in 5 minutes."
The doc also said "You can avoid them by making send/receive calls on the connection/link, which automatically recreates the connection/link."
What should be done regarding this error message ? As although the event message can be sent, I worry whether there may be any potential issue there.
" Error{condition=amqp:connection:forced, description='The connection was inactive for more than the allowed 300000 milliseconds and is closed by container 'LinkTracker'. TrackingId:00000000000000000000000000000000000_G21, SystemTracker:gateway5, Timestamp:2019-03-06T17:32:00', info=null} "
I once tried that if I call the close() method in EventHubProducerClient (by refer to sample code in https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-java-get-started-send), this error seems not appear again. However, if doing so, when every time need to send the event, it will mean need to create a new EventHubProducerClient. I'm not sure if this may create another problem (like time required to create the new EventHubProducerClient, and memory consumption) if creating a new EventHubProducerClient for every send event, as there can be many events to send.
On another search, I found in How to configure Producer.close() in Eventhub, that it is recommended to close the producer client after using it.
However, if the above error message is actually not an error, whether to close or not may not matter.

How to debug Spring Cloud Data flow sink application that is silently failing to write

I have a sink application that fails to write to db, but am having trouble debugging. Note that I also asked a more specific question here, but this question in SO is more general: How should I go about debuggging an SCDF stream pipeline when no errors come up?
What I'm trying to do
I am trying to follow a tutorial (specifically, this tutorial) which uses some prebuilt applications. Everything is up and running with no error messages, and the source application is correctly writing to Kafka. However, the sink seems to be failing to write anything.
Note that I do see the debugging guide here:
https://dataflow.spring.io/docs/stream-developer-guides/troubleshooting/debugging-stream-apps/#sinks
However, this seems to only be relevant when you are writing your own sink.
I am not asking about how to solve my issue per se, but rather about debugging protocol for SCDF apps in general. What is the best way to go about debugging in these kinds of situations where no errors come up but the core functionality isn't working?
Assuming you know how to view the logs and there are no error messages, the next step is to turn on DEBUG logging for spring-integration. You can set a property on the sink logging.level.org.springframework.integration=DEBUG that will log any messages coming into the sink.

slowness for chat messages in Skypebot

I have created a Skypebot application in Node JS. Recently we face slowness for chat messages in Skypebot . Some times we don't see messages in skype , once we close open the skype messages are displayed at once.
Skype bot app uses some commands to communicate to other users, but due to the slowness of message it doesn't executes the commands properly.
These issues happened recently only and we are facing this for last 4-5 months.
Any suggestion/help, how I could resolve this?
Skype bots are deprecated. I recommend switching to another platform, like Teams.

Unable to view actual messages in MQExplorer 8

First of all, let me admit that I am completely new to MQ, so my question might be trivial.
We are using MQs configured on Websphere and I am trying to use MQExplorer 8 to monitor the same. After connecting using the Queue Managers, I can see the Current Queue Depth, Open Input Count, etc. But I don't get any option to see the actual messages lying in a queue.
I tried googling it, but did not find anything useful.
Here is what I see:
Can some enlighten me how can I see the actual messages from a queue?
The context menu is your friend. Right-click on the queue name and select Browse.
If you are dealing with JMS messages, you can use other tools like JMSToolBox to browse and manage the messages in MQ 8 and see the JMS headers etc.

Resources