Message Interface and Communication Channel are not getting in RW B

Hi
I have created a sceario in which i have created following things
2 - External Definition of Same XSD
2 - Data Types
2 - Message Types
4 - Message Interfaces
2 - XSLT mappings
2 - Interface Mapping
I have created on two scenario objects in XI ID.
But In RWB i can see only one sceario message interfaces and communication channels but the for other scenario MIs and Communication channels are not visible in RWB
I have created all the things in only one Namespace.
What could be the problem .please help me
Regards

Hi,
Have you activated it?
Can you see it in SXI_CACHE?
If one is no please run report SAI_CACHE_REFRESH
Kind regards,
Wojciech

Similar Messages

  • Material Number and Serial Number are not getting filled...Very very urgent

    I have my code in the badi...CRM_EQUI_LOAD...method PERFORM_LOAD.In this i try to to create a component for the ibase using the function module... CRM_ICSS_CREATE_COMPONENT...The component gets created but the material and serial number are not getting updated...It is very very urgent..please help....

    I am not sure what information you are passing in given FM.
    But in my case I have used FM 'CRM_CREATE_IBASE_FROM_EQUI' to create Ibase and component. It creates IBase and Component along with other details like material number and serial number.
    you may refer the below code for the same >
    Call the standard handling for crm equi load.
      call function 'CRM_CREATE_IBASE_FROM_EQUI'
        exporting
          is_header         = is_header
          it_equi_dmbdoc    = it_equi_dmbdoc
        changing
          et_error_segments = ct_error_segment
        exceptions
          technical_error   = 1
          others            = 2.
      if sy-subrc <> 0.
        raise equi_load_badi_error.
      endif.
    Cheers,
    Ashish

  • Date and time fields are not getting updated in database

    Hi,
    I am Using the bapi SD_SHIPMENT_HEADER_CHANGE in my program ...
    I  am using bapi_shipemnt_create for creating shipment document but, trying to enter the date fileds using this bapi .
    can anybody please tell me how shud i pass this variables exactly ...
    i tried giving test data and checked this bapi .. the result in changing parameters is also appearing but in databade itself the date fields are not getting reflected ...
    The fields ate DTDIS ,UZDIS, DATEN,UATEN. ( i am trying to map these fields in changing parameters)
              gw_vttkvb_new-mandt = sy-mandt.
              gw_vttkvb_new-tknum = gw_return-message_v1(passing shipment number )
              gw_vttkvb_new-dtdis = gi_ship_doc-dtdis.
              gw_vttkvb_new-daten = gi_ship_doc-daten.
              gw_vttkvb_new-uzdis = gi_ship_doc-uzdis.
              gw_vttkvb_new-uaten = gi_ship_doc-uaten.
              APPEND gw_vttkvb_new TO gi_vttkvb_new.
              CALL FUNCTION 'SD_SHIPMENT_HEADER_CHANGE'
              EXPORTING
                i_tvtk                             =  '
              I_DESTINATION                      =
              I_DEPARTURE                        =
              OPT_DIALOG                         = 'X'
            IMPORTING
              E_SERV_AGENT_FROM_DELIVERY         =
              E_ROUTE_FROM_DELIVERY              =
              E_LEG_DETERMINATION_DONE           =
              E_NUMBER_OF_CHANGED_LEGS           =
                 TABLES
                   c_xvttk                            = gi_xvttk
                   c_yvttk                            = gi_yvttk
                   c_xvttp                            = gi_xvttp
                   c_yvttp                            = gi_yvttp
                   c_xvtts                            = gi_xvtts
                   c_yvtts                            = gi_yvtts
                   c_xvtsp                            = gi_xvtsp
                   c_yvtsp                            = gi_yvtsp
                   c_xvbpa                            = gi_xvbpa
                   c_yvbpa                            = gi_yvbpa
                   c_xvbadr                           = gi_xvbadr
                   c_yvbadr                           = gi_yvbadr
                   i_xtrlk                            = gi_vtrlk
                   i_xtrlp                            = gi_vtrlp
              I_DEPARTURE_SEQUENCE               =
              I_XVTFA                            =
              I_YVTFA                            =
                 CHANGING
                   c_xvttk_new                        = gi_vttkvb_new
                EXCEPTIONS
                  invalid_change                     = 1
                  route_insert_failed                = 2
                  tdlnr_insert_failed                = 3
                  status_planned_failed              = 4
                  status_registrated_failed          = 5
                  status_loading_start_failed        = 6
                  status_loading_end_failed          = 7
                  status_completion_failed           = 8
                  status_shipment_start_failed       = 9
                  status_shipment_end_failed         = 10
                  OTHERS                             = 11.
              IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
             ELSE.
                 **** Save shipment created
               CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
           EXPORTING
             WAIT          =
                  IMPORTING
                    return        = gw_return.
              ENDIF.
    Regards,
    shilpa talluri .

    Hi,
    Try this
    DATA: wa TYPE zvariant.
    wa-mandt     = sy-mandt.
    wa-z_var     = 'test'.
    wa-projid      = 'test'. 
    wa-relid        = 'test'.
    wa-srtf2       = 'test'.
    wa-clustr      = 'test'.
    wa-clustd     = ''test'. 
    INSERT zvariant CLIENT SPECIFIED FROM wa.
    Raul Natu

  • Valid from and Valid to are not getting copied to follow up document.

    Hi Experts,
    I am creating job quote as a follow up document from master quote.All are getting copied from the master quote to job quote,but valid from and valid to dates are not getting copied from master quote,instead it is calculating the date from date profile rules.
    But I need to transport the dates from Master Quote to Job Quote.
    Please advice.
    Thanks,
    Adi.

    Hi,
    You need to implement CRM_COPY_BADY for that. Please refer to:
    Re: create a new follow up complaint to the earlier completed complaint
    Regards,
    Nicolas.

  • XI: Sender JDBC Communication Channel is not getting picked the records

    Hi All,
    Here I 'm facing an Issue with my sender JDBC communication Channel. Previously it was working fine but It is not Picking the records from the JDBC table.
    Communication Channel is in active mode only.
    I have checked in RWB communication Channel monitoring there i didn't get any error or success messages but channel is showing healthy status only(Green)
      But i had created the new communication channel..with the same parameters which are in the older communication channel.. and sender agreement level also i had changed.. so now  new channel is working fine.... I didn't understand what is the problem with previous communication channel.
    Thanks

    Hi yadav,
    do you have TWO CCs polling at the same time via JDBC?
    This could be the problem --> a conflict between both CCs.
    Switch off ONE CC:
    Regards Mario

  • BPM - Message interfaces of one component are not appearing in another comp

    Hi,
    We have created 2 software components(X and Y) for File to RFC scenario.
    "X" SWC is dependent on "Y" SWC.
    We are building sync-async bridge using BPM. We have created one BPM in X component. This BPM has the visibility of message interfaces only particular to that component only, not the other component.  Though wehave created dependency between these 2  components. But without this we cannot build sync-Async bridge.
    Please could you provide the inputs, so that we can proceed further.
    Thanks,
    Ramesh

    Hi,
    Where are you developing your BPM objects in X or Y ?
    If X is dependendent on Y , then you can access Abstract interfaces created in the X in Y.
    After creating SWC dependency, then refresh the cache and check out is it working ..
    for dependency-/people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies
    Regards,
    Moorthy

  • Communication channels are not exist in Runtime workbench

    Hi gurus,
    I did one file to file scenario. I have two problems.
    1. I have created communication channel in the configuration step. I have activated my scenerio too. But when i check the communication channels in the runtime workbench im unable to see my communication channel. My communication channel doesnotexist.
    2. How can i create the source directory and target directory
    Kindly help me solve this problem.
    Regards,
    Ramalakshmi.G

    Hi
    Cache refresh : SXI_CACHE
    Creating Source / Target Directory : U can use folder within XI landscape for (NFS)
    If u r using FTP create folder in the FTP Server and use those : but select FTP as transport protocol
    u will be asked for ftp ip / username / password
    rgds
    srini

  • Software Updates and SCUP updates are not getting rolled out during system rebuild.

    Hi,
    I am trying to rebuild the machines for one of my client and i am getting below error during Software update stage as it throws below error, Could someone please let me know why the below updates are getting failed.
    =======================[ smsswd.exe ] ======================= PackageID = '' BaseVar   = '', ContinueOnError='' SwdAction = '0001' Set command line: Run command line Working dir 'not set' Executing command line: Run command line Process completed with
    exit code 0 Command line returned 0 
    dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_b688d3c1-ee4b-4e60-83be-3fc10c9985e8 failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_88b882c1-7f9f-45cc-b082-5711f3c94526
    failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_285710fe-0885-444f-9613-3b2a99529d1c failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_f2a02435-7f3a-4c84-a399-80cc4603cbbd
    failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5351709c-268c-4986-94e7-a8a8e6e12254 failed with hr = 0x800b0109 Received job completion notification from Updates Deployment Agent  Reboot Required Setting
    TSEnv variable SMSTSRebootRequested=HD Setting TSEnv variable SMSTSRetryRequested=TRUE Installation is not yet complete, action needs to be re-run after reboot Setting TSEnv variable SMSTSInstallUpdateJobGUID=
    109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_7fd7dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr
    = 0x800b0109 Received job completion notification from Updates Deployment Agent  GetIPriviledgedInstallInterface successful Refreshing Updates Successfully initiated RefreshUpdates operation  Waiting for RefreshUpdates complete notification from
    UpdatesDeployment Agent Notification received, RefreshUpdates have been completed Signaled RefreshComplete notification Received RefreshUpdates complete notification from Updates Deployment Agent RefreshTargetedUpdates() returned S_FALSE which indicates a
    non fatal error. Update installation will continue. RefreshUpdates operation has been completed, hr=0x00000001 GetIComponentControllerInterface successful Installation of updates completed successfully Setting TSEnv variable SMSTSInstallUpdateJobGUID= 
    I have checked TS logs of few machines and there are few updates which are matching.
    Machine1 :
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_b688d3c1-ee4b-4e60-83be-3fc10c9985e8 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_88b882c1-7f9f-45cc-b082-5711f3c94526 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_285710fe-0885-444f-9613-3b2a99529d1c failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_f2a02435-7f3a-4c84-a399-80cc4603cbbd failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5351709c-268c-4986-94e7-a8a8e6e12254 failed with hr = 0x800b0109
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_7fd7dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr = 0x800b0109
    Machine 2 :
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5c5e9a15-238b-4df4-b0df-b1b28f2ce658 failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_b688d3c1-ee4b-4e60-83be-3fc10c9985e8 failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_f2a02435-7f3a-4c84-a399-80cc4603cbbd failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5351709c-268c-4986-94e7-a8a8e6e12254 failed with hr = 0x800b0109
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_7fd7dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr = 0x800b0109 
    Machine 3 :
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5c5e9a15-238b-4df4-b0df-b1b28f2ce658 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_88b882c1-7f9f-45cc-b082-5711f3c94526 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_285710fe-0885-444f-9613-3b2a99529d1c failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_f2a02435-7f3a-4c84-a399-80cc4603cbbd failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5351709c-268c-4986-94e7-a8a8e6e12254 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_7fd7dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr = 0x800b0109 

    Hi,
    The error translates to "A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider."
    Have you imported the WSUS self signed certificate or the certificates issued by your CA in the Task Sequence so that they are trusted during the OS deployment?
    More information can be found here:
    http://ccmexec.com/2011/06/system-center-updates-publisher-and-osd/
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • CVD and ADC accounts are not getting credited during the Goods Receipt of Imports PO (India)

    Hello team,
    We are receiving the goods against with the Imports PO. Before the GR, we have paid the Customs duties to the Indian government. And, in the Invoice of Customs (MIRO), the CVD and ADC G/L Accounts got debited with the respective Accrual Accounts which are maintained in the Pricing of Imports at the CVD and ADC conditions. But, as per the standard procedure, during the GR, the same gets credited. But, it's not happening.
    Can anybody suggest what is the bug here that we need to correct?
    Thanks in advance for your response.
    Regards,
    Satya

    Have you used subtransaction type IP in MIGO.
    Refer below notes.
    929681
    - Subtransaction type not picked up for ADC in MIGO C&P EI
    910681
    - Legal changes on Additional Duty of Custom
    and
    964190
    - ADC on domestic purchase of imported goods
    Regards
    Binoy

  • Logic Pro 8 and Pro Tools are not getting alone with my MacBook Pro

    Hello,
    I have a MacBook Pro with Intel. I have Pro Tools 7 and Logic Pro 7. I just upgraded to Logic Pro 8. We had to update our quicktime and import our key commands into Logic Pro 8. However, now Logic Pro 8 keeps freezing and Pro Tools wont open.
    Can anyone help

    I had this problem. you need to download and install something called a prebinding script from digidesigns website. just google search osx, and prebinding script. If your PT icon just keeps bouncing in your dock and does nothing this should fix it.
    maybe someone can tell me why i can only create external midi tracks in logic>??? no software inst....

  • App testing phase: Push notifications are not getting delivered to certain devices (iphone 4S/ios7.0.4 and ios7.0.3 - Push never worked for these two devices for this app). Received OK responses from Apple PUSH services, but notifications not delivered

    We are testing an app at work and Push notifications are not getting delivered to certain devices (iphone 4S/ios7.0.4 and ios7.0.3 - Push never worked for these two devices for this app). Received OK responses from Apple PUSH services, but notifications not delivered to these tow devices.
    PUSH notification were delivered to some of the other iOS devices: (iPhone5 / iOS 6.1.4 and iPhone5 / iOS 7.0.3)

    Sounds like you have a battry issue but don't want to believe it.
    If a car was running fine on one tank of gas, then you filled it up with another tank of gas and it began to run funny, one might suspect that tank of gas. But let's just say coincidence blew a valve-- would you think the new tank of gas was the culprit?
    BUT WAIT!! It just might have been! The gas could have been of higher octane and put more more strain on the valves; you know, like going from 87 octane (OS6) to 93 octane (OS7) and showing you the engine was on the edge of compromise.
    Sometimes you have to go with common sense. If everything else is ruled out, it must be the battery. And if it runs fine one moment in OS6 but immediately ***** in OS7, I'd believe my battery was suspect-- though comfy-- in OS6 but the OS7 showed its true power.
    Moreover, if you had the answer-- or didn't want to believe someone's more competent advice-- why did you even call?  You've already shown that you don't know much when you asked if you could go backwards after setting up the new OS as a new phone.
    Additonally, if you're such the know-it-all, but yourself the $29 battery and put it in yourself. It's a piece of cake.
    <Edited By Host>

  • Inbound Queue blocked: Parallel and alternative sequences are not supported

    Hi,
    Just now, I checked the Inbound Queue in SCM system through SMQ2 and found which was blocked by error message "Parallel and alternative sequences are not supported". Could you please tell me what does it mean? How to fix it?
    Thanks,
    Quanyin Su

    Hi Quanyin Su,
    Parallel and Alternative sequences are used in routing.
    I believe you are trying to CIF PPM/PDS from ECC to APO and you are getting this queue stuck at inbound of APO.
    Both the alternative and parallel sequences are supported in APO.
    Alternative sequence is used as alternative modes in APO.
    I can think of this as a master data issue.
    At least one of your work center used in either of the sequences is not available in APO or is not APO relevant.
    Could you please check your master data such as all the work centers used and make sure your parallel and alternative sequences are consistent.
    Once you made sure that master is available in ECC, you can CIF it to APO by using CURTO_CREATE transaction in ECC.
    Please see below link for Routing and its usage in APO:
    http://help.sap.com/saphelp_apo/helpdata/en/99/ed3a981d0f11d5b3fc0050dadf0791/content.htm
    You also need to activate a BADI in order to sent alternative sequences to APO.
    Below thread has all the details regarding this.
    Re: /SAPAPO/CURTO 103 : Mode .. is not assigned to an activity
    Regards,
    Abhay Kapase
    Edited by: AbhayKapase on Aug 5, 2011 2:24 PM

  • HT4623 My texts have stopped getting through to one of my contacts. I can phone him and I can receive his calls and messages. I am the only one of his contacts whose  texts are not getting through. We have both restarted our iphones but the problem contin

    My texts have stoipped getting through to one of my contacts. I can phone him and I can receive his calls and messages. I am the only one of his contacts whose  texts are not getting through. We have both restarted our iphones but the problem continues.

    Have you talked to your carrier (or your friend to his)?  Could be an issue at their end.

  • I get the following message when i try to open ALL my documents : frozen panes and split panes are not supported and were removed. my documents are blank

    i get the following message when i try to open any of my documents : frozen panes and split panes are not supported and were removed. All my documents open blanc!

    Hi Louisa,
    louisa_16_za wrote:
    i work with Numbers on my MiniMac and then save the files as Excel because the university only works with Windows.
    Numbers is not an Excel clone. Importing and exporting between Numbers and Excel will eventually build up glitches.
    If the university only works with 'Windoze' it might be better if you use Excel or a free version of Office (for example, Libre Office or Open Office).
    If your marks depend upon a professor who uses Excel, go with the flow.
    http://www.howtogeek.com/187663/openoffice-vs.-libreoffice-whats-the-difference- and-which-should-you-use/
    Regards,
    Ian

  • "The source and output audio channels are not compatible or a conversion does not exist" - ?

    I'm trying to export from Premiere Pro for a f4v file that matches all source settings except resizing the video. I've done this a million times but today, when I hit EXPORT, I'm getting an error message from Adobe Media Encoder that says "the source and output audio channels are not compatible or a conversion does not exist." I'm using wav, mov and mts files in my audio tracks and everything plays happily in the timeline. Any ideas?
    Thanks for any help!

    Sounds like you unsuccessfully trying to output a 5.1 Master to a stereo or mono file.  Or something along those lines.

Maybe you are looking for

  • How can I recover files from an iMac 2009 with a broken graphic card.

    My old iMac has a broken graphics card. Instead of getting it replaced or fixed I needed a computer quickly. I decided to get a MacPro. I'm able to boot up the old iMac and my MacPro can now read the files in the iMac. I have been transferring files

  • My .Mac site doesn't display in Safari

    Hi There, My site hosted on .mac displays in Firefox (mac & pc) and IE v5 & v6 (pc) but will not display in Safari. The page usually loads blank, but if you click and drag down on the white page, the site appears? Site URL: www.svelte.net.nz Any help

  • WebDispatcher to PI connectivity check list

    Hi Experts, There is a requirement where in SAP-PI is exposing web services to outsiders and for them to be able to access our webservices in a secured manner ,Web dispatcher has been used in between PI and outside partner . The problem here is that

  • Instance startup problem after offline backup

    Hi,              We  have scheduled an offline backup of our NW2004s ABAP + Java system through brtools.But after the offline backup instance is not coming up automatically.After going though the instance work directory I found the following problem

  • InteliMac to Mac

    I must be doing something wrong. I can not see the other computer (eMac). The eMac connects to Airport and the net. I have the eMac running 10.4.5 with no firewall and personal file sharing turned on.