Hello Jaya, If you do some research on ArcObjects error:
Looking at these articles, the error is more to do with the db. http://forums.esri.com/Thread.asp?c=2&f=59&t=133499&mc=5#387127 http://forums.oracle.com/forums/message.jspa?messageID=1119635 This error could be usually checked by looking at the sde error logs. (For MS SQL Server, the log file is sde_sde_xxxxx.log) 1. Everyone doing an edit should be able to create his/her own log files within the DB. So they need Create Table permission. 2. The user names in the DB may have accidentally dots in them that confuse table ownership. If restarting the SDE service does not help, the problem could be incorrect set up of the SDE service. Check that the ADMIN_DATABASE, etc are matching the DB name correctly and that the service is registered properly. HTH Happy FME-ing:-) Cheers SRG --- In [email protected], "j_kalyan" <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to convert a OS MasterMap GML file to ESRI Geodatabase > (ArcSDE). > > I'm getting the following error: > ********************************* > An error occurred while attempting to create the feature > class 'TOPOGRAPHICPOINT'. The error number from ArcObjects is: '- > 2147216072'. The error message from ArcObjects is: {}. > A fatal error has occurred in one of the FME plugins. Terminating... > Transaction #1 rolled back. Rerun translation specifying transaction > #0 for the keyword 'TRANSACTION'. > Closing the Geodatabase writer. > A fatal error has occurred in one of the FME plugins. Terminating... > FME Session Duration: 82.1 seconds. > > A fatal error has occurred in one of the FME plugins. Terminating... > Program Terminating > > Translation FAILED. > ********************************** > > I've taken another GML file and tried to convert to ESRI Geodatabase > (ArcSDE). > > I'm getting the following error > > *********************** > An error occurred while flushing the cursor for the table/feature > class 'CARTOGRAPHICSYMBOL'. The error number from ArcObjects is: '- > 2147216072'. The error message from ArcObjects is: {DBMS table not > found[ORA-00942: table or view does not exist > ************************ > > Can any one let me know if there is any specific process involved > while converting GML to Geodatabase. > > If yes, where can I get the info. > > Thanks in advance > > Kind Regards, > Jaya > Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our Professional Services team. Visit www.safe.com/services for details. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
