|
POST
|
That's what I am doing. For each parameter I am starting with an import from the Access database into a file geodatabase. I guess I could do this separately in two different models. EDIT: More info...I tried to separate the processes into two separate models. Now the tables that I put into the model are from a file gdb. Executing (Join COND+INSP): JoinField in_memory\CONDITIONS_COPY InspectionID C:\GIS\ENVIRONSERV\SanitarySewer\CCTV.gdb\INSPECTIONS InspectionID Pipe_Segment_Reference;Direction Start Time: Fri Sep 12 15:11:52 2014 ERROR 999999: Error executing function. Failed to execute (Join COND+INSP). This appears to be an unknown error. Why is the in_memory necessary for conditions table? I don't know why I'm asking that since removing it gave the same error but I am curious about it.
... View more
09-12-2014
11:05 AM
|
0
|
2
|
2042
|
|
POST
|
Wow, this thing just must not be in the cards for me. I tried to set up the model and now at the point the inspection and conditions tables are joined I get a mysterious error. I have attached my toolbox. CCTVObservations2 is the one I modified and get the join error, CCTVObservations is the one with the JET database error.
... View more
09-12-2014
09:56 AM
|
0
|
4
|
2806
|
|
POST
|
Register is not an option for the file geodatabase. I'm wondering if it would be best if I import the tables from the mdb into the gdb and see if that helps and let you know. I will likely just import the tables and attachment table into an sde.
... View more
09-12-2014
07:21 AM
|
0
|
5
|
2806
|
|
POST
|
I'm still getting that error. The Microsoft Jet database engine cannot find the input table or query 'GDB_ObjectClasses'. Make sure it exists and that its name is spelled correctly. Where would I find that table or query to make sure it exists?
... View more
09-11-2014
07:56 AM
|
0
|
7
|
2806
|
|
POST
|
I'm running 10.2 is that my problem? I had planned to output to a FGDB. The input is Access though as that is what IT Pipes exports to. Should I create a new feature class to append to at the end of the model? I may just have to work with it until I get it the exact way I want it.
... View more
09-11-2014
07:27 AM
|
0
|
9
|
2806
|
|
POST
|
Another thought I had was, can I just simply run the Points Along a Polyline by Distance tool and I will attempt that if I have to and just manually do the rest of it. Seems odd to have to enable attachments every time the model is run which may be the problem.
... View more
09-10-2014
02:21 PM
|
0
|
13
|
2806
|
|
POST
|
I tried to run the model and get the following error. I do have some information already in each of the tables. I don't find any help on this with the CCTV processor as it focuses on using ArcGIS Online which is not something I was interested in. What in the world does this error mean? How do I fix it? ERROR 999999: Error executing function. The Microsoft Jet database engine cannot find the input table or query 'GDB_ObjectClasses'. Make sure it exists and that its name is spelled correctly. Failed to execute (Add Attachments). Failed at Wed Sep 10 15:57:29 2014 (Elapsed Time: 0.14 seconds) Failed to execute (CCTVtoAGOL). Failed at Wed Sep 10 15:57:29 2014 (Elapsed Time: 14.97 seconds) I want to run this model and just have my new results added to CCTVCondtions each time. Is that not what the intent is here? This model looks to create everything the first time, how do I alter it to just do what I want it to do?
... View more
09-10-2014
02:04 PM
|
1
|
30
|
12261
|
|
POST
|
Thanks. I've passed this on as others have reported some issues. I can view this service in ArcMap without any problems.
... View more
09-09-2014
01:09 PM
|
0
|
1
|
462
|
|
POST
|
Yeah, that is the step I am having issues with. I typed in the log ins but it still throws errors.
... View more
09-09-2014
09:59 AM
|
0
|
1
|
2187
|
|
POST
|
That's good to know about ArcGIS Online. I don't recall the date of that post so it may have been older. I just found it while doing research in our Secure WMS services are configured. I actually hadn't seen the WMS tag reference before. I originally tried to set this up using the App Builder and it doesn't have any options to deal with a secure WMS service so that is where I started.
... View more
09-09-2014
09:32 AM
|
0
|
0
|
2187
|
|
POST
|
Anyone have any ideas on this? I read that ArcGIS Online didn't allow this at all, is this the case for the Flex Viewer as well? Is WMS an older technology that just isn't supported anymore?
... View more
09-09-2014
06:43 AM
|
0
|
2
|
2187
|
|
POST
|
I've seen other posts on this but they don't seem to get me exactly where I need to be. I am wanting to display a secure wms layer in my Flex Viewer and I can't seem to get it configured correctly. There may be other underlying issues but I thought I would try here first to make sure I have the config right: I have left out the password and username on purpose.
<layer type="wms" label="Valtus Imagery Services - VIEWS(TM)" url="http://www.valtus.com/wms/servlet/WMSServer" username="username" password="password" visible="true" visiblelayers="VCP_KS"/>
I've never really worked with a WMS service before so this is foreign to me. I saw other posts about the crossdomain needing adjustment but I think I ended up messing it up more than I helped it. The domain ip is my GIS server not the WMS layer. Here is my latest version:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="70.167.59.150" />
<allow-http-request-headers-from domain="70.167.59.150" />
</cross-domain-policy>
... View more
09-05-2014
08:28 AM
|
0
|
11
|
6129
|
|
POST
|
I changed the original title to reflect the fact that this issue had nothing to do with it being Time aware but was instead a reserved field name being used.
... View more
08-27-2014
02:15 PM
|
0
|
0
|
508
|
|
POST
|
Ah Crap! I hate the reserved word list. I don't understand what it would be used for that needs to be reserved. I will create a new field called Year_ and just but a better alias on it. I appreciate your help on this Robert!
... View more
08-27-2014
02:12 PM
|
0
|
0
|
508
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-29-2024 02:00 PM | |
| 1 | 06-06-2014 01:54 PM | |
| 1 | 08-14-2014 07:03 AM | |
| 4 | 06-10-2025 12:49 PM | |
| 1 | 09-23-2020 07:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-07-2026
12:11 PM
|