inline variable and input event table

1498
1
06-28-2011 10:36 AM
EvanBossett
New Contributor
I have a geoprocessing task which users a predefined Input Route Feature and Input Event Table to linearly reference some point and display them in my Silverlight application.  It works fine.

I want to make the "Input event table" a variable so I can send different input tables from silverlight to linearly reference.  However, I haven't been able to get this to work.

I keep getting the error:"Geoprocessing service failed: The remote server returned an error: NotFound."

I input this as a local path to my connection (it works if no variable is used)
C:\sdeConnect\TEST_DB.odc\dbo.TEST_VIEW

however, if i use a variable for it, it fails.  I tried leaving the entire variable blank and inputting the entire string.

i also tried C:\sdeConnect\TEST_DB.odc\%TEST_INPUT%  and input only the table name.

but i got the same error.

any help would be greatly appreciated.  thank you.
0 Kudos
1 Reply
EvanBossett
New Contributor
n/m I was able to figure out the issue by using another input String parameter
0 Kudos