diff --git a/src/error/dp/dp-stream-00001.md b/src/error/dp/dp-stream-00001.md new file mode 100644 index 000000000..6b337a5da --- /dev/null +++ b/src/error/dp/dp-stream-00001.md @@ -0,0 +1,27 @@ +--- +summary: This article explains the cause, impact, and recommended action for an operation cancelled error that occurs while connecting to the destination server. +tags: +guid: 1bf25d7e-40f0-4250-83b6-873a691b6820 +locale: en-us +app_type: traditional web apps, mobile apps, reactive web apps +figma: +platform-version: o11 +--- + +# OS-DP-STREAM-00001 + +## Error message + +`The operation was cancelled.` + +## Cause + +The error occurs when testing the connection after [Configuring the log streaming service in LifeTime](https://www.outsystems.com/tk/redirect?g=172ac547-add4-4cc5-9adf-d72fbe379d35) and the destination server canceled the connection. + +## Impact + +Unable to establish a connection with the destination server, logs aren't streamed to the destination. + +## Recommended action + +The destination server has responded with gRPC 1 (Cancelled) error. Therefore, check if the destination works correctly and re-establish the connection. diff --git a/toc.yml b/toc.yml index 9c04520d0..957cda5c6 100644 --- a/toc.yml +++ b/toc.yml @@ -459,11 +459,12 @@ - href: error/dp/intro.md - topics: - href: error/dp/dp-stream-50001.md + - href: error/dp/dp-stream-50002.md + - href: error/dp/dp-stream-50003.md - href: error/dp/dp-stream-40401.md - href: error/dp/dp-stream-40301.md - href: error/dp/dp-stream-40101.md - - href: error/dp/dp-stream-50003.md - - href: error/dp/dp-stream-50002.md + - href: error/dp/dp-stream-00001.md #Case Management framework - href: error/cmfr/intro.md