Max tries exceeded error while loading data to snowflake via snowsql - snowflake-cloud-data-platform

I am trying to load a csv file from my windows system to snowflake internal stage using snowsql.
Command : PUT file://C:\Test_Data\Orders_1.csv #CSVSTAGE1;
Error : -00001 (n/a): GET with url b'<url>' failed for exceeding maximum retries.
What am I doing wrong?

Related

Timestamp '(seconds_since_epoch=1646303659642026800)' is not recognized in snowflake

I am trying to run a sql query in snowflake to load a csv file. Upon running, it's giving me the following error message:
Timestamp '(seconds_since_epoch=1646303659642026800)' is not recognized

Why am I getting a HTTP Connectivity error on Solr cloud?

I created a collection(say test_collection) on a Solr cloud instance using the Solr admin tool with a custom configset.
So write operations can be performed on this server are being carried out via the following service:
https://servername:port/solr/test_collection/update?commit=true
The following service is used by a middleware(Mulesoft) to write records to Solr in batches of 50 records.
However every time a write is performed, all records get loaded in Solr, except for a batch of 50 records which fail with the following exception:
"errortype": "HTTP:CONNECTIVITY",
"errormessage": "HTTP POST on resource 'https://servername:port/solr/test_collection/update' failed:
Remotely closed."

ogr2ogr error: "Unable to initialize connection to the server ...."

I am getting the error detailed in the screenshot below when running ogr2ogr. The command used worked on my other computer. I am wondering if this is an error that is triggering because I do not have proper permissions.
One last detail: the database I am uploading to exists.

Receiving Bulk Insert Error 1450 (error not found) when executing stored procedure

Cannot bulk load because the file "\\servername\sharedfolder\folder\file.txt" could not be opened. Operating System error code 1450 (error not found)
The file.txt is on a shared folder in a remote network. I have already googled and tried to apply almost every single entry on the web related to this issue but still unresolved.
I tried windows authentication,sql server authentication, made sure that I have bulkadmin role, requested full access to shared folder from dba.
The error 1450( error not found) is so vague.

SQL Server fails to start after moving database files: "Could not open file .. Access is denied"

I have moved the data files to new location but while moving I have given the wrong data file name. So it is throwing error
A file activation error occurred. The physical file name 'D:\Programfiles\Microsoft Sql server\MSSQL2008\Data\MSDBLog.ldf' may be incorrect. Diagnose and correct additional errors, and retry the operation.
FCB::Open failed: Could not open file D:\Programfiles\Microsoft Sql server\MSSQL2008\Data\modellog.ldf for file number 2. OS error: 5(Access is denied.).
these were the errors I was getting after the data file movement.
Please suggest me what should be done to start the sql server service.

Resources