![]()
Page History
...
I am interested in IoT Bridge for Snowflake. How do I set it up?
How do I find my Azure MarketPlace Billing ID
Where can I get more information on MQTT Transmission and setting it up?
I have a logging error of "Failed to load the private key based on <PRIVATE KEY>"
I have a warning error of "400 Status"
Is the Ingestion able to handle a UNS Topic Namespace or only Sparkplug B?
Currently, only Sparkplug B is supported as well as non-Sparkplug data via the 'Snowflake Raw MQTT Application Enabled' flag
Where can we find the machine models data?
...
The most common cause is that the stream on the source view is stale. Review the Stream Staleness document on identifying, correcting and avoid future stream staleness
Azure Marketplace offering fails to deploy with subscription error
I am not getting data uploaded to Snowflake
If you are failing to upload data to Snowflake, check the common items below:
- Review our config docs and sanity check your configuration
- Make sure Ingest user doesn’t have ‘must change password’ set to true
- Ingest user has been granted the CL_BRIDGE_PROCESS_RL role
...
The usual cause for this error is that Snowflake is throttling the data throughput because too much data is trying to be pushed through too few channels.
By default, in the ibsnow.properties configuration file, we use 'snowflake_streaming_channel_scheme configuration the 'Streaming Configuration → Channel Scheme' = EDGE_ID ' which means there is a channel per Sparkplug Edge Node.
We can increase the number of 'streaming channels' available for pushing to Snowflake streaming ingest services by modifying the schema to read 'snowflake_streaming_channel_scheme Streaming Configuration → Channel Scheme' = DEVICE_ID ' which will create a channel on a per Sparkplug Device basis.
...