Select to view content in your preferred language

Script Error 800A01BD

1089
2
05-22-2014 06:12 AM
AmyDuquesnoy
New Contributor
I'm using a Trimble GeoXH and when I start up ArcPad, I get the error

Script Error 800A01BD
ERror source unavailable
Error Description Unavailable
[Line: 61, Column : 4]
Source Text Unavailable

The only thing that I have found out about this error is that is has something to do with the VB but I reinstalled the VBScript Runtime Library successfully and I still get this error. Anyone have any ideas what the issue is?
Tags (3)
0 Kudos
2 Replies
RichardRoger
Deactivated User
It looks like you have a VB Script which is failing to compile.  The fact ArcPad gives the line and column of the error tells you that it has found the script, and is trying to process it.  I suggest you look at the script itself.  Why a script which has been working would suddenly start to throw errors, I cannot guess.
0 Kudos
MatthewCarey
Regular Contributor
When I get that error it's because a data set referred to in a script isn't there in the place where it expects it to be.

I would fire up your ArcPad Studio and check out your ArcPad.apx file and any applets that you have. I think it could also be a customization of a map document if it happens when you open a certain map.

Hope this helps!
0 Kudos