Obviously something weird is going on and I have no idea what.
Could you give me the credentials to access this database? I might
have some time tomorrow to look into this problem.
From:
[hidden email] [mailto:[hidden email]] On
Behalf Of Chris Erickson
Sent: Thursday, May 21, 2009 5:42 PM
To: FDO Users Mail List
Subject: [fdo-users] RE: Problem with ArcSDE provider
Yeah, it looks correct….like
SDE.TABLE_NAME
|

|
chris erickson
developer
[hidden email]
970.493.9500 x
191
970.482.1485
(fax)
|
From:
[hidden email] [mailto:[hidden email]] On
Behalf Of Dan Stoica
Sent: Thursday, May 21, 2009 3:44 PM
To: FDO Users Mail List
Subject: [fdo-users] RE: Problem with ArcSDE provider
Is qualified_table_name correct? (I assume you can debug)
From:
[hidden email] [mailto:[hidden email]] On
Behalf Of Chris Erickson
Sent: Thursday, May 21, 2009 5:37 PM
To: FDO Users Mail List
Subject: [fdo-users] RE: Problem with ArcSDE provider
I though about that too, but I’m
able to log in with all the same info (server,service, user, pwd) in catalog
and see everything just fine.
|

|
chris erickson
developer
[hidden email]
970.493.9500 x
191
970.482.1485
(fax)
|
From:
[hidden email] [mailto:[hidden email]] On
Behalf Of Greg Boone
Sent: Thursday, May 21, 2009 3:33 PM
To: FDO Users Mail List
Subject: [fdo-users] RE: Problem with ArcSDE provider
Could it be a permissions issue?
From:
[hidden email] [mailto:[hidden email]] On
Behalf Of Chris Erickson
Sent: Thursday, May 21, 2009 5:09 PM
To: FDO Users Mail List
Subject: [fdo-users] Problem with ArcSDE provider
Hello,
I’m trying to figure
out a problem I’m having here. I’m trying to connect to ArcSDE 9.1 on
Oracle 9i, and am getting no feature classes returned from the describe schema
commands.
I’ve tracked the
problem down to ArcSDEDescribeSchemaCommand.cpp, line 167 (in my source):
void
ArcSDEDescribeSchemaCommand::addClass
{
…
// Get ArcSDE table's
columns:
result = SE_table_describe
(connection->GetConnection (), qualified_table_name, &column_count,
&columns);
// SPR
613177.01 ArcSDE provider does not exit gracefully if one of the tables is
deleted linked
//
simply skip classes where no table exists (or any other error occurs).
if
((result != SE_SUCCESS) && (result != SE_FINISHED) )
return;
It is
always failing with a result of -10 (network error). This makes no sense
though, because it has already gotten the list of tables to iterate over.
Why would this command be failing?
Has
anybody seen this or have ideas on how to fix it?
|

|
chris erickson
developer
[hidden email]
970.493.9500 x
191
970.482.1485
(fax)
|