Quantcast
Channel: SCN : Unanswered Discussions - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 6719

Segment is not working

$
0
0

Hi all,

 

I am working on a interface in the which the logic is as follows .

 

In the which when the Z1P1208 segement Exists then it should get records

 

with the which the PLANS from E1P0001 and OBJID from the E1P00105

 

should get the data means the queue should be true or else the queue should be false .

 

But Actually what happening is the logic is not working as when the Z1P1208 segment is not coming into the PI system .

 

13.PNG

 

15.PNG

 

for the which i have written logic for  get record is

 

String a = " " ;

String flag = " " ;

 

for(int i=0 ; i<var1.length;i++){

if(var1[i].equals("true")){

for(int j=0;j<var2.length;j++){

flag = "";

for(int k=0;k<var3. length;k++){

if(var2[j]==var3[k])

{

a="true";

result.addvalue(a);

flag= "X";

break;

}

}

}

}

}

 

please help me out

 

 

Regards,

vijender


Viewing all articles
Browse latest Browse all 6719

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>