in a python script ## THIS WORKS IN AN EDITING SESSION ON A FILE GEODATABASE FEATURE CLASS
arcpy.Append_management(SourceData,TLyr,"NO_TEST")
## THIS DOES NOT WORK FOR AN SDE DATABASE FEATURECLASS
arcpy.Append_management(SourceData,BLLyr,"NO_TEST")
the error returned is:Runtime error <class 'arcgisscripting.ExecuteError'>: ERROR 000210: Cannot create output \propertyappraisal.DBO.PA_Basemap\propertyappraisal.DBO.basemap_arc Failed to execute (Append). is there a way around this?