Reciever channel  FCC problem

I am getting this error in FCC  in reciever  channel
Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Channel has not been correctly initialized and cannot process messages
Please help on this ..
Regards
Ninad

Hi Sameer /abhishek
This is recv  file content conversion
My FCC parameters are
Recordset Structure  ::     SAPLinkdata
SAPLinkdata.fieldSeparator : ,
SAPLinkdata.endSeparator  :  'nl'
Let me know now ?

Similar Messages

  • Processing Multiple files in the reciever channel

    Hi Experts,
    We have a scenario where PI is supposed to pick a zip file containing different files, Post which PI should unzip the files and send it to receiving system.
    We have used payload zip bean to unzip the files in the sender channel and it was successful. The problem here is the receiver channel.
    Receiver channel is not able to process all the files. The file name and extension is causing the problem as we have different file names and extensions.
    I tried using the Payload zip bean in the reciever channel too but again the file name and extension were the issue. Attached the screenshot of the message processed in the communication channel which clearly shows the kind of files we are expecting. we are using PI 7.4 single stack.
    Batch script is something we are not really looking at... Can you please provide some solution?

    unable to attach the screenshot sorry

  • SAX Parser exception in the reciever channel

    Hi Experts,
    We are using file to mail scenario in which we are using java mappings to handle the EDI files sent to the third party system.
    Currenly we have got SAX exception in the reciever communication channel.
    The sender communication channel has executed successfully.
    Please find below the error at the reciever channel:
    "failed to send mail: com.sap.aii.messaging.util.XMLScanException: java.lang.NullPointerException; nested exception caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Name expected: 0x32(:main:, row:1, col:106)(:main:, row=1, col=106) -> com.sap.engine.lib.xml.parser.ParserException: Name expected: 0x32(:main:, row:1, col:106)"
    Please suggest whether the above error is related to the BASIS settings of the server or it is related to XI reciever channel settings.
    Thanks and Regards,
    Srikanth.

    Hi Srikanth,
    Tell us how the output payload looks like?? if you have used mail package xsd, then payload shoudl go to the Content of it.. Are you taking care of this??
    Also if possible can you paste here the payload which you are getting after the operation mapping .
    Regards
    Suraj

  • Output channel mapping problem for surround encoder

    vista 64 bit
    sound blaster titanium x-fi sound card
    logitech 5.1 speaker set up
    hello, i am trying to mix a movie i made into 5.1. when i open the surround encoder, go to the audio hardware setup and try to set my output channel mapping i only get two speakers. i have a card that supports 5.1, 5.1 speakers, and get surround sound when i play a DVD. yet audition only recognizes my left and right speaker. any help on how i get my output channel mapping set correctly?
    thanks in advance!

    Thank you for the info, though I admit I'm still a bit confused.
    My card is a creative x-fi extreme gamer.  It has 3 line out jacks and one line in jack.  T  Oh, here it is in the manual...thats just not good enough.
    But what is the surround encoder dialog box doing, if not encoding surround mixes?  The manual says I can exportsurround sound from a multitrack session. 
    Date: Mon, 1 Jun 2009 21:58:08 -0600
    From: [email protected]
    To: [email protected]
    Subject: output channel mapping problem for surround encoder

  • Users for File sender/reciever Channel

    Hi,
    As i understand, there is a user that is used internally in file sender/reciever channel to read/write a file.
    Can someone tell me what are those users?

    Hi
    Genral rule for any adapter needs username / login == destination system username / password which has credentials to perform u r required action.
    So bettter use that user pass and check in the destination system and use the same in XI it will work as it is
    rgds
    srini

  • Can Soap sender channel be directed to Soap reciever channel

    Hi
    I have a three layer architecture on the target side. First layer is Web AS, Second layer is Web AS asd third is PI server.
    Now i am recieving Soap messages from a source PI. Its a SSL communication. I have to terminate SSL on the first Web AS and pass on the same soap message to third layer that is PI server.
    Do i  have to configure a Soap sender channel on Web AS to terminate SSL?
    If i do configure Soap sender channel on Web AS , how do i send the same soap message to third layer that is PI server. I dont want to write the incoming file at any location and then pick it up and send it through SOAP reciever channel. Is there a way to direct the same SOAP message from SOAP sender channel to SOAP reciver channel.

    >>pass on the same soap message to third layer that is PI server.
    If you simply want to pass on the same messages,why not use configure multiple receiver/interface for it.
    Thanx
    Aamir

  • FCC on reciever channel - extra blank line

    Hi,
    I am having the foll FCC structure
    Header,MessageData,FileName
    Header.fieldFixedLengths     2,19,3,19,20,6,1
    Header.endSeparator     'nl'
    MessageData.fieldFixedLengths     2,14,3,15,10,14,2,1,15,25,20,80,4,4,40,40,1,4,2,4,14,14,6,1,100,100,2,2,1,1,1,1,1,15,2,10,10,2,15,2,10,10,2,10,10,13,200,1
    FileName.fieldFixedLengths     0
    FileName.fixedLengthTooShortHandling     Cut
    FileName.endSeparator     '0'
    Here I am trying to cut out FileName data
    but always and the end of the MessageData block....I get a blank new line.
    I want the cursor last position to be at the end of MessageData block only.
    How do I avoid this?
    Cheers,
    Earlence

    Hi Earlence,
    Can you try using FileName.endSeparator as 0x08 and see whether it helps.
    Regards,
    ---Satish

  • FCC problem:  Empty document found. Proceed without sending message

    Hi all,
    I am doing FCC to FCC scenario.
    In that I am getting the following message in Communication channel Monitoring.
    <b>Channel CC_File_FILBAS009_Sender</b>: Entire file content converted to XML format
    <b>Channel CC_File_FILBAS009_Sender</b>: Empty document found. Proceed without sending message
    File "/temp/xidelivery/send/FILBAS009_input.txt" archived after processing
    and My File structure is as follows..
    RS
    -HEADER
    Field1
    Field2
    Field3
    -DATA
    Field4
    Field5
    Field6
    -TRAILER
    Field7
    Field8
    Field9
    FCC Parameters are:
    RecordsetName : RS
    HEADER.fieldFixedLengths                   :  5,1,5
    HEADER.fieldNames                            :  Field1,Field2,Field3
    HEADER.keyFieldName                       :  Field2
    HEADER.keyFieldValue                       :  'H'
    HEADER.endSeparator                        :  'nl'
    In the same way I gave conversion parameters to DATA and TRAILER also.
    Can any one tell me what is the problem?
    Regards,
    Pavani

    hi pavani,
    excuse me about my previous reply.
    I was just checking your FCC parameters. I see fieldseparator missing and also is it possible to paste sample input data.
    I fieldsepartor is also not necessary since you have fiexedlengths. Since you say FCC to FCC and you paste the receiver FCC parameters
    regards
    Ramesh P
    Message was edited by:
            Ramesh P

  • Sender Channel getting problem "RFCSenderR3 "

    Hello friends,
    In my XI  QA env...there is one service "RFCSenderR3" which is not showing any messages like in message monitoring ,but if i check in Communication channel CC monitoring for that service it shows as following error :
    Error*
    Sender channel 'RFCSenderR3' for party ",service'RQ1'
    ERROR can not instantiate RfcPoolException:error initializing
    RfcServerPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException:can not connect to destination system due to :com.sap.mw.jco.JCO$Exception:(103) RFC_ERROR_LOGON_FAILURE:Mandante 101
    Here RQ1 is the R3 reciever system.
    And i have checked rfc connection from R3 end which shows it is fine..
    Can any one suggest me and help me ,exactly what should i need to be checked to solve this problem .
    Thank you

    Hi,
    >-----> RFC_ERROR_LOGON_FAILURE
    Could you pls. check for user id and password whether you have given R3.
    Mean time try to stop and restart the service.

  • FCC Problems

    Hi,
    I have a recordset structure like this.
    DTLegacyHeader,DTLegacyItemMasterData,DTLegacyTrailer
    The communication channel is giving an error like KeyFieldName is mandatory.  What do i need to specify in the FCC
    This is the Recordset Structure
    DTLegacyHeader,1,DTLegacyItemMasterData,*,DTLegacyTrailer,1
    I have specified the necessary parameters like field separator, end separator,ignore recordset etc.,
    Let me know what woyuld be the error.

    HI krish,
    Use KEY FIELD = KZ
    And in the
    Recordset.fieldNames : KZ,FIELD1,FIELD2,FIELD3
    Recordset.keyFieldValue : 1
    Recordset.fieldNames : KZ,FIELD4,FIELD5,FIELD6
    Recordset.keyFieldValue : 2
    You can define your text file format starting with 1 for header and 2 for Items etc.
      Can you give your configurations in FCC and file structure(TEXT FILE) you sent.
    NOTE : The keyfield is used only to differentiate the records in your file as Header data or Item data or Condition data etc.
    example file:
    1  Field1 Filed2 Field3
    2  Field4 Filed5 Field6
    2  Field4 Filed5 Field6
    2  Field4 Filed5 Field6
    Hope this will solve your problem.
    cheers
    Edited by: Gangadhar G on Jul 28, 2009 5:41 PM
    Edited by: Gangadhar G on Jul 28, 2009 5:43 PM

  • K9N PLATINUM(NON SLI) DUAL CHANNEL MODE PROBLEM

    hi
    put a new system together with the following specs:
    amd am2 3800+(2ghz)
    k9n platinum 1.20 bios
    2x512 kingston ddr2(667mhz)
    pci video(yes not pci-e)have not decided which vid card to get yet.
    500w  psu 12v 35a,5v 25a,3.3v 25a
    liteon dvd burner
    seagate 300gb ide  7200/16 meg cache windows xp-pro sp2 with all updates.
    not overclocking or even trying to.
    no sata drives connected.
    has never failed to post,boot windows and no lockups or blue screens.
    ok,i am trying to get the memory to work in dual mode.
    everytime i put the memory in the dual mode slots,the cpu clocks down to 1ghz instead of 2ghz.
    verified by bios,windows and cpu-id
    i have tried different memory(both ddr2 533 and 667)667 installed now.
    also never had any install problems with windows and everything runs fine until i tried dual mode.
    after the cpu clocks down to 1ghz,the only way to get it back to normal is a bios reset( load defaults
    or press red button).
    if i leave the memory as single channel then i have no issues.
    also cpu-id says the chipset for my board is nforce 550,i thought k9n platinum had 570 nforce chipset?
    this might just be a problem with cpu-id though.
    any thoughts on the cpu down clock problem in dual channel mode?
    thanks,jeff

    1 assume you can get into BIOS with 1 stick only?
    Go into the BIOS and manually set the timings and voltage to what your memory manufacturer recommends. Use a 2T command rate and see if it works.
    Try both "sets" of dual channel slots, i.e. the two left slots or the two right slots.

  • Dual Channel memory problems on Neo 875P

    I am having considerable trouble getting the NEO 875P to work with dual channel DDR400 DIMMs. I have two Kingston KVR400X64C25 DDR400 256MB memory modules, each of which works correctly by itself. However, once I move one
    of the modules to channel B, I cannot boot my operating system (currently Windows XP.) The problem also occurs in Windows 2000, which I also have on the system. I receive blue screen errors that indicate paging/memory problems. I have upgraded my BIOS to the latest version (1.3)* in the hope that it would solve my problems, but it has not. The POST screen detects that there is 512MB of memory working in Dual Channel mode, but even when it does get through the O/S booting process (rarely), it crashes within minutes. Putting just one of the chips in makes the system perfectly stable. If anyone has any information, please let me know!
    Thanks,
    Jim Keller
    http://www.centerfuse.net
    * My board was dead after trying to flash the 1.3 BIOS, but after about 10 attempts of using CTRL+HOME method to recover the BIOS, it finally worked with version 1.0. I then re-flashed with 1.3, and it rebooted fine. Are there any updates about all of the problems with v1.3 ?

    >I can only answer based on what I've read on this forum
    I figured as much, I was just wondering if you knew whether MSI themselves frequents the forums or answers emails sufficiently.
    I've had an interesting development though. I stumbled upon Tom's Hardware Guide's article about 875P motherboards at http://www17.tomshardware.com/motherboard/20030519/i875p-01.html
    They mentioned that they needed to increase the memory voltage from 2.5 to 2.6 in the BIOS to get some memory modules to work. I did this, and for the first time, I am running in Dual channel DDR mode. However, the article also mentions that "the system does not run completely stably", so I guess I'll have to wait and see if it crashes again. However, I'm far enough beyond the XP splash screen to post this message, so I guess we're getting somewhere!
    -Jim Keller
    http://www.centerfuse.net

  • VMS Client Channel Buffering Problem

    I just received my new Verizon VMS system which includes 2 client units.  I hooked everything up and all was working as it should except that when watching live TV on the two client units, it will not buffer two different TV channels and allow me to switch back and forth between these two channels and rewind, fast forward or pause.  It will only buffer one channel and when I switch to another, the original channels buffer is gone.  I could do this on all three of my standard HD DVR boxes before swithcing to the VMS and this was a huge feature for me as I like to watch multiple shows or sporting events simultaneaously.  I called support and after about 90 minutes they could find no problem or find any solution other then to send me a new VMS.  The odd thing is when they looked at all of the tuners being used, tuners 3 annd 4 were never getting used.  The odder thing is that it seemed to work properly on one of the client boxes until they did a cold init and then that one also stopped allowing 2 channels to be buffered.
    Should I be able to buffer two seperate channels on the client boxes as well as the main VMS box or did they for some awful reasone take this feature away from the clients??
    Thanks,
    Eric

    DOES VMS DO THESE THINGS FOR YOU ?
    VZ  VMS1100 Video Media Server
    From Pg of 2 of Manual
    The VMS1100 provides the following advanced functionality:
    • Whole home DVR support for up to four connected IP Client set-top boxes
    • Authorization and purchase of on-demand programming
    • High-Definition television (HDTV) video decoding
    • HDTV output through component video (YPbPr) or High-Definition Multimedia Interface™ (HDMI™)
    • Surround-sound audio through a variety of analog and digital interconnection options
    Live playback and LOD buffering capabilities to pause and time shift live video and seamlessly record for
    all connected televisions
    • Built-in MoCA 1.1/2.0 HW support
    As with all ARRIS digital set-tops, the hardware features are enabled by core operating and third-party
    application software.
    Tom
    Freedom Essentials, QIP 7100 1,Bose SOLO TV Sound System,,QIP 7216 P2,M1424WR Rev F, iPad 2 WiFi,iPhone 5,TV SYST INFO Release 1.9.5 Build No. 17.45
    Data Object 39.45

  • Regarding Receiver Communication Channel (Concurrency problem)

    Hi Masters ,
    In Receiver Communication Channel which is connected to oracle data base ..while updating records Status from N to C . i am getting following errors :
    **Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Channel has reached maximum concurrency (5,000 concurrent messages) and no free resource found within 5,000 milliseconds; increase the maximum concurrency level**
    Actually we are updating 10000 records status from N to C....... earlier it was updating in 30min now its hanging and giving above error ...... after 3 hrs its automatically displays updated succesfully message .
    Can you help me to understand wht exactly happening and at wht level i have to do settings in communication channel so tht it should work properly..
    Thanks in Advance.............
    Jagannath.

    Hi Jagannath
    you can specify the maximum concurrency for receiver adapters.  This defines the number of messages an adapter can process in parallel on a cluster node.
    Enter the number of messages to be processed in parallel by the receiver channel. For example, if you enter the value 2, then two messages are processed in parallel. Default value is 1 and this means only one message can be processed at a time by the receiver channel.
    http://help.sap.com/saphelp_nw70/helpdata/EN/64/ce4e886334ec4ea7c2712e11cc567c/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm
    increase this parameter from 1000 to a higher value you required and you would not be facing such problem
    Regards
    sandeep
    If helpful kindly reward points

  • JMS Receiver FCC Problem After Upgraded from SP19 to SP22 in XI3.0

    Hello,
    I am facing a problem in my Receiver JMS adapter in FCC just after the upgrading it from SP19 to SP22 in XI 3.0 by our basis consultant. Before that everything was working perfect in DEV.
    I am getting the below mentioned error in CC monitoring.
    > MP: Exception caught with cause com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException''; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException'
    This problem is happening in other scenario too in our DEV system.
    But at the same time since we have not applied any upgrade in QA therefore same scenario is working fine.
    Regards,
    Sarvesh

    Ok Friends...
    I got the solution from SAP.. there was a problem in the SP22 for XI 3.0 which I donloaded from Service Market Place. Now I have applied the correct SP22 to my system and now it is working fine...
    I hope this may help you...
    Regards,
    Sarvesh

Maybe you are looking for

  • Wireless connectivity with iMac G4 flat panel

    Hey everybody, We are thinking about buying an airport card for our imac G4 flat panel. We live in Ireland and are in the process of switching from a satellite dish-based Internet provider (connected via ethernet cable from the roof through the wall

  • Developer-Online New Tutorial Released: Create a Flickr gallery using jquery and JSON

    Create a Flickr gallery using jquery and JSON Hello everyone, In this tutorial I'll show how is simple to build your Flickr photo gallery using jQuery framework and JSON. We'll see how to setup thumbnail's numbers, convert your RSS Flickr in a JOSOn

  • ORA-01114: IO error writing block to file %s (block # %s)

    One of my large query (has a large amount of sort) fails with the following error. ORA-01114: IO error writing block to file %s (block # %s). Uses Oracle 9.2 on windows 2000 server. The size of the TEMPORARY file increases and stops at 4.2 GB. This w

  • Form Builder in ADF

    Hi, is there any form builder available in ADF ?(open source preferably) I know Jdeveloper has the best form builder !! but, there may be cases we need to give users a tool to make their own (table , entity , view, form) and use simple CRUD operation

  • Sync in Progress

    It is taking my phone forever to sync, I mean hours. It still has not synced. My phone is up to date and so it Itunes. What could be causing this?