Public Notification app customization

2926
0
11-05-2015 08:34 AM
Labels (1)
JeffWard
Occasional Contributor III

Hey Folks,

I am getting closer with my implementation of the Public Notification app.  I was able to get the map working with my data, but I needed to add another Avery template (5389 - post cards).  I was able to figure out the ReportLab tools to get everything on the page in the correct places with a logo and return address.  The GenerateAveryLabels script tool works fine when I run it from ArcCatalog with some address data in the same format that the app will be passing - fields separated with a '~' and records separated with a '$'.

The CSV option works fine (I didn't touch that code), but I can't get any of the Avery labels to work.  Even the built in labels quit working, the only error text I get is the "Data not available for this particular location" error.  When I check the console I get this text in the results for the second GET call (the first GET call is the GP submitJob which succeeds):

{"jobId":"jb1002bd33a0941f1931714c5963c1211","jobStatus":"esriJobFailed",
"messages":[{"type":"esriJobMessageTypeInformative"
,"description":"Submitted."},
{"type":"esriJobMessageTypeInformative","description":"Executing..."},
{"type":"esriJobMessageTypeError","description":"Failed."}]}


Any thoughts?

Thanks,

Jeff

Jeff Ward
Summit County, Utah
0 Kudos
0 Replies