cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I'm using this script on my development machine (SA 12.0.1.3298 dev. edit) to append predefined UOM, SRS and spatial compatibility functions:

IF ((SELECT count(*) FROM SYSSPATIALREFERENCESYSTEM) < 10) THEN 
  CALL sa_install_feature('st_geometry_predefined_uom');
  CALL sa_install_feature('st_geometry_predefined_srs');
  CALL sa_install_feature('st_geometry_compat_func');
END IF;

That works fine in ISQL. Now we try to deploy SA-12.0.0.2483 (oem) using the deployment assistent. After installing on a "clean" machine (WinXP SP3) and executing this script in dbisqlc results in an error:

Error -156:
Invalid expression at 'ST_Geometry::ST_LoadConfigurationData('epsg_uom.dat')'
(42W08)

Does anyone know how to solve this problem?

Thanks, Juergen

View Entire Topic
VolkerBarth
Contributor

No, I don't - but as you seem to test a deployment, I would strongly recommend to deploy the same version you're using on your development machine (or at least a 12.0.1 version).

Breck_Carter
Participant
0 Likes

Oh, yes... 12.0.0.2483 is the original GA... IMO under no circumstances should anyone deploy that.

Breck_Carter
Participant

@Volker: Clearly, you needed more reputation points, so I promoted your comment to an answer 🙂

VolkerBarth
Contributor
0 Likes

@Breck: Sure, but unfortunately they don't seem to get counted, cf. the summary...

No, I don't mind, it won't affect whether a party's coming:)