Hi Listers,
I would like to create a Spatial View for our database, however, I'm running into some difficulty. I have a feature class and a stand-alone table I would like join in the spatial view (as follows).
SDE Feature Class = BMGR.survey_master (inside BMGR.cultural Feature Dataset) SDE Table = BMGR.SURVEY_PROJECT
I created a .bat file (see below) to perform this operation. Upon running the .bat file, I am receiving the error below.
Any ideas?
Thank you, Travis
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.
REM REM Script to join the Survey_Project and sm_import.shp tables REM
bmgrtable -o create_view ^ -T mas_proj_view ^ -t bmgr.sm_import,bmgr.survey_project ^ -c bmgr.sm_import.surv_name, bmgr.sm_import.man_tac, bmgr.survey_project.projnum, bmgr.survey_project.location ^ -w "bmgr.sm_import.surv_name = bmgr.survey_project.projnum" ^ -D lafb ^ -u bmgr ^ -p bmgr4$lafb ^ -s lukap02203 ^ -i 5151
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
_______________________________________________ gislist mailing list gislist@lists.geocomm.com http://lists.geocomm.com/mailman/listinfo/gislist
_________________________________ This list is brought to you by The GeoCommunity http://www.geocomm.com/
|