Cannot see an open hub table as an external data in data services

Basically an open hub has been built in SAP BW. I have configured a datastore to acess it ( connection ok ) however I am not able to see it in the external data  window ( Data Services)...has anybody a list of reason why  the open hub tables are not visible in data services
Thanks

Hi,
Please refer below link.
http://help.sap.com/saphelp_nw70/helpdata/en/43/7a69d9f3897103e10000000a1553f7/frameset.htm
Below link gives you common issues with open hubs.
http://wiki.sdn.sap.com/wiki/display/BI/CommonIssueswithOpenHub
Regards,
Pravin

Similar Messages

  • Delete the initialization of delta on open hub table

    HI Gurus
    I have loaded data from cube to open hub table using DTP with full update, later on i have loaded the data using a DTP with delta update. Now i am thinking that delta has been initialized on the open hub table, so now want to delete the initialization of delta on the open hub table. It would be great if some one could send me the response. 
    Thanks
    Rohit

    Hi Sam,
    If I understand you correctly,
    You have removed your Initialisation by going InfoPackage --> Scheduler --> Initialization Options for Source --> Removed the Request
    Then you did Init without Data Transfer
    Then you have the option from init withoout Data transfer to Delta in InfoPackage and Loaded the Data.
    Check in the Process Chain the InfoPackage you have mentioned in the selections may pointing towards Init load instead of Delta.
    Sudhakar.

  • Open Hub table descriptions

    Hi Gurus,
    Please let me know in which table are the Open Hub table descriptions stored?
    Also let me know if there is any function module that gives the description of Open Hub tables when we pass Open Hub Technical name?
    Regards,
    G.Srinivasan

    hi,
    you can check the below doc it has all the tables relate to open hub destination
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/icc/bw-ohs%20open%20hub%20service%2c%20third-party%20integration.pdf
    the blow thread is relate to the same question you have asked
    Re: How to Change OpenHub Destination
    hope this helps.
    regards,
    Mahesh

  • Open Hub 3rd party tool - API not returning data table

    I am implementing a 3rd party tool to get data from BI using the Open Hub Service.
    I have my server running and the API functions are working somewhat, but I have two problems.
    When I get notified by BI (RSB_API_OHS_3RDPARTY_NOTIFY), the REQUESTID field is always 0. Why? This should be the request id of the Data Transfer Process; I can see this id in BI.
    The second problem is when I make the call to read the data (I hard code the request ID), everything comes back fine, except the table is empty. I know it's not empty because the DTP said it create a table with many rows and I can see them in BI. Why is the table empty?
    Any help is appreciated. Thanks.
    Tim
    PS: I'm using SAP JCo to implmenet the server and the API. And I'm using BI 7.0.
    Edited by: Tim Wise on May 17, 2008 4:58 PM

    I am not sure I should continue: I am not an expert with the use of these API - in fact I have never used them:-)
    This is in case the discussion would help you:
    My understanding is that the 'green' status is the status of the 3rd party tool.  Only when the 3rd party sets a 'green' status will extraction proceed.  The third-party can choose to stop extraction by setting a 'red' status.
    See the link below:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/8dea54c4e273e2e10000000a1553f6/content.htm
    Guess all these APIs are geared for automatic processing - another link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/59/90070982d5524b931ae16d613ac04a/content.htm
    RSB_API_OHS_3RDPARTY_NOTIFY:  This function module has no source code - the code needs to be implemented in the 3rd party tool to do whatever is required with the parameters provided.  The import parameters required have to be supplied to it.
    That's it, I am retiring:-)
    Mathew.

  • Open hub Table deletions

    Hi all,
    I  am using an open hub and out put as DB .   for delta load form DSO in open hub level i selected technical key so it will maintain the entire history of delta changes but for performance reason i should delete the DB after some time  .
    note:
    I don't want to select the option deletion data from the table
    Thanks and regards
    uday

    HI,
    Deleteing Data in Tables depends on your requirements, generally there are options i.e. Append or Overwrite data, or Delete.
    For reference keep data in Tables after some time/days/weeks you can delete the data in tables using some ABAP code. So you write simple code to delete the data in that Table and execute that program whenever you want to delete the Data in Tables.
    For, some references see in below url in Open Hub Destination section
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    Reddy

  • HT2500 Mac mail macbook pro 10.6.8 receiving messages hear chime but no mail notification. cannot see or open

    Mac Mail. receiving messages. I hear chime. Cannot see notifications in inbox or mail icon in dock. Thus cannot open messages. Macbook pro 2009 10.6.8.

    Hi Softwater,
    Thanks for your kind and swift response.
    It's not the recent e-mails which I'm worried about.
    They can stay on the server until I've resolved my OLD e-mails, 99% of which are long deleted from their servers.
    I'm deliberately keeping Mail offline until I've retrieved my 20 year e-mail history, all of which has been put into sub-folders within sub-folders within sub-folders.
    I've got to get my e-mail history back.
    Thanks.
    Best,
    Michael

  • Open hub table target structure

    Hi,
    we have info spoke which sends data to the file.
    Infspoke has unit infoobject in it which is actually  not required in the file. on the other hand we can't remove that unit infoobject from the infospoke as it required by one KF.
    How do I get rid of that unit field from the file.
    BADI?
    If it is BADI is it OK to remove the field in the target structure?
    Can I get some sample code in this case..
    or is there any other way?
    Thanks.

    Hi varun,
      Just cretae the new data target structure simillar to the source structure and in that remove the Unit from the structure.
    Write the following code in the badi..
    *Data Decleration
    data: l_s_data_in type Source Structure
          l_s_data_out type Target Structure
    *clear the output table e_t_data.
    clear e_t_data_out.
    *loop at the source system
    Loop at Internal table from Source
      loop at i_t_data_in into l_s_data_in.
    *insert the record to l_s_data_out..
       move-corresponding l_s_data_in to l_s_data_out.
       insert l_s_data_out into table e_t_data_out.
      endloop.
    endmethod.
    I Hope this is helpful for u..

  • Open Hub: How-to doc "How to Extract data with Open Hub to a Logical File"

    Hi all,
    We are using open hub to download transaction files from infocubes to application server, and would like to have filename which is dynamic based period and year, i.e. period and year of the transaction data to be downloaded. 
    I understand we could use logical file for this purpose.  However we are not sure how to have the period and year to be dynamically derived in filename.
    I have read in sdn a number of posted messages on a similar topic and many have suggested a 'How-to' paper titled "How to Extract data with Open Hub to a Logical Filename".  However i could not seem to be able to get document from the link given. 
    Just wonder if anyone has the correct or latest link to the document, or would appreciate if you could share the document with all in sdn if you have a copy.
    Many thanks and best regards,
    Victoria

    Hi,
    After creating open hub press F1 in Application server file name text box from the help window there u Click on Maintain 'Client independent file names and file paths'  then u will be taken to the Implementation guide screen > click on Cross client maintanance of file name > create a logical file path by clicking on new entiries > after creating logical file path now go to Logical file name definition there give your Logical file , name , physical file (ur file name followed by month or year what ever is applicable (press f1 for more info)) , data format (ASC) , application area (BW) and logical path (choose from F4 selection which u have created first), now goto Assignment of  physical path to logical path > give syntax group >physical path is the path u gave at logical file name definition.
    however we have created a logical path file name to identify the file by sys date but ur requirement seems to be of dynamic date of tranaction data...may u can achieve this by creating a variable. U can see the help from F1 that would be of much help to u. All the above steps i have explained will help u create a dynamic logical file.
    hope this helps u to some extent.
    Regards

  • Itunes cannot see the itunes music folder on my external hard drive

    I recently put all of my music on an external hard drive to free up space on my computer,
    However, when I am in itunes and trying to point the library to the music folder, itunes still cannot see it. Instead all it can see is the E drive WD Passport, and folders named autorun, WD Sync Data Wd Windows Tools.
    Can anyone tell me how I can see my itunes music folder on my external hard drive while I am in preferences, advanced, library location, change??

    I don't know enough about iTunes for Windows to help you with this. But if you post your question in the Using iTunes for Windows forum you will get help from people who know more about this.
    (This is the forum for Apple's Mac OS X web browser, Safari.)

  • I cannot see other user's tables via the OTHER USERS link

    I'm using SQL Developer version 1.5.0.53 Build MAIN-53.38.
    I log into the database as a user who has SELECT access to tables in other schemas via a ROLE.
    In the SQL window, I can select from those other tables as I expect.
    But, when I go down to the bottom of the screen and expand the Other Users link and then go down to one of the schemas that my account can select from,
    no tables appear.
    I've tried a couple of things so far to no avail.
    1. I first granted SELECT ANY TABLE to my account. I then killed my SQL Developer session and started a fresh session. I'm seeing the same results.
    2. I saw a post in here that said I needed to grant SELECT on the ALL_USERS view. So I removed the SELECT ANY TABLE privilege and granted the SELECT on
    ALL_USERS to my account. Once again, I killed the SQL Developer session and re-logged in. Same results.
    Is this a bug?
    Thanks,
    John

    well, it turns out I'm not as dumb as I though. My end user could still not select from other user's Materialized Views. Some more research showed that granting either SELECT ANY TABLE or SELECT_CATALOG_ROLE fixed the problem for him. I'm sure that a more restrictive grant on one of the DBA_ tables would also work (probably DBA_MVIEWS) but I've not tried that.

  • Delta data in open hub table

    Hi All,
    Can we store delta data in infospoke DB table.
    I created a infospoke by exporting the data of cube in DB table. now i want to export the delta data of cube in the same table.
    So  Guru's please let me know is this possible in infospoke to store delta data either in file or table.
    Thanks,
    Ekka

    Hi pradeep
    You can store the delta using Info spokes in files.
    Please go through the below articles
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0d48577-9542-2e10-05a1-d6c1e07ea641?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20d6059d-f32c-2d10-90a4-f3c1009fb9a9?QuickLink=index&overridelayout=true
    and check the below thread
    Extraction mode Delta in Infospoke by using Multiprovider
    Hope this helps
    Regards,
    Venkatesh
    Edited by: Venky1903 on Jul 29, 2011 4:55 PM

  • Update Function Module Required for Deletion/Truncation of Open Hub Table

    Hi All,
    I need to delete/Truncate DB tables i.e. Ztables using Update FM
    can anyone help me with few Update FM.
    Regards,
    NS.

    If you want to Delete Custom DB table then you can use FM RS_DD_DELETE.
    You can delete, if the table is not used anywhere in SAP.
    Close thread if you got a answer
    Kanagaraja L
    Edited by: Kanagaraja  Lokanathan on Mar 16, 2010 9:54 AM

  • HT1660 I cannot see my library which is on an externa drive. .

    Can anybody help, I have used an external hard drive for all my music (all formats). It is normally plugged through my laptop. Have recently bought speakers for the desktop and have now downloaded itunes to it with the intention of using it.
    I have plugged the external drive in and changed the library folder in preferences/advanced to point at the hard drive. This did not work.
    Tried holding down the shift key on start up and changing it that way, it still didnt work. There seems to be no itl file in the folder on the external hard drive.
    So tried creating a library by pressing shift on start up. When opening itunes now it just has a generic screen asking me if i want to start downloading or ripping CDs.
    I am sure it is something very simple that I am just not getting?
    Oh and also set up sharing as well, still no joy.

    Connect the external drive back to the laptop then read make a split library portable.
    Feel free to ask questions...
    tt2

  • I have removed my external hard drive from my laptop and moved it to a workstation, both pc.  I have authorized the workstation with my apple id, but somehow I cannot see my music that is on the external drive in my itunes.  Any suggestions?

    ANYONE?

    You can usually enter anything you want for the user name, but the password will need to be the device password for the AirPort Extreme....(not the wireless network password).

  • Open hub for PSA to Database Table...

    Hi
    My requirement is to use Open Hub for loading data from PSA (DataSource) --> to some BI table.
    Question is: Can i make Data Source as Source of Transformation for Open Hub?
    Once i try to do, i get an error of "Cannot connect DataSource to Open Hub Destination"
    If we can't use Data Source as source of transformation in Open Hub, could u pls. suggest another way to fulfil my requirement. I dont want to create Infoprovider from my DataSource for Source of my Open Hub.
    Thanks

    Hi Harpal,
    You can have data source as source of your transformation for Open Hub Destination.
    Just check if your data source is active in the system or not.
    Regards,
    Durgesh.

Maybe you are looking for

  • Right way to add graphic sidebars around the container or any div for that matter?

    *** Note sidebars maybe the wrong term and confuse you here If i want graphical sidebars around both sides of the main container div..... so that if i had a margin of say 20px on each side and the sidebars are maybe 8px in width, well i can create a

  • How do I select multiple items to paste a style?

    There are times when I have several paragraphs of text with a number or letter in front of strategic sections.  I like to change the color of these letters or numbers, make them boldface and change them to SuperScript.  Once I have the first one chan

  • Is it possible to attach two monitors to a MBP using a displayport splitter?

    Hello community! I have done quite a bit on research on this, but haven't found any recent and conclusive answers. My hope is to find a solution and have it documented for others seeking the same. Goal I want to attach two external monitors to the mi

  • Can't transfer files to wife's iPod

    Got a new computer. No problem managing files with my iPod using iTunes, but I can't transfer files from Library onto my wife's iPod anymore. When I connect her iPod, iTunes DOES seem to recognize the iPod--it displays her iPod and allows me to delet

  • Problem connect to Portal with SLD

    Hi , i have problem connect the portal (7.0) whit SLD server The SLD server is configured in the Solution Manager. SLD: ctsi386nt02.ctsnx.com:sapgw00 the check connect SLD failure. show messages. [Thr 4724] *  ERROR       partner 'ctsi386nt02.ctsnx.c