Reciever comm channel configuration  for ftp

Hi
all
I have configured the comm ch in reciever nfs
content conversion parameters
Name.fieldNames                 FIRSTNAME,LASTNAME,SALARY
Name.fieldSeparator         ,
Name.processConfiguraion    FromConfiguration
Name.endSeparator        'nl'
sender comm ch nfs
content conversion parameters
Recordset name              Record
Recordstructure             Name,*
Name.fieldNames                 FIRSTNAME,LASTNAME,SALARY
Name.fieldSeparator         ,
Name.processConfiguration   FromConfiguration
Name.endSeparator         'nl'
Receiver Adapter v2405 for Party '', Service 'BS_VIJ_RECV':
Configured at 2006-08-18 21:45:51 EDT
History:
- 2006-08-18 21:45:51 EDT: Error: Conversion initialization failed: Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
Parameter 'NAME.fieldFixedLengths' or 'NAME.fieldSeparator' is missing
please suggest me if i am doing anything wrong
thanks all in advance

Hi,
I think there is some problem with record strcuture. Because error shows something with NAME as a segment. But not able to see that in your sturtcure. check the structure
Have a look into these blogs-
/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
Regards,
Moorthy

Similar Messages

  • Configuration for ftp adapter in soa11g

    hi,
    I am new in soa11g,can anyone help me for how to configure ftp adapter in console, to use ftp adapter.
    thanx and regards
    prashant
    Edited by: 857480 on 10-May-2011 02:55

    thanxs,
    but now i am getting exception like
    BINDING.JCA-12563 Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Put' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. ftpDemo:put [ Put_ptt::Put(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/Ftp/PrashantFtp'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/Ftp/PrashantFtp. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server Please make sure that the JCA connection factory and any dependent connection factories have been configured with a sufficient limit for max connections. Please also make sure that the physical connection to the backend EIS is available and the backend itself is accepting connections. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    plz help.
    regards
    prashant

  • Adapter Engine field is blank while creating RFC recieving Comm Channel

    Dear XI gurus
    I have just installed XI server and also did the configuration and everything seems to work fine. I did SLD configuration, mapping etc.,
    Then went to Configuration module and am trying to create a sender communication channel (Adapter Type RFC).
    The Transport Protocol and Message Protocol fields got automatically filled by 'RFC' and 'RFC (RFC XML)' respectively.
    However Adapter Engine field is showing up blank and when I try to select from the drop down menu, it is also blank.
    I did search for other postings and tried the following as per the suggestions
    Went visual administrator (by clicking on go.bat) and made sure that the cluster->Service and all the services needed for SAP XI Adapters are up and running
    I would appreciate if you have any other feedback on this problem.
    Thanks
    Ram

    Thanks a lot for your response, I will try that again and will let you know.
    Meanwhile I also followed tech note 1031321 which said the following.
    2. To register the Adapter Engine, you have to restart the following applications:
    sap.com/com.sap.aii.af.app
    sap.com/com.sap.aii.af.cpa.app,
    But this didn't help. I will try your suggestion

  • Reciever file adapter configuration for Deep structure

    Hi Experts,
                     I have a idoc to file scenario in which i used a data type for file in below format:
    DT_Test
    -->Recordset(0.unbounded)
    >E21DPU1(0.unbounded)
    >field1
    >field2
    >E21DPU5(0.unbounded)
    >filed 3
    >filed 4
    >E21DP03(0.unbounded)
    >filed 5
    >filed 6
    Here DT_test is datatype name,Recordset is a structure name which contain E21DPU1, E21DPU5,E21DPO3 stucture inside it.Now,E21DPU5 and E21DPO3 structures are under E21DPU1.
    I am confused in creating content conversion parameters i.e what we have to mention in Recordset Stucture .
    I used E21DPU1,,E21DPU5,,E21DP03,* .should it work for deep structure.
    Thanks
    Deepak

    Hi,
    file adapter does not handle 2 level deep structures
    the easiest way to do it now is to go for abap or java mapping
    and create a line for each of the output lines and handle this in the file adapter
    so like <line> </line>
    <line>E21DPU1(0.unbounded) with fields </line>
    <line>E21DPU5(0.unbounded) with fields </line>
    <line> etc. </line>
    Regards,
    Michal Krawczyk

  • Reciever Comm. Channel Content conversion parameter for deep level

    I am doing a scenario from SAP to Legacy sytem ( Proxy to File Scenario).Target File to be generated is of for fixed length.
    __My source strucure is as follows:__
    DT_Source
    --->Root_IS .......................................0.to..1
    DC..............................................0..to..1.............................xsd:string
    >Root_VT....................................0..to..unbounded
    POY....................................0..to..1.............................xsd:string
    PON....................................0..to..1.............................xsd:string
    >Root_VR............................0..to..unbounded
    POL.............................0..to..1.............................xsd:string
    SF----
    0..to..1.............................xsd:string
    Here DT_source is Data type name,
    Root_IS is structure under this we have one field DC,
    Root_VT is second field of Root_IS but act a a Stucture for fields POY and PON,
    Root_VR is a field of Root_VT but act as a structure for Fields POL and SF.
    __My targert strucure is as follows:__
    DT_Target
    >Root_IS.......................................0.to..1
    Key..............................................0..to..1.............................xsd:string
    DC..............................................0..to..1.............................xsd:string
    >Root_VT....................................0..to..unbounded
    Key..............................................0..to..1.............................xsd:string
    POY....................................0..to..1.............................xsd:string
    PON....................................0..to..1.............................xsd:string
    >Root_VR............................0..to..unbounded
    Key..............................................0..to..1.............................xsd:string
    POL.............................0..to..1.............................xsd:string
    SF----
    0..to..1.............................xsd:string
    >Root_ZS............................0..to..1
    Key..............................................0..to..1.............................xsd:string
    Count...........................................0..to..1.............................xsd:string
    Here DT_Target is data type for file reciever.In which i need to configure reciever communication channel with file content conversion parameters.File needs to be generated is of fixed length.Root_IS,Root_VT,Root_ZS are sructure on same level and Root_VR sructure is under Root_VT.
    I tried to Configure File Content Conversion Parameters on reciever Comm Channel but getting comm channel error as follows:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value 'VR')', probably configuration error in file adapter (XML parser error)': java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value 'VR')', probably configuration error in file adapter (XML parser error)'
    Could not process due to error: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value 'VR')', probably configuration error in file adapter (XML parser error)'
    File content parameters i used as follows:
    Root_IS.fieldNames                                      : Key,DC
    Root_IS.fieldFixedLengths                           :(as per length mentioned)
    Root_IS.endSeparator                                 :'nl'
    Root_VT.fieldNames                                   :Key,POY,PON
    Root_VT.fieldFixedLengths                        :(as per length mentioned)
    Root_VT.endSeparator                              :'nl'
    Root_VR.fieldNames                                  :Key,POL,SF
    Root_VR.fieldFixedLengths                       :(as per length mentioned)
    Root_VR.endSeparator                             :'nl'
    Root_ZS.fieldNames                                 :Key,Count
    Root_ZS.fieldFixedLengths                      :(as per length mentioned)
    Root_ZS.endSeparator                            :'nl'

    Please consider this one as new: i tried to explain it more as on privew everything gets shaked
    I am doing a scenario from SAP to Legacy sytem ( Proxy to File Scenario).Target File to be generated is of for fixed length.
    __My source strucure is as follows:__
    DT_Source
    --->Root_IS .......................................0.to..1
    DC..............................................0..to..1.............................xsd:string
    >Root_VT....................................0..to..unbounded
    POY....................................0..to..1.............................xsd:string
    PON....................................0..to..1.............................xsd:string
    >Root_VR............................0..to..unbounded
    POL.............................0..to..1.............................xsd:string
    SF----
    0..to..1.............................xsd:string
    Here DT_source is Data type name,
    Root_IS is structure under this we have one field DC as a child,
    Root_VT(structure) is second field of Root_IS but act a a Parent Stucture for fields POY and PON,
    Root_VR(structure) is a field of Root_VT but act as a Parent structure for Fields POL and SF.Means we have three structres Root_IS and under this we have Root_VT and under this we have Root_VR
    __My targert strucure is as follows:__
    DT_Target
    >Root_IS.......................................0.to..1
    Key..............................................0..to..1.............................xsd:string
    DC..............................................0..to..1.............................xsd:string
    >Root_VT....................................0..to..unbounded
    Key..............................................0..to..1.............................xsd:string
    POY....................................0..to..1.............................xsd:string
    PON....................................0..to..1.............................xsd:string
    >Root_VR............................0..to..unbounded
    Key..............................................0..to..1.............................xsd:string
    POL.............................0..to..1.............................xsd:string
    SF----
    0..to..1.............................xsd:string
    >Root_ZS............................0..to..1
    Key..............................................0..to..1.............................xsd:string
    Count...........................................0..to..1.............................xsd:string
    Here DT_Target is data type for file reciever.In which i need to configure reciever communication channel with file content conversion parameters.File needs to be generated is of fixed length.Root_IS,Root_VT,Root_ZS are sructure on same level as a first level subelements of DT_Target and Root_VR sructure is under Root_VT.
    Root_IS have fileds: key,DC: Root_VT have Fields :Key,POY,PON:Root_VR have fields:Key,POL,SF and Root_ZS have Fields:Key and Counts.
    I tried to Configure File Content Conversion Parameters on reciever Comm Channel but getting comm channel error as follows:----
    >
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value 'VR')', probably configuration error in file adapter (XML parser error)': java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value 'VR')', probably configuration error in file adapter (XML parser error)'
    Could not process due to error: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value 'VR')', probably configuration error in file adapter (XML parser error)'
    File content parameters i used as follows:
    Root_IS.fieldNames                                      : Key,DC
    Root_IS.fieldFixedLengths                           :(as per length mentioned)
    Root_IS.endSeparator                                 :'nl'
    Root_VT.fieldNames                                   :Key,POY,PON
    Root_VT.fieldFixedLengths                        :(as per length mentioned)
    Root_VT.endSeparator                              :'nl'
    Root_VR.fieldNames                                  :Key,POL,SF
    Root_VR.fieldFixedLengths                       :(as per length mentioned)
    Root_VR.endSeparator                             :'nl'
    Root_ZS.fieldNames                                 :Key,Count
    Root_ZS.fieldFixedLengths                      :(as per length mentioned)
    Root_ZS.endSeparator                            :'nl'

  • Comm Channel - "requested resource does not exist"

    Good day,
    Can someone help me with this error I get. We have a file to file scenario and everything works fine but the file never gets created on the receiver side, all messages says successful but in the comm channel monitor for the receiver adapter I get "Message processing completed successfully" but if I click on the message ID it say's " The requested resource does not exist." [Screen Print|http://www.photostand.co.za/images/t6432okl1tu6wzubwymj.gif]
    Thanks,
    Jan

    Hi Jan,
    Are you able to process messages from other interfaces? If not then there is an issue with the post installation. Please Check the SAP Note: 817920
    If you are not able to process messages only for this interface then there might be a configuration issue..
    Follow the link provided by the other SDNer. Please check and let us know the results.
    Thanks,

  • Which comm. channel is configured with a certain ftp server?

    Hi,
    i wold like to have a list of all comm.channels which are using a certain ftp server. How can i get this list

    i dont think we have any shortes way to find..by checking manually then only we can differentiate else if your company follwoing proper naming standards then they will create individual bussiness component for every FTP.
    Regards,
    Raj

  • FTP - Receiver Comm channel error

    Scenario: Send a file to a 3rd party via FTP adapter
    Error: MONI is OK but comm channel monitor is in error state and error is displayed as:
    An error occurred while connecting to the FTP server 'xxx.xx.xx.xxx:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 Permission denied on server.  You are restricted to your account.'. For details, contact your FTP server vendor.
    Things checked:
    1> Our Firewall is configured to send the file from our system to 3rd party.
    2> I could logon to 3rd party FTP server from web browser.
    FYI, 3rd party FTP server is hosted on Yahoo.
    Any ideas, why I am not able to FTP the file to 3rd party system?
    Thanks
    Bhaven

    Bhaven Shah wrote:>
    > 2> I could logon to 3rd party FTP server from web browser.
    It does not mean that XI will be able to access the FTP server.
    You have to grant access for Adapter Engine user which is used for FTP communication.
    Regards,
    Jakub

  • Dynamic Configuration for two file adapters communication channels

    Hello Experts!!!!!!
         In one of the interface in my landscape, I am using two file adapters for creating two files with different names and at two different destination on F.T.P.
    However the receiver service for both the communication channel are same.
    In message mapping I am using multi mapping to create two files out a single message.
    Now i have a requirement of changing file path and file name using dynamic configuration for both the comm channel.
    When i doing dynamic coniguration for both the comm. channel. My interface is creating two files but with same name and on same destination which is set for second communication channel through dynamic configuration.
    Here, I guess the second dynamic configuration is over writing the first dynamic configuration and hence creating two files with same name and at same destination.    
    Please suggest, if separate dynamic configuration for separate communication channel of same receiver service can be done?
    Thanks & Regards,
    Amol

    Thanks for your prompt responses!!!!!
        Is there any way, By which in dynamic configuration I can find out the communication channel name and then change its parameter.
    I mean if iam using say comm. channel A and B.
    Then in dynamic configuration for A, I will first take communication channel A by calling it and then change its path/file name.
    and then do samething for comm. channel B in its dynamic conf.
    Regards,
    Amol

  • Parameter name in module configuration of adapter module in comm channel

    Hi Experts,
    I have developed an adapter module to read a excel file , have used the module in the sender file adapter.
    What entrie should i put in parameter name and parameter value  in module configuration of adapter module in comm channel.
    Im too confused,,pls help

    Hi Ivan,
    The code is basically to read the all colums add em under xml tags and read from second row on wards the data
    please find below the module data code
    public ModuleData process(ModuleContext mc, ModuleData imd)throws ModuleException
                             Object obj = null;
                             Message msg = null;
                             MessageKey amk = null ;
                        amk = new MessageKey(msg.getMessageId(),msg.getMessageDirection());
                        Audit.addAuditLogEntry(amk, AuditLogStatus.SUCCESS,"Module called");
                        try {
                                  obj = imd.getPrincipalData();
                                  msg = (Message) obj;
                                  XMLPayload xp = msg.getDocument();
                                  if (xp != null)
                                        byte by[] = convert(xp.getContent());
                                             xp.setContent(by);
                                       imd.setPrincipalData(msg);
                              catch (Exception e)
                    return imd;
                   public byte[] convert(byte src[]) throws Exception
                        String xmldata = "";
                   try
                             ByteArrayInputStream byteArr = new ByteArrayInputStream(src);
                             Workbook w = Workbook.getWorkbook(byteArr);
                             xmldata ="<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n"+ "<ns0:""MT_ExcelFiles"" ""xmlns:ns0=\"""urn:xyz:abc"+"\"> \n";
                               int a = w.getSheet(0).getRows();
                               int b = w.getSheet(0).getColumns();
                        for(int j=1;j<a;j++)
                                   for(int i=0;i<b;i++)
                                                  xmldata = xmldata + "<"w.getSheet(0).getCell(i,0).getContents().toString()">"w.getSheet(0).getCell(i,j).getContents().toString()"</"w.getSheet(0).getCell(i,0).getContents().toString()">";
                        xmldata = xmldata"</ns0:""MT_ExcelFiles"+">";
                        w.close();
              catch (Exception e)
           return xmldata.getBytes();

  • File2file-receiver-comm channel-incorrect ftp server

    Hello,
    The scenario is file (xml) to file (xml) to jumpstart the learning process.
    config details:-
    a) sender
    ftp file "/xi_input.dat" from server 10.20.30.98
    processing mode: "delete"
    b) receiver
    ftp file "/xi_output.dat" to server 10:20:30:98
    file construction mode: "create"
    Expected result:-
    file at sender should be read by XI and deleted. Output file should be created by XI.
    Acheived result:-
    SXMB_MONI status is "processed successfully-(white black flag). XI read sender file "xi_input.dat" and it was deleted as requested in the config. But there was no output file "/xi_output.dat". Then chaged the FTP server at receiver to 10.20.30.98. This resulted in creation of /xi_output.dat
    Question:-
    Though I got the desired result, I was unable to find the error from SXMB_MONI by myself.
    I could manage to debug and find the sequence of actions, here it goes:-
    tointerfacename->service->channel->file adapter->ftp mode
    but there is no trace about why /xi_output.dat is not created via ftp (due to typo error in server name).
    Please look at the log and advise why SXMB_MONI didn't report this error? or point me how to debug better.
      <SAP:ToInterfaceName>mi_name_in</SAP:ToInterfaceName>
      <SAP:ToInterfaceNamespace>urn://file2file_2</SAP:ToInterfaceNamespace>
    - <SAP:OutboundBindingAttributes>
      <SAP:AdapterTypeData xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      </SAP:OutboundBindingAttributes>
    - <SAP:HeaderMapping>
      <SAP:FieldMapping xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      </SAP:HeaderMapping>
    - <SAP:ChannelEntry version="30">
      <SAP:PartyName xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      <SAP:ServiceName xmlns:SAP="http://sap.com/xi/XI/Message/30">sevice</SAP:ServiceName>
      <SAP:ChannelName xmlns:SAP="http://sap.com/xi/XI/Message/30">cc_in</SAP:ChannelName>
      <SAP:AdapterName xmlns:SAP="http://sap.com/xi/XI/Message/30">File</SAP:AdapterName>
      <SAP:AdapterNamespace xmlns:SAP="http://sap.com/xi/XI/Message/30">http://sap.com/xi/XI/System</SAP:AdapterNamespace>
      <SAP:AdapterSWCV xmlns:SAP="http://sap.com/xi/XI/Message/30">3B787A8035C111D6BBE0EFE50A1145A5</SAP:AdapterSWCV>
      <SAP:AdapterEngineType xmlns:SAP="http://sap.com/xi/XI/Message/30">AE</SAP:AdapterEngineType>
      <SAP:AdapterEngineName xmlns:SAP="http://sap.com/xi/XI/Message/30" />
      <SAP:MessageProtocol xmlns:SAP="http://sap.com/xi/XI/Message/30">File</SAP:MessageProtocol>
      <SAP:MessageProtocolVersion xmlns:SAP="http://sap.com/xi/XI/Message/30">3.0.0527</SAP:MessageProtocolVersion>
      <SAP:TransportProtocol xmlns:SAP="http://sap.com/xi/XI/Message/30">FTP</SAP:TransportProtocol>
      <SAP:TransportProtocolVersion xmlns:SAP="http://sap.com/xi/XI/Message/30" />

    Thanks. The error is exactly what I was looking for.
    In RTW->CC->log
    Error Attempt to process file failed with Error occurred while connecting to the FTP server "10:20:40:92:21": java.net.UnknownHostException: 10:20:40:92
    Now RTW still has red for receiver communication channel with the note
    "In the Last 4 Hours Server 0 50_40103 Communication channel is correctly configured and started "
    I performed stop and start to the communication channel it results in red status. However it is creating the file without problems.
    Any way to make communicaton channel green?

  • Java.lang.NullPointerException for FTP listening channel in B2B

    Hi,
    We are getting this error for FTP listening channel in B2B.
    These are the parameters details that we setup in B2B listening channel:
    Host Name ,Polling interval =60 ,Folder name =Get, username ,password,confirm password, minimum age =120000,Transfer type=Binary
    Here are the logs.Please check it and let us know.
    000000000143f] [SRC_METHOD: synchedLog_J] Engine: getDeliveryChannelType: Found channel with dcID: CHANNEL_pRRsL-8988995181259001670 name: SAF_KRR_FTP
    [2010-12-20T03:52:07.252-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: getting endpoint list for deliverychannel SAF_KRR_FTP
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.258-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = host value = ftp.b2bgateway.net
    [2010-12-20T03:52:07.258-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = polling_interval value = 60
    [2010-12-20T03:52:07.259-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = folder value = Get
    [2010-12-20T03:52:07.259-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = user value = shansys\FTPSybronDental
    [2010-12-20T03:52:07.259-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: PEexcr8800914208775018001
    [2010-12-20T03:52:07.260-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = password value = *****
    [2010-12-20T03:52:07.260-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = channel_mask value = None
    [2010-12-20T03:52:07.260-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = cipher_suites value = null
    [2010-12-20T03:52:07.260-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = control_port value = null
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = data_port value = null
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = useProxy value = false
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = filename_format value = null
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = directoryname_format value = null
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = sourcefile_encoding value = null
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = minimum_age value = 120000
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = archive_dir value = null
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = preserve_filename value = false
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = is_binary value = false
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = type value = binary
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = van value = false
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = ccc value = false
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = keep_connections value = false
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = marker value = false
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = timestamp_format value = null
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = timestamp_offset value = null
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = timestamp_source value = null
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: Putting ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: put: Putting ftp://ftp.b2bgateway.net/Get for delivery channel CHANNEL_pRRsL-8988995181259001670
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Adding endpoint...channel name SAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Endpoint url ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Endpoint url ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: This is a listening internal delivery channel ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] before initialise : [oracle.tip.b2b.transport.basic.AQReceiver@4eed5df8]
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] TransportLogger Init....
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.transport] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.transport.basic.TransportLogger] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] TransportProperties.TransportProperties():minimum_age=120000;password=******;channelId=CHANNEL_pRRsL-8988995181259001670;type=binary;channel_mask=None;file.receiver.polling_interval=60;file.receiver.marker=false;folder=Get;marker=false;ccc=false;file.receiver.minimum_age=120000;internal=true;file.receiver.van=false;host=ftp.b2bgateway.net;keep_connections=false;file.receiver.user=shansys\FTPSybronDental;file.receiver.is_binary=false;file.receiver.password=******;file.receiver.preserve_filename=false;is_binary=false;file.receiver.read_ordered=true;file.receiver.type=binary;preserve_filename=false;useProxy=false;file.receiver.keep_connections=false;file.receiver.ccc=false;van=false;polling_interval=60;user=shansys\FTPSybronDental;
    [2010-12-20T03:52:07.266-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] after adding to receiver : oracle.tip.b2b.transport.b2b.B2BTransport@41b46d43 [oracle.tip.b2b.transport.basic.AQReceiver@4eed5df8, oracle.tip.b2b.transport.basic.FileReceiver@a1c7462]
    [2010-12-20T03:52:07.266-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] Not yet inited >>> ep.getUrl() ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.266-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Added new endpoint.
    [2010-12-20T03:52:07.266-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Exit
    [2010-12-20T03:52:07.267-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@62683f08] [userId: <anonymous>] [ecid: 0000Io3bohZDCgS5IFc9yf1D278H0017NG,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] B2BTransport.init(url) Endpoint = aq://IP_OUT_QUEUE@jdbc/SOADataSource url parameter = ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.267-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@62683f08] [userId: <anonymous>] [ecid: 0000Io3bohZDCgS5IFc9yf1D278H0017NG,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] B2BTransport.init(url) Endpoint = ftp://ftp.b2bgateway.net/Get url parameter = ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.267-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.transport] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@62683f08] [userId: <anonymous>] [ecid: 0000Io3bohZDCgS5IFc9yf1D278H0017NG,0] [SRC_CLASS: oracle.tip.b2b.transport.basic.TransportLogger] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] FileReceiver.init() started ....
    [2010-12-20T03:52:07.268-08:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@62683f08] [userId: <anonymous>] [ecid: 0000Io3bohZDCgS5IFc9yf1D278H0017NG,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] java.lang.NullPointerException[[
    at oracle.tip.b2b.transport.basic.FileList.setTimeMode(FileList.java:329)
    at oracle.tip.b2b.transport.basic.FileSourceMonitor.<init>(FileSourceMonitor.java:222)
    at oracle.tip.b2b.transport.basic.FileSourceMonitor.<init>(FileSourceMonitor.java:267)
    at oracle.tip.b2b.transport.basic.FileReceiver.init(FileReceiver.java:470)
    at oracle.tip.b2b.transport.b2b.B2BTransport.init(B2BTransport.java:578)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:232)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    java.lang.NullPointerException
    at oracle.tip.b2b.transport.basic.FileList.setTimeMode(FileList.java:329)
    at oracle.tip.b2b.transport.basic.FileSourceMonitor.<init>(FileSourceMonitor.java:222)
    at oracle.tip.b2b.transport.basic.FileSourceMonitor.<init>(FileSourceMonitor.java:267)
    at oracle.tip.b2b.transport.basic.FileReceiver.init(FileReceiver.java:470)
    at oracle.tip.b2b.transport.b2b.B2BTransport.init(B2BTransport.java:578)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:232)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    [2010-12-20T03:52:17.270-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: restartEndpoint: Endpoint restarted...
    [2010-12-20T03:52:17.270-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: handleUpdateChannelEvent: Exit
    [2010-12-20T03:52:17.270-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: processEvents: Exit
    Regards,
    Divya

    Thanks Sinkar for your interest in this issue.
    We have tested with the Timestamp Configuration what you have suggested but still the issue is existing.
    Infact we tried without Minimum Age as well then also B2B is unable to pick the File from remote through FTP Listening channel.
    We are having 7 FTP Listening channel and 1 SFTP listening channels for 8 TP's and out of that 2 are working as expected. it is strange that how come other Listening channels are working with the same configuration.
    Though we are able to FTP through putty to all the remote channels but strangely only two listening channels are working from B2B and rest not.
    Below is the log we tried with Minimum age option and the Timestamp configuration you have provided:
    Dirty:true
    [2010-12-21T22:35:07.113-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: $afco%ental
    [2010-12-21T22:35:07.116-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - SecurityUtility - Warning - getPasswordCredentialAsString - cred null
    [2010-12-21T22:35:07.119-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: rCLQT-2801320649293208070
    [2010-12-21T22:35:07.120-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - updatePasswordCredential - In updatePasswordCredential method - key:rCLQT-2801320649293208070
    [2010-12-21T22:35:07.121-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - updatePasswordCredential - In updatePasswordCredential method - resetting credential
    [2010-12-21T22:35:07.209-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: $afco%ental
    [2010-12-21T22:35:07.212-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - SecurityUtility - Warning - getPasswordCredentialAsString - cred null
    [2010-12-21T22:35:07.215-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.ui] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] ##### In save ---CALLOUT $$$CALLOUT_RiQIk-8887198267468306688Callout
    [2010-12-21T22:35:07.476-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: Thread-36] [userId: <anonymous>] [ecid: 0000Io8SAkqDCgS5IFc9yf1D47660000_7,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-0000000000002a17] [SRC_METHOD: synchedLog_J] MDSUtil: metadataObjectChanged: http://xmlns.oracle.com/integration/b2b/profile TradingPartner UPDATE
    [2010-12-21T22:35:07.554-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] ValidationEngine: invokeRules: TradingPartnerDeliveryChannelValidator
    [2010-12-21T22:35:07.559-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-21T22:35:07.601-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-21T22:35:07.603-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: getting endpoint list for deliverychannel SAF_KRR_FTP
    [2010-12-21T22:35:07.603-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-21T22:35:07.603-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-21T22:35:07.604-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = host value = ftp.b2bgateway.net
    [2010-12-21T22:35:07.605-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = polling_interval value = 5
    [2010-12-21T22:35:07.605-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = folder value = Get
    [2010-12-21T22:35:07.605-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = user value = shansys\FTPSybronDental
    [2010-12-21T22:35:07.606-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: rCLQT-2801320649293208070
    [2010-12-21T22:35:07.607-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = password value = *****
    [2010-12-21T22:35:07.608-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = channel_mask value = None
    [2010-12-21T22:35:07.608-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = cipher_suites value = null
    [2010-12-21T22:35:07.609-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = control_port value = 21
    [2010-12-21T22:35:07.609-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = data_port value = 1023
    [2010-12-21T22:35:07.609-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = useProxy value = false
    [2010-12-21T22:35:07.610-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = filename_format value = null
    [2010-12-21T22:35:07.610-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = directoryname_format value = null
    [2010-12-21T22:35:07.610-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = sourcefile_encoding value = null
    [2010-12-21T22:35:07.611-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = minimum_age value = 120000
    [2010-12-21T22:35:07.611-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = archive_dir value = null
    [2010-12-21T22:35:07.611-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = preserve_filename value = false
    [2010-12-21T22:35:07.612-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = is_binary value = false
    [2010-12-21T22:35:07.612-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = type value = binary
    [2010-12-21T22:35:07.613-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = van value = false
    [2010-12-21T22:35:07.613-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = ccc value = false
    [2010-12-21T22:35:07.613-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = keep_connections value = false
    [2010-12-21T22:35:07.614-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = marker value = false
    [2010-12-21T22:35:07.614-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = timestamp_format value = null
    [2010-12-21T22:35:07.615-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = timestamp_offset value = 0
    [2010-12-21T22:35:07.615-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = timestamp_source value = TIMESTAMP
    [2010-12-21T22:35:07.615-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: Putting ftp://ftp.b2bgateway.net/Get
    [2010-12-21T22:35:07.615-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: put: Putting ftp://ftp.b2bgateway.net/Get for delivery channel CHANNEL_uh4433125198583807866
    [2010-12-21T22:35:07.615-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-21T22:35:07.616-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-21T22:35:07.618-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-21T22:35:07.621-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-21T22:35:07.622-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: getting endpoint list for deliverychannel Sybron Dental Specialties_ListeningChannel
    [2010-12-21T22:35:07.623-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-21T22:35:07.624-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = polling_interval value = 60
    [2010-12-21T22:35:07.624-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = folder value = /oracle/soa11g/osoadev1/EDI/TEST
    [2010-12-21T22:35:07.625-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = filename_format value = null
    [2010-12-21T22:35:07.625-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = directoryname_format value = null
    [2010-12-21T22:35:07.625-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = minimum_age value = 240000
    [2010-12-21T22:35:07.626-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = archive_dir value = null
    [2010-12-21T22:35:07.626-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = preserve_filename value = false
    [2010-12-21T22:35:07.627-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = is_binary value = false
    [2010-12-21T22:35:07.627-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: name = marker value = false
    [2010-12-21T22:35:07.627-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: Putting file://localhost//oracle/soa11g/osoadev1/EDI/TEST
    [2010-12-21T22:35:07.627-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: put: Putting file://localhost//oracle/soa11g/osoadev1/EDI/TEST for delivery channel CHANNEL_eQKNOM4896016506495038796
    [2010-12-21T22:35:07.627-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-21T22:35:07.627-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-21T22:35:07.628-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-21T22:35:07.628-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-21T22:35:07.631-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IoCmSbPDCgS5IFc9yf1D4766000C18,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:7c9a2e39:12d083aef82:-7fff-00000000000040c5] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    Appreciate any further suggestions.
    Regards,
    Divya

  • Configure Interface channel monitoring for PI in SOLMAN 7.1

    Hi Experts,
    I am configuring interface channel monitoring for PI in SOLMAN 7.1.In step 5 (Define scope) it is asking to select scenario.I can see all PI systems (Dev,QA and PRD) is listed in the table with "monitoring and alerting setup status" as yellow.when I select PI (prod) and proceed , in step 6.3 (Interface channel Monitoring config) I don't find any channel name in table.I need your support to clear my understanding on this.
    1)My objective is to monitor all the interfaces that are existing between PI system and other SAP as well as non SAP systems (that include JDBC connections also).How can find all these interfaces in solman while doing Interface channel monitoring config?
    2)I am not sure if I have understood correctly that I need to create scenario that includes technical systems between which Interface channel are to be monitored. If I am correct then how can I bring the technical system to SOLMAN SLD from Local SLD of PI(prod).Here I am not getting option to synchronize SOLMAN SLD from PI Local SLD. Even Import option is also not there. Do I need to create all the Technical systems (present in PI) to SOLMAN SLD manually?
    If my understanding is not correct then please guide me through steps to do the configuration to achieve my objective.
    Thanks
    Aditya Roushan.

    yes, the problem solved. thanks for your replies all.
    the users SLDDSUSER and SLDAPIUSER got locked, I changed it in su01.
    and I created rfc in SM59 for SAPSLDAPI and LCRSAPRFC and create the same in JCo RFC provider.
    both are working.
    but iam facing new problem.
    I have solution manager 7.1 system and I configured local SLD. I did not connect any managed system as of now.
    after all the trouble shooting, SLDAPICUST and SLDCHECK is fine but
    the error is
    "Functional call returned exception code 3"
    "Access to XI Profile currently disrupted.
    I have solution manager 7.1, I did not configure managed systems as of now.  is this error belongs to solution manager 7.1 or for PI system.
    can u please guide me how to trouble shoot this error. check the following screen shot for reference.
    thanks in advance.

  • Time out condition for FTP parameters in communication channel

    Hi
    Could you please tell what should be the maximum limit for time out condition in receiver file communication channel for FTP.
    it should be either 120,90 or 60 seconds or can we exceed time than this?
    Thanks in advance
    Best Regards,
    Harleen Kaur Chadha

    There is no hard limit, but the time limit should be less than the polling interval: if you set the polling interval to 60 seconds, your timeout interval should be less than that value. If you exceed this value, you have the risk of an adapter deadlock (adapter stops polling)
    You can imagine that a timeout interval of 300 seconds would not make much sense.

  • No adapter registered for this channel FOR JDBC COMM CHANNEL

    Hi Friends,
    We installed JDBC driver(for Oracle) and it works correctly from Visual Administrator.
    We have created comm channel 'jdbc_receiver'.
    However, when we check in "Adapter Monitoring", it is not active (Green color) and short text says 'No adapter registered for this channel'. Where should we look further to resolve the issue ? How do we test this comm channel from XI box ?
    Thanks.
    Niranjan

    Hi Niranjan,
    How you solved the problem?
    I have deployed JDBC driver (sqljdbc4.jar) according tohttp://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b4a020-4ae6-2c10-5a95-fed4ad9a4b60?QuickLink=index&… .
    Driver deployed successfully and I have checked it in folder \usr\sap\xxx\DVEBMGS30\j2ee\cluster\bin\ext\com.sap.aii.adapter.lib\lib and it's found ok. But this adapter type  not showing in Communication Channel only RFC and SOAP are showing there. I have restarted the server also.

Maybe you are looking for