Running arcpy64 from ArcGIS Server10.1 on 64 bit server

1638
1
Jump to solution
03-01-2012 06:11 PM
TedCronin
MVP Honored Contributor
When I first run arcpy in Wing on a 64 bit server, I see:

>>>import arcpy

Creating catid files
C:\Users\tcronin\AppData\Local\ESRI\Server10.1\Configuration\CATID\arcgis_indexer.catid.ecfg
Create JARID File...
outfile=C:\Users\tcronin\AppData\Local\ESRI\Server10.1\Configuration\JARID\arcgis_indexer.jarid.ecfg

Is this the expected behavior?  I am assuming this is happening since Server install does not create the .pth file and does not automatically configure.  Is this a correct assumption?  Will there be a comparison chart showing the differences between 32 and 64 bit versions of arcpy?  This is A OK right to run python this way.  I would rather just run everything here since we tend to kill (crash) python 32 with data overhead.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JasonScheirer
Occasional Contributor III
Ignore the superfluous log messages behind the curtain. It will run just fine.

View solution in original post

0 Kudos
1 Reply
JasonScheirer
Occasional Contributor III
Ignore the superfluous log messages behind the curtain. It will run just fine.
0 Kudos