Skip to main content
Question

No error but nothing was written in AZURE SQL table using sde connection file

  • June 14, 2023
  • 2 replies
  • 23 views

arthy
Contributor
Forum|alt.badge.img+8

I'm trying to write to a table in Azure SQL using a sde connection file.

There is no error when running the workspace but nothing change in the table.

What could be the issue?

image 

image

2 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Any warnings? It can be that there's some attributes which are not the right type for the schema in SDE. E.g maybe a sting going into an int column


kailinatsafe
Safer
Forum|alt.badge.img+23

Hello @arthy​, joining the conversation a little late, apologies! If it indeed is a schema mismatch issue, you could use '+ > Import from dataset' to grab schema of an existing table. However, I notice you used an attribute value to define the table/featureclass name, so I am unsure Import will work in this case! Hope this helps, Kailin!

 

image