Chnfind unable to find the decimal type by variable and sometimes "Round" command

Dear all,
During the work with Diadem I got two troubles. Could you please take a look and show me the wrong if you find the issue?
1.) Here is my trouble as we see the photo below. It is most important problem which I have. I really have no idea why it could happened. It is alway happened to find a value with decimal type's variable, and even that variable is changed  to "str()".
setlocale("en-gb")
dim Min_point,Index_low,result
Min_point=val(Data.Root.ChannelGroups(1).Channels("CopyYangle").Properties("minimum").Value)
Min_point=round(Min_point,6)
Min_point=str(Min_point)
msgbox("The Min.Value is: "&Min_point)
Index_low=Chnfind("ch(""CopyYangle"")<="&Min_point&"", 1)
msgbox("Index No. of Min. Value is: "&Index_low)
Index_low=Chnfind("ch(""CopyYangle"")<=-0.11374 ", 1)
msgbox("Index No. of Min. Value is: "&Index_low)
2.) Still the problem with ChnFind()  or  ChnFindreverse().   If I change the Rounds off a number to the nearest integer with the function "Round()" it might not work in ChnFindreverse(). Such like it works under 4, 6, 8 and even 7 but doesn't work with 3 and 5. Is this logical?
setlocale("en-gb")
Dim XE, Xchannel, Ychannel,round_N0
Xchannel = "[2]/Right"
T1 = Xchannel
R1 =val(Data.Root.ChannelGroups(2).Channels("Right").Properties("maximum").Value)
round_N0=4 ' <========= 3 and 5 Not work, 4, 6, 7, 8 .... work
R1 =round(R1,round_N0) ' <=========
msgbox("Max. point is: " &R1 &VbCrlf& "Round Nr is: "&round_N0)
L1 = ChnFindReverse ("Ch(T1)>=R1",0)
msgbox("Index number for Max.Point is: "&L1 &VbCrlf& "Round Nr is: "&round_N0)
 .tdx is a valid extensions for an attachement?
If you couldn't open the TMD file. Please remove ".tdv" the attacments file name to make sure it is "ChnFind.tdx" but not "ChnFind.tdx.tdv".
Kind regards / Mit freundlichen Grüßen
J.Huang
Attachments:
ChnFind.TDM ‏5 KB
ChnFind.tdx.tdv ‏39 KB

Hello J.Huang,
I downloaded the files and was able to get it to work. It looks like when you format the minimum value to a string, you loose precision and then ChnFind doesn't find the value your are looking for. He is an example which worked for me :
Set oChnY = Data.Root.ChannelGroups(2).Channels("Right")
sgValue = str(oChnY.Properties("minimum").Value,"d.ddddddddddddddd")
Index = ChnFindReverse("Y<="&sgValue,,Array("Y"),Array(oChnY))
LogFileWrite(Index)
 Using symbols (parameters 3 and 4) is not necessary to get the solution. The key is teh second value for "str" which formats using more digits. As soon as you reduce the number of digits, you may no longer get a result.
Ther is an alternative to ChnFind, in case there is only one occurance in teh signal which has the minimum value
Set oChnY = Data.Root.ChannelGroups(2).Channels("Right")
Index = PNo(oChnY,oChnY.Properties("minimum").Value)
LogFileWrite(Index)
 I hope one of the two options works for you. I tested the approach with teh first channel too and it worked as well

Similar Messages

  • Java.io.IOException: unable to find the type mapping resource file

    Hi,
    I am using weblogic7.0 to deploy my applications. I wrote a web service and
    was able to deploy it sucessfully. I am trying to access the web service through
    a jsp page. I am the error posted below on my server and " error:505 internal
    server error" on the browser. Can any one please help me out with the problem.
    My jsp page just displays the float value i am returing from the session bean
    method.
    Thanks,
    Ramya.
    <Apr 14, 2003 4:32:51 PM PDT> <Error> <HTTP> <101019> <[ServletContext(id=64204
    55,name=bankwebapp,context-path=/bankwebapp)] Servlet failed with IOException
    java.io.IOException: unable to find the type mapping resource file for:bank.Ban
    kService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149400> <Activatin
    g application: appsdirbankwebapp_war>
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbankwebapp_war on myserver - Running>
    <Apr 14, 2003 4:41:01 PM PDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbankwebapp_war on myserver - Completed>
    The url value from the jsp page ishttp://localhost:7001
    The wsdl value from the jsp page ishttp://localhost:7001/web_services/BankServi
    ce
    <Apr 14, 2003 4:41:06 PM PDT> <Error> <HTTP> <101019> <[ServletContext(id=72463
    20,name=bankwebapp,context-path=/bankwebapp)] Servlet failed with IOException
    java.io.IOException: unable to find the type mapping resource file for:bank.Ban
    kService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >

    Hi Manoj,
    Thanks a lot for your hepl. I tried as you said and its working now.
    Ramya
    "manoj cheenath" <[email protected]> wrote:
    Make sure that you put the client jar file generated by
    clientgen in the lib directory of the jsp web app.
    It looks like the runtime is unable to load
    <service>.xml type mapping file. This xml file
    should be in the classpath (web-inf/lib or
    web-inf/classes).
    -manoj
    "Ramya" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am using weblogic7.0 to deploy my applications. I wrote a web serviceand
    was able to deploy it sucessfully. I am trying to access the web servicethrough
    a jsp page. I am the error posted below on my server and " error:505internal
    server error" on the browser. Can any one please help me out with theproblem.
    My jsp page just displays the float value i am returing from the sessionbean
    method.
    Thanks,
    Ramya.
    <Apr 14, 2003 4:32:51 PM PDT> <Error> <HTTP> <101019><[ServletContext(id=64204
    55,name=bankwebapp,context-path=/bankwebapp)] Servlet failed withIOException
    java.io.IOException: unable to find the type mapping resource filefor:bank.Ban
    kService
    atweblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    atweblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149400><Activatin
    g application: appsdirbankwebapp_war>
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149404><Activate
    application appsdirbankwebapp_war on myserver - Running>
    <Apr 14, 2003 4:41:01 PM PDT> <Notice> <Application Poller> <149404><Activate
    application appsdirbankwebapp_war on myserver - Completed>
    The url value from the jsp page ishttp://localhost:7001
    The wsdl value from the jsp page
    ishttp://localhost:7001/web_services/BankServi
    ce
    <Apr 14, 2003 4:41:06 PM PDT> <Error> <HTTP> <101019><[ServletContext(id=72463
    20,name=bankwebapp,context-path=/bankwebapp)] Servlet failed withIOException
    java.io.IOException: unable to find the type mapping resource filefor:bank.Ban
    kService
    atweblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    atweblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >

  • Unable to Find the Type Mapping Resource File (Two web services)

    Hello,
    I am using BEA weblogic 7.0 to deploy my applications. I have a web service and was able to deploy it sucessfully. I am trying to access this web service from another web service previously succesfully deployed too. When I call the second one, I have the next problem:
    java.io.IOException: unable to find the type mapping resource file for:tuoprec.sinsesion.TuOPRecService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegistry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at tuoprec.sinsesion.TuOPRecService_Impl.<init>(TuOPRecService_Impl.java
    I put the client jar file (2nd web service) obtained from the <clientgen> in the class path of the ear file (1st web service), but I have the same error.
    Can anybody help me?,
    jose luis

    Hello,
    I am using BEA weblogic 7.0 to deploy my applications. I have a web service and was able to deploy it sucessfully. I am trying to access this web service from another web service previously succesfully deployed too. When I call the second one, I have the next problem:
    java.io.IOException: unable to find the type mapping resource file for:tuoprec.sinsesion.TuOPRecService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegistry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at tuoprec.sinsesion.TuOPRecService_Impl.<init>(TuOPRecService_Impl.java
    I put the client jar file (2nd web service) obtained from the <clientgen> in the class path of the ear file (1st web service), but I have the same error.
    Can anybody help me?,
    jose luis

  • Photoshop CS5 is unable to find the JavaScript plug-in.

    I have been trying to run a number of actions in CS5 (Windows 7) and keep getting the error "Could not complete the command because Photoshop was unable to find the JavaScript plug-in."   It does this with an action that was designed for me to put the filename, copyright symbol, and studio name on 4x5 proofs.  It also comes up when I try to use the keyboard shortcut Ctrl/Shift/W to close a file and go to bridge.  There have been some other batch operations that will not load.
    I have downloaded Java; trashed the Preferences in Photoshop and Bridge; and also uninstalled and re-installed CS5 and none of this has worked.  Any ideas of what to do next?
    Bob Brant

    Adobe Photoshop uses its own Javascript plugin not an external third party javescript. Its a required Plugin ScriptingSupport:
       ScriptingSupport 15.1
    Adobe Photoshop Version: 2014.1.0 20140730.r.148 2014/07/30:23:59:59  x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, HyperThreading
    Physical processor count: 12
    Logical processor count: 24
    Processor speed: 1995 MHz
    Built-in memory: 40886 MB
    Free memory: 32908 MB
    Memory available to Photoshop: 37134 MB
    Memory used by Photoshop: 94 %
    3D Multitone Printing: Disabled.
    Touch Gestures: Disabled.
    Windows 2x UI: Disabled.
    Image tile size: 1024K
    Image cache levels: 4
    Font Preview: Huge
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Display: 2
    Display Bounds: top=0, left=-1360, bottom=768, right=0
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGLGPUs=1
    NumCLGPUs=1
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=2048
    glgpu[0].GLName="Quadro 4000/PCIe/SSE2"
    glgpu[0].GLVendor="NVIDIA Corporation"
    glgpu[0].GLVendorID=4318
    glgpu[0].GLDriverVersion="9.18.13.4052"
    glgpu[0].GLRectTextureSize=16384
    glgpu[0].GLRenderer="Quadro 4000/PCIe/SSE2"
    glgpu[0].GLRendererID=1757
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um"
    glgpu[0].GLDriverDate="20140702000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.40 NVIDIA via Cg compiler"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[6553 6]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[4]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[124]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    clgpu[0].CLPlatformVersion="1.1"
    clgpu[0].CLDeviceVersion="1.1 CUDA"
    clgpu[0].CLMemoryMB=2048
    clgpu[0].CLName="Quadro 4000"
    clgpu[0].CLVendor="NVIDIA Corporation"
    clgpu[0].CLVendorID=4318
    clgpu[0].CLDriverVersion="340.52"
    clgpu[0].CUDASupported=1
    clgpu[0].CUDAVersion="6.5.12"
    clgpu[0].CLBandwidth=7.49299e+010
    clgpu[0].CLCompute=184.366
    License Type: Subscription
    Serial number: 96040035116912554961
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\
    Temporary file path: C:\Users\JOHNJM~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      F:\, 465.2G, 175.6G free
      C:\, 224.2G, 105.7G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112 
       ACE.dll   ACE 2014/04/14-23:42:44   79.554120   79.554120
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdbePM.dll   PatchMatch 2014/04/23-10:46:55   79.554276   79.554276
       AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0 
       AdobeOwl.dll   Adobe Owl 2014/03/05-14:49:37   5.0.33   79.552883
       AdobePDFL.dll   PDFL 2014/03/04-00:39:42   79.510482   79.510482
       AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399 
       AdobeXMP.dll   Adobe XMP Core 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPFiles.dll   Adobe XMP Files 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPScript.dll   Adobe XMP Script 2014/01/13-19:44:00   79.155772   79.155772
       adobe_caps.dll   Adobe CAPS   8,0,0,13 
       AGM.dll   AGM 2014/04/14-23:42:44   79.554120   79.554120
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31 
       amtlib.dll   AMTLib (64 Bit)   8.0.0.91 BuildVersion: 8.0; BuildDate: Tue May 27 2014 22:3:7)   1.000000
       ARE.dll   ARE 2014/04/14-23:42:44   79.554120   79.554120
       AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
       AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
       Bib.dll   BIB 2014/04/14-23:42:44   79.554120   79.554120
       BIBUtils.dll   BIBUtils 2014/04/14-23:42:44   79.554120   79.554120
       boost_date_time.dll   photoshopdva   8.0.0 
       boost_signals.dll   photoshopdva   8.0.0 
       boost_system.dll   photoshopdva   8.0.0 
       boost_threads.dll   photoshopdva   8.0.0 
       cg.dll   NVIDIA Cg Runtime   3.0.00007 
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007 
       CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
       CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
       CoolType.dll   CoolType 2014/04/14-23:42:44   79.554120   79.554120
       dvaaudiodevice.dll   photoshopdva   8.0.0 
       dvacore.dll   photoshopdva   8.0.0 
       dvamarshal.dll   photoshopdva   8.0.0 
       dvamediatypes.dll   photoshopdva   8.0.0 
       dvametadata.dll   photoshopdva   8.0.0 
       dvametadataapi.dll   photoshopdva   8.0.0 
       dvametadataui.dll   photoshopdva   8.0.0 
       dvaplayer.dll   photoshopdva   8.0.0 
       dvatransport.dll   photoshopdva   8.0.0 
       dvaui.dll   photoshopdva   8.0.0 
       dvaunittesting.dll   photoshopdva   8.0.0 
       dynamiclink.dll   photoshopdva   8.0.0 
       ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
       icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090 
       icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090 
       igestep30.dll   IGES Reader   9.3.0.113 
       imslib.dll   IMSLib DLL   7.0.0.145 
       JP2KLib.dll   JP2KLib 2014/03/12-08:53:44   79.252744   79.252744
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A) 
       libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0 
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0 
       LogSession.dll   LogSession   7.2.1.3399 
       mediacoreif.dll   photoshopdva   8.0.0 
       MPS.dll   MPS 2014/03/25-23:41:34   79.553444   79.553444
       pdfsettings.dll   Adobe PDFSettings   1.04 
       Photoshop.dll   Adobe Photoshop CC 2014   15.1 
       Plugin.dll   Adobe Photoshop CC 2014   15.1 
       PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0 
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.0.0.74 
       PSArt.dll   Adobe Photoshop CC 2014   15.1 
       PSViews.dll   Adobe Photoshop CC 2014   15.1 
       SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
       ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0 
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114 
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114 
       TfFontMgr.dll   FontMgr   9.3.0.113 
       TfKernel.dll   Kernel   9.3.0.113 
       TFKGEOM.dll   Kernel Geom   9.3.0.113 
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113 
       updaternotifications.dll   Adobe Updater Notifications Library   8.0.0.14 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   8.0.0.14
       VulcanControl.dll   Vulcan Application Control Library   5.0.0.82 
       VulcanMessage5.dll   Vulcan Message Library   5.0.0.82 
       WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
       wu3d.dll   U3D Writer   9.3.0.113 
    Required plug-ins:
       3D Studio 15.1 (2014.1.0 x001)
       Accented Edges 15.1
       Adaptive Wide Angle 15.1
       Angled Strokes 15.1
       Average 15.1 (2014.1.0 x001)
       Bas Relief 15.1
       BMP 15.1
       Camera Raw 8.6
       Camera Raw Filter 8.6
       Chalk & Charcoal 15.1
       Charcoal 15.1
       Chrome 15.1
       Cineon 15.1 (2014.1.0 x001)
       Clouds 15.1 (2014.1.0 x001)
       Collada 15.1 (2014.1.0 x001)
       Color Halftone 15.1
       Colored Pencil 15.1
       CompuServe GIF 15.1
       Conté Crayon 15.1
       Craquelure 15.1
       Crop and Straighten Photos 15.1 (2014.1.0 x001)
       Crop and Straighten Photos Filter 15.1
       Crosshatch 15.1
       Crystallize 15.1
       Cutout 15.1
       Dark Strokes 15.1
       De-Interlace 15.1
       Dicom 15.1
       Difference Clouds 15.1 (2014.1.0 x001)
       Diffuse Glow 15.1
       Displace 15.1
       Dry Brush 15.1
       Eazel Acquire 15.1 (2014.1.0 x001)
       Embed Watermark 4.0
       Entropy 15.1 (2014.1.0 x001)
       Export Color Lookup NO VERSION
       Extrude 15.1
       FastCore Routines 15.1 (2014.1.0 x001)
       Fibers 15.1
       Film Grain 15.1
       Filter Gallery 15.1
       Flash 3D 15.1 (2014.1.0 x001)
       Fresco 15.1
       Glass 15.1
       Glowing Edges 15.1
       Google Earth 4 15.1 (2014.1.0 x001)
       Grain 15.1
       Graphic Pen 15.1
       Halftone Pattern 15.1
       HDRMergeUI 15.1
       IFF Format 15.1
       IGES 15.1 (2014.1.0 x001)
       Ink Outlines 15.1
       JPEG 2000 15.1
       Kurtosis 15.1 (2014.1.0 x001)
       Lens Blur 15.1
       Lens Correction 15.1
       Lens Flare 15.1
       Liquify 15.1
       Matlab Operation 15.1 (2014.1.0 x001)
       Maximum 15.1 (2014.1.0 x001)
       Mean 15.1 (2014.1.0 x001)
       Measurement Core 15.1 (2014.1.0 x001)
       Median 15.1 (2014.1.0 x001)
       Mezzotint 15.1
       Minimum 15.1 (2014.1.0 x001)
       MMXCore Routines 15.1 (2014.1.0 x001)
       Mosaic Tiles 15.1
       Multiprocessor Support 15.1 (2014.1.0 x001)
       Neon Glow 15.1
       Note Paper 15.1
       NTSC Colors 15.1 (2014.1.0 x001)
       Ocean Ripple 15.1
       OpenEXR 15.1
       Paint Daubs 15.1
       Palette Knife 15.1
       Patchwork 15.1
       Paths to Illustrator 15.1
       PCX 15.1 (2014.1.0 x001)
       Photocopy 15.1
       Photoshop 3D Engine 15.1 (2014.1.0 x001)
       Photoshop Touch 14.0
       Picture Package Filter 15.1 (2014.1.0 x001)
       Pinch 15.1
       Pixar 15.1 (2014.1.0 x001)
       Plaster 15.1
       Plastic Wrap 15.1
       PLY 15.1 (2014.1.0 x001)
       PNG 15.1
       Pointillize 15.1
       Polar Coordinates 15.1
       Portable Bit Map 15.1 (2014.1.0 x001)
       Poster Edges 15.1
       Radial Blur 15.1
       Radiance 15.1 (2014.1.0 x001)
       Range 15.1 (2014.1.0 x001)
       Read Watermark 4.0
       Render Color Lookup Grid NO VERSION
       Reticulation 15.1
       Ripple 15.1
       Rough Pastels 15.1
       Save for Web 15.1
       ScriptingSupport 15.1 <---------------------------------------------------------------------------------------- -----------------------------------------------------------------------------
       Shake Reduction 15.1
       Shear 15.1
       Skewness 15.1 (2014.1.0 x001)
       Smart Blur 15.1
       Smudge Stick 15.1
       Solarize 15.1 (2014.1.0 x001)
       Spatter 15.1
       Spherize 15.1
       Sponge 15.1
       Sprayed Strokes 15.1
       Stained Glass 15.1
       Stamp 15.1
       Standard Deviation 15.1 (2014.1.0 x001)
       STL 15.1 (2014.1.0 x001)
       Sumi-e 15.1
       Summation 15.1 (2014.1.0 x001)
       Targa 15.1
       Texturizer 15.1
       Tiles 15.1
       Torn Edges 15.1
       Twirl 15.1
       U3D 15.1 (2014.1.0 x001)
       Underpainting 15.1
       Vanishing Point 15.1
       Variance 15.1 (2014.1.0 x001)
       Virtual Reality Modeling Language | VRML 15.1 (2014.1.0 x001)
       Water Paper 15.1
       Watercolor 15.1
       Wave 15.1
       Wavefront|OBJ 15.1 (2014.1.0 x001)
       WIA Support 15.1 (2014.1.0 x001)
       Wind 15.1
       Wireless Bitmap 15.1 (2014.1.0 x001)
       ZigZag 15.1
    Optional and third party plug-ins:
       CUR (Windows Cursor) NO VERSION
       GREYCstoration NO VERSION
       ICO (Windows Icon) NO VERSION
       Reduce Noise 7.0.0.0
       ScriptListener 13.0
       StarFilter Pro 3 3.0.5.1
       SuperPNG 2.0
    Plug-ins that failed to load: NONE
    Flash:
       Adobe Kuler
    Installed TWAIN devices: NONE

  • Unable to find the path of automatic (command line) backup of LCM

    I created the batch script to take the LCM backup on Essbase/FDQM (ESB01)
    Detail is as under
    1. Copy utility.sh and utility.bat file from  D:\Oracle\Middleware\EPMSystem11R1\common\utilities\LCM\11.1.2.0\bin  to   D:\Oracle\Middleware\user_projects\epmsystem1\bin
    2. Generate the xml file (Login on Shared Service Console as admin user
    Application Group →  Foundation →  Shared Service  → Select All → Define Migration → Next → Enter File System Name → Next → Next → Save Migration Definition → Save the xml File
    3. D:\Oracle\Middleware\user_projects\epmsystem1\bin>type WeeklyMigration.bat
    utility.bat MigrationDefinition.xml
    4. First time have to run manual, It will store the credentials in xml file (MigrationDefinition.xml)
    D:\Oracle\Middleware\user_projects\epmsystem1\bin>WeeklyMigration.bat
    >>> Enter username - admin
    >>> Enter Password –
    batch file executed sucessfully as below
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>weeklyMigration.bat
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>utility.bat MigrationDefinition.xml
    Sep 15, 2013 11:26:19 PM com.hyperion.hit.registry.DatabaseComponentImpl getData
    baseHostName
    INFO: Registry DB has been configured with thin driver jdbc:oracle:thin:@jxebdrd
    b.dpworld.ae:1576:DPUT.
    Sep 15, 2013 11:26:20 PM oracle.EPMAUDITCLIENT
    INFO: Client Enable Status false
    Sep 15, 2013 11:26:20 PM oracle.EPMAUDITCLIENT
    INFO: Audit Client has been created for the product HUB-11.1.2.0
    Sep 15, 2013 11:26:21 PM
    INFO: Initializing CMSClient.
    Sep 15, 2013 11:26:21 PM
    INFO: CMSClient initialized successfully.
    Sep 15, 2013 11:26:21 PM
    INFO: Checking if application group Foundation exists in Registry.
    Sep 15, 2013 11:26:21 PM
    INFO: Validating user inputs.
    Sep 15, 2013 11:26:21 PM
    INFO: User input validations done.
    Sep 15, 2013 11:26:21 PM
    INFO: Checking if application group Foundation exists in Registry.
    Sep 15, 2013 11:26:21 PM
    INFO: Retrieving application id for application with display-name Shared Service
    s.
    I had remvoe display line.
    Exported Artifact - Groups.
    Sep 15, 2013 11:26:26 PM com.hyperion.css.exchange.framework.CSSIEJob doExport:8
    3
    INFO: Successfully exported 0 roles.
    Exported Artifact - Roles.
    Exported Artifact - DPWUAE.
    Exported Artifact - fdqm_app.
    Exported Artifact - Reporting and Analysis.
    Exported Artifact - Essbase Studio Server2.
    Exported Artifact - HBRAPP.
    Exported Artifact - Shared Services.
    Exported Artifact - Sample.
    Exported Artifact - Sample_U.
    Exported Artifact - DMDemo.
    Exported Artifact - EssbaseCluster-1.
    Exported Artifact - Samppart.
    Exported Artifact - TestCube.
    Exported Artifact - ASOsamp.
    Exported Artifact - Demo.
    Exported Artifact - Sampeast.
    Migration Status - Success
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>
    Now I unable to find the LCM backup file, where it has generate? what is the location of the backup file by this batch execution?

    As for my knowledge "." will fetch from the directory where we are running.Exactly. A directory. Not a JAR file. If you want to access it via File, you can't put it into the JAR. if you want to put it into the JAR, you need to use Class.getResource() and friends.

  • I have adobe digital edition 2.0 and I am trying to authorize my erreader, but I am unable to find the 'manage library' before I open ADE.

    I have adobe digital edition v2.0 and I am trying to authorize my erreader, but I am unable to find the 'manage library' before I open ADE.  Where to I find the 'manage library'? and should I upgrade the ADE to version v1.7.2.?

    To make Mail quit you'll need to perform a forced quit or, failing that, a forced shutdown.
    When an application won't quit you can hold the Command and Option keys together and then type the ESC key. This (usually) brings up a dialog with all the running applications. Select the offending program and click the Force Quit button.
    If this doesn't force the application to quit (quite rare) or if you cannot get the Force Quit Dialog to pop up, hold the power button for about 10 seconds to shut down the entire computer. This should be a last resort but sometimes is necessary.

  • Unable to find the timestamp in SPRO-"delete timestamp for infosource"

    in system BIT.
    issue: unable to find the timestamp in SPRO-"delete timestamp for infosource" in ECQ, for a load which i did in BIQ and getting error that init was already done but request was deleted from target.
    for cube 0CFM_C10, i did init load from 0CFM_POSITIONS flow , was fine
    next init load from flow 0CFM_DELTA_POSITIONS, some issue,
    got messaget that init was already done but request was deleted from target.
    so i deleted req from infopkg-scheduler-init options for src system - here deleted the req.
    did load got same error again.
    next in ECQ, SPRO- "delete timestamp for infosource", for this option when i search, i am getting msg that "0 timestamps deleted for infosource".
    why is that i am unable to find the timestamp here in SPRO in ECQ? any other solution ?
    pls  help
    regards,
    swetha

    thanks.
    deleted the additional entry from SPRO as suggested in this thread.
    Error while executing RSA3
    did the load ,
    init load via 0CFM_DELTA_POSITIONS flow, successful :   so that error got solved.
    delta load via 0CFM_DELTA_POSITIONS flow, getting another new error and message below
    Job terminated in source system --> Request set to red
    can anyone suggest on how to solve this?
    in src system logs, this data was found
    Job log overview for job:    BIREQU_DAVZG15LMNNG2N3XPN9J5C6QS / 11111300
    Date       Time     Message text                                                                      Message class Message no. Message type
    19.07.2011 11:11:13 Job started                                                                            00           516          S
    19.07.2011 11:11:13 Step 001 started (program SBIE0001, variant &0000000083979, user ID ALEECQREMOTE)      00           550          S
    19.07.2011 11:11:13 Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)               R3           413          S
    19.07.2011 11:11:13 DATASOURCE = 0CFM_DELTA_POSITIONS                                                      R3           299          S
    19.07.2011 11:11:13 RLOGSYS    = BITST                                                                     R3           299          S
    19.07.2011 11:11:13 REQUNR     = REQU_DAVZG15LMNNG2N3XPN9J5C6QS                                            R3           299          S
    19.07.2011 11:11:13 UPDMODE    = D                                                                         R3           299          S
    19.07.2011 11:11:13 LANGUAGES  = *                                                                         R3           299          S
    19.07.2011 11:11:13 *************************************************************************              R8           048          S
    19.07.2011 11:11:13 *          Current Values for Selected Profile Parameters               *              R8           049          S
    19.07.2011 11:11:13 *************************************************************************              R8           048          S
    19.07.2011 11:11:13 * abap/heap_area_nondia......... 0                                       *             R8           050          S
    19.07.2011 11:11:13 * abap/heap_area_total.......... 16777216000                             *             R8           050          S
    19.07.2011 11:11:13 * abap/heaplimit................ 40000000                                *             R8           050          S
    19.07.2011 11:11:13 * zcsa/installed_languages...... 1CEFIJKLNOSUV                           *             R8           050          S
    19.07.2011 11:11:13 * zcsa/system_language.......... E                                       *             R8           050          S
    19.07.2011 11:11:13 * ztta/max_memreq_MB............ 2047                                    *             R8           050          S
    19.07.2011 11:11:13 * ztta/roll_area................ 3000000                                 *             R8           050          S
    19.07.2011 11:11:13 * ztta/roll_extension........... 2000000000                              *             R8           050          S
    19.07.2011 11:11:13 *************************************************************************              R8           048          S
    19.07.2011 11:14:15 Internal session terminated with a runtime error (see ST22)                            00           671          A
    19.07.2011 11:14:15 Job cancelled                                                                          00           518          A
    Edited by: Swetha N on Jul 21, 2011 6:40 AM
    Edited by: Swetha N on Jul 21, 2011 6:40 AM

  • CRVS2010 Beta - Unable to find the report in the manifest resources

    I upgraded to VS2010 Beta where we soon encountered this error.
    Unable to find the report in the manifest resources. Please build the project, and try again.
    at CrystalDecisions.CrystalReports.Engine.EngineExceptionUtils.DoThrowException(String message, EngineExceptionErrorID id)
       at CrystalDecisions.CrystalReports.Engine.ExceptionThrower.ThrowEngineException(String messageID, EngineExceptionErrorID id)
       at CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSourceInternal(Object val, Type type)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSource(IEnumerable enumerable)
    Searching the forums I saw some similar issues. Here is how the issue was solved on my end.
    Looking at the properties of the crystal report file in VS2010 the Build Action was "None". After setting it compile things worked as normal. The exception made sense after finding the cause.
    I'm not sure if this was caused by VS2010 as my organization was in the middle of migrating to TFS 2010 that may have caused an issue.
    Hope this helps someone.

    Cliff, thank you very much for sharing this soution with the community. Once CRVS2010 RTMs, I'll create a KBase on it.
    Happy coding,
    Ludek

  • SummaryInfo exception - Unable to find the report in the manifest resources. Please build the project, and try again.

    Hello,
    I've inherited the ReportClass.
        public class PReport : CrystalDecisions.CrystalReports.Engine.ReportClass
            protected DataSet dataSet;
            public override void Export(CrystalDecisions.Shared.ExportOptions exportOptions)
                base.Export(exportOptions);
                this.Customize(exportOptions);
            public override void SetDataSource(DataSet dataSet)
                base.SetDataSource(dataSet);
                this.dataSet = dataSet;
    public void main()
    PReport report = myObject.CreateReport();
    report.SummaryInfo.ReportSubject = this[CriteriaName].StringValue; <<< exception
    in the debug mode, when passing the line, I obtain:
    -          report.SummaryInfo     'report.SummaryInfo' threw an exception of type 'CrystalDecisions.CrystalReports.Engine.LoadSaveReportException'     CrystalDecisions.CrystalReports.Engine.SummaryInfo {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException}
    Unable to find the report in the manifest resources. Please build the project, and try again.
    I have rebuit the project bat the behavior didn't change.

    the same exception  message I obtain when calling
    public override void SetDataSource(DataSet dataSet)
                base.SetDataSource(dataSet); <<< here

  • "System: Unable to find the specified object" on N...

    When I go to Control panel->Messaging->Text message" I get the error:- "System: Unable to find the specified object".
    I also can no longer send text messages. Every time I try to send a text message, it asks for the "Centre number" which presumably is the SMS service centre number, but even if I type this in I get an error "Error: Not found".
    I'm sure these 2 issues are related but I'm not sure.
    Please, can someone tell me how to fix this.
    Thanks.

    Hi
    I have the same problem except for that mine is with my nokia 9500. Did you manage to fix your problem? I started getting the same message after I have deleted certain temporary files. I then, also noticed that I do not have access to the internet and the only available option reflected was W*EasyLan
    Please assist if you have managed to fix your problem or can anybody out there assist me PLEASE. Thankx

  • Identity service unable to find the realm

    hi'
    I am facing issue after configuring "Configuring Identity Service with Oracle Internet Directory"
    I followed this administrator guide "http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28982/service_config.htm#sthref280"
    this is the result after running the script:
    C:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks>configure_
    oid orcladmin welcome1 389 false sonata seedAllUsers oc4jadmin welcome1 oc4j_soa
    Buildfile: oid-config.xml
    config-oid:
    [echo] Configuring OID...
    [mkdir] Created dir: C:\product\10.1.3.1\OracleAS_1\ldap\install
    [java] Install Configuration
    [java] Install Type: ConfigureOID
    [java] Oracle Home: C:\product\10.1.3.1\OracleAS_1
    [java] JDK Home: C:\product\10.1.3.1\OracleAS_1\jdk
    [java] Proxy Required: false
    [java] Database Vendor: oracle
    [java] OID Host: ${oid.host}
    [java] OID Port: 389
    [java] OID Realm: sonata
    [java] OID Seed: seedAllUsers
    [java] Admin User: orcladmin
    [java] ***************************************************************
    [java] Trying to obtain OID specific details from configuration files.
    [java] Warning: You would encounter problems if you have not associated you
    r instance with an OID.
    [java] ***************************************************************
    [java] OID Host is: son1592
    [java] OID Port is: 389
    [java] Seeding users/roles in OID realm : sonata...
    [java] Buildfile: bpminstall.xml
    [java] seed-oid:
    [java] init:
    [java] seed-oid:
    [java] Seeding system users/roles into OID ...
    [java] Migration of LDIF data completed. All the entries are successfully m
    igrated
    [java] Seeding demo users/roles into OID ...
    [java] Migration of LDIF data completed. All the entries are successfully m
    igrated
    [java] BUILD SUCCESSFUL
    [java] Total time: 9 seconds
    [java] Exit: 0
    [java] Configuring BPEL identity service configuration file ...
    [java] Adding jaas-mode attribute to hw_services orion-application.xml
    [java] Adding jaas-mode attribute to orabpel orion-application.xml
    bpel-grant-privileges:
    [echo] Granting Server privileges to BPMSystemAdmin role...
    [java] The specified permission has already been granted to the grantee.
    [echo] Granting Domain privileges to BPMDefaultDomainAdmin role...
    [java] The specified permission has already been granted to the grantee.
    all:
    BUILD SUCCESSFUL
    Total time: 13 seconds
    now when I am using the IdentityService servlet to look up users and roles by going to http://localhost:9700/integration/services/IdentityService/identity?operation=lookupUser and checking the realm
    this is the error coming:
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="http://xmlns.oracle.com/bpel/services/IdentityService">
    <env:Body>
    <env:Fault
    xsi:type="env:Fault">
    <faultcode>env:Server</faultcode>
    <faultstring
    xsi:nil="1"/>
    <detail>
    <ns0:identityServiceError>
    <ns0:faultInfo>Realm is not found. Identity service unable to find the realm by name sonata. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable. </ns0:faultInfo>
    </ns0:identityServiceError>
    </detail>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    thanks
    Yatan

    hi Anirudh,
    do you think this is wrong approach to copy file from home to other instances? actually I followed the following link to configure OID with BPEL
    url--> "http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28982/service_config.htm#BABIBGFF"
    as per the document after executing the configure_oid.bat file only the jazn.xml inside the home was getting updated but no change was there in jazn.xml which was inside oc4j_soa folder, this was infact told in the document that we need to manually copy the properties from home--> jazn.xml file, but when I was trying to copy it was giving error, so insted of copying any thing from home--> jaxn.xml file, I copied the file and replaced it inside oc4j_soa.
    do you think this is not the right approach?
    waiting for inputs.
    thanks
    Yatan

  • Unable to find the Facet Ref component in the component palette in 11.1.2.1

    I am unable to find the Facet Ref component in the componet palette in 11.1.2.1? Can anyone tell me where to find this component? Thanks.

    I have the same problem working in the TUHRA2 Tutorial in Oracle JDeveloper 11g Handbook: A Guide to Oracle Fusion Web Development Chapter 17 Page 623. "1. You can use the Facet Ref component to indicate ... Drag a Facet Ref into ... "
    No such component in the JDF Faces or any other Page Type in the Component Palette. I have the source code from http://java.net/projects/tuhra2/sources/tuhra2/show/trunk/ChapterZips?rev=2. The zip file C17-IV.zip has the file tuhraTemplate.jspx. In that file, on line 15 is a <af:facetRef factName="content"/>. How they got it there is beyond me, unless this version JDF Faces lost the tag.
    Jdeveloper 11g Release 2 (11.1.2.1.0)
    Build JDEVADF_11.1.2.1.0_GENERIC_110907.2314.6081
    Java(TM) Platform     1.6.0_24
    Oracle IDE     11.1.2.1.38.60.81
    Versioning Support     11.1.2.1.38.60.81
    Have you had any luck?

  • I received a psd file created in CS6 for MAC, I am unable to find the layers when I open it in photoshop in Windows. What can i do to edit the files?

    I received a psd file created in CS6 for MAC, I am unable to find the layers when I open it in photoshop in Windows. What can i do to edit the files? What can be done so that I can either open and see the layers or how can the sender save it in a way that it doesn't "merge" the layers in some way to just one?

    Could try saving as tiff provided layers and transparency are chosen at the time of saving. But it's hard to give a definitive answer as it depends on the final usage. For example PSD's tend to work better in applications like In Design in comparison with tiff.

  • Unable to find the data source in r/3  ECC 6.0 -  ( 0FI_GL_10 ) in RSA5

    Hi guys,
    I am unable to find the data source(0FI_GL_10) in RSA5.
    Presently I am using BI7.0 version with R/3 ECC 6.0.
    BI Patch level - 16.
    BI content Patch level - 8
    Thanks,
    Gupta

    Hi,
    Try Installing Application Component Hierarchies 
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b3/c30a0e9c44204eb596c6353c827d2e/frameset.htm
    Use RSA9 for this.
    Hope this helps.
    Thanks,
    JituK

  • Unable to find the content of data source into infosource

    Hi
    I have successfully created a source system in BW and have activated the business contents but I am unable to find the data source contents in infosource. I have replicated the metadata also but uanble to get?  are there any steps to transfer the data from datasource to infosource.?

    after the replication, you'll only see the datasources under the node datasources. you need to map a datasource with an infosource (3.5). in bi7 this is not necessary anymore...
    but for these kind of basic questions, you should really search the forum before posting a thread.
    M.

Maybe you are looking for