Hi,
I have a model whereby I wish to import an sde table, create xy events and export to a feature class. For some reason it says:
ERROR 999999: Error executing function.
Underlying DBMS error [ORA-01795: maximum number of expressions in a list is 1000
] [GAZMAN.LLPG_BLPU][STATE_ID = 61588]
The index passed was not within the valid range.
DBMS table not found [ORA-00942: table or view does not exist
] [CORPDATA.LLPG_Logical1][STATE_ID = 61608]
The index passed was not within the valid range.
Failed to execute (Export XY Events To FC).
when it tries to export to a feature class. I know the feature class exists but what is the max number of expressions in a list - does that mean the max amount of attributes it can export?
Thanks in advance,
Mark