Idoc package size
Hi Guys, We are using Idoc adapter packaging (sender side) thanks to Mike.The problem is we want a package size bigger than 10k and ECC limits that to 9999 (4 digits) What are the options for us? We...
View ArticleRe: Idoc package size
I don't think we can increase the package size in ECC. But however we can increase it in the PI end using the IDXPW, IDXP transactions, so that PI IDOC channel can wait until it receives the desired...
View ArticleRe: Idoc package size
Vaas, Many thanks. If I understand correclty, the approach described by Sravya will only enable processing all idocs at the same time.It will still process them as separate messages and hence creating...
View ArticleRe: Idoc package size
No, this approach is how to collect the IDOCs posted at different time intervals and then merging them in to a single file using ccBPM. If BPM is not used in your case, still you can go with this...
View ArticleRe: Idoc package size
>>but you need to append the file. Not really an option for me :-(. Infact, if I could append to the file I could have used the standard Idoc packaging itself. ThanksJai
View ArticleRe: Idoc package size
Decided to go with XML-File port option as the idoc contains transactional data. The rationale behind avoiding XML-HTTP is we dont want the idoc to go into error when PI is down and reprocess those...
View Article