P
Piotr Ryszkiewicz
Guest
These UpdateBIC links were not functional - as I wrote before, I left them there just to force initialization of both tabs. Real communication went through PUBLISH/SUBSCRIBE. But now I tried to go back to standard ADM1 communication based on what you wrote. I left just one UpdateBIC link, with v_h-adr_1 as Source and v_h-adr_2 as Target. The syntax of 'notify' you sent seems to be wrong - it takes just one parameter, so I think it should be either RUN notify('UpdateBIC') or RUN notify('UpdateBIC,UpdateBIC-TARGET') I tried both. In first case I got error "Method name UpdateBIC not found in 'notify'". In second case nothing happened. I did some debugging. In broker-notify procedure found in adm\method\broksmrt.i which is supposed to process notify, there is no entry in adm-link-buffer table with link-type "UpdateBIC", that's why it does not do anything. Also, when I look at attributes of both v_h-adr_1 and v_h-adr_2 there is no UpdateBIC among SUPPORTED-LINKS. Isn't it a problem ? How can I add it there ? In Advanced Procedure Settings window button Add for Supported SmartLinks is not active.
Continue reading...
Continue reading...