-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Nav19776
Message 6 in Discussion

Hi Smith,

Thanks for your response,here is my WEB.CONFIG file content.let me know what is 
the wrong with this.

Thanks
Naveen




<configuration>

        <configSections>
                <section name="applicationSettings" 
type="Effron.Performer.Shared.Config,Effron.Performer.Shared" />
                <section name="businessLogic" 
type="Effron.Performer.BOL.Common.BOLConfig,Effron.Performer.BOL.Common" />
                <section name="dataAccess" 
type="Effron.Performer.DAL.Shared.DataConfig,Effron.Performer.DAL.Shared" />
                <section name="web" 
type="Effron.Performer.Web.Components.WebConfig,Effron.Performer.Web.Components"
 />
                <section name="performer" 
type="Effron.Performer.Web.Inquiry.InquiryConfig,Effron.Performer.Web.Inquiry" 
/>
                <section name="performerIQ" 
type="Effron.Performer.WebApp.PerformerIQ.IQConfig,PCT" />
        </configSections>   

    <appSettings>
            
            
            <add key="ConnectionString" value="data source=MFUNDISS;user 
id=sa;password=sa;initial catalog=release;Connect Timeout=30"/>
            
        <add key="MaximumNoOfRecords" value="250"/>
        <add key="DateSplitter" value="/"/>
                <add key="Customer_Logo_Path" 
value="../Images/mercantile_logo.gif"/>
                <add key="InformaLink" value="http://www.informais.com"/>
                <add key="AIMRLink" value="http://www.AIMR.org"/>
                <add key="ComputationMethod" value="1"/>
                <add key="MaximumReturnTypes" value="5"/>
                <add key="StartAsofDate" value="1990"/>
                
                <add key="DefaultCurrency" value="USD"/>
                
    </appSettings> 

        <applicationSettings> 
                <debug name="beta+performance" production="false" 
showPerformance="true" showErrorDetails="true" showDataProblems="true" 
showBusinessProblems="true" showUIProblems="true" />
                
                <applicationName windowTitle="PCT" value="PCT" 
forDefaults="PCTdefault" shared="" />
                <logFolder enabled="false" />
                <timeout ignore="false" attempts="1" />
                <login allowAutoLogin="true" show="true" showLast="true" 
standardUserID="-1" defaultSaveSettingsOnLogout="false">
                        <authentication> 
                                <seamlessRouter enabled="false"/>
                        </authentication> 
                </login>
                <caching>
                        <xsltFiles on="true"/>
                </caching>
                <exceptions saveInDBHandled="false" saveInDBUnhandled="true" />
        </applicationSettings>

        <businessLogic>
                <constants industryLevel1Cash="2" 
invalidDoubleValue="-1.7e+308" totalFundSegmentID="1" 
invalidReturnsValue="-999.00"/>
                <flags useUnitValueTable="true" showNonameEntries="false" 
pagingEnabled="true" />
                <dates earliestDate="01/01/1950" latestDate="12/31/2050" />
                <caching>
                        <assetClasses on="true" bytesLimit="-1" countLimit="-1" 
/>
                        <timeLimits dbData="1200" />
                </caching>
                <limits favoriteAccounts="1000" favoriteFormulas="100" 
defaultRowsPerPage="500" />      
        </businessLogic>        

        <dataAccess serverType="Microsoft SQL Server" 
storedProcedurePreferred="true">
                <timeout command="30" />
                <connectionFormat delimiter=";" dataSource="Data Source=" 
initialCatalog="InitialCatalog=" userID="User ID=" password="Password=" />
                
                <connection name="PCT" string="data source=mfundiss;user 
id=sa;password=sa;initial catalog=release;Connect Timeout=30;" 
individualUsers="false" />
        </dataAccess>

        <web>
                <browser IEonly="false" />
                <messageService enabled="false"/>               
                <customErrorPage enabled="false"/>
                <customSupport enabled="false"/>
                
                <menu note="Indivisible entity">
                        <default guid="563359a7-f860-44c3-9f9c-adde997e943e"/>
                        <item caption="ALL Flows" hint="Click to see All Flows" 
guid="563359a7-f860-44c3-9f9c-adde997e943e" settings="Level1=0&Level2=0" />
                </menu>         
        </web>

        <performerIQ> 
                <application>
                        <caching portfolioCombobox="true" />
                        <portfolioLookup enabled="true" 
defaultColumns="PortfolioName;Abbreviation;AccountNumber;Description;Manager;Administrator"
 descriptionLength="40" comboboxLimit="200" lookupMinimum="2">
                                <formula comboboxLimit="100" 
shortListLimit="12" /> 
                        </portfolioLookup>
                        <accountsHistory enabled="false" />
                        <typedDates enabled="true" />
                        <userGroups enabled="false">
                                <internal enablePortfolioLookup="true" 
enableAnyAccountID="true" />
                                <external enablePortfolioLookup="true" 
enableAnyAccountID="false" />
                        </userGroups>
                        <adminLogin strict="true" />
                </application>
                
                <messages>
                        <invalidLogin></invalidLogin>
                        <serverLoginProblem>Server problem. Impossible to 
validate login at this time</serverLoginProblem>
                        <reportFileAccessProblem>Report file couldn't be 
accessed or read completely</reportFileAccessProblem>
                        <noReportFile>There is no report file</noReportFile>
                        <reportFileNotFound>Report file could not be 
found</reportFileNotFound>
                        <reportBuildingProblem>Error building 
report</reportBuildingProblem>
                        <timeoutDB>Timeout due to due to server overloading. 
Please try again.</timeoutDB>
                        <dateOutOfRange>SqlDateTime overflow. Must be between 
1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM</dateOutOfRange>
                        <noXsltFile>Server problem. Data cannot be shown 
because the appropriate XSLT file is not found.</noXsltFile>
                        <accessNotAuthorized>Access not 
authorized</accessNotAuthorized>
                        <portfolioLookup>
                                <xmlProblem>Incorrect input prevents from 
parsing the formula</xmlProblem>
                                <sqlProblem>Incorrect input prevents from 
finding data</sqlProblem>
                                <nothingToShowPhrase>No entries to 
show</nothingToShowPhrase>
                                <useLookupForCriteria>[Use Portfolio Lookup 
dialog to enter a criteria]</useLookupForCriteria>
                        </portfolioLookup>      
                        <reportScheduler>
                                <commandError>The command could not be 
executed. Please verify input</commandError>
                                <sqlError>SQL error</sqlError>
                        </reportScheduler>                      
                </messages>             

        </performerIQ>

        <performer>
                 
                <messages>
                        <unknownMessageRequest>Internal Error: asked to display 
an unknown message.</unknownMessageRequest>
                        <noDataToDrawChart>Insufficient information to draw a 
chart. Please switch to Table</noDataToDrawChart>
                </messages>             
                
                <secondaryInquiry>
                        <scrollOnLoad offset="50">true</scrollOnLoad>
                </secondaryInquiry>             

                <files>
                        <xslt>
                                <warning file="WarningMessageHTML.xslt" />
                                <help file="Help_Message_HTML.xslt" />
                                <inquiriesList file="Help_InquiriesList.xslt" />
                        </xslt>
                </files>
                
                <folders>
                        <xslt path="xslt" />
                </folders>
                
                <inquiries note="Considered indivisible entity if in external 
file and when getting list of available inquiries">
                        <config>
                                <allowExternalInquiries value="false" />
                        </config>
                        
                        <inquiry name="All Flows" 
guid="563359a7-f860-44c3-9f9c-adde997e943e">
                                <xslt folder="">
                                        <html file="Inquiry_AllFlows.xslt"/>
                                        <excel file="" />
                                        <print file="" />
                                        <pdf file="" disabled="true" />
                                </xslt>
                        </inquiry>
                </inquiries>
        </performer>
    
  <system.web>
  
        <pages validateRequest="false"/> 
    
    <compilation defaultLanguage="c#" debug="true"><assemblies><add 
assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, 
Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add 
assembly="CrystalDecisions.ReportSource, Version=9.1.5000.0, Culture=neutral, 
PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, 
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add 
assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, 
PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>

    
    <customErrors mode="Off"/> 

    
    <authentication mode="Forms"> 
                <forms name="Login" loginUrl="Login.aspx" protection="All" 
path="/" />
    </authentication>

        

    <authorization>
        <allow users="*"/> 
            
    </authorization>

    
    <trace enabled="true" requestLimit="10" pageOutput="false" 
traceMode="SortByTime" localOnly="true"/>

    
    <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" 
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" 
cookieless="false" timeout="20"/>

    
    <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
   
 </system.web>

</configuration>


-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to