Problem connecting to SAP Open Hub

Hi, I am trying to set up a SSIS job  connecting to SAP Open Hub and have with support from the SAP guys been able to get some progress, but it has now stopped up on a error message we're not able to solve. Any suggestion on what can be wrong and
how to solve this? When I run the package I get the following error message:
SSIS package "D:\Source\MSBI\SapLoadStaging\Package3.dtsx" starting.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x40043006 at Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
Information: 0x40043007 at Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute phase is beginning.
Information: 0x3E8 at Data Flow Task, SAP BW Source: Process Start Process, variant has status Completed (instance DH88PUV2SZBIFKMIF48K3USME)
Error: 0x3E8 at Data Flow Task, SAP BW Source: Process Data Transfer Process, variant /CPMB/HMIJYDZ -> ZOH_VPL has status Ended with errors (instance DTPR_DH88PUV2SZCA46Y9QNO66A6W6)
Error: 0x3E8 at Data Flow Task, SAP BW Source: The component is stopping because the Request ID is "0".
Error: 0x3E8 at Data Flow Task, SAP BW Source: No data was received.
Error: 0xC0047062 at Data Flow Task, SAP BW Source [41]: System.Exception: No data was received.
   at Microsoft.SqlServer.Dts.SapBw.Components.SapBwSourceOHS.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
   at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)
Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on SAP BW Source returned error code 0x80131500.  The component returned a failure code when the pipeline engine called PrimeOutput().
The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "OLE DB Destination" wrote 0 rows.
Information: 0x40043009 at Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
Task failed: Data Flow Task
Warning: 0x80019002 at Package3: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (5) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "D:\Source\MSBI\SapLoadStaging\Package3.dtsx" finished: Failure.
The program '[6916] DtsDebugHost.exe: DTS' has exited with code 0 (0x0)
Regards
Paal

Hi Paleri,
According to the
thread which has the same error message, the issue may be caused by incorrect RCF settings. Could you double check your RCF connection configurations such as DNS settings?
If it is not the case, please also make sure you have installed the correct version of Microsoft Connector for SAP BW.
Reference:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/e2fbafe5-d9df-490a-bfad-3d4b9784a8ea/sap-bi-connector-for-ssis-2008?forum=sqlintegrationservices
Regards,
Mike Yin
If you have any feedback on our support, please click
here
Mike Yin
TechNet Community Support

Similar Messages

  • SAP Open Hub Vs SAP JCO for Extraction

    Hi,
    I would like to clarify for SAP JCO connectivity from some third party tool to SAP BW Server in compare to open hub:
    We want to connect our internal third party tool to SAP BW/BI server by using Java technology through SAP defined JCO. Later we will create RFC and BAPIs at SAP BW server for data extraction. Those defined BAPIs and RFCs we would call from my java programs.
    In such kind of scenario we can extract metadata as well as data for all defined data targets (InfoCube/ODS/DSO/InfoObject) and also can make otherdata load scheduling program to extract data and store it at my non-SAP application.
    As per my understanding since we are using SAP provided JCO so there won't be any issue of license for the same. And Open hub require license if it is used to extract and send data from data targets to third party tools.
    Can someone confirm for license out of above mentioned cases when exactly it would be required. Mainly I would like to know if we doun't use SAP provided JCO for connectivity and data exttraction then license woould be required or not?
    You speedy response would be highly appreciatted.
    Regards,
    Vivek

    hi,
    refer this links
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b6d59590-0201-0010-5f9d-adb9f6b14d80
    help.sap.com/bp_biv270/documentation/SAP_BW_3.5_Functoin_Detail.pdf
    www.sapbasis.ru/library/ep_tech_and_program/ep_tech_and_program-7_8.pdf
    thanks
    naresh

  • Problem connecting wirelessly with home hub 3.

    Kodak gave me advice onthis problem. Entered security key in upper case instead of lower and it solved the problem . No help from BT on this.

    paulweekspat wrote:
    trying to connect kodak printer. i have resolved the issue with help from kodak. bt was no help at all. thanks anyway.
    What john46 says is quite correct, also Kodak would give you NO support for setting up the Home Hub..
    Thats not to say you would not have been given help on these forums if you had a problem connecting your printer and if we could not help,at least we might have been able to point you in the right direction.
    http://support.en.kodak.co.uk/app/home/selected/true
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

  • Problem connecting to SAP R/3 in CPIC with 6.20 library

    Hi,
    Any help or suggestion on this problem is highly appreciated. I'm currently facing a problem in connecting to SAP R/3 in CPIC with 6.20 library. The code return error at the call to CMINIT. Below is the code and error message:
    ============
    Source Code:
    ============
    CONVERSATION_ID convid[8];
    PCPIC_CHAR dest;
    CPIC_INT returnCode;
    dest = sapr347;
    CMINIT(convid, dest, &returnCode);
    if (returnCode != CM_OK)
       printf("CMINIT: %d\n", returnCode);
       printf("SAP-INFO: %s\n", SAP_CMPERR());
       return;
    printf("CMINIT succeeded");
    ===============
    Error Message
    ===============
    Return Code: 20 (CM_PRODUCT_SPECIFIC_ERROR)
    SAP_INFO:
    LOCATION CPIC (TCP/IP) on local host
    ERROR partner not reached (host sapr347, service sapgw00)
    TIME Wed Jul 14 00:36:36 2004
    RELEASE 620
    COMPONENT NI (network interface)
    VERSION 36
    RC -10
    MODULE niuxi.c
    LINE 1037
    DETAIL NiPConnect
    SYSTEM CALL connect
    COUNTER 1].
    NOTE:
    =====The same program is working when we use 4.6 library====.
    Best regards,
    Brian

    Hi vasu,
    Have you tried connecting with another user? If not, first try doing that (for instance with your user). If connection is succesful compare the users. I think this have something to do with the ALEREMOTE user. Might be an authorization issue.
    Try with different users (maybe one with SAP_ALL).
    regards,
    Dion

  • Nokia N86 problem connecting to BT Home Hub

    I am having problems connecting to my BT home hub with my new Nokia N86. I have used the WLAN wizard and entered the WEP code but when I go to connect I get the message 'Gateway could not be found'. I have been using it without any problems with my Nokia N95
    Can anyone help please?
    Solved!
    Go to Solution.

    Have you looked at the hubs log to see if it gives a reason for refusing the N86?
    It's a while since I had the original hub so can't tell you exactly where to look.
    You may also want to ask your question on forum below as it's more likely the hub that needs it's settings changed than the phone:
    http://www.beta.bt.com/bta/forums/forum.jspa?forumID=113

  • Problem Connecting with SAP R3 for creating new model

    Hi,
    i have a problem with connecting to the SAP R/3 when i want to create a new model with BAPIs.
    The error is:
    Internal Error has occured.
    Plugin name: Web Dynpro Model Editor Services
    Method: next Pressed
    Message: Internal error - see detail information in exception trace.
    Exception: Failed to execute runnable
    How do i get to the exception trace, or what could be the problem?
    Regards. Stefan

    Hi, thanks for your answer.
    I changed the things, but now this problem appears.
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library librfc. Found version "620.0.941" but required at least version "620.0.1220".)
    What can i do with this mistake?

  • Problems connecting smart tv to hub.

    Hi all,
    Im trying to connect a new smart tv useing a the tvs wireless adaptor to my hub. Then i do a connection test on the tv, its passes on 'wireless network connection' but the tv stops on 'check acquired IP address' due to not finding it.
    Any ideas?
    Thanks.

    Hi Simon,
    Were you able to get this up and running or are you still having problems? If you post up the model of the TV you're using, other users might be able to suggest things for you to try or make you aware of any known issues that could be causing this. I presume the rest of the devices connected wirelessly in your home are working OK?
    Dean
    BTCare Community Mod
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Problems connecting to a Open Network via Wi-fi on Cisco Router

    Hi everyone, I know I'm new here but I'm in need of your help, so if you can assist please do so as I cannot live without wi-fi and might have to go back to my nokia again if I can't sort this out.
    Vodafone finally released the Iphone on their network in Ireland today and I've picked a 3gs up straight away.
    At work I have a wi-fi network with a CISCO router (I have no access to the router as only IT do and they won't change anything to satisfy me and my Iphone anyways). This network has no encryption whatsoever and its free to join, you don't need any password or anything. My nokia at the start couldn't connect as it said that the network needed a pre shared key, this isn't true and in the end it was just change a setting to no auth required for it to log into the network and work perfectly.
    Today I got to work and the Iphone can't connect to the network, just says it can't join the network. I cannot find anything about authentication on the settings of the phone nor can I work around this at all. I've had a Ipod touch for (the 2nd gen) for over 2 years and I gave up trying to set it up at work because I just couldn't find what was wrong with it, I ended up almost not using it other than when traveling or on the gym.
    So first question is there any way I can access the authentication settings for wi-fi connections on the Iphone? Maybe its just a little change that is needed like the nokia.
    Has anyone experienced this problem on a open network that they cannot join?
    Any other sugestions? Anything really?
    Thank you very much for your time guys, I would really really appreciate your help on this.
    Regards,
    Rod
    PS: I've also tried to install the Iphone configuration utility however I don't know how to access the profiles on the phone, anyone can help with this so I can try the profile I've created?
    I don't think it is going to work because the options available on the configuration utility are basicly the same available on the Iphone itself.
    Anyone has any sugestion on how to solve this problem??? Thanks very much.

    Sun Mar 28 06:02:24 unknown Preferences[292] <Warning>: wifi handler: (null)
    Sun Mar 28 06:02:27 unknown kernel[0] <Debug>: AppleBCMWLAN::setASSOCIATE() [configd]: lowerAuth = AUTHTYPE_OPEN, upperAuth = AUTHTYPE_NONE, key = CIPHER_NONE, flags = 0x0
    Sun Mar 28 06:02:27 unknown configd[22] <Error>: WiFi:[//////////////////>: Failed to associate with Internet: 5
    Sun Mar 28 06:02:27 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::join(): No such network: "Internet"
    Sun Mar 28 06:02:27 unknown Preferences[292] <Warning>: WiFiManagerAssociationCallback: err(5), err(00000005)
    This is what I get on the Iphone configuration utility debug console. I edited out just a couple of numbers in case this is sensitive information the company wouldn't want me to share.
    Message was edited by: F-22

  • Problem connecting on SAP Error OADM -2025

    Hi,
    i have a problem when i try to connect to Database Sap it give me an error message:"Trying to release mutex referred the caller is not the owner".
    What does hit means?????
    Everyone can help me???
    Valentina
    Edited by: Valentina Mioli on Jan 3, 2008 2:58 PM

    Hello Valentina,
    Did you use the example. Could you post (parts) of your code?
    For example:
    Dim oCompany As New SAPbobsCOM.Company
    oCompany.Server = "(local)"
    oCompany.LicenseServer = "localhost:30000"
    oCompany.CompanyDB = "SBO_PE_RSA"
    oCompany.UserName = "manager"
    oCompany.Password = "manager"
    oCompany.DbUserName = "sa"
    oCompany.DbPassword = "sqlpass"
    If oCompany.Connect 0 Then
    MessageBox.Show("Error: " & oCompany.GetLastErrorDescription)
    Else
    MessageBox.Show("Connected")
    oCompany.Disconnect()
    Good Luck
    Regards Teun

  • Problem connecting iPhone to home hub

    Can anyone help me please I want to reconnect my iphone to my home hub after a full reset,
    I have followed all the help section instructions but keep getting the message 'can't connect'

    This link may help.
    http://bt.custhelp.com/app/answers/detail/a_id/35905/346
    Make sure you delete any existing connection info first, that the phone may have remembered.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Importing table using Open Hub - (BODI - 1112339)

    Hi all
    We could connect to the open hub for SAP BW 7.0 hosted in a remote server . Then tried to import the tables created there. However it stops us with:
    " Error: Cannot import the metadata table xxxx.
    Parser detected an unknown data type. Please notify Customer Support. (BODI - 1112339)."
    Have you any idea why it's happening?
    Thank you.

    Hey guys
    thanks anyway iam using open hub to export data to other sources by creating a file and Ftp the same.
    some one responding to the question posted 2 yrs back..!
    anyway thanks this is resolved. Thank u
    Regards

  • Delete data from Cube which is uploaded to Open hub

    Hello Friends I am required to delete the data from GL Cube, But it is connected to 2 Open Hub
    which has one as table /BIC/OHZZIGL_C10 defined in Open hub destination. I deleted the data from this table in SE14, but still when I try to delete the data from cube it throws the below error
    Please help me how to now delete the data from cube, when should i go in open hub t delete all the uploaded requests.
    Request 1.882 already updated in target 3.913 by DTP request DTPR_4CU6JHRJ7MY889A7XBUJ0GDVK(ZZIGL_C10)
    Thanks
    soniya

    just check on your datamart status for that request. Go to the manage screen of your infocube and check where all that request got updated using datamart status.

  • 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.

  • Hierarchy Extraction using Open hub Destination

    Hi,
    I need to extract hierarchy data for Application code(YAPPLCD) using OHD. In the Hierarchy there are 4 components(Industry, Market, Application Group and Application Code). i need to get all the 3 details for the Application Code(i.e to which Indusrty does it belong, Market and Application Group).But HIerarchy table is having one record for each apllication code, Market, Application Group, Application code.
    How to get relevant data for the application code?
    My file format should be:
    Appl.Code | Appl.Group | Market | Industry.

    Hi Suma...
    The SAP Open Hub service enables you to distribute data from an SAP BI/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, leveraging SQL Server Integration Services (SSIS) as the transfer/transform mechanism. 
    SAP BI objects such as InfoCubes, ODS objects, or InfoObjects can act as open hub data sources. You can select database tables or flat files as open hub destinations, and then use those destinations as actual sources within SSIS.  To automate the extraction using SAPu2019s Open Hub Service, youu2019ll need to setup a process chain. Note that both a full and delta modes are also available as the extraction mode.
    As stated already with direct extraction from SAP R/3, once data is extracted out of SAP NetWeaver® BI (SAP BW), the destination of that data could be any relational database (such as SQL Server), and then reports (from SSRS) and multi-dimensional cubes (from SSAS) can be created from that database data.  The resulting SQL Server reports/cubes could then be used within the Microsoft Business Intelligence delivery mechanisms, such as through Excel, SharePoint, PerformancePoint, etc.
    Hope this below link may helpful
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c08b1f70-6fb1-2b10-97a5-df4c503e03cb
    Regards
    Sudheer

  • Open HUB ( SAP BW ) to SAP HANA through DB Connection data loading , Delete data from table option is not working Please help any one from this forum

    Issue:
    I have SAP BW system and SAP HANA System
    SAP BW to SAP HANA connecting through a DB Connection (named HANA)
    Whenever I created any Open Hub as Destination like DB Table with the help of DB Connection, table will be created at HANA Schema level ( L_F50800_D )
    Executed the Open Hub service without checking DELETING Data from table option
    Data loaded with 16 Records from BW to HANA same
    Second time again executed from BW to HANA now 32 records came ( it is going to append )
    Executed the Open Hub service with checking DELETING Data from table option
    Now am getting short Dump DBIF_RSQL_TABLE_KNOWN getting
    If checking in SAP BW system tio SAP BW system it is working fine ..
    will this option supports through DB Connection or not ?
    Please follow the attachemnet along with this discussion and help me to resolve how ?
    From
    Santhosh Kumar

    Hi Ramanjaneyulu ,
    First of all thanks for the reply ,
    Here the issue is At OH level ( Definition Level - DESTINATION TAB and FIELD DEFINITION )
    in that there is check box i have selected already that is what my issue even though selected also
    not performing the deletion from target level .
    SAP BW - to SAP HANA via DBC connection
    1. first time from BW suppose 16 records - Dtp Executed -loaded up to HANA - 16 same
    2. second time again executed from BW - now hana side appaended means 16+16 = 32
    3. so that i used to select the check box at OH level like Deleting data from table
    4. Now excuted the DTP it throws an Short Dump - DBIF_RSQL_TABLE_KNOWN
    Now please tell me how to resolve this ? will this option is applicable for HANA mean to say like , deleting data from table option ...
    Thanks
    Santhosh Kumar

Maybe you are looking for