Interface logs and Report in SOA suite.

Guys, we are building a transactional interface from an external source to EBS and the interface will be built with SOA suite.
The following are interface activity logs/report requirements from my client and I would like to have your input from to find the best and cost-effective solution.
1. How many records were newly imported to EBS
2. How many records had changes in EBS
3. How many records were deleted from EBS
4. The error logs will contain the total number of records extracted from the external source and the total number of records imported to the EBS staging area.
thanks in advance

You can do it in Java, have a look at this...
http://www.javacodegeeks.com/2011/06/java-pretty-good-privacy-pgp.html
Cheers,
Vlad

Similar Messages

  • Announcing new activity logging and reporting capabilities for Office 365

    Announcing new activity logging and reporting capabilities for Office 365We are pleased to announce the rollout of new activity logging and reporting capabilities for Office 365, including the Office 365 activity report, comprehensive logging capability, PowerShell command or cmdlet and a preview of the Office 365 Management Activity API.Thisnew capability provides you increased transparency, allowing you to monitor and investigate actions taken on your data, and comply with laws and regulations.Office 365 activity reportThe Office 365 activity report enables you to investigate a user’s activity by searching for a user, file or other resource across SharePoint Online, One Drive for Business, Exchange Online and Azure Active Directory, and then download the activities to a CSV (comma separate values) file. You can filter by date range,...
    This topic first appeared in the Spiceworks Community

    Hi,
    Do you have any specific questions? We'll certainly try to help you, but we won't do your homework for you. That wouldn't help you learn at all.
    I recommend looking over the learning materials here, they're quite good for getting started with PowerShell:
    http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • BPEL and httpbindings in SOA Suite

    Okay, I installed the soasuite, tried the SOAdemo, which works fine. Now I'm trying to get my 'old' BPELcode from BPEL 10.1.2 (or whatever, the earlier version) to get to work. Here I have a variation of the http-get-binding sample, where BPEL gets started from a http-get request. I can;t get it to work with the SOA-suite... what is the correct binding to invoke?
    My service binding:
    <binding name="receiveApplicationBinding" type="client:receiveApplication">
    <http:binding verb="GET" />
    <operation name="receive">
    <http:operation location="/Receive" />
    <input>
    <http:urlEncoded />
    </input>
    <output>
    <mime:mimeXml part="Body" />
    </output>
    </operation>
    </binding>
    <service name="receiveApplicationService">
    <port name="receiveApplicationPort" binding="client:receiveApplicationBinding">
    <http:address location="http://localhost:8888/httpbinding/default/receiveApplication" />
    </port>
    </service>
    However, when calling http://localhost:8888/httpbinding/default/receiveApplication/Receive?parameters.. I get 500 internal server error...
    Where does this httpbinding point to in the SOA suite? It worked in the older BPEL PM on port 9700....

    can you pls turn on ws logging in the bpel console (from info to debug) and get us the output from the logs.. that might help to diagnose it .. also have you checked that
    according to http://localhost:8888/httpbinding/default/receiveApplication there is a process in the default domain named receiveApplication with an operation named Receive.
    hth clemens

  • How can I use a variable for an interface log and error fle

    I want to use a variable for the interface's log and error file so that when I migrate from Dev to QA to Prod I don't have to do a lot of editing.
    Specifically on the "flow" tab for the "target", I want a variable to be the first part of the path for the log (\\sundev1\fnd1-hypd1) and join this with the rest (\update\log\logfile.log) within the LOG_FILE_NAME field.
    Thank you!

    Hi,
    It is quite simple....
    just use the <%=odiRef.getSchemaName("D")%> before the file name and configure both path in the topology linked to each context.

  • How to backup all database settings and data for SOA suite to file(s) ?

    During the installation of the SOA Suite a couple of tables and schemas are created
    in Oracle database through the irca.bat script.
    Later the tables are filled with content by all the servers and services of the
    SOA Suite.
    How can I backup all these tables and SOA related stuff to one (or more)
    files (for a possible later restore)?
    This backup should contain only SOA Suite related tables and data.
    Possible other tables (for other applications) should not be considered.
    Is there a script (e.g. for sqlplus) or menu which does the
    SOA database backup job for me ?
    If there is no official backup script maybe someone in this forum
    wrote a personal script.
    Thank you
    Peter

    I am facing the same problem.
    I have spend a few days to configure and train my Sony tablet to configure for all my remotes such as aircon and lighting. I did a backup using the Sony companion to my PC. When my tablet was faulty and serviced. But the backup did not recover the IR remote settings and codes which I programmed previously. I also tried your backup restore app but it also does not save the configuration.
    It is VERY IMPORTANT for me to backup the settings.
    Please provide the folders and path of where the IR REMOTE settings and personal configuration and codes trained were kept so that I could back them up. Are these path protected area that required rooted access?
    Hope that Sony could update the app to include backup of new trained codes and settings and in the meantime to provide a procedure of how to backup the setting and trained IR codes with or without rooting the device.

  • BOUNDED RECOVERY: CHECKPOINT: in ggserr.log and report file

    Hi all, I recently setup GG Version 11.1.1.1 bidirectional and I have 2 extracts, 2 replicats and 2 pump parameter files. In the errorlog and report file I see
    " +BOUNDED RECOVERY: CHECKPOINT: for object pool 1: p3321868_extr: st+
    +art=SeqNo: 230, RBA: 58836496, SCN: 0.8528654 (8528654), Timestamp: 2011-10-17 20:02:44.000000, end=SeqNo: 230, RBA: 58836992, SCN: 0.8528654 (8528654), Time+
    +stamp: 2011-10-17 20:02:44.000000+."
    And replication stops after this.
    I just stopped the extract process and started with "*start <extract> BRRESET*" and it works fine for sometime and again I see the same message in ggserr.log
    Can anyone please help me regarding this.
    Thanks,
    VKR

    No other error messages? Nothing in the replicat report showing an error?
    Given that you've used BRRESET, you've either dug into the Reference guide or found this note on Oracle Support:
    Extract Abends With Bounded Recovery Errors In The Report File (Doc ID 1293772.1)
    Extract may be stuck on a zero-length record.
    If it keeps happening, I'd create an SR with support.

  • PGP encryption and decryption in soa suite

    Hi,
    We have a requriement where bpel process plays the role of encrypting a file using PGP encryption and then it has to be placed onto a SFTP server using an FTP adapter. We would like to know if this can be done using an owsm policy or a seperate java api has to be created for this and invoked in the bpel process. Currently we have a seperate 3rd party tool which does this pgp encryption and it uses ksh shell script. Is there a way where i can invoke this shell script into my bpel process?
    I found this note (FAQ (Customization) [ID 105127.1]) in oracle metalink.
    How does one run a shell script as a concurrent program?
    1: Write the script and call it .prog
    Place the script under the bin directory under your applications
    top directory.
    For example, call the script CUSTOM.prog and place it under
    $CUSTOM_TOP/bin
    2: Make a symbolic link from your script to $FND_TOP/bin/fndcpesr
    For example, if the script is called CUSTOM.prog use this:
    ln -s $FND_TOP/bin/fndcpesr CUSTOM
    This link should be named the same as the script without the .prog
    extension.
    It should be in the same directory as the script.
    3: Register a concurrent program as described above, using an execution
    method of 'Host'
    Use the name of your script without the .prog extension as the name
    of the executable
    For the example above, you would use CUSTOM
    4: The script will be passed at least 4 parameters, in $1 through $4
    These will be: orauser/pwd, userid, username, request_id
    Any other parameters you define will be passed in $5 and higher.
    Make sure the script returns an exit status.
    But i am ignorant in this area and do not know how the above steps can be executed.
    If any of you guys have done pgp encryption in soa 11.1.1.4, please do let me know if there's any way how i can couple pgp encryption into soa suite.
    Thanks

    You can do it in Java, have a look at this...
    http://www.javacodegeeks.com/2011/06/java-pretty-good-privacy-pgp.html
    Cheers,
    Vlad

  • Integrate Forms and Reports for Developer Suite 10g

    Hi all,
    One of my client is moving to Developer Suite 10g R2. Currently he is using Version 6i. I've converted the forms into 10g. Only one problem being faced by me is Reports. Our form which used
    to call the reports was using Run_Product. Now, I've changed the functionality to Run_Report_Object. The problem is i need to create a report node in the form for every report. I've 200 reports. If there is any
    way, where i can add the report node in the form module dynamically, this will reduce my work to a greater extent.
    Regards,
    Alok Dubey

    hello,
    It is quite easy to add a report node using the JDAPI.
    1) Put all the forms in a directory.
    2) Find the JDAPI example in the online help.
    3) Modify it in order to have the functionality: add report item
    4) IF you are certain there are no report nodes already attached, you don't need to loop through your form module in order to check for existing report nodes.
    If you are not tempted to write your own routine, you can use francois degrelle'S own JDAPI batch process.

  • Facing Issue with MARS Logs and reports

    Hi
    We have intergrated PIX Firewall and Router with MARS(4.3.3) . we are able to get the AAA Pass/FailAttempts & Configuration Changes for PIX Firewall but not for Router .
    We check on the Agent Machine where we have install Windows Remote Agent of ACS . There we are able to see the logins Pass/FailAttempts made in Routers but its big question that why its not getting . reflected in MARS .Even for configurtion Change report we have given the IP-address of MARS to one of our Syslog Machince and found that the Syslogs from Routers are getting reflected there but if change back to MARS then we are not able to get it reflected
    CAN anyone help me out in this issue as you can see above we have tried all possible troubleshooting

    Hi
    We have intergrated PIX Firewall and Router with MARS(4.3.3) . we are able to get the AAA Pass/FailAttempts & Configuration Changes for PIX Firewall but not for Router .
    We check on the Agent Machine where we have install Windows Remote Agent of ACS . There we are able to see the logins Pass/FailAttempts made in Routers but its big question that why its not getting . reflected in MARS .Even for configurtion Change report we have given the IP-address of MARS to one of our Syslog Machince and found that the Syslogs from Routers are getting reflected there but if change back to MARS then we are not able to get it reflected
    CAN anyone help me out in this issue as you can see above we have tried all possible troubleshooting

  • WSS security and clustering  in SOA Suite 11g

    We are calling one composite from another as a reference. Both are on the same clustered domain.
    We are using AIA WSDLs so there is a default WSS username password token as policy.
    While on the single server domain, we do not need to pass the credentials since request was going on the same Weblogic server and it was running fine.
    But when we moved to the clustered domain, we changed the endpoints in composites to an external hardware load balancer and now it needs the sercurity credentials because the request is coming via the load balancer running on the different machine.
    I have two queries:
    1. Is there a way we can skip external load balancer while calling composites within the same clustered domain and still be able to route the requests to all managed servers instead of only one? (may be there is a way we can provide multuple URLs in the composite somehow or any other setting on cluster which would enable us to send all the requests to a common hostname which will route it to multiple managed servers in round robin)
    2. If above is not possible then we will have to use the external load balancer, in which case I need to set username password tokens while calling different composites. I need help in configuring this. It would be nice if anyone can provide me a link to a sample may be.
    Thanks

    In 11g, Oracle WSM Agent has been integrated into Oracle WebLogic Server. Please refer below link for more details -
    http://docs.oracle.com/cd/E15523_01/web.1111/b32511/intro.htm
    Regards,
    Anuj

  • SOA Suite 11g HA install and EDNDataSource problem

    Hi all,
    We have installed and configured Oracle SOA Suite 11g (11.1.1.5) cluster per the instructions in the Enterprise Deployment Guide and Anthony Reynold's blog (http://blogs.oracle.com/reynolds/entry/installing_an_11g_soa_cluster). We are encountering constant XA and DBLocker related errors with the EDNDataSource:
    <Dec 1, 2011 2:35:29 AM MST> <Error> <JDBC> <BEA-001112> <Test "SELECT 1 FROM DUAL" set up for pool "EDNDataSource" failed with exception: "oracle.jdbc.xa.OracleXAException".>
    <Dec 1, 2011 2:35:29 AM MST> <Error> <oracle.soa.mediator.common.listener> <BEA-000000> <DBLocker caught exception while locking messages
    java.lang.NullPointerException
    at oracle.tip.mediator.common.error.ErrorDBLocker.lock(ErrorDBLocker.java:82)
    at oracle.tip.mediator.common.listener.DBLocker.lockMessages(DBLocker.java:113)
    at oracle.tip.mediator.common.listener.DBLocker.run(DBLocker.java:77)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    These errors occur every couple of seconds on both SOA hosts. Additionally, we see errors on one of the hosts, complaining about EDNDataSource not being clusterable:
    <Dec 1, 2011 2:35:29 AM MST> <Error> <Cluster> <BEA-000123> <Conflict start: You tried to bind an object under the name weblogic.transaction.resources.SOA1.EDNDataSource_soa_domain in the JNDI tree. The object from -6284322550635925010S:soa11g-dev-1.domain.com:[8001,8001,-1,-1,-1,-1,-1]:soa11g-dev-1.domain.com,soa11g-dev-2.domain.com:soa_domain:SOA1 is non-clusterable, and you have tried to bind more than once from two or more servers. Such objects can only be deployed from one server.>
    We have ensured that the database (we are using a single Oracle 11g database instance, not RAC) has XA support enabled. Beyond this, we haven't found any leads on this forum nor the Oracle support site (we have opened an SR with Oracle). I've seen a couple of other threads related to this issue over the last year (e.g., Re: JTA - XA Rources - Rollbacks reason and What is the purpose of EDNDataSource in SOA 11g? but no resolution was ever posted.
    Does anyone have any suggestions of where to being looking to troubleshoot this issue? Any help would be most appreciated!
    Thanks,
    --Gary                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    How are you starting the server? Using start script - ./startManagedWebLogic.sh soa_server1? Make sure that classpath is getting set properly.Yes, after using the script to start the admin server.
    How do I make sure the classpath is getting set properly? Seems to be the actual problem, but from the logs when the server starts up the command seems correct from what I can see. If I knew which jars contained the classes it needed I could try and look for them in the start command.
    11g is not certified on Ubuntu. Please refer below link for certification matrix -I actually wished Oracle could certify the installers for Mac OSX (just for development), but I guess I could try and get things up on Redhat instead. :P
    Thanks for the input.

  • Deep problem with starting SOA suite when network interface is up......

    Hi
    thank you for reading my post
    I have finally installed SOA suite in Advanced mode.
    When i install the SOA suite my network interface was down and now that the network inteface is up the SOA suite does not starts.
    even if i disable the network interface and start the soa suite, i can not use it when i am connected to the network (My network IP is static).
    for example when i am connected to network EM does not opens and gives the folowing error :
    Error connecting to OPMN (is it running?): Connection refused: connect
    oracle.ias.opmn.optic.OpticBadConnectException: Error connecting to OPMN (is it running?): Connection refused: connect at oracle.ias.opmn.optic.OpmnPhone.dialOpmn(OpmnPhone.java:451) at oracle.ias.opmn.optic.OpmnPhone.makePhoneCall(OpmnPhone.java:178) at oracle.ias.opmn.optic.OpmnPhone.request(OpmnPhone.java:130) at oracle.ias.opmn.optic.OpmnQuery.getBuf(OpmnQuery.java:347) at oracle.ias.opmn.optic.OpmnQuery.getDom(OpmnQuery.java:467) at oracle.ias.opmn.optic.OpmnQuery.getProc(OpmnQuery.java:615) at oracle.sysman.ias.studio.cluster.OpticTopologyAdminBean.getOrganizedApps(OpticTopologyAdminBean.java:540) at oracle.sysman.ias.studio.cluster.OpticTopologyAdminBean.listApplications(OpticTopologyAdminBean.java:507) at oracle.sysman.ias.studio.cluster.TopologyHelper.getApplicationsHGrid(TopologyHelper.java:1382) at oracle.sysman.ias.studio.cluster.TopologyHelper.prepareData(TopologyHelper.java:1283) at oracle.sysman.ias.studio.sdk.AbstractController.prepareData(AbstractController.java:875) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:391) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283) at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:297) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) 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:595)Is there any solution for this?

    By accessing. I mean accessing them through thier network ip address through ssh or an xterm or any other network service the zone is running.
    say I have all 3 zone running each in a xterm.
    I click on zone 1 or global zone and both this 2 xterm windown respond and I can run commands.
    If I swich to the zone 2 zterm, zone 1 and global zone freeze, and zone 2 takes 30 sec - 1 min to start responding.
    If I am in a ssh session instead of a xterm the ssh session will stop responding and session will get disconnected.

  • SOA Suite on WLS - backup and cloning strategy

    Hello everybody.
    Is there any best practices for implementing backups and cloning for SOA Suite instances deployed on WLS 9.2 ?

    It has been a long time since I looked at this, try this location.
    BEA_HOME\user_projects\domains\SOADomain\servers\OracleSOAServer\logs\OracleSOAServer.log
    The path maybe slightly differerent for you depending on some of the parameters you set at install time.
    From memory I think you need to increase logging levels from the admin console but I'm not 100%
    cheers
    James

  • OSB and SOA Suite 11.1.1.7 new features?

    Hi,
    I could not find the information about any new features in Oracle Service Bus and Oracle SOA Suite 11.1.1.7 release. (I know about the Adaptive case management in BPM 11.1.1.7)
    Anyone has a link for that?
    And if any one needs, here is the link for the resolved and known issues for this release: http://www.oracle.com/technetwork/middleware/docs/aiasoarelnotesps6-1866030.html#servbus
    Thanks and Regards,
    Abhishek

    Oracle SOA Suite PS6 (11.1.1.7.0) is available now
    Regards,
    Anuj

  • Oracle SOA Suite 10.1.3.1 and Linux

    Hello,
    We are currently trying to install and configure Oracle SOA Suite 10.1.3.1 on a Linux box and we are experiencing the following problem :
    - the installation process requires that an Oracle Database 10g v10.2.0.2 is installed (even the one-click install button requires it)
    Since we are using a Sun Solaris SPARC machine, the Oracle Database 10g v10.2.0.2 is not available under this platform (it is available for Sun Solaris Intel but not SPARC).
    We are not able to install the SOA Suite 10.1.3.1. Do you have any clues or suggestions ? We need to use Oracle BPEL and since it is an ADF Faces project, I wanted to use the latest version of JDev and AS to get the new functionalities.
    Thanks for your help, it is most appreciated.

    Hi,
    I think (not sure) there are no other way to avoid that. workaround is just install the DB v10.2.0.2 on the same Linux box.
    Hear from U,
    Cheers,
    Hamdy

Maybe you are looking for

  • What is the fix for constarined crop aspect ratio changing when the image is rotated

    I've migrated through LR 3, 4 and now 5 up to 5.4. I have been able to set a crop aspect ratio and synch pictures to that ratio as well as other editing selections. When I edit a particular picture and rotate it , the aspect ratio has stayed constant

  • Playing games

    I was wondering if you could play the "Total War" series on a macbook with the GMA x3100 graphics card? Thats the only system requirement I'm not sure on, the rest of my system specs are here... http://support.apple.com/kb/SP12 ... I have the black o

  • Installing skype failed code 1603

    Hi, I just upgrading the skype which is auto prompt by skype, now, got this error message, "installing skype failed code  1603". It popups another message before this error message, the popup messages says "object is exist". Anyone can help to resolv

  • Order refund and currency exchange charges

    Hello! I ordered a macbook on the US Apple Store Online and paid it with my european Visa card. Unfortunately I will not travel to the US and I would like to cancel the order. My question is: I paid the macbook 60€ (about 3% of the total amount) more

  • Php checkboxes

    Anyone have a piece of simple php coding that gets informatiom from a set of checkboxes and checks to see that at least one checkbox has been ticked by the user? Or isnt it that simple? Thanks Os