<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Please help me I have the following problem:<br><br><br>I am currently using this software (all this running on linux): <br><br>For Linux:<br>centos 5.2<br>oracle 10.2.0.1.0<br>arcsde version 9.2 para linux<br>mapserver 5.2.0<br>ArcGis Desktop 9.2 <br><br>Create an instance in my database server with ArcSDE<br><br>./sdesetup -o install -d ORACLE10G -i 5151:ucatastro -u ucatastro -p ucatastro<br><br>and were as follows:<br><br><br>ArcSDE Instance esri_sde's instances on richard at Sun Aug 23 12:45:16 2009<br>-------------------------------------------------------------------------<br>Instance Created Id<br>-------------------- -------------------------------- ------------------------<br>SDE Fri Feb 6 20:18:33 2009 0<br>UCATASTRO Sat Aug 22 23:48:23 2009 1 <br><br>* And create versions for my database:<br><br><br>2 versions found:<br><br>Instance default version.<br>------------------------------------------------------------<br>Version Name: SDE.DEFAULT<br>Version ID: 1<br>Parent Version Name:<br>Parent Version ID: 0<br>State ID: 0<br>Access: Public<br>Creation Time: Fri Feb 6 20:18:05 2009<br><br><br>------------------------------------------------------------<br>Version Name: SDE.PRUEBA<br>Version ID: 2<br>Parent Version Name: SDE.DEFAULT<br>Parent Version ID: 1<br>State ID: 0<br>Access: Public<br>Creation Time: Tue Apr 28 18:11:47 2009<br><br>&nbsp;&nbsp; &nbsp;<br><br>? My question is how do I connect to the instance UCATASTRO from mapserver. Since this achievement to do it without problems from ArcGIS Desktop 9.2. ?<br><br>A below specifies the parameters of how I connect from ArcGIS 9.2 DESKTOP:<br><br>Server: 10.0.0.100<br>Service: 5151:catastro<br>username: ucatastro<br>password: ucatastro<br>The following transactional version will be used<br>UCATASTRO.DEFAULT<br><br><br>Note: At the request sde.DEFAULT successfully made it without problems.<br><br>Here are my file let mapserver <br><br>MAP<br>IMAGETYPE PNG24<br># lef bottom right top<br>EXTENT 315769.467192 7611318.459955 327688.472240 7624271.824586<br>SIZE 800 600<br>IMAGECOLOR 255 255 255<br>#WEB<br># TEMPLATE 'index.html'<br># IMAGEPATH '/ms4w/Apache/htdocs/raster/tmp/'<br># IMAGEURL 'tmp'<br>#END<br><br>LAYER<br>NAME states<br>TYPE POLYGON<br>CONNECTION "127.0.0.1,port:5151,noimporta,ucatastro,ucatastro"<br>CONNECTIONTYPE SDE<br>DATA "pprueba,SHAPE,SDE.PRUEBA"<br>PROCESSING "QUERYORDER=ATTRIBUTE" # &lt;-- MapServer 4.10 and above<br># PROCESSING "JOINTABLE=SDE_MASTER.GEOSERVWRITE.JOINTABLE"<br># CLASSITEM "SDE_MASTER.GEOSERVWRITE.JOINTABLE.VAL"<br># FILTER "SDE_MASTER.GEOSERVWRITE.JOINTABLE.AQ_TAG=SDE_MASTER.GEOSERVWRITE.JOINTESTLAYER.AQ_TAG"<br>PROCESSING "OBJECTID=OBJECTID"<br>TEMPLATE '/where/the/template/file/is/located'<br>CLASS<br>STYLE<br># SYMBOL 'circle'<br>SIZE 3<br>COLOR -1 -1 -1<br>OUTLINECOLOR 0 0 0<br>END<br>END<br>END<br><br><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>