Hi Prem, Yes, in FME2006 the Tool->Route to... options were moved into the navigation pane. I've updated the fmepedia to reflect this.
As to your problem I'd suggest making sure that you aren't writing features with different geometries to the same output Feature Type. As I understand it (and I do normally get it slightly wrong with SDE) FME permits this because SDE supports this ability, but GeoDatabase does not, so you would not see anything if you tried to view the data in an ArcGIS product. It's impossible to tell from the log file if you are doing this or not. If you need to check that then stick a GeometryFilter into the workspace and see where features emerge. I guess you might also be able to query the Oracle database directly to see what it contains (but again, I'm no SDE expert so I won't say for certain). Hope this helps, Mark Mark Ireland, Product Support Engineer Safe Software Inc. Surrey, BC, CANADA [EMAIL PROTECTED] http://www.safe.com Solutions for Spatial Data Translation, Distribution and Access --- In [email protected], prem kumar <[EMAIL PROTECTED]> wrote: > > Hi Raghavendran, > > Thanks for imm. response. > Still iam unable trace the problem. > Please look into the attached log file, and also i would like to mention that there are no options (route to visulizer, route to ffs and route to null ) in Tool menu - Options. > > I am using FME 2006 evaluation copy > > Regards > Prem > > > "Raghavendran(SRG)" <[EMAIL PROTECTED]> wrote: > Hello Prem, > This is something interesting with FME and have been a topic of debate for years. > > This FME groups has seen many say(rather complain) "I see that FME translation is successful, but I do not find any features written in the destination format". > > After a translation, the log file should be scanned for warning messages and the statistics examined to ensure that the translation was successful. > > The FME log file is something worth looking at in such situatuions and contains detailed messages describing > what happened after each transformer(function/factory)in your workspace. > > Perhaps the tips from FMEpedia pages are worth reading: > http://www.fmepedia.com/index.php/FME_Applications_- _Usage_and_Known_Issues#Basic > > I run a translation but I didn't get all the output features I was expecting why? > > There are a number of potential reasons for this. > > The unexpected input remover filtered out all your features. Do a search in the log window for the word "unexpected‿ to check for this and see the Intermediate Workbench FAQs for more information on Feature Type and the Unexpected Input Remover. > You had the `route to visualiser' setting turned on (see Tools menu option) with this option you would get output to the Universal Viewer only. > You had the `route to null' setting turned on (see Tools menu option) with this option you would get output sent to a null dataset (i.e. nothing) only. > You had the `route to ffs' setting turned on (see Tools menu option) with this option you would get output to a set of FFS format files. > Hope that helps. > Happy FME-ing:-) > Cheers > SRG > > prem kumar <[EMAIL PROTECTED]> wrote: > Hi All, > > Here is our problem,When we migrate data from ESRI personal geodatabase to ArcSDE geodatabase using FME, The translation was successfull and it is showing > feature count in Written Summery in log file. Finally we couldnt find anything in > ArcSDE geodatabase. > > Any help would be appreciated. > > Thanks in Advance. > > Regards, > Prem. > > > > > --------------------------------- > Yahoo! Mail - Helps protect you from nasty viruses. > > 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 > > > Visit your group "fme" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > --------------------------------- > > > > > > --------------------------------- > Yahoo! Mail - Helps protect you from nasty viruses. > 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/
