on 2010 Apr 13 11:56 AM
I have a strange scenario..where the client would sent data from XI 3.0 which is there in their landscape...
It has to come to PI 7.1 (our system )and be sent to a ftp location...
file-> XI -> PI -> File...
In XI.. I will use sender file adapter and receiver XI adapter to send data to PI system.. is this right??
How shall I proceed from here??
Do i have to just create a rcvr FTP ?? or sender XI and rcvr FTP??
any blogs on similar situation??
Im completely lost...pls help..
Keep it simple and do it this way!
file -> XI -> file -> PI -> file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Flok,
Dont make it complecated just simplyfy like this way :
File --- xi --- file --- pi --- file
Check the below threads..
USELESS LINKS DELETED
DONT ASK FOR POINTS
Regards,
Ravi.
Edited by: Prateek Raj Srivastava on Apr 14, 2010 11:32 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> Dont make it complecated just simplyfy like this way :
>
> File --- xi --- file --- pi --- file
>
> Check the below threads..
>
>
> IF you feel a value of this message then provide me the points !
There is nothing useful in your links related to the thread.
You should not waste the time of the forum people by giving useless information and bad advice.
Hi,
To do your scenario File>XI>PI--->File, proceed like below
In customer system(XI server) you develop one interface like
File --> XI
file sender channel and receiver XI channel
then you develop 2nd interface in PI Server as below
PI---> File
Sender XI channel and receiver File channel
Note:-- you specify customer XI server information in sender XI channel.
thanks
madhu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
>
> file-> XI -> PI -> File...
XI -> PI communication can be done via SOAP adpater - /people/abhy.thomas/blog/2007/01/18/xi-content-certification-in-a-b2b-scenario--case-study
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> I have a strange scenario..where the client would sent data from XI 3.0 which is there in their landscape...
This is not strange, it is very common to do this.
> It has to come to PI 7.1 (our system )and be sent to a ftp location...
>
> file-> XI -> PI -> File...
>
> In XI.. I will use sender file adapter and receiver XI adapter to send data to PI system.. is this right??
right
> How shall I proceed from here??
>
> Do i have to just create a rcvr FTP ?? or sender XI and rcvr FTP??
both is possible
> any blogs on similar situation??
there are two ways:
1. define sender and receiver system in both PI, then do configuration in both systems equally, besides the receiver agreements.
so: in XI1 the receiver system is logically the same business system as the receiver in PI2, but technically use an XI channel pointing to PI2
2. treat this like a B2B scenario:
/people/arvind.ravindran/blog/2009/05/19/the-use-of-receiver-agreement-header-mapping-in-a-b2b-scenario-150-pi-to-pi-integration
You have to consider, the the sender interface in PI2 must be the same as the receiver interface in PI1. use abstract interfaces (without direction) for this purpose.
Edited by: Stefan Grube on Apr 13, 2010 1:25 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.