CR10 Dev JRC ReportSDKException Report location is not specified in the configuration file error

I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
workshop)
using the standalone Java Reporting Component (JRC), but I'm getting the exception
shown below (along with my config and source).
I'm just wondering at the cause of the exception, because I can successfully deploy
this code to jboss.
I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
/WEB-INF/classes/ folder
to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
I consulted the product documentation on the JRC and its tutorials but it has
me stumped.
I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
but I'm looking to do all the coding manually without any of BEA's controls and
what not.
Any information would be GREATELY APPRECIATED!!!
Thanks,
-Colin
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
not specified in the configuration file---- Error code:-2147
215356 Error code name:fileNotOpened
at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
Source)
at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
Source)
at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
Source)
at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
Source)
at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
Source)
at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
Source)
at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
Source)
at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
Source)
at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
My EAR file structure is as follows:
/crystal/ (context)
/reports/qtrade_sp_listing.rpt
/crystalreportviewers10/ -- bunch of crystal viewing stuff
/WEB-INF/classes/CrystalReportEngine-config.xml
/WEB-INF/lib/ -- bunch of crystal jar files
My CrystalReportEngine-config.xml is as follows
<?xml version="1.0" encoding="utf-8"?>
<CrystalReportEngine-configuration>
<reportlocation>../..</reportlocation>
<timeout>10</timeout>
<keycode>A2960-01C00FA-U700063</keycode>
</CrystalReportEngine-configuration>
My relevant Web.xml looks like:
<web-app>
<context-param>
<param-name>crystal_image_uri</param-name>
<param-value>/crystal/crystalreportviewers10/</param-value>
</context-param>
<taglib>
<taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
<taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
</taglib>
</web-app>
My JSP Page Source:
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
<html>
<head>
<title>Web Application Page</title>
</head>
<body>
<crviewer:viewer
viewerName="SPListingReport"
reportSourceVar="_SPListingReport"
displayGroupTree="false"
displayToolbarToggleTreeButton="false"
reportSourceType="reportingComponent">
<crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
</crviewer:viewer>
</body>
</html>

I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
workshop)
using the standalone Java Reporting Component (JRC), but I'm getting the exception
shown below (along with my config and source).
I'm just wondering at the cause of the exception, because I can successfully deploy
this code to jboss.
I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
/WEB-INF/classes/ folder
to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
I consulted the product documentation on the JRC and its tutorials but it has
me stumped.
I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
but I'm looking to do all the coding manually without any of BEA's controls and
what not.
Any information would be GREATELY APPRECIATED!!!
Thanks,
-Colin
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
not specified in the configuration file---- Error code:-2147
215356 Error code name:fileNotOpened
at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
Source)
at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
Source)
at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
Source)
at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
Source)
at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
Source)
at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
Source)
at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
Source)
at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
Source)
at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
My EAR file structure is as follows:
/crystal/ (context)
/reports/qtrade_sp_listing.rpt
/crystalreportviewers10/ -- bunch of crystal viewing stuff
/WEB-INF/classes/CrystalReportEngine-config.xml
/WEB-INF/lib/ -- bunch of crystal jar files
My CrystalReportEngine-config.xml is as follows
<?xml version="1.0" encoding="utf-8"?>
<CrystalReportEngine-configuration>
<reportlocation>../..</reportlocation>
<timeout>10</timeout>
<keycode>A2960-01C00FA-U700063</keycode>
</CrystalReportEngine-configuration>
My relevant Web.xml looks like:
<web-app>
<context-param>
<param-name>crystal_image_uri</param-name>
<param-value>/crystal/crystalreportviewers10/</param-value>
</context-param>
<taglib>
<taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
<taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
</taglib>
</web-app>
My JSP Page Source:
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
<html>
<head>
<title>Web Application Page</title>
</head>
<body>
<crviewer:viewer
viewerName="SPListingReport"
reportSourceVar="_SPListingReport"
displayGroupTree="false"
displayToolbarToggleTreeButton="false"
reportSourceType="reportingComponent">
<crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
</crviewer:viewer>
</body>
</html>

Similar Messages

  • How to load .jar files when not specified in the .jnlp file

    Hello,
    We are deploying an application with JWS but due to the nature of this app, we need to download additional jar file only when the user has been authenticated. The jar file(s) we need to download can hardly be predicted (in term of name) and thus cannot be all listed as lazzy resource in the .jnlp file.
    However, we would like to take advantage of the various JWS features relateed to .jar download and cache and would prefer not to reinvent the wheel by implementing our on stuff (i.e. URLClassLoader with caching etc.).
    Any idea, suggestion?
    Thanks in advance.
    Fred.

    How about writing a second jnlp file with the optional jar listed in it and running it only if your user is authenticated?

  • No dsn is present in the configuration file in the reporting services 2008

    HI i have found this error in the log file of my reporting services ,
    when i comes to the Configuration file in that
    my DSN path is empty no input code is there in that DSN tags
    <DSN>
    <DSN/>
    it shows the empty tags,
    and my Current Report Server Report Credentials are Windows,Service account credentails
    will it take the problem or what
    We have repair the BIDS setup also still not able to solve my issue.
    once this is  resolved now able to send the emails using subscriptions.
    pls infom abut this , i have sufferd this problem last 20 days.
    Please update the above query with high priority
    TanQ

    Hi Ychinnari,
    According to your description, you found error in log file of reporting services, when you come to rsreportserver.config file, the DSN tag is empty.
    DSN specify the database server that hosts the report server database connection string.  The report server database is created, this value will be encrypted and added to the configuration file. To solve the problem, we need to connect to either an
    existing report server database or create a new one for this instance. For detail information, please refer to the following steps:
    Start the Reporting Services Configuration Manager and connect to the report server instance for which you are creating the database.
    On the Database page, click Change Database.
    We can create a new report server database or select an existing database, then click Next.
    Connect to the instance of the Database Engine that you will use to create and host the report server database.
    Specify properties used to create the database.
    Specify the credentials used by the report server to connect to the report server database.
    Review the information on the Summary page to verify the settings are correct, and then click Next.
    Verify the connection by clicking a URL on the Report Server URL page or Report Manager URL page.
    For detail information about Configure a Report Server Database Connection, please refer to the following document:
    https://msdn.microsoft.com/en-us/library/ms159133.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Reporting tab is not shown in the console

    hi everyone
    the reporting tab is not shown in the service manager console, the topology i am using is 2 servers [one for DW and the other for management server] both servers have their SQL server installed on each one, could you please tell me how i can start to get
    this working or the steps i have to follow ?? isn't supposed to be working out of the box ? i have checked reporting services and they are running

    Probably your report server is not pointing to the DWDATAMART database, try login to:
    http://YourDWDatabase/Reports/Pages/Folder.aspx?ItemPath=%2fSystemCenter%2fServiceManager&ViewMode=List
    click on DWDATAMART Connection, under connection string, do you see your DWDATAMART DB name and server name?
    Antoine AL Ibry

  • The report I published on the SQL server report server is not showing in the application we use to retrieve reports.

    The report I published on the SQL server report server is not showing in the application we use to retrieve reports. My cell phone number is {removed}
    Thanks.

    Hello Roger Tenn,
    Thank you for posting in the TechNet Forum.
    As this issue is related to SQL server report server, to receive better report, it is recommended to ask in the SQL server forum.
    https://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver
    The professionals here will be glad to help you.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Ship To location is not merging with the Shipment address in Purchasing 11.

    As we can see in the attachment, the “Ship To” location is not merging from the “Ship To” on the Oracle PO, it appears it’s merging from the field on the Shipments tab/button (red boxes). We’d like to change that to have the “Ship To” on the PDF pull from the “Ship To” field where the green arrow is pointing. We’re not sure why both of those locations don’t always match (b/c sometimes they do match), however I think the quicker fix would be to change the merge fields, and then maybe at a later time we can look into why they don’t match.

    http://docs.oracle.com/cd/A99488_01/acrobat/po115txn.pdf
    I am checking the pdf , it does not give why this could be happening
    It talks of different fields but it does not give the information why this could be hapening
    Any thoughts or tables to be updated
    thanks again
    sri

  • HT204407 Notification when departing or arriving a location does not work in the latest version of find my friends (ios 7).

    Notification when departing or arriving a location does not work in the latest version of find my friends (ios 7).

    This is a user to user community, Apple are unlikely to read your comments, if you have any suggestions that you think might enhance iCloud you can send Apple your feedback here.

  • The configuration file did not contain well formed AppV configuration XML - When using Office 2013 ODT package

    All,
    I'm experiencing an issue where when using the Office 2013 package pulled down from ODT, that if I try to change the locations of either InfoPath Filler 2013 or Publisher 2013 from the default of Microsoft Office 2013 then I receive the message "The
    configuration file did not contain well formed AppV configuration XML. Please check the management server event log for more information". If I check Applications and Services\Microsoft\AppV\Server-Management\Admin the error displayed there is "An
    error was encountered parsing dynamic configuration file '0'. However I am able to change the shortcut location for all other applications except the above 2. I've tried redownloading the files using the ODT and also changing the version number (so far I've
    tried both the 15.0.4631.1002 and 15.0.4659.1001 with the same result).
    As all I'm interested in so far is having a package which contains Visio and Project I've tried following the article to exclude all the other Office elements:
    http://technet.microsoft.com/library/jj219426(v=office.15).aspx#BKMK_ExcludeAppElement. However the package looks to be the same and when I load it into the management console all the options and elements to Office 2013 are available like they were before
    when I hadn't set the exclude tags so I'm not sure whether the ExcludeApp parameters actually work correctly.
    This then brings me onto the 3rd issue I've experienced. I have a group for the Visio users and I've set custom security for them to have Visio delivered to them but not Project and then a seperate group for just Project users who will have Project delivered
    to them but not have Visio. When testing this sometimes seems to work but other times it seems to trip out and a user just in the Project or Visio group will get all of the Office 2013 applications and under the default location of Microsoft Office 2013. When
    trying to spot correlation with this it appears random and can happen to any user on any device. We have sequenced a few applications ourselves where different parts are needed for different users and we have successfully managed this using different security
    groups for different applications, just as I'm trying here with Office 2013.
    Has anyone else experienced the issue with the "did not contain well formed XML" as at the start of the post and how were you able to resolve this? Also has anyone any advice on how to troubleshoot the issue with the security seeming to trip out
    and publish all applications within a package to a user regardless of whether they are in the correct group or not?
    The management / publishing servers are 5.0.1224.0 which is SP1 HF4 and the clients are on SP2 HF5.
    Thanks

    Nicke,
    The config files are UTF-8. I did find the same article as yourself, however when searching for the value ‘TakeoverExtensionPointsFrom46=’ within either of the configuration.xml files that text isn’t found.
    No sinister reason not to share the file used, just it’s the same structure as referenced in the article:
    http://technet.microsoft.com/en-us/library/dn745895(v=office.15).aspx. The only difference being that I’m using ProPlusVolume and I’ve set a version number (which is the October
    2014 update). I’ve even looked to follow the above example as closely as possible in just using the ExcludeApp ID of Access and InfoPath, just to try and prove the process. However I still get the usual full package. The version of the Click-to-Run setup.exe
    I’m using is 15.0.4623.1001, so later than the version specified at the end of that article which is 15.0.4619.1000. Where can I expect to see the elements excluded? Will it be when loading the package into the management console or would it just not appear
    on the machine when delivered?
    <Configuration>
      <Add SourcePath="C:\OfficeDeploymentToolV2" Version="15.0.4659.1001" OfficeClientEdition="32">
        <Product ID="ProPlusVolume">
          <Language ID="en-us" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="InfoPath" />
        </Product>
      </Add>
    </Configuration>
    3). We’ve not used global publishing in our environment yet so I will try that. I’ve set both GlobalRefreshEnabled and GlobalRefreshOnLogon to True and when using the command Get-AppvPublishingServer on the client I’m testing with I can see this is pulled
    through correctly. I’ve also added the client name to the AD group used to grant access to the package and it is published. However nothing is pulling through onto the Client, so are there any steps I’ve missed or misinterpreted when looking to set this up?
    I guess the global publishing is there to keep in with licensing for Office being per device? On a slight aside, as Windows licensing is being changed to allow per user licensing
    http://www.zdnet.com/microsoft-to-make-per-user-windows-licensing-available-to-enterprise-customers-7000035401/ does anyone know if there are any plans to allow for Office / Project / Visio licenses to go per user as well? We’re a volume license customer
    rather than subscription based so I think a lot of the options to selectively deploy Visio and Project are excluded for us.
    Dan,
    Ok that explains why the security could be tripping out then and leading to this result. As above I’ll try with global publishing and see how I get on.
     From what I’ve read / watched  I think only one Office 2013 package can be published to a machine, so we would be unable to have a separate package for Visio and a separate package for Project and then attempt to deliver
    them both together. If a user wanted both Project and Visio then I guess we’d need to have a combined Project and Visio package to cover than scenario, but then 2 more separate Project and Visio packages for those who would only want either Project and Visio
    (I think).
    The scenario we’re looking at is to see whether we are able to deliver Project and / or Visio to different users through an AppV package and this will then cover users on XenApp or on fat clients. Only a small proportion of our
    users will need access to Project and / or Visio so therefore we’d only have a small amount of Project and Visio licenses.
    However from what I’ve tested up to this point and from what I’ve picked up from Forum posts / watched on TechEd sessions is that as publishing is Global and is unable to use different security groups for different elements of the
    suite, then using Office through AppV is only suitable if you will be delivering the whole suite (including Project and Visio) to all of your users. So in a scenario where you’d only want certain elements to be delivered to a handful of users then you’d need
    to keep with traditional ESD methods to have this installed onto fat clients and steer clear of XenApp. If wanting to install to XenApp then a lockdown tool like AppSense or AppLocker would also need to be brought into the equation.
    Is my understanding above correct or have I missed some options / methods?
    If the full Office package is always delivered but a company only has Office licenses and no Project and Visio licenses for all its users, how do they stop Project and Visio being delivered and being available? Or again if you have
    this use case is the AppV method one which will be unsuitable?
    Thanks

  • I can not open Firefox. Keep getting the error message "Failed to read the configuration file. Please contact your system administrator." What do I do?

    I can not open Firefox. I keep getting the message "Failed to read the configuration file. Please contact your system administrator." I have tried uninstalling Firefox and then reinstalling it but without success. What should I do?

    Which Fx version? When you uninstalled Fx, did you <b>reboot</b> computer before reinstall?
    Also, check for / delete any leftover files in the Fx programs install folders, before reinstall?
    Is your profile in the default location or custom location?
    Have you tried creating a <u>new, <b>completely</b> clean profile</u> - to test (then make sure to select that profile to start Fx - from the Profile Manager)? (no addons or plugins installed).
    Does the user acct (that Fx fails under) have access ("rights") to all locations - especially for Fx profiles location?

  • When I download from my samsung camera, the photos do not go to the "photos" file. I have to download to "import" then copy them to a separate album.  what am I doing wrong?are

    when I download from my samsung camera, the photos do not go to the "photos" file. I have to download to "import" then copy them to a separate album.  what am I doing wrong?are

    Is iPhoto open when you connect the camera and are you seeing the camera in iPhoto? 
    If not then describe in detail how you're going about trying to import photos from your Samsung camer into your iPhoto Library.  From what you've described we have no idea what's going on.
    And where is this "import" folder located that you're referring to?
    OT

  • One or mor parameters were not specified for the subreport

    I have a main report that has a sub report.  It all seems to work fine, except that I get the error "One or mor parameters were not specified for the subreport" when the second page of the report is rendered.  So I verifed that all the
    parameters for both reports are setup correctly, looked at the data to see if it that was causing the issue, etc....  I found nothing.
    Then I came across this article. 
    http://www.analyticsby.me/2009/10/one-or-more-parameters-were-not_09.html
    So I changed all the parameters on the sub report Available Values to none.  Now it works without issues. 
    My problem is that the sub report needs to be run independently.  By setting the Available Values to none, the user is unable to select values for the parameters.  This is not acceptable.
    I suppose I could create a duplicate report to use as the sub report, with all the Available Values set to none for the parameters, but that means I need to maintain two reports instead of one.
    This has to be a bug.
    Anyone come across this situation?
    Bill Behning

    Hi Bill,
    Sorry for the delay.
    Based on my test, the error message hints that either the report parameter has not been passed from the main report to the subreport or that the wrong format of report parameter or an unacceptable value for the report parameter has been passed from the main
    report to the subreport.
    When passing the parameter from the main report to subreport, we can grant the parameter to Available values in the subreport. While the values passed should be contained by Available values of the parameter in the subreport. In this case, the error won't occur.
    In other words, the parameter in the subreport can contain Available values.
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • AutoConfig could not successfully instantiate the following files

    Dear Gurus,
    We have just migrated to Autoconfig on DB tier and after running the autoconfig on DB tier we are getting the following error:
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /volora/oracle9/app/oracle/product/9i/appsutil/install/MSBEP004_dcpsr006osm
    adcrobj.sh INSTE8_APPLY
    addbprf.sh INSTE8
    adsvdb.sh INSTE8
    adsvdcnv.sh INSTE8
    adsvdlsn.sh INSTE8
    afdbprf.sh INSTE8_PRF
    afmkinit.sh INSTE8_SETUP
    Directory: /volora/oracle9/app/oracle/product/9i/appsutil/install
    adlnkoh.sh INSTE8
    Directory: /volora/oracle9/app/oracle/product/9i/appsutil/scripts/MSBEP004_dcpsr006osm
    adautocfg.sh INSTE8
    addbctl.sh INSTE8
    addlnctl.sh INSTE8
    adlsnodes.sh INSTE8
    adpreclone.pl INSTE8
    Directory: /volora/oracle9/app/oracle/product/9i/rdbms/lib
    config.s INSTE8
    AutoConfig is exiting with status 14
    Please suggest what could be the problem
    Thanks in Advance
    Regards
    Kiran Rana

    hi guru
    The logfile given bellow error
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/adpreclone.pl missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/adsvdb.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/adsvdlsn.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/adsvdcnv.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/addbprf.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/afdbprf.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/addbctl.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/addlnctl.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/adlsnodes_ux.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/adlnkoh.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/adautocfg_ux.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/adcrobj.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    File /volora/oracle9/app/oracle/product/9i/dbs/initMSBEP004.ora of type INSTALL already exists, this file will not be instantiated.
    File /volora/oracle9/app/oracle/product/9i/network/admin/MSBEP004_dcpsr006osm/listener.ora of type INSTALL already exists, this file will not be instantiated.
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/afmkinit.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00423: Template file: /volora/oracle9/app/oracle/product/9i/appsutil/template/config_aix_64.s missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AutoConfig Setup Phase
    Running Setup Process 2 of 2 for AppsUtil
    AC-50400: Script file /volora/oracle9/app/oracle/product/9i/appsutil/install/MSBEP004_dcpsr006osm/afmkinit.sh missing.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AppsUtil
    AC-50400: Script file /volora/oracle9/app/oracle/product/9i/appsutil/install/MSBEP004_dcpsr006osm/afdbprf.sh missing.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AutoConfig Services Phase
    Running Service Process 1 of 1 for AppsUtil
    AC-50400: Script file /volora/oracle9/app/oracle/product/9i/appsutil/install/MSBEP004_dcpsr006osm/adcrobj.sh missing.
    Raised by oracle.apps.ad.autoconfig.InstantiateFile

  • The specified screen does not exist in the DLIB file

    Dear Experts,
    I have copied the program of VA01 to Zprogram and created ztransaction when I execute ztransaction it will goto first screen, after I type input and click enter I will get below message
    Screen zsapmv45a 4470 does not exist
    when I check help (F1) it says as follows
    Diagnosis
         The specified screen does not exist in the DLIB file.
    Procedure
         Specify the programm and the screen number correctly.
         If you want to generate a list of existing screens, select the program
         and screen number on the Screen Painter selection screen. In the case of
         the screen number, you can only enter a * in the first position.
    can anyone tell me that how to maintian screen in DLIB file?
    Thanks in Advance...
    Venkatesh

    Do you have such a screen number under the function group where you have copied the transaction VA01?
    If not chek in standard func group for this screen and copy it.

  • Fields are not appearing in the configuration

    HI All,
    I created new  view in the BP_HEAD component and view type is table view. In that view i created model context node and it is referring to BuilHeader bol object. these context node fields are not showing in the configuration tab. if i expand my context node folder in the configuartion , it is shoiwng empty. I am facing this problem.I changed view type table to form also it is not working.Could you help me any one .
    i

    Hi venky
    Check the generation of the context node class , check its super class it should be CL_BSP_WD_CONTEXT_NODE_TV, and your view code must support the configuration. check the below view code snippet for table
    here replace the partner with your view variable which represents the controller class context node
    <%@page language="abap" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <%
      DATA: lv_xml               TYPE string,
      lv_visible_row_count TYPE string.
      lv_xml = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
    %>
    <chtmlb:configTable xml                   = "<%= lv_xml %>"
                        id                    = "ResultTable"
                        navigationMode        = "BYPAGE"
                        onRowSelection        = "Select "
                        selectionMode         = "<%= PARTNER->selection_mode %>"
                        table                 = "//PARTNER/Table"
                        usage                 = "SEARCHRESULT"
                        visibleRowCount       = "10"
                        width                 = "100%"
                        actionsMaxInRow       = "6"
                        selectedRowIndex      = "<%= PARTNER->selected_index %>"
                        selectedRowIndexTable = "<%= PARTNER->selection_tab %>" />
    The generated method GET_TABLE_LINE_SAMPLE must refer to BOL structure that you refered
    say for example if you are creating table for BuilHeader the generated code should contain the structure CRMST_HEADER_OBJECT_BUIL. (sample code snippet is given below)
        TYPES: BEGIN OF line.
        include type CRMST_HEADER_OBJECT_BUIL.
        TYPES:
               END OF line.
        CREATE DATA rv_sample TYPE line.
    Thanks & Regards
    Raj

  • Component ID not defined in the configuration

    Hi,
    I have created a entirely new component (PAR file) and uploaded the same (System Administrator> Support>Support Desk --> Portal Runtime --> Administration Console --> Archive Uploader).
    I also got the confirmation message like "Application successfully stored in the PCD".
    Now, through
    System Administrator> System Configuration> Knowledge Management --> User Interface > Mapping> Component,
    I created a new mapping, gave the name of the java class i was refering to along with the path as required.
    I also got the confirmation messgae like "Object has been saved and activated ".
    Now, when I try to use the newly registered class name in any component's specification, like in "components" parameters (System Administrator> System Configuration> Knowledge Management-->User Interface --> Settings >Layout Set-> <search for the desired result renderer> --> advanced options --> "Components"),
    I get the error message : " <class name within the newly uploaded component> is not a component ID that is defined in the configuration".
    Any ideas regarding the same ???
    If you must have more details, then i must specify that i am trying to alter the functioning of standard "SearchHeaderComponent". Since i cannot alter the standard JARs and PARs, I created a completely new PAR file with a new name and altered the "SearchHeaderComponent" file to suit my requirements. I saved the altered file with new name so as not to override the original file.
    I uploaded this new PAR file with new name ( with altered "SearchHeaderComponent" in the  "km.appl.ui.flex.component_core.jar." in the "com.sap.km.cm.ui.flex" component.)
    Be assured that no where, any standard file has been over-ridden or tampered. Only copies have been worked upon and then uploaded with new names.
    Edited by: Neeraj Tiwari on May 11, 2009 8:15 AM
    Edited by: Neeraj Tiwari on May 11, 2009 8:17 AM

    please look at thread
    https://www.sdn.sap.com/irj/scn/thread?threadID=1349964&tstart=0

Maybe you are looking for

  • Slow internet after mountain lion download

    web pages open slowly or not at all after mountain lion download

  • Chinese character in report

    Hi , SAP login is in EN. Notification description are maintained in chinese character. When the custom report is executed whether it is possible to display the chinese character in the screen. If yes please let me know the steps involved. Thanks in a

  • Photoshop HUD not working in OSX 10.6.6

    Hi, I've nVidia GeForce 9400 GT which is in the Adobe Photoshop Supported GPU list but the HUD controls are not appearing by Pressing Shift+Option + right click or with any other key combination. Shift + Command + Rlight Click (with Brush Tool select

  • After installing divX codec, QT won't play divX .avis

    Environment: Windows XP pro QT pro 7.1.3 DivX 6.5 I hate windows media player, and always play my media in QT if I can. When I tried to play some avis in QT that were encoded with DivX, the QT dialog box came up and directed me to the apple site whic

  • My ATV will not update

    My Apple TV will not update. It continues to prompt for an update and fails. What do I do?