Unable to find the asset in FA which is shown in PA Module

Dear Members,
We are using Projects Costing Module and also FA Module with other financial modules like GL,AP etc.
We have created one project.When we are querying this project in PA_PROJECT_ASSETS_ALL table we can see there are 4 Asset Numbers associated with this project.
In the same table we can just see the asset numbers but the FA_ASSET_ID column and FA_PERIOD_NAME columns are null.
We picked the asset numbers shown in PA_PROJECT_ASSETS_ALL table for a given project and we are trying to query the Asset Number in FA Module.When we did this no records are found.
Can anyone please tell me what is the problem? Did we skipped any process?
Your inputs will be of great help to me.
Thanks in advance !!
Best Regards

Hi
The assets you see in PA were set up as part of the Capital project initiation.
On that project you need to enter expenditures and run the applicable distribute cost process, and then interface those to GL.
You may also interface supplier costs from Payables (after entering project related supplier invoices is AP).
Run the process: PRC: Update project summary amounts.
Navigate to the Capital project form, there you can see the costs accumulated on that project.
Run the process - PRC: Generate Asset Lines, and after that Interface Asset lines to FA.
In FA responsibility you should see the asset lines in Mass Addition and from there you may post them (unless they were automatically posted when interfaced from PA).
Only now can query the asset in FA.
Dina

Similar Messages

  • Unable to find the ASSET count

    I have two tables Assets_In and Assets_Out. Attached files for your reference. I would like to know my Assets in Stock.
    Assets_IN
    ASSET_TYPE
    ASSET_IN_COUNT
    Laptops
    3
    Desktops
    2
    Desktops
    2
    Laptops
    2
    Laptops
    2
    Keyboards
    5
    Keyboards
    5
    Monitors
    4
    AC Adapters
    3
    Mouse
    10
    Monitors
    2
    Monitors
    2
    Backpacks
    10
    Desktops
    2
    Backpacks
    3
    Asset_Out
    ASSET_TYPE
    ISSUED_TO
    Desktops
    Ram
    Monitors
    Shyam
    Keyboards
    Ranjan
    I have written 2 queries but I am not able to combine both these to achieve my result.
    SELECT ASSET_TYPE Asset, SUM(ASSET_IN_COUNT) Count FROM ASSETS_IN GROUP BY ASSET_TYPE-------------This gives me how many assets we have received
    SELECT ASSET_TYPE Asset,COUNT(ASSET_TYPE) FROM ASSETS_OUT  GROUP BY ASSET_TYPE---------------It shows how many assets we have issued.
    The result should show how many assets we have in stock. i.e is Assets in hand minus Assets Issued. Can you please help me on this.

    You need to aggregate and then join, like this
    SQL> with asset_in
      2  as
      3  (
      4  select 'Laptops' asset_type, 3 asset_in_count from dual union all
      5  select 'Desktops' asset_type, 2 asset_in_count from dual union all
      6  select 'Desktops' asset_type, 2 asset_in_count from dual union all
      7  select 'Laptops' asset_type, 2 asset_in_count from dual union all
      8  select 'Laptops' asset_type, 2 asset_in_count from dual union all
      9  select 'Keyboards' asset_type, 5 asset_in_count from dual union all
    10  select 'Keyboards' asset_type, 5 asset_in_count from dual union all
    11  select 'Monitors' asset_type, 4 asset_in_count from dual union all
    12  select 'AC Adapters' asset_type,  3 asset_in_count from dual union all
    13  select 'Mouse' asset_type, 10 asset_in_count from dual union all
    14  select 'Monitors' asset_type, 2 asset_in_count from dual union all
    15  select 'Monitors' asset_type, 2 asset_in_count from dual union all
    16  select 'Backpacks' asset_type, 10 asset_in_count from dual union all
    17  select 'Desktops' asset_type, 2 asset_in_count from dual union all
    18  select 'Backpacks' asset_type, 3 asset_in_count from dual
    19  )
    20  , Asset_Out
    21  as
    22  (
    23  select 'Desktops' asset_type, 'Ram' issued_to from dual union all
    24  select 'Monitors' asset_type, 'Shyam' issued_to from dual union all
    25  select 'Keyboards' asset_type, 'Ranjan' issued_to from dual
    26  )
    27  select ain.asset_type, asset_in_count, nvl(asset_out_count, 0) asset_out_count
    28    from (
    29            select asset_type, sum(asset_in_count) asset_in_count
    30              from asset_in
    31             group
    32                by asset_type
    33         ) ain
    34    left
    35    join (
    36            select asset_type, count(issued_to) asset_out_count
    37              from asset_out
    38             group
    39                by asset_type
    40         ) aout
    41      on ain.asset_type = aout.asset_type
    42  /
    ASSET_TYPE  ASSET_IN_COUNT ASSET_OUT_COUNT
    Desktops                 6               1
    Keyboards               10               1
    Monitors                 8               1
    Backpacks               13               0
    AC Adapters              3               0
    Mouse                   10               0
    Laptops                  7               0
    7 rows selected.

  • How do I find music that has been uploaded to iTunes from a purchased CD and iTunes is "unable to find the original file?" I no longer have the CD. I have tried all the usual methods of looking in my iTunes library and through Find. No Luck.

    How do I find music that has been uploaded to iTunes from a purchased CD and iTunes is “unable to find the original file?” I no longer have the CD. I have tried all the usual methods of looking in my iTunes library and through Find. No Luck.

    Backup drive?
    Subscribe to iTunes Match?
    If neither of the above and you don't have the CD and can't find your tracks on the computer then they you're stuck.  A file recovery utility will cost $100, plus another $100 for an external drive to which to resue the files, and may not even work.  You can buy a lot of CDs for $200.

  • Office Web Apps - Office Web Apps was unable to find the specified certificate

    Hello,
    Let me start by saying I did not see a forum listed for Office Web Apps and figured the SharePoint forum would be the second best place to post this.  With that said, here's my issue...
    I installed OWA 2013 on a Windows Server 2012 (not R2) VM and installed all the prereqs as described here: http://technet.microsoft.com/en-us/library/jj219455(v=office.15).aspx  Since this is a test environment, I'm planning on using a self-signed
    cert which appears to be supported based on info found here: http://technet.microsoft.com/en-us/library/2e147f11-6f47-46bc-90bf-b2f179958d11(v=office.15)#certificate.  
    I created the cert using the following command:
    New-SelfSignedCertificate -DnsName owa.test.local -CertStoreLocation cert:\LocalMachine\My
    I then edited the cert's properties in the Cert Manager MMC snap-in and added a friendly name of "2014_OWA_Cert".  I then proceeded to try and create the OWA farm by running:
    New-OfficeWebAppsFarm -InternalUrl "https://owa.test.local" -CertificateName "2014_OWA_Cert" -EditingEnabled
    This produces the following error:
    New-OfficeWebAppsFarm : Office Web Apps was unable to find the specified certificate.
    At line:1 char:1
    + New-OfficeWebAppsFarm -InternalUrl "https://owa.test.local" -CertificateNa ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (:) [New-OfficeWebAppsFarm], ArgumentException
    + FullyQualifiedErrorId : CertificateNotFound,Microsoft.Office.Web.Apps.Administration.NewFarmCommand
    What gives?  

    Hi Waqas
    Thanks for your help with this. I had a look at both posts, the URL works fine from the WAC server and I am not using a System account to test docs.
    Also, this is a production site that is accessible over the Internet, so we are using https therefore the WOPIZone is external-https.
    Issue #3 in the above blog link does not reflect the same error I see on my servers.
    I also had a look at the information in this link: http://technet.microsoft.com/en-us/library/ff431687.aspx#oauth
    Problem: You receive a "Sorry, there was a problem and we can't open this document" error when you try to view an Office document in Office Web Apps.
    If you added domains to the Allow List by using the
    New-OfficeWebAppsHost cmdlet, make sure you’re accessing Office Web Apps from a host domain that’s in the Allow List. To view the host domains in the Allow List, on the Office Web Apps Server open the Windows PowerShell prompt as an administrator and run
    the Get-OfficeWebAppsHost cmdlet. To add a domain to the Allow List, use the
    New-OfficeWebAppsHost cmdlet.
    I have not added any domains to the Allow list so this did not help either. Should I add the domain?
    Any further help with this is much appreciated.
    Thanks again.
    Yoshi

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

    The error is received when i transfer the .exe file, bin\Debug folder to another machine:
    Unable to find the report in the manifest resources. Please build the project, and try again.
    The error is issued when i try to open the form that contain the Crystal report viewer, I already checked the properties of the report file and it says "Embed Resource" in the "Build Action"
    This error is not visible on my development machine where visual studio is installed, anybody know what i should install on the other machine for this to run.
    I'm using C#, WinForms, .net 2.0, VS 2005.

    Fronde Systems Group: 
    Setting the build action to Embedded resource  is working
    in my local machine which has Visual studio 2003 installed. But when i deploy the same on Server
    (server has no .net framework installed on it), it keeps failing. I get the the following error:
    "ERROR Thrown from Crystal Reports ===> An undocumented error occured" which is triggered when it is Unable
    to find the report in the manifest resources.
    Please suggest me guys.... 
    Thanks
    Ravi
    [email protected]

  • Unable to find the Transfer Rules in Transport Connection

    Hi Guys,
    I am on BW 3.5.
    I am unable to find the Transfer Rules created in transport Connection. I need to Transport these changes. I was able to Transport Communication structure and the Infosource.
    I tried activating the Transfer Rules and also replicated the datasources but it does'nt prompt me for a Transport request.
    Hence I need to explicitly Transport by going into Transport Connection where I am unable to find the object.
    Please help me on how to include this object in the Transport request created.
    Thanks in advance.
    Regards,
    Tyson

    Another way is to go the transfer rules or update rules or any object which you want to transport->extras on top>Object direct entry>change the package from $temp>rest you know
    Cheers,
    shana
    Assigning pts is the way of saying thanks in SDN

  • Unable to find the Messages in the Message Tab in ExtnDef

    Hi Folks,
    When importing the WSDL file in the External Definition, I am unable to find the messages in the Messages tab and unable to find the messages in the Message Interface. Can anyone help me on this please.

    Hi Amit Srivastava,
    I am using the WSDL file which is given from Client/Customer. After importing this into Extn Defn, i can see there is no messages in the Message Tab and No messages in the External Definitions.
    My current version of PI is 7.0 where i don't find the option for tools->importExterDefn. and when i am importing this in SOAP UI tool i can see all the messages.
    Please let me know is there steps missing
    Regards,
    Madhu

  • Unable to find the universes in the Query Browser Panel of Dashboard Design

    Hi Experts,
    Can any one please help me out, as I am Unable to find the universes in the Query Browser Panel of Dashboard Design Tool.
    Thanks & Regards,
    Shivani
    Edited by: Shivani Yemula on Jul 19, 2011 4:40 PM

    Hi,
    I got the same problem recently in BI 4.1 Platform and all the permissions were already set, I mean on the universe and all others which are required but I found there was some problem in Dashboard Cache server, when I restarted that it worked fine ...
    I was able to see the universe once I restarted it. I was getting a Java unable to invoke object Error..
    Thanks,
    Vamshi

  • 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

  • PS CC unable to find the JavaScript plug-in?

    I am on a Windows 7 pro platform - Hi, when trying to launch PS I get the following message: "Could not complete the command because PS was unable to find the JavaScript plug-in" after clicking ok another message pops up: " There is a problem with Generator. .... "
    This problem occurred first after my one year discount run out and I paid the full amount. I thought the problem would be corrected by the next major upgrade - but no luck there.
    Any idea how to solve this problem?
    Thanks, Bee

    In reply to JJMacks,
    1 min ago 
    Why are you posting
    to both DPreview forum and Adobe forum now? You didn't answer me on the Adobe
    forum with this post. This is where you and I had been communicating. It was
    only by chance that I saw this posting on the DPreview forum.
    To ensure that we connect with each other I intend to post
    on both of the forums until we resolve this issue.
    I don't find this posting helpful - I am not an IT
    professional at all except as a user ( English by the way is not my native
    language).
    In this post you say I should have the 15.2.2... versions of PS
    CC. On your earlier post in the Adobe forum you told me I should have the 14...
    versions - which is it?
    As you know I do have only the 15.2.2... versions. Is there a
    compatibility problem between the 15... versions of these Adobe Plug-ins and
    the main PS CC program?
    If you can't help me please put me into a telephone chat
    (they can call me) or an on-line chat with someone who is able to walk me
    through to a solution.
    Thanks, Bee

  • "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

  • [RESOLVED] "Unable to find the current servlet" error

    Hi,
    I had a couple of ADF applications deployed to the application server, and running. I was working on adding security to a new one, and started getting the following error whenever I tried to access one of my pages after deployment:
    javax.servlet.ServletException: JAAS-OC4J: JAZNFilter.doFilter - unable to find the current servlet (full trace from the application.log below)
    I initially assumed it was a problem with the new application, but when I tried to access the older ones, which had been working, I found I get the same error. I've spoken to the app server administrator, who assures me nothing has been changed in the OC4J/J2EE area.
    I'm also getting the following error in server.log, but not at exactly the same time as the application log error, so I'm not sure it's related:
    07/11/12 17:00:05 Internal error raised trying to instantiate web-application
    java.lang.InstantiationException: No application named 'datatags' found in the server
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:705)
    at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:438)
    at com.evermind.server.http.AJPRequestHandler.initAJP(AJPRequestHandler.java:733)
    at com.evermind.server.http.AJPRequestHandler.initRequest(AJPRequestHandler.java:469)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:194)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Any ideas what might be causing this? Or where I should look for more info?
    Thanks.
    From application.log:
    07/11/12 16:48:18 MembershipApplicationView: Servlet error
    javax.servlet.ServletException: JAAS-OC4J: JAZNFilter.doFilter - unable to find the current servlet
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:253)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
    at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
    at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Message was edited by:
    CdG

    Never mind, please ignore this entire post. I've been trying to figure out how to add security based on the JDeveloper help and some forum posts, and I'd unknowingly configured an ADF Security filter in the middle of my otherwise container-managed security. If I delete that, everything 'miraculously' starts working again.
    Sorry to have wasted your time.

  • 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  'Panel Container 2' object

    Hi,
    I am unable to find the  'Panel Container 2' object under the containers folder of components. I am using xcelsius enterprise 2008.
    I have a scenario where in which i need to use it, Is there any way I can get it into the canvas.
    Thanks in advance,
    Shreesh.

    Hi,
    Which Theme are you using now? Not all of the themes have "Panel Container 2" object. Theme "Aqua" and Theme "Nova" have "Panel Container 2", please try them.
    Thanks,
    Grace

  • Unable to Find The workbook on the Server

    BEx Experts!
    I am opening a Workbook in BEx Analyser (Release 2004s, Support Package 9, Patch 3, Revision 370).  I activated this workbook from Business Content (My Cost Centers: Travel Expenses - Current).
    I get an information message straight away after clicking Open which says "Unable to Find The workbook on the Server."
    I have tried with administrator access as well, without success.
    Thanks.
    Message was edited by:
            Jamie Hylton

    Hi Catherine,
    Where you are creating workbook...? In production..? Is workbook  allowed to change setting is available...?
    As i also faced same problem to save workbook in favourates,(BI7 and SP15) gives same error. After saving we can see workbook, but not able to open.
    SAP solution is change settings of workbook to changeable in system, then it works.
    Hope it Helps
    Srini
    [Dont forget to close the call by assigning poings.... - Food for Points: Make a Difference through Community Contribution!|https://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/007928c5-c4ef-2a10-d9a3-8109ae621a82]

Maybe you are looking for

  • Need help with using graphics in swing components

    Hi. I'm new to Java and trying to learn it while also developing an application for class this semester. I've been following online tutorials for about 2 months now, though, and so I'm not sure my question counts as a "new to Java" question any more

  • HT4623 iOS7 downloaded and now my screen is all white

    I downloaded iOS7 and now all of a sudden my screen is all white, nothing happened to the phone during installation it literally sat right next to me the whole time. What do I do? My lock button is broken so I can't reset it.

  • Cocoon2 weblogic (5.1 sp6) class loader security problem

    Hello folks, System: Cocoon: v2.0 JDK: Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C), Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode) OS: NT4 SP5 Servlet: v2.2 AppServer: Weblogic 5.1 SP6 Symptoms: I've updated our applicati

  • Design View missaligned div tags location

    I am using div tags to layout my webpage and the Design view shows the wrong alignment. Check mektronix-net.campusbizcenter.com for the page which seems to display correctly. I am also using CSS for formating the webpage. Is DreamWeaver having a prob

  • Frmcmp and FORMS_PATH

    when scripting frmcmp, in what order is the source from FORMS_PATH; registry, local environment, any other location?