Disagree to my post.<br><br>I have managed to install it. It&#39;s all good now.<br>The problem was in original package there is a file missing. So I had to copy it manually before runing the install in /common/download directory along with rest of other files.<br>
<br>-frog<br><br><fieldset><legend>Search Results</legend>

                <table summary="Find List Results" class="content-grid" width="100%"><tbody><tr><th id="Dial Plan">Dial Plan</th><th id="Description">Description</th><th id="Installed Version">Installed Version</th><th id="System Version">
System Version</th></tr><tr class="content-grid-stripe-light"><td id="Dial Plan" nowrap>&nbsp;<a href="https://172.16.16.11:8443/ccmadmin/dialPlanEdit.do?key=AUNP" class="content-grid-link">AUNP</a></td><td id="Description" nowrap>
Australia Numbering Plan&nbsp;</td><td id="Installed Version" nowrap>1.1(5)&nbsp;</td><td id="System Version" nowrap>1.1(5)&nbsp;</td></tr></tbody></table>

                
<table class="content-grid" summary="Find List Results" cellpadding="2" cellspacing="0" width="100%"><tbody><tr class="content-pageflipper">
<td>&nbsp;</td>
<td colspan="3">

                        &nbsp;&nbsp;<span class="content-pageflipper-label">Rows per Page</span></td></tr></tbody></table></fieldset><br><br><br><div class="gmail_quote">On Wed, Dec 3, 2008 at 4:06 AM, FrogOnDSCP46EF <span dir="ltr">&lt;<a href="mailto:ciscoboy2006@gmail.com">ciscoboy2006@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><fieldset>
        <legend>I&#39;m trying to install AUNP in CUCM 5x and having below issue when i click on install under call-routing&gt; dialplan install.<br><br><br><br>Status</legend>
                 Database connection failed  An Error Occurred: 28000 
        </fieldset><br clear="all">I have all files there in cucm # prompt<br><br><br>[root@cmc5 download]# ll<br>total 1120<br>drwxr-xr-x&nbsp;&nbsp;&nbsp; 3 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4096 Apr 29&nbsp; 2008 AUNP<br>-rwxrwxrwx&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1467 Apr 29&nbsp; 2008 copstart.sh<br>

-rw-r--r--&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 243 Apr 29&nbsp; 2008 DialPlanInfo.csv<br>-rw-r--r--&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 95 Dec&nbsp; 2 10:45 dp-ffr.3-1-6.AU.cop.md5<br>-rw-r--r--&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 557071 Dec&nbsp; 2 10:46 IDP<br>

-rw-r--r--&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 557071 Dec&nbsp; 2 10:46 IDP_orig<br>[root@cmc5 download]# <br><br>it seems it runs below script - copstart.sh<br><br>i tried to run it manually and here is what i got:<br><br>[root@cmc5 download]# sh copstart.sh <br>

csv DSN=ccm_super /usr/local/cm/idp/DialPlanInfo.csv<br>Update Statistics DSN=ccm_super<br>Success<br>[root@cmc5 download]# <br><br>but still in cucm admin interface shows that its not installed:<br><br>any idea? it sounds like a bug.<br>

<br><br><br>&nbsp;<br>[root@cmc5 download]# more copstart.sh <br>#!/bin/bash<br>#<br># copstart.sh script will create dial plan directories, copies the dial plan fi<br>les and also inserts the dialplaninfo data in# to CM database <br>

#<br># SYNOPSIS<br># copstart.sh <br>#<br># turn it on for debug<br># set x<br>#<br>#<br>LOGFILE=`pwd`/install.log<br>INSTALLDIR=/usr/local/cm<br>LOGDIR=/var/log/active/cm/trace<br>INSTALLDB=/usr/local/cm/bin/installdb<br>

TMPDIR=`pwd`<br><br><br>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cm/lib<br>export LD_LIBRARY_PATH<br><br># Creating Directories.<br>mkdir -p $INSTALLDIR/idp/AUNP/6<br>mkdir -p $LOGDIR/idp/AUNP<br><br># Copying Files<br>

cp -fp ${TMPDIR}/IDP $INSTALLDIR/idp/<br>cp -fp ${TMPDIR}/DialPlanInfo.csv $INSTALLDIR/idp/<br>cp -fp ${TMPDIR}/DialPlanInfo.csv /usr/local/cm/db/csv/products/<br>cp -fp ${TMPDIR}/AUNP/6/* $INSTALLDIR/idp/AUNP/6<br><br># Permissions<br>

chmod 770 $LOGDIR/idp<br>chown ccmservice:ccmbase $LOGDIR/idp<br>chmod 770 $LOGDIR/idp/AUNP<br>chown ccmservice:ccmbase $LOGDIR/idp/AUNP<br>chmod 770 $INSTALLDIR/idp<br>chown tomcat:tomcat $INSTALLDIR/idp<br>chmod 770 $INSTALLDIR/idp/AUNP<br>

chown tomcat:tomcat $INSTALLDIR/idp/AUNP<br>chmod 770 $INSTALLDIR/idp/AUNP/6<br>chown tomcat:tomcat $INSTALLDIR/idp/AUNP/6<br>chmod 770 $INSTALLDIR/idp/AUNP/6/*<br>chown tomcat:tomcat $INSTALLDIR/idp/AUNP/6/*<br>chmod 770 $INSTALLDIR/idp/IDP<br>

chown tomcat:tomcat $INSTALLDIR/idp/IDP<br>chmod 644 /usr/local/cm/db/csv/products/DialPlanInfo.csv<br>chown database:ccmbase /usr/local/cm/db/csv/products/DialPlanInfo.csv<br><br># Inserting Values in the AvailDialPlan table.<br>

$INSTALLDB -c $INSTALLDIR/idp/DialPlanInfo.csv<br><br>exit 0<br>[root@cmc5 download]# <br><font color="#888888"><br><br><br>-- <br>Smile, you&#39;ll save someone else&#39;s day!<br>Frog<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Smile, you&#39;ll save someone else&#39;s day!<br>Frog<br>