Infospoke problem - opeb hub service - urgent

hello friends,
I am trying to run one infospoke but getting the below error.
*The 3rd party status for request ATTRIBUTE_MSGV3 has not yet been set*
I have checked all the source and traget structures , which are active .
The source system connection is also OK.
RFC is also OK .
Could you please let me know , how to solve this problem , it is quite urgent .
Thanks

refer:
http://help.sap.com/saphelp_nw04s/helpdata/en/a8/a6eae34c9e9b4cbd8fbc7acd2845d0/frameset.htm
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f12a03d-0401-0010-d9a7-a55552cbe9da

Similar Messages

  • Sample Code in BADI for Open Hub Services

    Hi all,
            We have a requirement to extend(add few new fields and  populate them using BADI) for the target structure of Infospoke in Open hub services.
    I have 2 issues which are stopping us to proceed further.
           1.   I did this by just adding new fields in this change mode of target Structure (didn't used 'Append structure' as while saving and creating T.port request,its popping error like 'Structure not present in TRDIR).I am not able to assign this to any T.request,as of now I have saved it as Local object.How can I assign this to an request?is it possible?.
           2. After putting breakpoint in the BADI I don't see any data in the Importing table.I need some sample code in the BADI which should populate the New fields in the target structure.
    It will be great if anyone of you will give us any solution for the same.
    Thanks,
    Rahul.
    Edited by: Rahul Siddi on Oct 12, 2009 3:04 PM

    Hello Rahul,
    Find the code below with the steps to be implemented.
    Enter your infospoke in the edit mode.
    - On the Transformation tab set the indicator for the Infospoke with Transformation with BADI so that the infospoke is activated.
    - This will take you to the Addin implementation/BADI builder.
    - Enter the short text/description for the implementation. The implementation name is always the same as the technical name of the infospoke
    - The implementation of the BADI is always filter dependant.
    - In the properties tab of the infospoke enter your infospoke under the Filter specifications.
    If you do not specify an InfoSpoke under Filter Specifications, then this implementation is valid for all InfoSpokes. This means that this is called up for all InfoSpokes during the extraction.
    - Activate your class
    - From your interface tab page, double click on the Transofrm Method and you will arrive in the class builder page
    - Here you can enter the code
    - To do a look up of the master data you have to write a code similar to the one I've given below. This is just an example for looking up material master.
    IF FLT_VAL = 'Your infospoke'.
    T_DATA_IN] = I_T_DATA_IN[.
    Select zstd_cost from /bi0/pmaterial into table T_return
    For all entries in T_DATA_IN
    WHERE material = T_DATA_IN-material.
    ...Continue with your code.
    Append output from T_return to your output E_T_DATA_OUT
    - Activate your method. Return to the BAdI builder. Return to your InfoSpoke.
    Check if you missed any of these...
    Kris...

  • Infospoke/Open hub services

    Guys, I am having problem with creating open hub services.  I have to push the data out to csv file.  I have been able to give it a name and see the field but what is next?  Is there something that I need to push to trigger it to create the file with the data in it?  Also please correct me if I am wrong Isn't Infospoke same thing as open hub services?  Please let me know. 
    Thanks,
    RG.

    Once the file name is given,if its a download to PC then it can only be executed in Foreground(Dialog).
    Give necessary selections for the download & execute.
    The open hub service allows you to distribute data from a BI system to non-SAP data marts, analytical applications, and other applications.It ensures controlled distribution across multiple systems. The InfoSpoke defines the object from which data is taken and the target into which it is transferred.
    Check this link for more information...
    http://help.sap.com/saphelp_nw04s/helpdata/en/ce/c2463c6796e61ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/66/76473c3502e640e10000000a114084/frameset.htm

  • Open hub services and infospokes

    I am quite new to BW,i like to know about open hub services and what are infospokes and it is used to implement open hub services.i will b happy if u can provide some materials as well.

    Hi,
    The open hub service enables you to distribute data from an SAP BW system into external data marts, analytical applications, and other applications. With this, you can ensure controlled distribution using several systems. The central object for the export of data is the InfoSpoke. Using this, you can define the object from which the data comes and into which target it is transferred.
    Through the open hub service, SAP BW becomes a hub of an enterprise data warehouse. The distribution of data becomes clear through central monitoring from the distribution status in the BW system.
    Functions
    BW objects such as InfoCubes, ODS objects, or InfoObjects (attributes or texts) can act as open hub data sources. You can select database tables or flat files as open hub destinations. Both a full and a delta mode are also available as the extraction mode.
    Components of the Open Hub Service
    The open hub service is made up of the following objects:
    InfoSpoke
    The central object for the data export is the InfoSpoke.
    The InfoSpoke defines the following:
    u2022 The open hub data source from which the data is extracted
    u2022 The extraction mode
    u2022 The open hub destination into which the data is delivered.
    In addition, you can also select which data selection is to be extracted from which InfoProviders. This selection ensures that a destination for different points in time from the same InfoProvider can be supplied with data for different selection criteria using a delta. The selection set is freely configurable as long as extraction has not taken place in the delta mode. Once it has, this no longer applies.
    Open Hub Data Source
    BW objects such as InfoCubes, ODS objects, MultiProviders and MultiProviders and InfoObjects (attributes or texts) can function as open hub data sources. If you use an InfoCube with non-cumulative key figures as a data source, refer to the note regarding the settings on the Selection tab page in Creating InfoSpokes.
    Extraction Mode
    An InfoSpoke can extract data in two ways: in full mode (F) and in delta mode (D). See InfoSpoke Extraction Mode.
    Open Hub Destination
    Database tables (from the database in the BW system) and flat files (CSV) can act as open hub destinations. See also Extraction to Database Tables and Extraction to Flat Files. You can extract the data from a database to a non-SAP system using APIs with a third-party tool. See also Extraction to Non-SAP Systems.
    The open hub destination includes all information about a target system for the InfoProvider data: type of destination, name of the flat file or the database table. It also contains a logical target system. The logical target system is used to structure the individual open hub destinations in the open hub monitor. The open hub monitor groups the requests according to logical target system, open hub destination and InfoSpoke. By specifying a logical target system, you get a better overview of the individual open hub requests.
    for more information u can see the further link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/ce/c2463c6796e61ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/58e1cdbed430d9e10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/79f902dfb06fc9e10000000a1553f6/content.htm
    open hub
    open hub
    Regards
    Tg

  • Infospoke problem

    Hello friends,
    Today one of our process chian is failed at step ,  related to infospoke - open hub service.
    <The error message is The third party status for request ATTRIBUTE_MSGV3 has not yet been set. >
    could you please let me know how to solve this issue ?
    Regards,
    Manoj

    Hi!!
    Do you send the data directly to the legacy system?, if so, check the connection with this system, maybe the problem is that there's no connection between them
    Regards!!

  • Open Hub services in BI 7.0

    Hi Experts,
    I am working on BI 7.0 and have a requirement where i have to extract data from a standard sales cube(0SD_C03).I will be using open hub services,but i also need to send the master data attributes along with this into the application file server.
    I did the following steps
    1) created an openhub destinationa as a CSV file and selected the fields i needed.(Cube has 80+,but i selected only 10 fields for my file).
    2) added an infoobject YINVGP which is an attribute of 0Material
    3) The transformations were automatically created by the system.
    4) Created a tranformation between 0MATERIAL and its Attribute YINVGP and selected the rule type as "Read Master Data".
    5) When i click on transfer values to activate the changes,its giving me the following error.
    Rule11(Target/BIC/YINVGP Group:01 Standard group) No master data characterstic selected.
    Rule(Target Field:/BIC/YINVGP) No source assigned.
    Can the experts confirmif i am missing anything?If so please suggest on how to get the master data using open hub services.
    Is this possible with open hub services,if so i would really appreciate anybody can pass me screenshots or step by step procedure,as i have not worked on open hub earlier.
    thanks in advance

    Hi Naga,
    I have seen the link you have sent me.It doesnt really help me.But thanks anyways.I am able to create a CSV file,which is not a problem.But my question is can i get the attributes of 0Material to appear in the same file.SAP has provided an option to read master data in the transformation rules,and when i try to use the rule,its giving me an error saying source has not been assigned.
    thanks

  • SQL Error in Open Hub Service

    Hi,
    I am trying to send data from an ODS to flat file using open hub service. The process of creation and activation of open hub destination etc etc went smoothly. When I tried extracting the ODS data by pressing execute button, the following error message appears in the status bar
    Error in SQL statement SAPSQL_FIELDLIST_TYPE /BIC/LL_ARDT
    Has anyone encountered this error. What is the reason for this error and how to fix this problem.
    With Regards,

    Hi,
    Anybody???
    The issue is still there and there is no ABAP dump.
    With Regards

  • Open hub services

    hello Friends,
    Can you please tell me what is the use of open hub service ?
    As i believe that it is sending a data to flat file ? BUT even though we can also directly send a data through export datasource.
    i just want to know is there any additional advantages for open hub.?
    Thanks in advance

    Hi,
    The open hub service enables to distribute data from an SAP BW system into external data marts, analytical applications, and other Non-SAP applications. With this, you can ensure controlled distribution using several systems. The central object for the export of data is the “InfoSpoke” (SAP BW term). Using this, one can define the object from which the data comes and into which target it is transferred.
    Through the open hub service, SAP BW becomes a hub of an enterprise data warehouse. The distribution of data becomes clear through central monitoring from the distribution status in the BW system.
    regards
    Vc

  • Query regarding Open Hub Services

    Hi All,
    I am trying to find out if delta extraction is possible through open hub services to a cube which is running daily full load?
    To make the scenario more clear:
    I have a cube  A which is getting loaded on a daily basis (FULL LOAD) but before loading it's deleting the whole data from the cube & loading fresh full load.....this is to get the updated data...
    Now I want to set up InfoSpoke for this in delta extraction mode, is this possible???
    It would be of a great help if someone can explain how delta mechanism work in open hub services. Any suggestion would be highly appreciated.
    Regards,
    Kironmoy Banerjee

    Can anyone tell me how to extract the master data attached to a field through InfoSpoke?
    Ex: I have a field called OIS_BP in one of my InfoCube, I have created an InfoSpoke where I have mapped this filed, but when it extracts data, it will be like 0IS_BP = 1100022, or1100023, 100024 etc, we can not see he master data assigned to it, I mean we can't see the name or address of BP No. 1100022 or 1100023 or 1100024.
    Can any one tell me how to add the names with these BP in InfoSpoke?
    Regards,
    Kironmoy Banerjee.

  • BW Open Hub Services...

    Hi All,
    We need to load Master Data in SAP BW to our SAP CRM system. Someone recommended Open Hub Service in BW (using InfoSpokes). I want to know if it is possible to load the data directly in SAP CRM, instead of using a Flat file generated in Open Hub.
    Someone said we can use DB Connect for this, please validate and give me some help links where i can find more info in Open Hub and DB Connect functionality
    Thanks & Regards,
    Vikas

    Hi Vikas,
             Go through these links.
    http://help.sap.com/saphelp_nw04/helpdata/en/66/76473c3502e640e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c5/03853c01c89d7ce10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/59/90070982d5524b931ae16d613ac04a/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/c2463c6796e61ce10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/43f92595-0501-0010-5eb5-bb772d41ffa4
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e830a690-0201-0010-ac86-9689620a8bc9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f12a03d-0401-0010-d9a7-a55552cbe9da
    http://help.sap.com/saphelp_nw04/helpdata/en/66/76473c3502e640e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c5/03853c01c89d7ce10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/59/90070982d5524b931ae16d613ac04a/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/c2463c6796e61ce10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/43f92595-0501-0010-5eb5-bb772d41ffa4
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e830a690-0201-0010-ac86-9689620a8bc9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f12a03d-0401-0010-d9a7-a55552cbe9da
    http://help.sap.com/saphelp_nw04/helpdata/en/66/76473c3502e640e10000000a114084/frameset.htm
    Cheers,
    Aravindhan

  • BI 7.0 Open hub service

    Hi All,
    We are trying to extract data from our BI 7.0 system to our desktop. I could do this easily in BW 3.5 by creating an infospoke and activating it and finally executing it but looks like as usual SAP has changed this for BI 7.0. In BI 7.0 it is completely different and i i did not understand how to proceed. Can anybody provide me with documentation on how to extract a flat file to my desktop using Openhub service.
    Thanks

    Hi,
    Don't worry.  Just check this link . This step by step screen shots take to complete you task.
    Steps with screen shots:
    http://learnsapbw.blogspot.com/2008/04/open-hub-service-using-sap-bi-70.html
    Architecture:
    http://help.sap.com/search/highlightContent.jsp
    I hope this will help you .
    Thanks.
    Hema

  • Problem in JAXRPC Webservice - Urgent

    This is Santhakumar.
    I have developed and deployed a JAXRPC webservice in Tomcat5.0 with JWSDP1.5.
    WSDL is created and it works fine for normal java remote methods.
    But when I write a code for to connect a live server ( EPP-Extensible Provisioning Protocol TCP server ), I could not invoke the service.
    I get the following error:
    ================================================================
    C:\examples\jaxrpc\dynamicproxy>ant run
    Buildfile: build.xml
    run-client:
    [java] UrlString = http://localhost:8080/domain-jaxrpc/domain?WSDL
    [java] java.rmi.ServerException: JAXRPCSERVLET28: Missing port information
    [java] at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingS
    ender.java:497)
    [java] at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.
    java:294)
    [java] at com.sun.xml.rpc.client.dii.CallInvokerImpl.doInvoke(CallInvok
    erImpl.java:79)
    [java] at com.sun.xml.rpc.client.dii.BasicCall.invoke(BasicCall.java:48
    2)
    [java] at com.sun.xml.rpc.client.dii.CallInvocationHandler.doCall(CallI
    nvocationHandler.java:121)
    [java] at com.sun.xml.rpc.client.dii.CallInvocationHandler.invoke(CallI
    nvocationHandler.java:85)
    [java] at $Proxy0.domainCheck(Unknown Source)
    [java] at dynamicproxy.DomainClient.main(Unknown Source)
    run:
    BUILD SUCCESSFUL
    Total time: 3 seconds
    C:\examples\jaxrpc\dynamicproxy>
    ===========================================================================
    I tried in many ways to resolve it.But still I could not find out any solutions.
    Is there any security settings to be handled for that?
    The method works fine and the server is connected  when I execute it from the normal java class in command prompt.
    But when implementing that method in JAXRPC webservice only I found this problem.
    Please share your ideas with me to resolve this problem.I am at urgent.
    Thanks in advance.
    Santhakumar.
    The sample example site used is:
    http://www.cis.umassd.edu/~hxu/Projects/UMD/WebServices/

    Please check the OSS note - 1041204 - Controlling COMMIT WORK in production order BAPIs
    Hope this helps you.

  • What's the difference between Infospokes and Open Hub Destination in BI 7?

    I understand the API that a 3rd party tool uses to get data our of BW using infospokes.    Is it the same API that a 3rd party tools such as MS-SSIS uses?   Supposedly  that software only communicates with an OH Destination and not Infospokes.   So apparently is does use a different API.   If that's the case, where can I find documentation on that API for OH Destintations?

    Open Hub Destination (OHD) replaced InfoSpokes as of BI 7 SPS 6, for Open Hub Service. Existing InfoSpokes can be used still, but it's recommended that any new retractions be created as an Open Hub Desitnation, because it exposes more functionality (e.g. Transformations and functionalities with DTPs).
    Here's a document on [Open Hub Service - 3rd Party Integration|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/com.sap.km.cm.docs/library/icc/bw-ohs%20open%20hub%20service%2c%20third-party%20integration.pdf] (see Page 7). Hope this helps.
    Edited by: Dennis Scoville on Aug 3, 2009 1:45 PM

  • InfoSpoke Problems

    Hi All,
    I am loading master data using Open Hub Service from BW to Application Server.
    At the moment they are loading Mdata text.
    Now i need to make some selections on infoobject attributes to load selected texts from infoobject text.
    How can i overcome this.
    regards.
    Chandu.

    Hi,
    on the tabstrip "TRANSFORMATION", activate the tick-box InfoSpoke with transformation...
    In the properties of the next dynpro (in the lower half of the screen) assign in the type your InfoSpoke.
    Then go to the Interface TabStrip and to the method TRANSFORM assign ABAP-Routine.
    Save and go back to the infoSpoke.
    Then doubleclick onto the method again.
    the double click on the method "TRANSFORM".
    Now you're there, where you need to maintain the coding:
    First define your criteria-table. Find out what the criteria are and selfdefine your itab.
    data: l_s_data_in type /bic/cymyspoke.
    (the proper name of /bic/cymyspoke can be seen in the Target-Structure on the TRANSFORMATION Tab-Strip.)
    DATA: begin of wa_criteria.
           field1 (with type and or lenght).
           field2.
           field3.
          end of wa_criteria.
    DATA: itab_criteria like sorted table of wa_criteria with non-unique key field1 with header line.
    clear itab_criteria.
    refresh itab_criteria.
    *now fill the criteria-table from wherever the criteria *is stored.
    select field1 field2 field3 from table <source table> into corresponding fields of table itab_criteria where ...
    *Now check the validity
      clear e_t_data_out.                                  
      loop at i_t_data_in into l_s_data_in.                
       read itab_critera with table key
        field1 = l_s_data_in-field1 AND
        field2 = l_s_data_in-field2 AND
        field3 = l_s_data_in-field3.
    if sy-subrc = 0.
       append l_s_data_out to table e_t_data_out.
    endif.       
      endloop.                                             
    endmethod.                     
    Remember: it is a suggestion. The final coding (definition, criteria and so on) must have been done by yourself or a developer in your company.
    hth
    cheers
    sven

  • Problems with Target service agreement

    Problems with Target service agreement to repair my ipod nano. I have gone to the BBB. Who can I contact at Apple to let them know the poor service that Target gave with a Apple product?

    Apple Customer Relations (800) 767-2775

Maybe you are looking for

  • How do I remove flash player from rockmelt browser ?

    Hello, I want to remove-uninstall all versions of adobe flash from my PC & then re-install the latest versions 11.5... so I have done so but yet my rockmelt browser still runs adobe flash version 11.3 tho I have removed it everywhere ! Chrome & IE9 s

  • Photo import doesn't work

    I am using lightroom 4 and 5 on a Mac. Although preview of photos to be imported is shown I only get the message that the import could not be carried out (1) and the option to save the data as a :txt file. This was with Lightroom 4. It started first

  • Why does CC keeps asking for login? Keeps showing up as trial.

    Since about a week ago, when I launch any Adobe CC it keeps asking me to login. Afer I login, it says that it's a trial version until it syncs up with my account with a "registration" button. I have to do this every time I launch any Adobe CC product

  • Add-in Ribbon won't stay in Excel

    Hi, I wonder if anybody had similar experience and any solution to this. Normally the S&OP / IBP ribbon will appear in Excel at launch, on occasion when Excel disabled the Add-in, user can enable it back manually with File / Options / Add-in / Manage

  • Script output through Idoc

    Hi, Can i send my script output through Idoc? Thanks, Sreenivas