Reg: Integration between two application

Hi,
I have a scenario where Application A will drop a flat file in one of the unix directory, and this file needs to be fed into the Application B.
Appl A ---> Flat file ---> Appl B
The file needs to be processed immediately when it arrives in respective unix folder.
Please suggest me the best approach to implement this.
Thanks
Kannan

The following might give some solution for your problem
http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_concepts.htm#sthref464

Similar Messages

  • How to do web services between two applications

    I have tried to get a complete example about how to do a web service between two applications in ADF
    but I saw all the put examples that describe only how to do a web service and test it in the same application.
    Please, I want to see a whole example that shows a web service between two applications (in Oracle ADF).

    Hi Frank!
    thanks for your reply!!
    let me please tell you what I exactly did!!
    I built two applications in ADF let's say A and B, and I made a web service from the application A
    and I want the application B to use it .. the problem I encountered was that an error raised ..
    when I tested the web service in the same applicatin (A) everything was right ..
    so can I see a whole example that shows me the exact steps to do it ???
    thanks a lot !!

  • Two Application in One EVDRE - check data between two application.

    Dear Sap Expert,
    We want to check data between two applications.
    For example, we have in C_ACCT= 100000000  Amount 5000 in Legal Application, we want to check what amount is in that C_ACCT in ICMatching application.
    Problem is that we can't get data from two application with one EVDRE.
    If we will make it using two EVDRE, problem when we retrieve data, rows doesn't match.
    Our question : is it possible to link to two applilcation using one EVDRE? (Just like dimension? For example for first column it will be Legal, for the next ICMatching.)
    If no, how we can solve our needs?
                                 Legal |ICMatching | Difference
    C_ACCT               5000 | 2000           |  3000
    For example      
    (100000000)

    Thanks for answer.
    Does it mean that for example if i just want to check C_ACCT=100000000 between two application(Legal and ICMatching) i should build TWO EVDRE, and i can't solve this problem by one EVDRE. (Or with two EVGET)
    Our aim that we need to check all BASMEMBERS data between two application, it's huge data, so we want supress all zero data(SUPRESS="Y").
    So if we build first evdre for LEGAL, for example it will have, 500 rows.
    Second evdre for ICmatching, for example, will have 953 rows.
    How we can check data and show difference between them?
    Best solution for us, if in one evdre we can retrieve data from two application, so rows will match and we also can supress data.
    Thanks,
    Kadraliyev Yerlan

  • Integration between two HCM 9.1 systems

    Hi,
    Our design requires two HCM 9.1 systems to be configured. One will host the core HCM data and another will host the recruiting solutions. For easy reference, I will name HCM environment as HCM and the HCM environment which will be used for recruit as TAM. Each will have a separate DB instance and TAM will contain an object copy of HCM.
    The challenge now is to integrate these two systems so that data flows from HCM to TAM and vice versa. The current plan is to use E.I.Ps to exchange the data. For EIPs, the local node of one system should be configured as remote node of other system and also PS will not allow duplicate name. This will end up in renaming the local node(PSFT_HR) of one of the system.
    The question I have is what kind of impact will renaming the delivered local node have on the system?
    (Eg: Internal system processes like report distribution, XMLP, PRCS etc?)
    Note: Oracle does not have a delivered approach between two 9.1 systems, it has delivered only between 9.0 and 9.1 which we are already referring to.
    Please help.
    Thank You,
    Regards,
    Cynthia

    When you rename a node, the PeopleSoft Integration Broker automatically handles most of the dependencies involved such as deleting routings and other properties associated with the node.
    However the live message data in Integration Broker Monitor remains unchanged. If that data still contains references to the node you want to modify, Integration Broker will prevent you from making the modification. You must remove all data from the live message tables before you can rename or delete the node definition. You can use this script "appmsgpureall.dms" to remove the live messages.(Make sure App server is shutdown before running this)

  • Navigation between  two applications under a single webdynpro project

    Hi All,
    Here i needs to work with a webdynpro project which has two application which needs navigation one view form the first application to one view in the next application. I have already tried with "EXIT URL" concept and its working fine. Is there any alternative way to accomplish that task. I am looking for valuable reply from you.
    Regards
    Ravi

    Hi Ravi..
    Try this link..
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/webdynpro/wd%20java/wd%20tutorials/inter-application-navigation%20in%20web%20dynpro.pdf">Application Navigation</a>
    Urs GS

  • How to exchange a java object  between two applications using web service?

    Hi,
    I am working with Eclipse 3.2 and the application server is weblogic 10.
    I have two applications, each one works in an instance of the server.
    The first application contains a method called "send " which return a java object.
    The second one contains a method called "receive" which must receive this object.
    The two applications must exchange the object using web service,
    Can you help me please?
    Thanks.

    Have you defined your service class/methods accepting, or returning, the appropriate objects? If so, does the generated WSDL appear to be correct? I have just completed a web service project and found that passing specific objects to be simple, however, I was passing objects which were simply container objects with bean characteristics. Also, might I suggest that you have a play with netbeans. I found that IDE to be great for creating and consuming web services!

  • How to make a servlet as a router between two applications ?

    Hi everybody,
    I have two identical applications running under ORACLE AS.
    when one of the application went down , I want from a servlet or anything to map all requests to bakcup application.
    is their any ideas you can share with me ???

    The technology is called failover. Google for it to learn more. Consult Oracle docs for how to do it in Oracle AS.

  • Session getting lost between two applications deployed on two WLS versions.

    Hi,
    Jdev version 11.1.1.5.
    I am facing an issue of session being getting lost. Let me explain the scenario.
    Our client has a legacy application(xyz) running on Web logic server(10.3.3). We have developed an application which was deployed on Web logic Server(10.3.5).
    The Legacy application will call the developed application using URL invocation. In the legacy application, the logged in user information is stored in session and the same parameter is appended to URL to call the developed application.
    In the developed application, we have a servlet which reads the URL and based on the parameter appended to it, we set the context of the application. Everything is working fine till here.
    But, in the developed application, we have a link to navigate to the legacy application. Once navigated, in legacy application if the user again calls the developed application, the session which was set earlier is lost.
    Because of this, the context is not getting set in the developed application.
    Is there a way, I can resolve this issue? OR can I raise SR with Oracle to look into it. Please suggest.
    Thanks,
    Umesh

    Thanks Frank for the reply.
    Session sharing was not configured in WLS.
    I was searching for Session sharing and I found this article written by Lucas Jellema. http://technology.amis.nl/2012/01/18/sharing-session-state-between-jee-web-application-through-weblogic-session-descriptor-of-sharing-enabled/
    Here it is mentioned that for session sharing, we need to check the Enable session sharing in weblogic-application.xml.
    My question is do we need to make this change in both the application? i.e Legacy application and developed application.
    And it was mentioned in the article that both the web app were deployed to a single Web Logic Server. But in my case the Legacy application is deployed to 10.3.3 and developed application is deployed to 10.3.5.
    In this case will the session sharing works?
    Any how I will let our client know about this change and will give a try.
    Thanks,
    Umesh

  • Integration between two oracle servers 8i and 9i

    With the name of ALLAH,
    Dear Friends,
    I want to connect / share the data of two oracle databases installed on different LANs and static IPs. i.e
    202.125.155.20 and 202.125.152.30
    But the problem is that I am unable to connect both databases by connection string in tnsnames.ora
    I want to share the data by writting event based trigger between both of the databases.
    Note: One database is 8i Enterprise and other is 9i Enterprise
    Please tell me in detail that what should I do?
    I would be thankful to you.
    Faisal,
    [email protected],
    9203335146832

    hi Faisal Rafique
    i have working in same situation.
    u will make 2 entries in tnsname for 2 server.
    like
    oracle8I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 202.125.155.20 )(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oracle8i)--enter u r service name of 8i
    another entries for 9i database
    oracle9I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 202.125.155.30 )(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oracle9i)--enter u r service name of 9i
    thanks
    kuljeet pal singh

  • Send data between two applications

    Hi!!
    It's the second time i write in this forum and i hope u undersand my english because i'm argentinian.
    I'm developing an application that processes data received from sockets and the result should be sent to another application but i can't use sockets for that purpose. So i thought in something like a printer queue but i don't know how to implement it and i hope u can understand me.
    Please help me!!!!!!!!!!!!
    Bye!!

    Hi again!!
    I'm gonna explain what i'm doing and what i need:
    i'm developing some applications that communicate via sockets, but i'm not allowed (the owner of the company didn't let me) to use threads. The problem is that one program should be listening to two different clients so i divided it into two differents applications that communicate each other NOT using sockets. So i thought that i could develop something like the priniting queue and both applications every 2 seconds for example will pop messages pushed into de queue. Well, i think i explained a little more what i need and i hope u can help me.
    Bye!!!!!!!!!!!!!!

  • Communiaction between two applications

    Hi,
    Could you gus please guide me how to call another application in current application. and also i want to pass values from current application to calling application. its very urgent for me. explain me how to all application(webdynpro)
    Thanks in advance

    Hi Venkat,
       When you select a row in your table , the entire row will be accessable through the lead selection, which means that you will get all the attributes and values.
    Now you are goin to call a different webdynpro application which shows the details of this specific row.For this i dont think you need to pass all the data to the next application , you need to pass only the key data.For example consider the below table.
    Table  Students
    Student_ID
    Student_Name
    Student_Maths_Marks
    Student_English_Marks
    In this table , the key field is the student ID , which means that , if you have the Student_id , you can get the details anywhere you want.
    So in the same manner , when you are calling the second application .You need to pass the key values to the second application through URL.
    Let us assume that , i have created the second application , and in the DEFAULT plug of window of the application i have specified one parameter,student_id.Which means that , we need to pass the Student_id when i call this application.
    Let my Second application name be DTLS.
    With the WD_UITILITIES class mentioned in my previous post, i will get the URL for the application and with that URL , i will append student_id as a parameter.
    concatenate lv_url '?'  'STUDENT_ID=' stud_id into lv_url.
    Now you can call that URL directly.
    Thanks
    Anzy

  • Reg: Diference between two Financial Statements(F.01)

    Hi,
    Documents have been posted in 31.03.2010 those have been updated in 2009 (FSV - F.01). Same documents amounts is showing
    in 2010  while checking FSV  through profit center.
    Can anybody give me solution how the balance is appear in 2010 FSV.
    Like Entry-        
    Posting date 31.03.2010  
    Salary paya a/c -100 Dr
    SBI Bank a/c     -100 CR
    Thanks &Reg
    Reddy

    Hi Reddy
    I dont know whether I understood your query correctly.
    But my response is that whenever you post any document in a Balance sheet account and if you have done a balance carryforward to next year using F.16, then it will appear in the subsequent year also.
    Regards

  • File association conflict between two applications

    I'm using an editor called Sublime Text and recently upgraded from version 2 to version 3. Both versions share the same exe filename but are installed in different directories.
    C:\Program Files\Sublime Text 2\sublime_text.exe
    C:\Program Files\Sublime Text 3\sublime_text.exe
    When both versions are installed, it was not possible to change file associations from ST2 to ST3 since Windows treated them as the same application and started ST2 instead.
    When I removed ST2 it was still not possible to associate files with ST3. When I choose Open with - Browse and select sublime_text.exe, nothing happened. The solution was to remove this registry key
    HKEY_CLASSES_ROOT\Applications\sublime_text.exe
    as described here:
    http://www.sublimetext.com/forum/viewtopic.php?f=3&t=12928
    Is this a common problem for all programs that share the same exe name or has the developer made an error somehow by giving both versions the same id?

    This is a common problem. The problem is that the ID remains the same for both the versions. Therefore version conflicts occur. And that's the reason it's recommended to use only one version at a time. And so, most softwares are designed to remove their
    lower versions before installing higher version.
    If you mean 'upgraded', generally, lower version will be removed automatically.
    So try removing both the versions, restart the PC, install the higher version, restart the PC and then check.
    Balaji Kundalam

  • Question on integration between two DBs

    I have a scenario where I have a local oracle database and another oracle database accessible via an application exposed using web services.
    The data model is different in the local database then the one accessible via web service.
    The requirement is to query the data in the local oracle db transform it and then sync with the other database via web services. The kind of transformation required is as follows:
    The local DB has a single table. Each row in the table can be broken into 3 parts and converted as a master detail detail format. And the DB accessible via services has 3 tables one for each type of information. The services available are also 3 individual services accepting one type of data.
    So, is it possible to sync the data at a regular interval of this form from local to the other DB using Golden Gate?
    Please provide some pointers...

    GoldenGate talks to GoldenGate, your web services part is extraneous to this process.
    What you can do is extract your data on the source and replicate it on the target. The process will be that you need to break up the original data for inserting into your three target tables. You will have to use colmap and a sourcedef file (the tables are not identical). I would probably use three replicats, that way, each of your target tables can run independent of one another.
    But, that is a pretty expensive way to replicate one table. Why not use a materialized view or Streams?

  • FPM : Navigation Between two Application

    Hi All,
    I am developing an FPM application where, i need to navigate my control to another FPM application.
    I have created navigation using Launchpad (LPD_CUST), it is perfectly working fine while testing but when we attached these component on portal Navigation is not working instead it is giving error "
    Page not found. Refresh the page or try again later. If the problem persists, contact your Portal administrator for assistance.
    Please guide me on this.
    Thanks In Advance.
    P$G.

    Hi,
    Refer this link -
    https://wiki.sdn.sap.com/wiki/display/WDABAP/ExampleforpassingvaluesfromoneApplicationtoanotherApplicationinWebDynproABAP.
    Regards,
    Lekha.

Maybe you are looking for

  • Help! I accidentally added a new library and can't get into my old one!

    So we recieved this Passport (a hard drive, like a USB Mass Storage) with a TON of music on it. So I was going through the music, manually clicking-and-dragging each music file I wanted into a folder on the desktop. The folder was underneath iTunes.

  • How do I create a Keyboard Shortcut in Mail 3.1?

    I use a CRM software call Daylite that has a plug-in (DMI) for Mail so they can transfer information between the two programs. In order to connect to the program you must go to "File>Connect to Daylite" in Mail. The problem is there's no keyboard sho

  • Dynamic DataGrid with Preferred columns

    Hi all, I want to populate a dynamic DataGrid with User Preferred columns (ex : EmpId,First Name and Phone). Each time columns may change based on User Selection in Preferences Page so columns should not hard code. I'm able to see data for EmpId, Fir

  • HELP_SERVICE is missing

    Hi gurus,                I trying to use HELP_SERVICE_PRINT,HELP_SERVICE, for WAD web item and it is giving error. when i checked back in se24, i dont see the above classes existing. how to import these classes. can some one please help Thanks Maqdoo

  • Exposure - Photoshop vs Lightroom

    Hi, I have the following problem: On the right side I have a camera raw image opened in Lightroom and the only adjustment is the exposure which is raised by 2 stops. On the left side the same image opened in Photoshop, using ACR, all settings default