Unable to find com.businessobjects.mds.olap.protocol.ess_japi while exporting Design Studio SDK

Hello,
I am trying to export / package Design Studio SDK, i am able to test / run it successfilly in eclipse but, getting error "Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]" while packaging design studio SDK. when i am exporting the project it is failing at 78% and getting the above error. PFA screen shoot for the same.
Detailed Error:
C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:88: The following error occurred while executing this line:
C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:2369: Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]
  at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
  at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
  at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.Target.execute(Target.java:392)
  at org.apache.tools.ant.Target.performTasks(Target.java:413)
  at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
  at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
  at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:498)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
  at org.eclipse.pde.internal.core.exports.FeatureExportOperation.runScript(FeatureExportOperation.java:422)
  at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:285)
  at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:223)
  at org.eclipse.pde.internal.core.exports.FeatureExportOperation.run(FeatureExportOperation.java:107)
  at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:2369: Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]
  at org.eclipse.equinox.p2.internal.repository.tools.tasks.AbstractRepositoryTask.prepareIUs(AbstractRepositoryTask.java:186)
  at org.eclipse.equinox.p2.internal.repository.tools.tasks.MirrorTask.execute(MirrorTask.java:60)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.Target.execute(Target.java:392)
  at org.apache.tools.ant.Target.performTasks(Target.java:413)
  at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
  at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  ... 26 more
Thanks

Hello All,
Thanks for giving time for this thread. I have solved this issue. Actually when we create Feature Project by default all Pugins and Fregemets will be added to featured project(i guess in some eclipse version since SAP has not mentained any Note for this), we need to delete unnecessary plugins from the featured project. Just select all and right click and delete. Then again add SAP Sample SDK.
Even thought it will packaged properly and will create zip file and you will be able import it to the Design Studio  but you cann't select and install it to the Plateform from Design Studio, make sure for this you have Unchecked Ckeckbox: Unpack the plug-in archive after the installation.
I think this will help.
Thanks

Similar Messages

  • Sun Studio (12,1) is unable to find a supported version of the Netbeans IDE

    Hi all,
    We're working on upgrading both the hardware and software on our application currently, and part of this involves upgrading our compiler to Sun Studio 12.1. I downloaded
    SunStudio12u1-SunOS-SPARC-pkgs-ML.tar.bz2
    from the Sun website and we installed it into the following location on our server:
    /opt/compiler/sunstudio12.1
    I successfully compiled all my code using the compiler, however, when I try to launch the debugger by typing ./sunstudio in the 'bin' directory, I get the following error:
    {opt/compiler/sunstudio12.1/bin}./sunstudio
    Sun Studio is unable to find a supported version of the NetBeans IDE.
    Sun Studio requires a NetBeans IDE version 6.5.1 with NetBeans C/C++ module (cnd
    2) enabled.
    Sun Studio looks for a valid NetBeans IDE installation in the following order:
    1) Location specified with --netbeanshome command line option
    2) At /opt/compiler/sunstudio12.1/netbeans
    I have seen references to executing 'prepare_system' on forums while I was trying to investigate this, but when our sys admin folks try to execute the command, it does not work (command not found). They've mentioned that they expected a prepare_system script in the directory where we untarred the downloaded sun studio tarfile, but it is not there:
    drwxrwxr-x 4 59001 staff 1024 Aug 20 2009 .
    drwxr-xr-x 3 yu12 lifecad 1024 Jul 2 09:48 ..
    drwxrwxr-x 4 59001 staff 1024 Aug 17 2009 LEGAL
    -rw-rw-r-- 1 59001 staff 3985 Aug 19 2009 SS12u1_README-pkgs.txt
    -rw-r--r-- 1 59001 staff 5598 Aug 20 2009 SS12u1_README-pkgs_ja.html
    -rw-r--r-- 1 59001 staff 4155 Aug 20 2009 SS12u1_README-pkgs_zh.html
    -rwxrwxr-x 1 59001 staff 517979136 Aug 6 2009 SunStudio12u1-SunOS-SPARC-pkgs.sh
    -rwxrwxr-x 1 59001 staff 11814 Aug 6 2009 install_patches.sh
    drwxrwxr-x 5 59001 staff 96 Aug 17 2009 patches
    I can see a netbeans directory was created as part of the install, but I'm not sure why sun studio thinks netbeans is not available (afraid my knowledge about netbeans is practically non existent):
    {opt/compiler/sunstudio12.1/netbeans}ls -l
    total 6062
    drwxr-x--- 2 root root 512 Apr 5 11:14 bin
    drwxr-x--- 7 root root 512 Apr 5 11:14 cnd2
    -rw-rw-r-- 1 root root 5254 Mar 5 2009 CREDITS_ja.html
    -rw-rw-r-- 1 root root 5175 Mar 5 2009 CREDITS_pt_BR.html
    -rw-rw-r-- 1 root root 4908 Mar 5 2009 CREDITS_zh_CN.html
    -rw-rw-r-- 1 root root 5434 Mar 5 2009 CREDITS.html
    -rw-rw-r-- 1 root root 1717 Mar 5 2009 DISTRIBUTION.txt
    -rw-rw-r-- 1 root root 0 Aug 6 2009 dummy
    drwxr-x--- 2 root root 512 Apr 5 11:14 etc
    drwxr-x--- 7 root root 512 Apr 5 11:14 gsf1
    drwxr-x--- 6 root root 512 Apr 5 11:14 ide10
    -rw-rw-r-- 1 root root 1845 Mar 5 2009 LEGALNOTICE.txt
    -rw-rw-r-- 1 root root 64275 Mar 5 2009 LICENSE.txt
    -rw-rw-r-- 1 root root 37141 Mar 5 2009 moduleCluster.properties
    drwxr-x--- 7 root root 512 Apr 5 11:14 nb6.5
    -rw-rw-r-- 1 root root 15822 Mar 5 2009 netbeans.css
    drwxr-x--- 8 root root 512 Apr 5 11:14 platform9
    -rw-rw-r-- 1 root root 6141 Mar 5 2009 README_ja.html
    -rw-rw-r-- 1 root root 5692 Mar 5 2009 README_pt_BR.html
    -rw-rw-r-- 1 root root 5122 Mar 5 2009 README_zh_CN.html
    -rw-rw-r-- 1 root root 5155 Mar 5 2009 README.html
    -rw-rw-r-- 1 root root 2913280 Mar 5 2009 THIRDPARTYLICENSE.txt
    drwxr-x--- 5 root root 512 Apr 5 11:14 websvccommon1
    Our server details are:
    {opt/compiler}uname -a
    SunOS a03714 5.10 Generic_142900-03 sun4v sparc SUNW,T5440
    Any advice appreciated on how to get the debugger working. Ideally, I'd prefer not to uninstall / reinstall if at all possible as we're about to start system testing our executables, and I think a reinstall would require more unit teting and delays to our project (yikes!). But any input would be appreciated here.
    Thanks,
    Brendan.

    Hi David,
    First off - thanks for the response. I do have some follow up questions if you don't mind though:
    1. When you say the install is corrupted, do you suspect
    - the file I downloaded from the website either was corrupted, or was not the correct file for my platform
    - the procedure used to install the software was incorrect
    - something else
    2. Is there a logfile that the sun studio install creates which would indicate an error during the installation procedure? I'm sure our admins who performed the install would have shouted if an error was logged... but on the offchance that the installation does not 'shout loudly' for some errors, I'd like to see a log of the error. At a minimum, I'd expect it to say why the install failed, and what we need to modify to ensure a successful install next time 'round.
    3. I successfully compiled my code using the C compiler from the install. My unit tests also look good... does this suggest that the install was at least a partial success, and would you suspect that my recompiled executables are reliable, despite the fact that I cannot launch the IDE?
    4. Today, one of our admins telnetted to our unix server - not via exceed by the way, but he did try the following test:
    - set his display env variable (he knew he would not get a display however)
    - executed the sunstudio script
    He did not get the netbeans error, and the process appeared to be running (as I mentioned, without a display) until he killed it. I've asked if they can repeat the test using an exceed session. I thought there may be something on his $PATH that I did not have - unfortunately this was not the case (although, he may have access as 'root' to something that I require to launch the IDE). My question is, would you expect this behaviour if the install was corrupted?
    Let me know what you think.
    Thanks,
    Brendan.

  • Oracle.adf.mds.MetadataDefException: Unable to find component with absolute

    Hi,
    I am getting the below error when I press enter key after selecting a value lov value in the page. This page works fine when I press GO button.
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/irc/offers/webui/OfferSearchPG.OfferSrchQueryRN.xxPositionName1, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OACustomizationCOHelper.isExcludedStyleForAT(OACustomizationCOHelper.java:4006)
         at oracle.apps.fnd.framework.customjrad.webui.CustomJRADTableViewsUpdateColShownCO.processRequest(CustomJRADTableViewsUpdateColShownCO.java:400)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/irc/offers/webui/OfferSearchPG.OfferSrchQueryRN.xxPositionName1, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findRelativeWithException(MetadataManagerBase.java:1532)
         at oracle.adf.mds.internal.MElementImpl.findRelative(MElementImpl.java:157)
         at oracle.apps.fnd.framework.webui.OACustomizationCOHelper.isExcludedStyleForAT(OACustomizationCOHelper.java:4002)
         at oracle.apps.fnd.framework.customjrad.webui.CustomJRADTableViewsUpdateColShownCO.processRequest(CustomJRADTableViewsUpdateColShownCO.java:400)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/irc/offers/webui/OfferSearchPG.OfferSrchQueryRN.xxPositionName1, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findRelativeWithException(MetadataManagerBase.java:1532)
         at oracle.adf.mds.internal.MElementImpl.findRelative(MElementImpl.java:157)
         at oracle.apps.fnd.framework.webui.OACustomizationCOHelper.isExcludedStyleForAT(OACustomizationCOHelper.java:4002)
         at oracle.apps.fnd.framework.customjrad.webui.CustomJRADTableViewsUpdateColShownCO.processRequest(CustomJRADTableViewsUpdateColShownCO.java:400)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Logout
    Copyright (c) 2006, Oracle. All rights reserved.
    Thanks,
    HC

    Hi Gyan,
    When I printdocument for that region, I see the xxpositionname1 as the messagestyledtext item.
    <insert before="ManagerColumn">
    <oa:column id="xxPositionName" adminCustomizable="true" bandingShade="none" cellNoWrapFormat="false" columnDataFormat="textFormat" displayGrid="true" rendered="true" scope="." totalValue="false" userCustomizable="false"
    xmlns:oa="http://xmlns.oracle.com/oa">
    <ui:columnHeader xmlns:ui="http://xmlns.oracle.com/uix/ui">
    <oa:sortableHeader id="xxPositionNameSH" adminCustomizable="true" cellNoWrapFormat="false" initSortSeq="none" prompt="Position" rendered="true" required="no" scope="." sortState="yes" userCustomizable="false"/>
    </ui:columnHeader>
    <ui:contents xmlns:ui="http://xmlns.oracle.com/uix/ui">
    <oa:messageStyledText id="xxPositionName1" adminCustomizable="true" cellNoWrapFormat="false" dataType="VARCHAR2" initSortSeq="none" prompt="Position" queryable="false" rendered="true" required="no" scope="."
    selectiveSearchCriteria="false" serverUnvalidated="false" sortState="no" tipType="none" totalValue="false" userCustomizable="false" vAlign="middle" viewAttr="Name1" viewName="IrcOfferSearchVO" warnAboutChanges="true"/>
    </ui:contents>
    </oa:column>
    </insert>
    Thanks,
    HC

  • When Audio Console launched, Unable to find audio device error message comes

    When I launch audio console, I get an error message saying:
    "Unable to find audio device. Please make sure that your audio device is enabled and installed with its driver. This application will be closed."
    This can't be right because my soundblaster audigy 2 ZS platinum card is installed, its working, I can hear things etc.
    I uninstalled and reinstalled the audio console software package from creative and that fixed the problem for a very short while and it is now reoccurring.
    I've had this same setup for several years with no issues, now all of a sudden, this is happening.
    Anyone out there had similar challenges?
    Thanks for looking!Message Edited by dgmtoronto on 07-22-200703:33 PM

    Most probably you don't have passed the correct root= option to the kernel so that the kernel cannot, as it says, find its root device. Read the wiki page about refind in order to know how to configure it (https://wiki.archlinux.org/index.php/REFInd). Refind as no fully automatic configuration like grub.

  • [Help] Unable to find component with absolute reference

    I've deployed my project files to server and registered in Application.
    Class Files under myclasses goes to -> /disk2/app/applmgr/comntop/java/ldc/oracle/apps/sla/calnet/xref/phone
    Page XML under myprojects goes to -> /disk2/app/applmgr/appltop/xx_custom/11.5.0/mds
    The page is rendered successfully.
    (In EBS, HTML Call registered in FUNCTION is OA.jsp?page=/ldc/oracle/apps/sla/calnet/xref/phone/webui/PhonePG)
    However, if I click any "action" such as <apply>, <delete>.. etc, I get "Unable to find component with absolute reference" error.
    I've verified -> exec JDR_UTILS.printDocument('/ldc/oracle/apps/sla/calnet/xref/phone/webui/PhonePG', 150), and it did fetch the XML code.
    I've verified I restart Apache as well as deleting out pages -> rm -rf $COMMONTOP/_pages
    What am I missing here? Please help.
    xmlimport.bat
    REM   Setting Up JDeveloper Path
         set JDEV_BIN_HOME=C:\JDev9i_OAExtend_RUP7\jdevbin
         set JDEV_USER_HOME=C:\JDev9i_OAExtend_RUP7\jdevhome\jdev
         set JDEV_PROJECT_HOME=%JDEV_USER_HOME%\myprojects
    REM   Location of the import file
         set PATH=%JDEV_BIN_HOME%\jdk\bin;%JDEV_BIN_HOME%\jdev\bin;%PATH%
    REM   Setting up DB Connection Path
             set DB_CONNECTION="(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = arebdt.xxx.com)(PORT = 1521))(CONNECT_DATA = (SID = ARTEST)))"     
    REM   Setting up Page(s) to upload
         set PAGE2UPLOAD=ldc\oracle\apps\sla\calnet\xref\phone\webui\PhonePG.xml
         set APPS_PASSWD=<pass>
    REM   Execute import.bat
         call import.bat %JDEV_PROJECT_HOME%\%PAGE2UPLOAD% -rootdir %JDEV_PROJECT_HOME% -username apps -password %APPS_PASSWD% -dbconnection %DB_CONNECTION%
         pause
    REM   End of process     Error page
    Exception Details. 
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = ldc/oracle/apps/sla/calnet/xref/phone/webui/PhonePG;
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:529)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1011)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
         at _oa__html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at _oa__html._OA._jspService(_OA.java:94)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = ldc/oracle/apps/sla/calnet/xref/phone/webui/PhonePG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1352)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1011)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
         at _oa__html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at _oa__html._OA._jspService(_OA.java:94)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:595)
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = ldc/oracle/apps/sla/calnet/xref/phone/webui/PhonePG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1352)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1011)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
         at _oa__html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at _oa__html._OA._jspService(_OA.java:94)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:595)

    Ok, I admit it's my mistake.
    I found a url coded in my CO miss a / at the beginning of the url address.
    So, the Application deployment was OK.
    Incorrect -> "OA.jsp?page=ldc/oracle/apps/sla/calnet/xref/phone/webui/PhonePG"
    Correct   -> "OA.jsp?page=/ldc/oracle/apps/sla/calnet/xref/phone/webui/PhonePG"Note that, in JDeveloper, page will function successfully without the /, but in EBS it will throw the error.
    Code with correct url address embedded.
           pageContext.forwardImmediately("OA.jsp?page=/ldc/oracle/apps/sla/calnet/xref/phone/webui/PhonePG",
                                          null,
                                          OAWebBeanConstants.REMOVE_MENU_CONTEXT,
                                          null,
                                          null,
                                          false, // retain AM
                                          OAWebBeanConstants.ADD_BREAD_CRUMB_NO); Edited by: user595907 on 2010/9/17 下午 4:28

  • Unable to find line break between two lines in attachment file.

    Dear all I will be very great full if someone help me out,
    I am trying to send mail through SMTP server with an attachment of oracle report, but I am unable to find line break between two lines, when I down load the attachment from mail and open attach.txt file by double click on it. Next line starts right after previous line ends, it should starts with new line.
    In order to send an attachment file, I am reading source file line by line and put MIME protocol’s attachment instance, contain of source file is being properly written into target file if I open that attachment on cmd prompt.
    Following code may help you to understand the case.
    Thanks in advance.
    My code is as follows:-
    create or replace procedure bec_file_test
    v_subject varchar2, -- Subject of the email
    v_body varchar2, -- Body of the email
    v_from VARCHAR2 default 'XYZ.com', -- sender mail id
    v_to varchar2 default 'XYZ.com', -- Field To of the email
    v_cc varchar2 default 'XYZ.com' -- cc address
    ) is
    -- variable to hold the smtp server connection
    v_smtp_connection utl_smtp.connection;
    -- variable to hold the smtp host name
    v_smtp_host varchar2(100) default 'mail.bec-group.com';
    -- variable to hold the smtp port
    v_smtp_port number default 25;
    -- composite of {CR}{LF} caridge return and line feed.
    CRLF varchar2(2):=CHR(13)||CHR(10);
    cursor pr_rec is
    select requisition_no,line_no,release_no,a.contract,
    a.project_id,substr(a.activity_seq,1,11)ACT_SEQ,
    substr(a.part_no,1,12)PART_NO,
    substr(a.description,1,32)DESCRIPTION,
    substr(a.Bal_qty,1,8) BAL_QTY,
    substr(a.unit_meas,1,5)UOM,
    a.wanted_receipt_date WAN_REC_DT,
    a.latest_order_date LAT_ORD_DT
    from bec_pr_line_rep a
    where a.Bal_qty>0 and a.header_state not in 'Closed'
    and upper(a.state1) like 'RELEASED' and a.contract not in ('U1ENG','ULENG','U1FND','U2FND')
    and a.buyer_code='70306'
    order by a.part_no;
    begin
    declare
    fHandle UTL_FILE.FILE_TYPE;
    v_msg_line varchar2(2000);
    -- v_buffer varchar2(20000);
    --ALTER SYSTEM SET utl_file_dir = 'D:\Database\temp'
    --COMMENT='Temporary change on Dec 14'
    --SCOPE=SPFILE;
    SELECT name, value
    FROM gv$parameter
    WHERE name = 'utl_file_dir';
    --drop directory my_directory
    --CREATE or replace DIRECTORY my_directory AS 'D:\database\temp';
    --GRANT read,write ON DIRECTORY my_directory TO PUBLIC;
    begin ---writing data into a file.
    fHandle := UTL_FILE.FOPEN('MY_DIRECTORY', 'pending_pr_summry.txt', 'w');
    UTL_FILE.put_line(fHandle, ' Pending PR to process (detail report)');
    UTL_FILE.put_line(fHandle,TO_CHAR(SYSDATE,'MM-DD-YY HH:MI:SS AM'));
    UTL_FILE.put_line(fHandle, '--------------------------------------------------------------------------------------------------------------------------------------------------');
    UTL_FILE.put_line(fHandle, 'Req.no. li Re Site Prj Id Act seq Part no Description Qty UOM want rec dt lat ord dt' );
    UTL_FILE.put_line(fHandle, '--------------------------------------------------------------------------------------------------------------------------------------------------');
    for pr_temp in pr_rec loop
    begin
    v_msg_line:=to_char(rpad(pr_temp.requisition_no,12,' ')||'|'||
    lpad(pr_temp.line_no,3,' ')||'|'||
    lpad(pr_temp.release_no,3,' ')||'|'||
    rpad(pr_temp.contract,7,' ')||'|'||
    lpad(nvl(pr_temp.project_id,' '),7,' ')||'|'||
    lpad(nvl(pr_temp.act_seq,' '),12,' ')||'|'||
    lpad(pr_temp.part_no,12,' ')||'|'||
    rpad(pr_temp.description,35,' ')||'|'||
    lpad(pr_temp.bal_qty,10,' ')||'|'||
    rpad(pr_temp.uom,6,' ')||'|'||
    lpad(pr_temp.wan_rec_dt,14,' ')||'|'||
    lpad(pr_temp.lat_ord_dt,14,' '));
    UTL_FILE.put_line(fHandle,v_msg_line);
    end;
    end loop;
    UTL_FILE.put_line(fHandle, '--------------------------------------------------------------------------------------------------------------------------------------------------');
    UTL_FILE.put_line(fHandle, ' Regards : IFSAPP ( Application owner ) ');
    UTL_FILE.FCLOSE(fHandle); ------------writing into file is successfuly done here!
    --Reading of file starts here containt will be added in attchment file
    fHandle :=UTL_FILE.FOPEN('MY_DIRECTORY','pending_pr_summry.txt','R' );
    -- establish the connection to the smtp server
    v_smtp_connection := utl_smtp.open_connection(v_smtp_host, v_smtp_port); /** OPEN CONNECTION ON THE SERVER **/
    -- perform a handshake with the smtp server
    utl_smtp.helo(v_smtp_connection, v_smtp_host); /** DO THE INITIAL HAND SHAKE **/
    -- set the 'from' address of the message
    utl_smtp.mail(v_smtp_connection, v_from);
    -- add the recipient to the message
    utl_smtp.rcpt(v_smtp_connection, v_to);
    -- send the email
    utl_smtp.open_data(v_smtp_connection);
    v_msg_line:='Date: ' || TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' ) || CRLF ||
    'From: ' || v_from || CRLF ||
    'Subject: ' || v_subject || CRLF ||
    'To: ' || v_to || CRLF ||
    'Cc: ' || v_cc || CRLF ||
    'MIME-Version: 1.0'|| CRLF || -- Use MIME mail standard
    'Content-Type: multipart/mixed;'||CRLF ||
    ' boundary="-----SECBOUND"'||CRLF||
    CRLF ||'-------SECBOUND'|| CRLF ||
    'Content-Type: text/plain;'|| CRLF ||
    'Content-Transfer_Encoding: 7bit'|| CRLF ||
    CRLF ||v_body|| CRLF;     -- Message body
    utl_smtp.write_data(v_smtp_connection,v_msg_line);
    v_msg_line:='-------SECBOUND'|| CRLF ||
    'Content-Type: application/octet-stream;'|| CRLF ||
    'Content-Type: text/plain;'|| CRLF ||
    'name="pending_pr_summry.txt"'|| CRLF ||
    'Content-Transfer_Encoding: 8bit'|| CRLF ||
    'Content-Disposition: attachment;'|| CRLF ||
    ' filename="pending_pr_summry.txt"'|| CRLF || CRLF;     -- Content of attachment
    utl_smtp.write_data(v_smtp_connection,v_msg_line);
    -- check file is opened
    IF utl_file.is_open(fHandle) THEN
    -- loop lines in the file
    LOOP
    BEGIN -- Content of attachment
    utl_file.get_line(fHandle,v_msg_line);
    v_msg_line:=concat(v_msg_line,CRLF);
    utl_smtp.write_data(v_smtp_connection,v_msg_line);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    EXIT;
    END;
    END LOOP;
    END IF;
    --end of attachment containt     
    utl_smtp.write_data(v_smtp_connection,v_msg_line);
    UTL_FILE.FCLOSE(fHandle);
    utl_smtp.close_data(v_smtp_connection);
    utl_smtp.quit(v_smtp_connection);
    exception
    when utl_smtp.invalid_operation then
    dbms_output.put_line(' Invalid Operation in Mail attempt using UTL_SMTP.');
    when utl_smtp.transient_error then
    dbms_output.put_line(' Temporary e-mail issue - try again');
    when utl_smtp.permanent_error then
    dbms_output.put_line(' Permanent Error Encountered.');
    when others then
    dbms_output.put_line('Exception: SQLCODE=' || SQLCODE || ' SQLERRM=' || SQLERRM);
    RAISE;
    end;
    end bec_file_test;

    Pending PR to process (detail report)01-17-13 12:43:19 PM--------------------------------------------------------------------------------------------------------------------------------------------------Req.no. li Re Site Prj Id Act seq Part no Description Qty UOM want rec dt lat ord dt--------------------------------------------------------------------------------------------------------------------------------------------------MAT/250370 | 2| 1|ISCSP | 4977| 100004207| 0104000016|Angle 50 X 50 X 6 IS:2062 Grade |500|kg |30-NOV-2012| 20-nov-2012MAT/250370 | 3| 1|ISCSP | 4977| 100004207| 0105000002|Channel 100 X 50 IS:2062 Grade A | 1000|kg | 30-NOV-2012| 20-nov-2012MAT/250579 | 2| 1|NMDCJ | 6001| 100005580| 0109020002|TMT Bar 10 mm Fe 415 IS:1786 | 2991|kg | 13-DEC-2012| 03-dec-2012MAT/250606 | 2| |NMDCJ | 6002| 100005860| 0109020002|TMT Bar 10 mm Fe 415 IS:1786 | 4500|kg | 29-DEC-2012| 19-dec-2012MAT/250607 | |1|NMDCJ|6001|100005580| 0109020002|TMT Bar 10 mm Fe 415 IS:1786 | 1500|kg | 29-DEC-2012| 19-dec-2012MAT/250194 | 3| 1|NMDCJ | 6002| 100005818| 0109020002|TMT Bar 10 mm Fe 415 IS:1786 | 3939|kg | 29-DEC-2012| 19-dec-2012MAT/250606 | 4| 1|NMDCJ | 6002| 100005860| 0109020004|TMT Bar 16 mm Fe 415 IS:1786 | 39000|kg | 29-DEC-2012| 19-dec-2012MAT/250607 | 4| 1|NMDCJ | 6001| 100005580| 0109020004|TMT Bar 16 mm Fe 415 IS:1786 | 17500|kg | 29-DEC-2012| 19-dec-2012MAT/250194 | 2| 1|NMDCJ | 6002| 100005818| 0109020004|TMT Bar 16 mm Fe 415 IS:1786 | 12183|kg | 29-DEC-2012| 19-dec-2012MAT/250606 | 6| 1|NMDCJ | 6002| 100005860| 0109020006|TMT Bar 25 mm Fe 415 IS:1786 | 9500|kg | 29-DEC-2012| 19-dec-2012MAT/250607 | 6| 1|NMDCJ | 6001| 100005580| 0109020006|TMT Bar 25 mm Fe 415 IS:1786 | 4500|kg | 29-DEC-2012| 19-dec-2012MAT/250194 | 6| 1|NMDCJ | 6002| 100005818| 0109020006|TMT Bar 25 mm Fe 415 IS:1786 | 17500|kg | 29-DEC-2012| 19-dec-2012MAT/250607 | 7| 1|NMDCJ | 6001| 100005580| 0109020008|TMT Bar 32 mm Fe 415 IS:1786 | 22000|kg | 29-DEC-2012| 19-dec-2012MAT/250194 | 7| 1|NMDCJ | 6002| 100005818| 0109020008|TMT Bar 32 mm Fe 415 IS:1786 | 27060|kg | 29-DEC-2012| 19-dec-2012MAT/251138 | 1| 1|NMDCJ | 6002| 100005825| 3501000001|Cement 50 kg | 1|pkt | 25-DEC-2013| 14-dec-2013--------------------------------------------------------------------------------------------------------------------------------------------------
    where as source file is like that:-
    Pending PR to process (detail report)
    01-17-13 12:43:19 PM
    Req.no. li Re Site Prj Id Act seq Part no Description Qty UOM want rec dt lat ord dt
    MAT/250370 | 2| 1|ISCSP | 4977| 100004207| 0104000016|Angle 50 X 50 X 6 IS:2062 Grade | 5500|kg | 30-NOV-2012| 20-nov-2012
    MAT/250370 | 3| 1|ISCSP | 4977| 100004207| 0105000002|Channel 100 X 50 IS:2062 Grade A | 1000|kg | 30-NOV-2012| 20-nov-2012
    MAT/250579 | 2| 1|NMDCJ | 6001| 100005580| 0109020002|TMT Bar 10 mm Fe 415 IS:1786 | 2991|kg | 13-DEC-2012| 03-dec-2012
    MAT/250606 | 2| 1|NMDCJ | 6002| 100005860| 0109020002|TMT Bar 10 mm Fe 415 IS:1786 | 4500|kg | 29-DEC-2012| 19-dec-2012
    MAT/250607 | 2| 1|NMDCJ | 6001| 100005580| 0109020002|TMT Bar 10 mm Fe 415 IS:1786 | 1500|kg | 29-DEC-2012| 19-dec-2012
    MAT/250194 | 3| 1|NMDCJ | 6002| 100005818| 0109020002|TMT Bar 10 mm Fe 415 IS:1786 | 3939|kg | 29-DEC-2012| 19-dec-2012
    MAT/250606 | 4| 1|NMDCJ | 6002| 100005860| 0109020004|TMT Bar 16 mm Fe 415 IS:1786 | 39000|kg | 29-DEC-2012| 19-dec-2012
    MAT/250607 | 4| 1|NMDCJ | 6001| 100005580| 0109020004|TMT Bar 16 mm Fe 415 IS:1786 | 17500|kg | 29-DEC-2012| 19-dec-2012
    MAT/250194 | 2| 1|NMDCJ | 6002| 100005818| 0109020004|TMT Bar 16 mm Fe 415 IS:1786 | 12183|kg | 29-DEC-2012| 19-dec-2012
    MAT/250606 | 6| 1|NMDCJ | 6002| 100005860| 0109020006|TMT Bar 25 mm Fe 415 IS:1786 | 9500|kg | 29-DEC-2012| 19-dec-2012
    MAT/250607 | 6| 1|NMDCJ | 6001| 100005580| 0109020006|TMT Bar 25 mm Fe 415 IS:1786 | 4500|kg | 29-DEC-2012| 19-dec-2012
    MAT/250194 | 6| 1|NMDCJ | 6002| 100005818| 0109020006|TMT Bar 25 mm Fe 415 IS:1786 | 17500|kg | 29-DEC-2012| 19-dec-2012
    MAT/250607 | 7| 1|NMDCJ | 6001| 100005580| 0109020008|TMT Bar 32 mm Fe 415 IS:1786 | 22000|kg | 29-DEC-2012| 19-dec-2012
    MAT/250194 | 7| 1|NMDCJ | 6002| 100005818| 0109020008|TMT Bar 32 mm Fe 415 IS:1786 | 27060|kg | 29-DEC-2012| 19-dec-2012
    MAT/251138 | 1| 1|NMDCJ | 6002| 100005825| 3501000001|Cement 50 kg | 1 |pkt | 25-DEC-2013| 14-dec-2013
    Ignore alignment. It is well formatted in source file.

  • Unable to see SAP BusinessObjects Document Viewer template in 7.4 portal

    Hello Experts,
    We are looking to integrate dashboards created with BOBJ design studio into enterprise portal (NW 7.4). We have followed the steps mentioned in the blog Integration of BOBJ with SAP Portal.
    Namely:
    1. Taken the com.sap.businessobjects.iviews.par and com.sap.businessobjects.iviews.templates.epa files from the BI server
    2. Imported the EPA file into the portal
    3. Converted the com.sap.businessobjects.iviews.par file into EAR file and deployed it into the portal
    4. Created System alias for the BI system
    5. Configured SSO between portal and the BI server
    After doing these steps when trying to create the Business Objects iView we are unable to see the SAP BusinessObjects Document Viewer template in the portal. Can anyone let me know if we have missed some additional configuration that has to be done?
    Regards,
    Saurabh

    Hi Experts,
    Issue has been resolved. After importing the EPA file into the portal, we missed out restarting the portal. Once this was done I am now able to find the SAP BusinessObjects Document List and SAP BusinessObjects Document Viewer templates in the iView creation wizard.
    Regards,
    Saurabh

  • Unable to find the report in the manifest resources

    <p>Hi!</p><p>I have problem using Crystal Report documents created in Visual Studio 2005 using the build-in version of Crystal Reports. If I create a project from scratch with one report and then some code to initialize and export the report to disk I get the following error message:</p><p>"Unhandled Exception: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Unable to find the report in the manifest resources. Please build the project, and try again."</p><p>I have tried using both the "Embedded resource" and the "Content" options during build, but with no luck at all. When using the Content option I explicitly load the rpt-file but no luck at all. Do anyone have a clue to what the problem is? I have absolutely no idea. The things worked in Visual Studio 2003 but not in 2005. What is the manifest resource?</p><p>Would really appreciate some help, thanks in advance!</p><p>My source code is below.</p><p>Best regards<br />Lars</p>class Program {<br /><font size="1"><font color="#0000ff">   public</font> <font color="#0000ff">static</font> <font color="#008080">TableLogOnInfo</font> CreateConnectionInfo(<font color="#0000ff">string</font> userID, <font color="#0000ff">string</font> password, <font color="#0000ff">string</font> serverName, <font color="#0000ff">string</font> databaseName) {<br />         <font color="#008080">TableLogOnInfo</font> conInfo = <font color="#0000ff">new</font> <font color="#008080">TableLogOnInfo</font>();<br />         conInfo.ConnectionInfo.UserID = userID;<br />         conInfo.ConnectionInfo.Password = password;<br />         conInfo.ConnectionInfo.ServerName = serverName;<br />         conInfo.ConnectionInfo.DatabaseName = databaseName;<br /><font color="#0000ff">         return</font> conInfo;<br />   }<br /><br /></font><font color="#0000ff"><font size="1"><font color="#0000ff">   public</font> <font color="#0000ff">static</font> <font color="#008080">ReportClass</font> CreatePersonalWillReport(<font color="#008080">TableLogOnInfo</font> conInfo, </font><font size="1"><font color="#0000ff">string</font> personID) {<br />           </font><font size="1"><font color="#008080">ReportClass</font> doc = <font color="#0000ff">new</font> <font color="#008080">ReportClass</font>();<br />           </font><font size="1">doc.Load(<font color="#800000">@"C:\Utveckling\reports\main\ClassLibrary1\bin\Debug\CrystalReport1.rpt"</font>);<br />           </font><font size="1"><font color="#008080">List</font><<font color="#008080">ReportParameter</font>> parameters = <font color="#0000ff">new</font> <font color="#008080">List</font><<font color="#008080">ReportParameter</font>>();<br />           </font><font size="1">parameters.Add(<font color="#0000ff">new</font> <font color="#008080">ReportParameter</font>(<font color="#800000">"@personID"</font>, personID));<br />           </font><font size="1"><font color="#0000ff">return</font> ApplyReportParameters(doc, parameters, conInfo);<br />   }</font></font><font color="#0000ff"> <p>&#160;</p><p><font size="1"><font color="#0000ff">   public</font> <font color="#0000ff">static</font> <font color="#0000ff">void</font> ExportReportToDisk(<font color="#0000ff">string</font> fileName, </font><font size="1"><font color="#008080">ReportClass</font> report, </font><font size="1"><font color="#008080">ExportFormatType</font> formatType) {<br />           </font><font size="1">report.ExportToDisk(formatType, fileName);<br />   </font><font size="1">}</font></p><p><font size="1"><font color="#0000ff">   protected</font> <font color="#0000ff">static</font> <font color="#008080">ReportClass</font> ApplyReportParameters(<font color="#008080">ReportClass</font> report, <font color="#008080">List</font><<font color="#008080">ReportParameter</font>> paramList, </font><font size="1"><font color="#008080">TableLogOnInfo</font> conInfo) {<br />           </font><font size="1"><font color="#0000ff">foreach</font> (<font color="#008080">Table</font> t <font color="#0000ff">in</font> report.Database.Tables) {<br />               </font><font size="1">t.ApplyLogOnInfo(conInfo);<br />           </font><font size="1">}</font></p><p><font size="1">           <font color="#0000ff">foreach</font> (<font color="#008080">Section</font> s <font color="#0000ff">in</font> report.ReportDefinition.Sections) {<br />                  </font><font size="1"><font color="#0000ff">foreach</font> (<font color="#008080">ReportObject</font> ro <font color="#0000ff">in</font> s.ReportObjects) {<br />                        </font><font size="1"><font color="#0000ff">if</font> (ro.Kind == CrystalDecisions.Shared.<font color="#008080">ReportObjectKind</font>.SubreportObject) { <br /></font><font size="1"><font color="#008080">                             SubreportObject</font> sro = (<font color="#008080">SubreportObject</font>)ro;<br />                             </font><font size="1"><font color="#008080">ReportDocument</font> doc = sro.OpenSubreport(sro.SubreportName);</font></p><p><font size="1"><font color="#0000ff">                             foreach</font> (<font color="#008080">Table</font> t <font color="#0000ff">in</font> doc.Database.Tables) {<br />                                  </font><font size="1">t.ApplyLogOnInfo(conInfo);</font></p><p><font size="1">                             }<br />                        </font><font size="1">}<br />                  </font><font size="1">}<br />           </font><font size="1">}<br /><br />           </font><font size="1"><font color="#0000ff">foreach</font> (<font color="#008080">ParameterFieldDefinition</font> paramField <font color="#0000ff">in</font> report.DataDefinition.ParameterFields)  {<br />                </font><font size="1"><font color="#0000ff">foreach</font> (<font color="#008080">ReportParameter</font> rp <font color="#0000ff">in</font> paramList) {<br />                     </font><font size="1"><font color="#0000ff">if</font> (paramField.Name == rp.Name) {<br />                         </font><font size="1"><font color="#008080">ParameterValues</font> pv = paramField.CurrentValues;<br />                         </font><font size="1"><font color="#0000ff">string</font> s = (<font color="#0000ff">string</font>)rp.Value.Value;<br />                         </font><font size="1"><font color="#008080">ParameterDiscreteValue</font> pdv = <font color="#0000ff">new</font> <font color="#008080">ParameterDiscreteValue</font>();<br />                         </font><font size="1">pdv.Value = s;<br />                         </font><font size="1">pv.Add(pdv);<br />                         </font><font size="1">paramField.ApplyCurrentValues(pv);<br />                     </font><font size="1">}<br />                </font><font size="1">}<br />            </font><font size="1">}</font></p><p><font size="1"><font color="#0000ff">           return</font> report;</font></p><p><font size="1">       }</font></p><p>&#160;</p><p><font size="1"><font color="#0000ff">          static</font> <font color="#0000ff">void</font> Main(<font color="#0000ff">string</font>[] args) {<br />               </font><font size="1"><font color="#008080">TableLogOnInfo</font> conInfo = CreateConnectionInfo(<font color="#800000">"username"</font>, <font color="#800000">"password"</font>,<br />                                                                                </font><font size="1"><font color="#800000">"server"</font>, <font color="#800000">"database"</font>);<br />               </font><font size="1"><font color="#008080">ReportClass</font> report = CreatePersonalWillReport(conInfo, <font color="#800000">"-1291000956"</font>);<br />               </font><font size="1">ExportReportToDisk(<font color="#800000">"C:\temp\report.pdf"</font>, report, <font color="#008080">ExportFormatType</font>.PortableDocFormat);<br />           </font><font size="1">}</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> Helper class that contains parameter key/value pairs.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">protected</font> <font color="#0000ff">class</font> <font color="#008080">ReportParameter</font> {</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The parameter name.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">private</font> <font color="#0000ff">string</font> name = <font color="#0000ff">null</font>;</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The parameter value.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">private</font> <font color="#008080">ParameterDiscreteValue</font> value = <font color="#0000ff">new</font> <font color="#008080">ParameterDiscreteValue</font>();</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The parameter name.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">public</font> <font color="#0000ff">string</font> Name {</font></p><p><font size="1"><font
    color="#0000ff">get</font> {</font></p><p><font size="1"><font color="#0000ff">return</font> <font color="#0000ff">this</font>.name;</font></p><p><font size="1">}</font></p><p><font size="1"><font color="#0000ff">set</font> {</font></p><p><font size="1"><font color="#0000ff">this</font>.name = <font color="#0000ff">value</font>;</font></p><p><font size="1">}</font></p><p><font size="1">}</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The parameter value.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">public</font> <font color="#008080">ParameterDiscreteValue</font> Value {</font></p><p><font size="1"><font color="#0000ff">get</font> {</font></p><p><font size="1"><font color="#0000ff">return</font> <font color="#0000ff">this</font>.value;</font></p><p><font size="1">}</font></p><p><font size="1"><font color="#0000ff">set</font> {</font></p><p><font size="1"><font color="#0000ff">this</font>.value = <font color="#0000ff">value</font>;</font></p><p><font size="1">}</font></p><p><font size="1">}</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The constructor.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><param name="name"></font><font color="#008000">the parameter name</font><font color="#808080"></param></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><param name="value"></font><font color="#008000">the parameter value</font><font color="#808080"></param></font></font></p><p><font size="1"><font color="#0000ff">public</font> ReportParameter(<font color="#0000ff">string</font> name, <font color="#0000ff">object</font> value) {</font></p><p><font size="1"><font color="#0000ff">this</font>.name = name;</font></p><p><font size="1"><font color="#0000ff">this</font>.value.Value = value;</font></p><p><font size="1">}</font></p><p><font size="1">}</font></p></font>

    Lars,
    Â Have you read the CRnet_deployment.doc if not it may help fix your problem (It didnt mine but hey you may be lucky) See http://support.businessobjects.com/communitycs/technicalpapers/crnet_deployment.pdf
    I have a similar issue but in 2003.net using the bundled CR package. I'm trying to use CR in a Web Service called from a Compact Framework device. I've confirmed I'm using the correct Merge Modules & my Build Actions are all set as stated in the CR Application Deployment document but it still spits out Unable to find the report in the manifest resources
    I've looked extensively on the net and while others have had this problem the only advice I've seen revolves around embedded build actions and using the correct merge modules. There must be something else causing this problem and some one who has found a way round it?!?
    If your that someone please take 5 minutes out and help a couple of guys in distress?
    Thanks in advance,
    Ian

  • Unable to find the software in SAP Market Place

    Hi,
      I am unable to find the following software in SAP Market Place.
          1. SAP BusinessObjects Live Office XI 3.1 Service Pack 3
          2. SAP BusinessObjects BI Widgets XI 3.1 Service Pack 3
          3. Life Cycle Manager Service Pack 3
          4. SAP BusinessObjects Data Services XI 3.2 Service Pack 1
    If anyone is aware of where I can get these software in SAP market place, please let me know the way to get these software.
    Thanks in advance.
    Regards,
    Krishna.

    Go to http://service.sap.com/patches and navigate to Browse our download catalog->SAP BusinessObjects portfolio
    The patches for LiveOffice and BI Widgets can then be found under SAP BusinessObjects Business Intelligence platform (SBOP Enterprise)->BOBJ ENTERPRISE XI 3.1
    The patches for LifeCycle Manager can be found under SBOP LIFECYCLE MANAGER
    The patches for Data Services can be found under SBOP DATA SERVICES->BOBJ DATA SERVICES XI 3.2
    Hope this helps.
    Regards,
    Stratos

  • Unable to find a WSDL that has a definition for service name

    Hello,
    I have a wsdl shared in mds and a composite with a bpel process that consumes that wsdl, but when that happens I get the following error:
    oracle.fabric.common.FabricInvocationException: Unable to find the WSDL service defined for service name {http://directvla.com/schema/businessdomain/ServiceConfigurationRules/v1-0}ServiceConfigurationRules_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace and service name in the #wsdl.endpoint element. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate any HTTP proxy settings for the server.
    I checked the composite, the wsdl and the endpoint and everything is ok. At the momment to avoid the error, the wsdl is local, but this is not a real solution, what I really need is to make it work with the mds.
    Can somebody help me?
    Thank for advance.

    Hi,
    here is my wsdl:
    <definitions
    targetNamespace="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:commondt-v1-0="http://xxxxxx.com/schema/util/commondatatypes/v1-0"
    xmlns:ns1="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/parameters"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ServiceConfigurationRules-v1-0="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0" xmlns:tns="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:commonex-v1-0="http://xxxxxx.com/schema/util/commonexceptions/v1-0"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
         <types>
              <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:commondt-v1-0="http://xxxxxx.com/schema/util/commondatatypes/v1-0" xmlns:ns1="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/parameters"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ServiceConfigurationRules-v1-0="http://oracle.com/sca/soapservice/XXXXBusinessRule/ServiceConfigurationRules/ServiceConfigurationRules" xmlns:tns="http://oracle.com/sca/soapservice/XXXXBusinessRule/ServiceConfigurationRules/ServiceConfigurationRules"
    xmlns:commonex-v1-0="http://xxxxxx.com/schema/util/commonexceptions/v1-0"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
                   <xsd:import namespace="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/parameters" schemaLocation="oramds:/apps/schemas/RESB/RulesParmsInput_2.xsd"/>
              </xsd:schema>
         </types>
         <message name="ServiceActivationRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ServiceActivationRequest"/>
         </message>
         <message name="ServiceActivationResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ServiceActivationResponse"/>
         </message>
         <message name="ServiceActivationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ServiceActivationException"/>
         </message>
         <message name="GetAddActivationConfigurationRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationRequest"/>
         </message>
         <message name="GetAddActivationConfigurationResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationResponse"/>
         </message>
         <message name="GetAddActivationConfigurationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationException"/>
         </message>
         <message name="ResourceChangeMigrationRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationRequest"/>
         </message>
         <message name="ResourceChangeMigrationResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationResponse"/>
         </message>
         <message name="ResourceChangeMigrationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationException"/>
         </message>
         <message name="ResourceChangeMigrationUpgradeRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeRequest"/>
         </message>
         <message name="ResourceChangeMigrationUpgradeResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeResponse"/>
         </message>
         <message name="ResourceChangeMigrationUpgradeException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeException"/>
         </message>
         <message name="GetServiceConfigurationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationException"/>
         </message>
         <message name="GetAntenaSenialRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAntenaSenialRequest"/>
         </message>
         <message name="GetAntenaSenialResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAntenaSenialResponse"/>
         </message>
         <message name="GetAntenaSenialException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationException"/>
         </message>
         <message name="OrderPayPerViewRuleRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleRequest"/>
         </message>
         <message name="OrderPayPerViewRuleResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleResponse"/>
         </message>
         <message name="OrderPayPerViewRuleException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleException"/>
         </message>
         <message name="GetOperationForWOServiceTypeRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeRequest"/>
         </message>
         <message name="GetOperationForWOServiceTypeResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeResponse"/>
         </message>
         <message name="GetOperationForWOServiceTypeException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeException"/>
         </message>
         <message name="CompareResourceTechnologyRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:CompareResourceTechnologyRequest"/>
         </message>
         <message name="CompareResourceTechnologyResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:CompareResourceTechnologyResponse"/>
         </message>
         <message name="CompareResourceTechnologyException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:CompareResourceTechnologyException"/>
         </message>
         <message name="GetBasicProductMigrationRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetBasicProductMigrationRequest"/>
         </message>
         <message name="GetBasicProductMigrationResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetBasicProductMigrationResponse"/>
         </message>
         <message name="GetBasicProductMigrationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetBasicProductMigrationException"/>
         </message>
         <message name="GetMaxResourcesForCustomerRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerRequest"/>
         </message>
         <message name="GetMaxResourcesForCustomerResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerResponse"/>
         </message>
         <message name="GetMaxResourcesForCustomerException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerException"/>
         </message>
         <portType name="ServiceConfigurationRules_pt">
              <operation name="GetAddActivationConfiguration">
                   <input message="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationResponse"/>
                   <fault name="GetAddActivationConfigurationException" message="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationException"/>
              </operation>
              <operation name="ResourceChangeMigration">
                   <input message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationResponse"/>
                   <fault name="ResourceChangeMigrationException" message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationException"/>
              </operation>
              <operation name="ResourceChangeMigrationUpgrade">
                   <input message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeResponse"/>
                   <fault name="ResourceChangeMigrationUpgradeException" message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeException"/>
              </operation>
              <operation name="GetAntenaSenial">
                   <input message="ServiceConfigurationRules-v1-0:GetAntenaSenialRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetAntenaSenialResponse"/>
                   <fault name="GetReasonResponseException" message="ServiceConfigurationRules-v1-0:GetAntenaSenialException"/>
              </operation>
              <operation name="OrderPayPerViewRule">
                   <input message="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleResponse"/>
                   <fault name="OrderPayPerViewRuleException" message="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleException"/>
              </operation>
              <operation name="GetServiceActivation">
                   <input message="ServiceConfigurationRules-v1-0:ServiceActivationRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:ServiceActivationResponse"/>
                   <fault name="ServiceActivationException" message="ServiceConfigurationRules-v1-0:ServiceActivationException"/>
              </operation>
              <operation name="GetOperationForWOServiceType">
                   <input message="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeResponse"/>
                   <fault message="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeException" name="GetOperationForWOServiceTypeException"/>
              </operation>
              <operation name="GetMaxResourcesForCustomer">
                   <input message="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerResponse"/>
                   <fault message="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerException" name="GetMaxResourcesForCustomerException"/>
              </operation>
              <operation name="GetBasicProductMigration">
                   <input message="ServiceConfigurationRules-v1-0:GetBasicProductMigrationRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetBasicProductMigrationResponse"/>
                   <fault message="ServiceConfigurationRules-v1-0:ServiceActivationRequest" name="GetBasicProductMigrationException"/>
              </operation>
              <operation name="CompareResourceTechnology">
                   <input message="ServiceConfigurationRules-v1-0:CompareResourceTechnologyRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:CompareResourceTechnologyResponse"/>
                   <fault message="ServiceConfigurationRules-v1-0:ServiceActivationRequest" name="CompareResourceTechnologyException"/>
              </operation>
         </portType>
         <binding name="ServiceConfigurationRules_ptSOAP11Binding" type="ServiceConfigurationRules-v1-0:ServiceConfigurationRules_pt">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
              <operation name="GetAddActivationConfiguration">
                   <soap:operation style="document" soapAction="http://xxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetAddActivationConfiguration"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetAddActivationConfigurationException">
                        <soap:fault name="GetAddActivationConfigurationException" use="literal"/>
                   </fault>
              </operation>
              <operation name="ResourceChangeMigration">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/ResourceChangeMigration"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="ResourceChangeMigrationException">
                        <soap:fault name="ResourceChangeMigrationException" use="literal"/>
                   </fault>
              </operation>
              <operation name="ResourceChangeMigrationUpgrade">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/ResourceChangeMigrationUpgrade"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="ResourceChangeMigrationUpgradeException">
                        <soap:fault name="ResourceChangeMigrationUpgradeException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetAntenaSenial">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetAntenaSenial"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetReasonResponseException">
                        <soap:fault name="GetReasonResponseException" use="literal"/>
                   </fault>
              </operation>
              <operation name="OrderPayPerViewRule">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/OrderPayPerViewRule"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="OrderPayPerViewRuleException">
                        <soap:fault name="OrderPayPerViewRuleException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetServiceActivation">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetServiceActivation"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="ServiceActivationException">
                        <soap:fault name="ServiceActivationException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetOperationForWOServiceType">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetOperationForWOServiceType"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetOperationForWOServiceTypeException">
                        <soap:fault name="GetOperationForWOServiceTypeException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetMaxResourcesForCustomer">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetMaxResourcesForCustomer"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetMaxResourcesForCustomerException">
                        <soap:fault name="GetMaxResourcesForCustomerException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetBasicProductMigration">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetBasicProductMigration"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetBasicProductMigrationException">
                        <soap:fault name="GetBasicProductMigrationException" use="literal"/>
                   </fault>
              </operation>
              <operation name="CompareResourceTechnology">
                   <soap:operation style="document" soapAction="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/CompareResourceTechnology"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="CompareResourceTechnologyException">
                        <soap:fault name="CompareResourceTechnologyException" use="literal"/>
                   </fault>
              </operation>
         </binding>
         <plnk:partnerLinkType name="ServiceConfigurationRules_pt_PL">
              <plnk:role name="ServiceConfigurationRules_pt_Role">
                   <plnk:portType name="tns:ServiceConfigurationRules_pt"/>
              </plnk:role>
         </plnk:partnerLinkType>
         <service name="ServiceConfigurationRules_pt">
              <port name="ServiceConfigurationRules_ptPort" binding="ServiceConfigurationRules-v1-0:ServiceConfigurationRules_ptSOAP11Binding">
                   <soap:address location="http://host:port/soa-infra/services/default/ServiceConfigurationRules/ServiceRules"/>
              </port>
         </service>
    </definitions>
    Thank you.

  • 3G Restore error: unable to find AppleNANDFTL

    Hello everybody,
    My phone 3G  gives error 28, after repair to 4.2.1 (tried several times)
    Also after downgrade to 3.1.3
    Below the complete log during the repaier with 3.1.3
    Does anybody know with part of the phone has to be replaced.?
    Today already a new full battery, but after 6 hours he must be loaded, i think there is no load because after 3 hours still red line on battery.
    reg Co
    2012-02-29 13:53:22.000 iTunes[520:207]: restore library built Oct          4
    2011 at 18:50:31
    2012-02-29 13:53:22.000 iTunes[520:207]: iTunes: iTunes 10.5.2
    2012-02-29 13:53:22.000 iTunes[520:207]: iTunes: Software payload version: 8C148
    2012-02-29 13:53:27.000 iTunes[520:1c65b]: iTunes: Specifying UOI
    boot image
    2012-02-29 13:53:28.000 iTunes[520:1c65b]: amai: AMAuthInstallSsoInitialize: can't find SSOClient.framework
    2012-02-29 13:53:28.000 iTunes[520:1c65b]: requested restore behavior: Erase
    2012-02-29 13:53:28.000 iTunes[520:1c65b]: *** UUID E70F6368-7363-4A5E-B78A-585129B857C6 ***
    2012-02-29 13:53:28.000 iTunes[520:1c65b]: amai: AMAuthInstallDebugWriteObject: debug object written: file:// localhost/tmp/PersonalizedRestoreBundle.iencsHJcFm/amai/debug/ tss-request.plist
    2012-02-29 13:53:29.000 iTunes[520:1c65b]: amai: AMAuthInstallRequestSendSync: received tss response (server version: 2.1.0)
    2012-02-29 13:53:29.000 iTunes[520:1c65b]: amai: AMAuthInstallDebugWriteObject: debug object written: file:// localhost/tmp/PersonalizedRestoreBundle.iencsHJcFm/amai/debug/ tss-response.plist
    2012-02-29 13:53:30.000 iTunes[520:1c65b]: amai:
    _AMAuthInstallBundleInstallPersonalizedEntry: entry "KernelCache" has been previously personalized; skipping it
    2012-02-29 13:53:30.000 iTunes[520:1c65b]: amai:
    _AMAuthInstallBundleInstallPersonalizedEntry: entry "DeviceTree" has been previously personalized; skipping it
    2012-02-29 13:53:30.000 iTunes[520:1c65b]: amai:
    _AMAuthInstallBundleInstallPersonalizedEntry: entry "AppleLogo" has been previously personalized; skipping it
    2012-02-29 13:53:31.000 iTunes[520:19563]: iBoot build-version =
    iBoot-931.71.16
    2012-02-29 13:53:31.000 iTunes[520:19563]: iBoot build-style = RELEASE
    2012-02-29 13:53:31.000 iTunes[520:19563]: DeviceRequest failed:
    0xe000404f
    2012-02-29 13:53:31.000 iTunes[520:19563]: command device request for
    'getenv radio-error' failed: 2008
    2012-02-29 13:53:31.000 iTunes[520:19563]: radio-error not set
    2012-02-29 13:53:31.000 iTunes[520:19563]: unable to open device_map.txt: No such file or directory
    2012-02-29 13:53:31.000 iTunes[520:19563]: <Recovery Mode Device
    0x22dd5420>: production fused device
    2012-02-29 13:53:31.000 iTunes[520:19563]: <Recovery Mode Device
    0x22dd5420>: operation 4 progress -1
    2012-02-29 13:53:31.000 iTunes[520:19563]: bootstrapping restore with iBEC
    2012-02-29 13:53:31.000 iTunes[520:19563]: <Recovery Mode Device
    0x22dd5420>: operation 31 progress -1
    2012-02-29 13:53:32.000 iTunes[520:19563]: <Recovery Mode Device
    0x22dd5420>: Recovery mode succeeded
    2012-02-29 13:53:32.000 iTunes[520:207]: device disconnected (isDFU =
    0)
    2012-02-29 13:53:32.000 iTunes[520:207]:
    _AMRecoveryModeDeviceFinalize: 0x22dd5420
    2012-02-29 13:53:37.000 iTunes[520:207]: device connected (isDFU = 0)
    2012-02-29 13:53:37.000 iTunes[520:207]: device software does not support nonce generation
    2012-02-29 13:53:37.000 iTunes[520:207]: device software does not support nonce generation
    2012-02-29 13:53:37.000 iTunes[520:207]: iTunes: SCEP 5
    2012-02-29 13:53:37.000 iTunes[520:198c3]: iBoot build-version =
    iBoot-931.71.16
    2012-02-29 13:53:37.000 iTunes[520:198c3]: iBoot build-style = RELEASE
    2012-02-29 13:53:37.000 iTunes[520:198c3]: DeviceRequest failed:
    0xe000404f
    2012-02-29 13:53:37.000 iTunes[520:198c3]: command device request for
    'getenv radio-error' failed: 2008
    2012-02-29 13:53:37.000 iTunes[520:198c3]: radio-error not set
    2012-02-29 13:53:37.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: operation 44 progress -1
    2012-02-29 13:53:37.000 iTunes[520:198c3]: requested restore behavior: Erase
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "RestoreLogo" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "RestoreDeviceTree" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreKernelCache" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "RestoreRamDisk" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBEC" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "KernelCache" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryLow1" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryLow0" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBoot" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "DeviceTree" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryCharging1" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryCharging" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "AppleLogo" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryPlugin" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryFull" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryCharging0" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "RecoveryMode" has been previously personalized; skipping it
    2012-02-29 13:53:37.000 iTunes[520:198c3]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    2012-02-29 13:53:37.000 iTunes[520:198c3]: unable to open device_map.txt: No such file or directory
    2012-02-29 13:53:37.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: production fused device
    2012-02-29 13:53:37.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: operation 4 progress -1
    2012-02-29 13:53:38.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: operation 42 progress -1
    2012-02-29 13:53:39.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: operation 5 progress -1
    2012-02-29 13:53:39.000 iTunes[520:198c3]: DeviceRequest failed:
    0xe000404f
    2012-02-29 13:53:39.000 iTunes[520:198c3]: command device request for
    'getenv ramdisk-delay' failed: 2008
    2012-02-29 13:53:42.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: operation 6 progress -1
    2012-02-29 13:53:43.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: operation 7 progress -1
    2012-02-29 13:53:43.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: operation 8 progress -1
    2012-02-29 13:53:43.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: operation 9 progress -1
    2012-02-29 13:53:43.000 iTunes[520:198c3]: <Recovery Mode Device
    0xbba1df0>: Recovery mode succeeded
    2012-02-29 13:53:45.000 iTunes[520:207]: device disconnected (isDFU =
    0)
    2012-02-29 13:53:45.000 iTunes[520:207]:
    _AMRecoveryModeDeviceFinalize: 0xbba1df0
    2012-02-29 13:53:51.000 iTunes[520:15f03]: received kAMDeviceAttached action, device 0xbba1df0, AFC error 0XE8000028
    2012-02-29 13:53:51.000 iTunes[520:15f03]: iTunes: Restore-mode device appeared, device 0xbba1df0
    2012-02-29 13:53:51.000 iTunes[520:15f03]: iTunes: Creating restore mode device with usbMuxDeviceID 0X1
    2012-02-29 13:53:51.000 iTunes[520:15f03]: <Restore Device
    0x22c70310>: operation 3 progress -1
    2012-02-29 13:53:51.000 iTunes[520:15f03]: <Restore Device
    0x22c70310>: operation 4 progress -1
    2012-02-29 13:53:51.000 iTunes[520:15f03]: Supports value queries: 1
    2012-02-29 13:53:51.000 iTunes[520:1be67]: <Restore Device
    0x22c70310>: operation 44 progress -1
    2012-02-29 13:53:51.000 iTunes[520:1be67]: requested restore behavior: Erase
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "RestoreLogo" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "RestoreDeviceTree" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreKernelCache" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "RestoreRamDisk" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBEC" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "KernelCache" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryLow1" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryLow0" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBoot" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "DeviceTree" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryCharging1" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryCharging" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "AppleLogo" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryPlugin" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryFull" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "BatteryCharging0" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry
    "RecoveryMode" has been previously personalized; skipping it
    2012-02-29 13:53:51.000 iTunes[520:1be67]: amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    2012-02-29 13:53:51.000 iTunes[520:1be67]: device did not return saved USB log
    2012-02-29 13:53:51.000 iTunes[520:1be67]: device did not return saved panic log
    2012-02-29 13:53:51.000 iTunes[520:1be67]: previous restore failed with exit status 0x100
    2012-02-29 13:53:51.000 iTunes[520:1be67]: connected to service com.apple.mobile.restored
    2012-02-29 13:53:51.000 iTunes[520:1be67]: using protocol version 12
    2012-02-29 13:53:51.000 iTunes[520:1be67]: unable to open device_map.txt: No such file or directory
    2012-02-29 13:53:51.000 iTunes[520:1be67]: board config = n82ap
    2012-02-29 13:53:51.000 iTunes[520:1be67]: value query for
    'HardwareModel' returned 'N82AP'
    2012-02-29 13:53:51.000 iTunes[520:1be67]: Can't return padding information since it's not in the Restore.plist
    2012-02-29 13:53:51.000 iTunes[520:1be67]: No padding dictionary found in restore bundle. Continuing...
    2012-02-29 13:54:01.000 iTunes[520:1be67]: device returned AMR error
    28
    2012-02-29 13:54:01.000 iTunes[520:1be67]:
    ==== device restore output ====
    t powered on (0x5)
    AppleMRVL868x: Loading Main Program
    AppleMRVL868x: Firmware loaded.
    AirPort: Link Down on en0. Reason 1 (Unspecified).
    AppleMRVL868x: Command line options and current values used by driver
    AppleMRVL868x:          marvel-debug=0x88
    AppleMRVL868x:          marvell-feature-flags=0x3f
    AppleMRVL868x:          mrvl.ps.unicast_timeout=100
    AppleMRVL868x:          mrvl.ps.multicast_timeout=10
    AppleMRVL868x:          mrvl.ps.entrance_timeout=15
    AppleMRVL868x:          marvell-powersave-listenint=1
    AppleMRVL868x:          marvell-retry-limit=15
    AppleMRVL868x:          marvell-sdio-pulldowns=-1
    AppleMRVL868x:          WTE=0x0
    AppleMRVL868x Hardware Details:
    Firmware Version: 9.108.5.p3 (0x03096c05) I/O Version:          0x0002
    Hardware Version: 0x0012
    Mac Address:          60:fb:42:9a:a1:8a display-scale = 1
    display-rotation = 0
    found suitable IOMobileFramebuffer: AppleH1CLCD
    display: 320 x 480 found PTP interface
    AppleSynopsysOTGDevice - Configuration: PTP AppleSynopsysOTGDevice          Interface: PTP AppleSynopsysOTGDevice - Configuration: iPod USB Interface AppleSynopsysOTGDevice          Interface: USBAudioControl AppleSynopsysOTGDevice          Interface: USBAudioStreaming AppleSynopsysOTGDevice          Interface: IapOverUsbHid AppleSynopsysOTGDevice - Configuration: PTP + Apple Mobile Device AppleSynopsysOTGDevice          Interface: PTP AppleSynopsysOTGDevice          Interface: AppleUSBMux AppleSynopsysOTGDevice - Configuration: PTP + Apple Mobile Device +
    Apple USB Ethernet
    AppleSynopsysOTGDevice          Interface: PTP AppleSynopsysOTGDevice          Interface: AppleUSBMux AppleSynopsysOTGDevice          Interface: AppleUSBEthernet AppleSynopsysOTGDevice::gated_registerFunction Register function
    USBAudioControl
    AppleSynopsysOTGDevice::gated_registerFunction Register function
    USBAudioStreaming IOAccessoryPortUSB::start AppleSynopsysOTGDevice::gated_registerFunction Register function
    IapOverUsbHid
    virtual bool AppleUSBDeviceMux::start(IOService*) build: Oct 21 2010
    21:07:47 init_waste
    AppleSynopsysOTGDevice::gated_registerFunction Register function
    AppleUSBMux
    AppleSynopsysOTGDevice::gated_registerFunction Register function
    AppleUSBEthernet
    AppleUSBEthernetDevice::start: local-mac-address not found for device in the device-tree, generating a fake one
    AppleUSBEthernetDevice::start: Host MAC address = 62:fb:42:9a:a1:8a AppleSynopsysOTGDevice::gated_registerFunction Register function PTP AppleSynopsysOTGDevice::gated_registerFunction all functions
    registered- we are ready to start usb stack
    AppleS5L8900XUSBPhy::powerUp : _powered: 0
    AppleEmbeddedUSBArbitrator::enableDeviceClock : enable: 1, index: 0
    AppleS5L8900XUSBPhy::enableDeviceMode : enable: 1
    IOReturn AppleUSBDeviceMux::setPropertiesGated(OSObject*) setting debug level to 7
    AppleSynopsysOTGDevice::handleUSBReset recv(7, 4) failed: connection closed unable to read message size: -1
    could not receive message
    close(caller = 0x73ac): remote port = 49152 recv(7, 4) failed: connection closed
    unable to read message size: -1 could not receive message
    close(caller = 0x73ac): remote port = 49153 recv(8, 4) failed: connection closed
    unable to read message size: -1 could not receive message
    close(caller = 0x73ac): remote port = 49154 recv(7, 4) failed: connection closed
    unable to read message size: -1 could not receive message
    close(caller = 0x73ac): remote port = 49155 recv(8, 4) failed: connection closed
    unable to read message size: -1 could not receive message
    close(caller = 0x73ac): remote port = 49156 recv(13, 4) failed: connection closed
    unable to read message size: -1 could not receive message
    close(caller = 0x73ac): remote port = 49159 recv(9, 4) failed: connection closed
    unable to read message size: -1 could not receive message
    close(caller = 0x73ac): remote port = 49158 recv(9, 4) failed: connection closed
    unable to read message size: -1 could not receive message
    close(caller = 0x73ac): remote port = 49160 recv(9, 4) failed: connection closed
    unable to read message size: -1 could not receive message
    close(caller = 0x73ac): remote port = 49161 client protocol version 12
    unable to open /usr/local/share/restore//options.n82.plist: No such file or directory
    *** UUID E70F6368-7363-4A5E-B78A-585129B857C6 *** Restore options:
    UUID          => <CFString 0xd157a0 [0x200a6c]>
    {contents = "E70F6368-7363-4A5E-B78A-585129B857C6"}
    SystemPartitionSize          => <CFNumber 0xd10cd0 [0x200a6c]>
    {value = +680, type = kCFNumberSInt64Type}
    entering partition_nand_device
    device is not a boot-from-NAND device entering wait_for_storage_device
    waiting for matching IOKit service: <CFBasicHash 0xd17a60 [0x200a6c]>
    {type = mutable dict, count = 1, entries =>
    2 : <CFString 0x333dbc [0x200a6c]>{contents = "IOProviderClass"}
    = <CFString 0xd13a30 [0x200a6c]>{contents = "AppleNANDFTL"}
    AppleUSBDeviceMux::handleConnectResult new session 0x82ee7e80 established 62078<-lo0->49152 62078<-usb->512
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x82ee7e80
    AppleUSBDeviceMux::handleConnectResult new session 0x830cc280 established 62078<-lo0->49153 62078<-usb->768
    AppleUSBDeviceMux::handleConnectResult new session 0x830cc200 established 62078<-lo0->49154 62078<-usb->1024
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x830cc280
    AppleUSBDeviceMux::handleConnectResult new session 0x82ee7e80 established 62078<-lo0->49155 62078<-usb->1280
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x830cc200
    AppleUSBDeviceMux::handleConnectResult new session 0x830cc280 established 62078<-lo0->49156 62078<-usb->1536
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x82ee7e80
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x830cc280
    AppleUSBDeviceMux::handleConnectResult new session 0x82ee7e80 established 62078<-lo0->49157 62078<-usb->1792
    AppleUSBDeviceMux::handleConnectResult new session 0x830cc380 established 62078<-lo0->49158 62078<-usb->2048
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x830cc380
    AppleUSBDeviceMux::handleConnectResult new session 0x830cc280 established 62078<-lo0->49159 62078<-usb->2304
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x830cc280
    AppleUSBDeviceMux::handleConnectResult new session 0x830cc280 established 62078<-lo0->49160 62078<-usb->2560
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x830cc280
    AppleUSBDeviceMux::handleConnectResult new session 0x830cc380 established 62078<-lo0->49161 62078<-usb->2816
    void AppleUSBDeviceMux::handleMuxTCPInput( mbuf*) received reset, closing 0x830cc380
    waiting for matching IOKit service: <CFBasicHash 0xd17a60 [0x200a6c]>
    {type = mutable dict, count = 1, entries =>
    2 : <CFString 0x333dbc [0x200a6c]>{contents = "IOProviderClass"}
    = <CFString 0xd13a30 [0x200a6c]>{contents = "AppleNANDFTL"}
    waiting for matching IOKit service: <CFBasicHash 0xd17a60 [0x200a6c]>
    {type = mutable dict, count = 1, entries =>
    2 : <CFString 0x333dbc [0x200a6c]>{contents = "IOProviderClass"}
    = <CFString 0xd13a30 [0x200a6c]>{contents = "AppleNANDFTL"}
    waiting for matching IOKit service: <CFBasicHash 0xd17a60 [0x200a6c]>
    {type = mutable dict, count = 1, entries =>
    2 : <CFString 0x333dbc [0x200a6c]>{contents = "IOProviderClass"}
    = <CFString 0xd13a30 [0x200a6c]>{contents = "AppleNANDFTL"}
    unable to find AppleNANDFTL
    ==== end of device restore output ====
    2012-02-29 13:54:01.000 iTunes[520:1be67]: AMRAuthInstallDeletePersonalizedBundle
    2012-02-29 13:54:01.000 iTunes[520:1be67]: <Restore Device
    0x22c70310>: Restore failed (result = 28)
    2012-02-29 13:54:01.000 iTunes[520:1c743]: iTunes: Restore error 28

    -cobo- wrote:
    Hello everybody,
    My phone 3G  gives error 28, after repair to 4.2.1 (tried several times)
    Also after downgrade to 3.1.3
    Sorry, but downgrading iOS is not supported and is considered an unauthorized modification to the phone. In other words, you hacked your phone.
    If you had any warranty, it is void. You have also forfeited your right to support from Apple or on these forums.  Discussing hacked, jailbroken, or otherwise modified phones is forbidden here by the terms of service. You'll have to look elsewhere for help.

  • Unable to find admin audit logs folder

    I am constantly receiving this error on several of my Exchange 2010 servers.
    I believe it has to do with members of my team performing general administrative tasks within Exchange 2010.
    I would like to continually log these actions if possible, rather than disabling admin audit logging altogether.
    Application Event Log with (Event ID)
    Application\MSExchange Management Application (5001)
    Time: 3/1/2012 11:25:53 AM. Event description: Failed to create EWS mailer. Organization: Error: Microsoft.Exchange.Management.SystemConfigurationTasks.AdminAuditLogException: Unable to find
    the admin audit logs folder. Reason: System.Web.Services.Protocols.SoapException: The specified server version is invalid. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream,
    Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.Exchange.SoapWebClient.CustomSoapHttpClientProtocol.<>c__DisplayClass4.<Invoke>b__3() at Microsoft.Exchange.SoapWebClient.HttpAuthenticator.NetworkServiceHttpAuthenticator.AuthenticateAndExecute[T](SoapHttpClientProtocol
    client, AuthenticateAndExecuteHandler`1 handler) at Microsoft.Exchange.SoapWebClient.SoapHttpClientAuthenticator.AuthenticateAndExecute[T](SoapHttpClientProtocol client, AuthenticateAndExecuteHandler`1 handler) at Microsoft.Exchange.SoapWebClient.EWS.ExchangeServiceBinding.FindFolder(FindFolderType
    FindFolder1) at Microsoft.Exchange.ProvisioningAgent.MailboxLoggerFactory.EwsMailer.GetAdminAuditLogsFolder(ADUser adUser) at Microsoft.Exchange.ProvisioningAgent.MailboxLoggerFactory.EwsMailer.GetAdminAuditLogsFolder(ADUser adUser) at Microsoft.Exchange.ProvisioningAgent.MailboxLoggerFactory.EwsMailer..ctor(OrganizationId
    organizationId, ADUser adUser, ExchangePrincipal principal) at Microsoft.Exchange.ProvisioningAgent.MailboxLoggerFactory.Create(OrganizationId organizationId, ADUser mailbox, ExchangePrincipal principal)

    hi,
    I would invite other engineers to
    come in to discuss.
    Which is more conducive to fix 
    your issue.
    hope can help you
    thanks,
    CastinLu
    TechNet Community Support

  • Error Message: "Unable to find qm_dw.htm

    (I'm a low-to-moderate ability user - just upgraded from MX2004 to CS4 and just moved from PC to MacBook) I'm working through various DW CS4 tutorials and added one 'Adobe' plug-in (Lorem and More). On recent DW start-ups I have started getting the message "Unable to find qm_dw.htm in the Configuration/Floaters directory. The floater will not be shown." Does anyone know how I can resolve this? Many thanks in anticipation. John.

    In case it helps, try deleting the DW cache file
    http://kb2.adobe.com/cps/191/tn_19105.html#dat (step 4)

  • Photoshop unable to find Java script plugin

    Since the last ACR update to PSCS6, I am unable to browse in Bridge or Mini Bridge and I get the error message "Could not complete the Browse in Bridge Command because Photoshop was unable to find the JavaScript plugin". When I try to open mini bridge, it will open but there is the error message: "Could not complete the command because the extension could not be loaded". I have tried a system restore and read all of the posts related to this error but no one seems to come up with an answer. I tried pasting the .dll files recommended in another post but that did not help. I tried the suggestion to run PS as an administrator but that did not work. I have searched the web, many people have this problem but very few answers, as per usual with Adobe. Using PSCS6 x64 with Windows7x64. Need help!

    My mind reading abilities are a bit fuzzy today.
    I can't seem to read what version of Photoshop, what computer, what OS you are using?

  • Type-mapping not working correctly, get "Unable to find a javaType for the xmlType" WARNING

    I'm manually creating a web-services.xml file, and using the autogen ant task to
    generate the codec XML/Java classes. The XML definition is provided by SAP.
    The ant build.xml file:
    <project name="buildWebservice" default="stubgen">
    <target name="stubgen">
    <clientgen ear="C:\projects\RMIS\ifrrequests\RMIS.ear"
    packageName="com.aa.rmis.webservice.client"
    clientJar="C:\projects\RMIS\ifrrequests\rmisws-client.jar"
    autotype="False" />
    </target>
    <target name="all" depends="stubgen"/>
    </project>
    The problem is seen below in the output from Ant. Note the WARNINIG. The problem
    is that the xml type cannot be mapped to the Java type.
    C:\projects\RMIS\ifrrequests>ant -buildfile clientbuild.xml
    Buildfile: clientbuild.xml
    stubgen:
    [clientgen] Generating client jar for RMIS.ear ...
    [clientgen] WARNINIG: Unable to find a javaType for the xmlType:['urn:sap-com:do
    cument:sap:business']:PaymentRequest.Create. Make sure that you have registered
    this xml type in the type mapping
    [clientgen] Using SOAPElement instead
    [clientgen] Compiling 4 source files to C:\DOCUME~1\944377\LOCALS~1\Temp\rmisws-
    client.jar-836624340
    [clientgen] Building jar: C:\projects\RMIS\ifrrequests\rmisws-client.jar
    BUILD SUCCESSFUL
    Total time: 17 seconds
    The Java source that has the implementation of the service methods is simply:
    package com.aa.rmis.webservice;
    import com.aa.rmis.ifr.request.*;
    public class TestService
    public TestService()
    public int serviceRequest(PaymentRequestCreate request)
    System.out.println("Received serviceRequest message");
    return 0;
    public void testStringRequest(String request)
    The web-service.xml file is attached, which contains the schema for the SAP PaymentRequest.Create
    object definition.
    Another problem I have, which is probably related, is that the service method
    that has a complex data type (non-built in data type) is not being deployed into
    the WebLogic server. But the other service method that simply takes a String
    parameter is.
    The steps I took are:
    1. Get XML from SAP Interface Repository (IFR) for PaymentRequest
    2. Use ant task autogen to generate the request codec classes
    3. Create the web-services.xml file by inserting the schema definition and the
    mapping file created by the autogen task, and defining the operations
    4. Build web-services.war file that contains all autogen compiled class files,
    the web-services.xml file, and the service implementation class
    5. Build the ear file that holds the web service files
    6. Use the clientgen ant task to generate (included above) to generate the client
    jar file that should contain the proxy for both of the service methods
    Environment:
    * WebLogic 7.02
    * JDK 1.3.1_06
    * JBuilder 9 Enterprise
    * Ant 1.4
    Possible causes:
    * Namespace not being used correctly
    * copied verbatim the mapping xml file generated by autogen into the web-services.xml
    file
    * xml-schema part of web-services.xml might not be set correctly
    * operation definition might not be using the correct namespace
    * Classpath used for ant might not be right
    * Doubt this is the problem, but I'm out of other ideas
    * Set by using the setWLEnv.cmd file provided by WebLogic
    * Tried adding the generated classes directory for my project to the classpath,
    but did not work
    I've been referencing the Programming WebLogic Web Services document throughout
    this entire process. I must be missing something.
    Can anybody from BEA help me out with this problem?
    Thanks in advance.
    [web-services.xml]

    Hi JD,
    I spent a few cycles looking over your web-services.xml file, however I
    don't have any suggestions other that one that looks like you have
    already tried, at the top, in the <schema...>
    targetNamespace="urn:sap-com:document:sap:business"
    Making edits to these generated files can be tricky and my only
    suggestion is to create a small reproducer to run by our outstanding
    support team.
    A quick look at our problem database shows one issue (CR095109) related
    to a similar problem at deploy time that was fixed with 7.0SP3. Again,
    the support folks will be able to help focus in on the issue.
    Regards,
    Bruce
    JD wrote:
    >
    The first posting contains the wrong web-services.xml file. Please refer to this
    one instead.
    "JD" <[email protected]> wrote:
    I'm manually creating a web-services.xml file, and using the autogen
    ant task to
    generate the codec XML/Java classes. The XML definition is provided
    by SAP.
    The ant build.xml file:
    <project name="buildWebservice" default="stubgen">
    <target name="stubgen">
    <clientgen ear="C:\projects\RMIS\ifrrequests\RMIS.ear"
    packageName="com.aa.rmis.webservice.client"
    clientJar="C:\projects\RMIS\ifrrequests\rmisws-client.jar"
    autotype="False" />
    </target>
    <target name="all" depends="stubgen"/>
    </project>
    The problem is seen below in the output from Ant. Note the WARNINIG.
    The problem
    is that the xml type cannot be mapped to the Java type.
    C:\projects\RMIS\ifrrequests>ant -buildfile clientbuild.xml
    Buildfile: clientbuild.xml
    stubgen:
    [clientgen] Generating client jar for RMIS.ear ...
    [clientgen] WARNINIG: Unable to find a javaType for the xmlType:['urn:sap-com:do
    cument:sap:business']:PaymentRequest.Create. Make sure that you have
    registered
    this xml type in the type mapping
    [clientgen] Using SOAPElement instead
    [clientgen] Compiling 4 source files to C:\DOCUME~1\944377\LOCALS~1\Temp\rmisws-
    client.jar-836624340
    [clientgen] Building jar: C:\projects\RMIS\ifrrequests\rmisws-client.jar
    BUILD SUCCESSFUL
    Total time: 17 seconds
    The Java source that has the implementation of the service methods is
    simply:
    package com.aa.rmis.webservice;
    import com.aa.rmis.ifr.request.*;
    public class TestService
    public TestService()
    public int serviceRequest(PaymentRequestCreate request)
    System.out.println("Received serviceRequest message");
    return 0;
    public void testStringRequest(String request)
    The web-service.xml file is attached, which contains the schema for the
    SAP PaymentRequest.Create
    object definition.
    Another problem I have, which is probably related, is that the service
    method
    that has a complex data type (non-built in data type) is not being deployed
    into
    the WebLogic server. But the other service method that simply takes
    a String
    parameter is.
    The steps I took are:
    1. Get XML from SAP Interface Repository (IFR) for PaymentRequest
    2. Use ant task autogen to generate the request codec classes
    3. Create the web-services.xml file by inserting the schema definition
    and the
    mapping file created by the autogen task, and defining the operations
    4. Build web-services.war file that contains all autogen compiled class
    files,
    the web-services.xml file, and the service implementation class
    5. Build the ear file that holds the web service files
    6. Use the clientgen ant task to generate (included above) to generate
    the client
    jar file that should contain the proxy for both of the service methods
    Environment:
    * WebLogic 7.02
    * JDK 1.3.1_06
    * JBuilder 9 Enterprise
    * Ant 1.4
    Possible causes:
    * Namespace not being used correctly
    * copied verbatim the mapping xml file generated by autogen into
    the web-services.xml
    file
    * xml-schema part of web-services.xml might not be set correctly
    * operation definition might not be using the correct namespace
    * Classpath used for ant might not be right
    * Doubt this is the problem, but I'm out of other ideas
    * Set by using the setWLEnv.cmd file provided by WebLogic
    * Tried adding the generated classes directory for my project to
    the classpath,
    but did not work
    I've been referencing the Programming WebLogic Web Services document
    throughout
    this entire process. I must be missing something.
    Can anybody from BEA help me out with this problem?
    Thanks in advance.
    Name: web-services.xml
    web-services.xml Type: ACT Project (text/xml)
    Encoding: base64

Maybe you are looking for