1- I have encountered a problem relating with sde commands for creating sde_ view and also sde_table . I used appropriate codes but an error massage occured during execution.
the related codes:
sdetable -o create -t table22 -d"name string(20), value integer(5)" -i service -u username -p password -s server_name -q
the error is:
opration failed(-1)
cannot get configuration information
2- I would like to know is it possible to create a spatial sde view ,register it by -o register,from an existing gdb, and replace it with the original attribute table of a feature class? I am looking for a possible solution to retain relationships belong to the related feature class.I need an updatable view being produced for esri products. I have done this with arcinfo toolbox extentions(with out relationships) .If yes how it is possible?
The current enviroment is sde9.2, sql server 2008, arcgis9.3.
thanks for anyone who reply