Creating the temporary tables into geodatabase

2803
1
09-10-2015 01:36 PM
Miguel_AngelSanchez_Suarez
New Contributor

Why it is creating temporary tables in my postgresql server geodatbase ??????

These tables are numbered sequentially. 

The tasks to be performed was the following:

• Load geodata with ArcMAP

• Update Records with ArcMAP

• Assignment of records in a table by geo web

• Creation of records by geo Web

----------------------

Attached image.

incidencias 20150910.png

Thanks.

0 Kudos
1 Reply
JoshuaBixby
MVP Esteemed Contributor

The "vw" in the suffix gives the strong impression those are views being created and not tables.

Although you provide the general steps you are taking, they are still too general for others to provide much feedback.  With the 4 steps you lay out, can you isolate which step is creating the tables/views?  If so, what specific step (function call, task, etc...) is creating them?