Hi Christine, I do sympathise with your problem but it's something we can't always do much to fix. The reason is we use a number of third party libraries; ArcObjects is one we use for ESRI GeoDatabase and there is another for DGN.
If we try and write a filled-area feature to the DGN using this library, and the library simply returns an error without telling us the cause then all we can really say is "can't write filled-areas" - there are a number of reasons why this might have occurred (including the file already being open) and it would be difficult for us to speculate which it is. In general if you get an error message that might have come from another system then you could do a web search (particularly on that company's website - eg esri.com for an arcObjects error) which might help give you a hint what is happening. In this case I believe it is Oracle that is trying to tell you something - we just pass the message on. I greatly doubt it will be caused by your seed file because your destination seed shouldn't affect how the data is being read - a seed file is more likely to have an effect on writing data due to changes in the design plane settings. I can't find anything myself that relates to this error, but the most obvious problem here is the the table name reported is `' - it looks like when you remove the Oracle source and replace it you are failing to set an important setting. The other thought I have is that you mention the Oracle Input 'View' - can you try the same connecting directly to the Oracle table instead of a view? I'm fairly sure we don't support writing to views which makes me wonder if there is a limitation in reading them as well. If none of this helps then feel free to email this issue to [EMAIL PROTECTED] and someone will investigate further. Regards, 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 > -----Original Message----- > From: Mark Ireland > Sent: January 6, 2005 3:40 PM > To: Mark Ireland > Subject: Fwd: Fw: [fme] Export from OracleSpatial > > > --- In [email protected], "Andrae" <[EMAIL PROTECTED]> wrote: > > Just to add: > It must have something to do with the Seed-File for my > destination File because it's influenced by changing the seed. > But what exactly? > > ----- Original Message ----- > From: "Andrae" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Wednesday, January 05, 2005 3:48 PM > Subject: [fme] Export from OracleSpatial > > > > > > > > Hi, > > dear Safers, can't you make messages more specific? > > In the beginning of my work with FME, Oracle and > Microstation I lost > > several hours looking for the mistake with FME telling me "not > > allowing group holes and area fills" - hours later I found out that > > FME really > wanted > > to say: "Destination file open by another program. Please close". > > > > Today I looked for a similar message about group holes and area > fills, but > > didnt work in the destination file. This time FME really > wanted to say > > something like "I have some problem with your disabled > oracle feature > type. > > Remove it and try again". > > > > Now I have this message: > > "Attempt was made to deregister table named `', which was never > registered > > to the connection. (ServerType=`ORACLE8i', > serverName=`dsr92_geodat', > > userName=`dsr_export', password=`****, dbname=`')" > > and it appears every time I did the following: > > - removed the Oracle-Input-View > > - newly added this Oracle-Input-View > > - restored the auto-connection between my last factory and the > > Output-designfile. > > Does anyone have an idea what FME want to tell me this time? > > > > Christine Andrae > > Regionalverband Ruhr > > Kronprinzenstr. 35 > > 45128 Essen > > Tel. 0201-2069-236 > > email [EMAIL PROTECTED] > > > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > --- End forwarded message --- > > > > > > 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/
