Sap bi7 with MS Connector 1

Hi All,
I try to pull data from SAP BW through SSIS 2008.
I already applied all the configuration requirements in Microsoft paper.
I think something else should be configured on SAP BW but i have no idea what.
Error : SYSTEM_FALIUR with function RSB_API_OHS_3RDPARTY_NOTIFY and target system MSSAPBI.
Bean RSB_API_OHS_3RDPARTY_NOTIFY not found on host ty-stbd, Progid=TY-STBD0_PORTAL_TBD: Object notfound
in the lookup of RSB_API
Error while updating to taget Z101 (type Open Hub Destination)
Excepation CX_RS_FAILED logged.
please did someone find the answer (or an idea ) to resolve this problem in sap bi7?
Thanks for all suggestions!
NF

Hi,
I have the same requirement, my RFC connection also working fine.  Just to add, our SAP runs on Oracle on Unix Platform.
and our SQLSERVER is for 2008 running on windows.
Has any one got any idea about this issue?  I found a note, " 1585460 - Error when running DTP to 3rd party Open Hub Destination  ",
which says to Implement the necessary function on the 3rd party tool.
can someone Please help how to do that ?
regards,
Ahmed
Edited by: Ahmed on Mar 6, 2012 1:41 PM

Similar Messages

  • Integrating FIM with SAP using web services connector

    Hi 
    I am implementing the FIM web services connector to integrate with SAP. The MS connector config guide for SAP documentation seems to me missing some content or at least I think it might be written for an earlier version of
    SAP than the version we are working with(different screenshots, options, etc). The version of SAP we have implemented is EHP6 for SAP ERP6 which I believe translates to ECC6.
    SAP web services have been configured and FIM performs successful discovery of the wsdl endpoint and BAPI operations as expected. Our issue is that FIM fails to run a full import. From the digging around web service config and error logs two observations comes
    out:
    1. FIM Full Import workflow does not render correctly through the web service configuration tool and complains of a duplicate attribute "xml:space is a duplicate attribute on line on line 424 on position 103". Review of the wsconfig generated by the
    webservice config tool points to an variable supplied to a construct the query to a BAPI of HR infotype 0006. Extract below:
    ...<InArgument x:TypeArguments="d:BAPIP0006L" xml:space="preserve">[If(Not IsNothing(addressInfo) AndAlso Not IsNothing(addressInfo.item), addressInfo.item, Enumerable.Empty(Of BAPIP0006L)()).
    OrderByDescending(Function(a) DateTime.ParseExact(a.VALIDBEGIN, dataSourceDateFormatValue, Nothing)).
    ThenByDescending(Function(a) Integer.Parse(a.RECORDNR)).FirstOrDefault()]</InArgument>...
    I can only guess that it means the query should keep the spaces within the string it passes to SAP but this is where my understanding stops.
    2. SAP returns errors about not implementing a BAPI EMPLOYEE_GETDATA function which is not part of the exposed BAPI operations. Well the obvious solution to this would be expose this missing operation (which is undocumented in MS config guide) however this
    BAPI is a core requirement to retrieve person information. I would be hugely surprised if this operation was not factored into the config. This makes me think that to understand this better I need to resolve issue 1 first and get the rendering sorted first. 
    Has anyone come across the above issues with a recent implementation with this connector? Or help point me in the right direction? 
    any help would be greatly appreciated!
    thanks!!

    Hi Joe,
    you most probably missed the sentence "Add the required BAPI’s in the function group and select those required BAPI’s and click continue." in the "Connector for SAP.docx" document on page 8. In other words your webservice does not provide the required
    BAPIs.
    In the "DefaultSAPECC_6.wsconfig" the workflows for import and export require specific BAPIs.
    Also make sure that your Service Definition has got the same name as in the documentation and the workflow template.
    I was fighting with this for the last 4 days but in the end got it working.
    Hope this helps
    Chris

  • B.O. XI 31 with SAP Bi7 question,

    Hello again experts,
    First I so sorry about my sully question.
    I've installed B.O. XI 3.1 on Windows 2008 Server 64 bits. I use WebSphere 6.1 for the WAS. Everything is OK.
    Now I would like to connect B.O. with my SAP Bi7 server. I think, in a fist time, I need the SAP Integration Kit. Then, I've copied two dll files (librfc32.rfc and sapjco3.dll) into the folder:
    "C:\Windows\SysWOW64".
    I've copied too the file sapjco3.jar into this folder:
    "D:\"My_own_inst_dir"\WebSphere\AppServer\shared\lib"(I'm not sur that the correct folder).
    After those thing I do ... nothing because I lost. I relaunch the B.O. setup and choose modify but there is nothing new.
    Somebody could help me ?
    Thank you in advance !

    First thx for yours reply !
    I placed the dll files into "Windwos\system32" directory of my system.
    I use this doc for help me to connect BO and BW:
    http://help.sap.com/businessobject/product_guides/boexir2/en/xir2_sap_install_win_en.pdf
    But one thing that I don't understand in the chapter 2, page 25, where can I find the setup of BusinessObjects XI Integration Kit for SAP ? I've only 3 CD, one for the installation of BO Entreprise, one the client tools and the last is BO Tracker.
    Thx in advance for yours help !

  • Teradata and SAP BI7.3 Connection

    Hi experts,
    I have requirement to extract data from Teradata to SAP BI7.3, I have gone through some of the links in SDN which was suggest to go for UD connection with JDBC
    1.In SAP BI7.3 is there any other way of connecting Teradata ( As all links referred to old version i.e  BW3.5 and UD Connector)
    2.Does any body have step by step document,
    3.What are the Pros and Cons of using UD connector? Can I use DB connector ? and which is the best possible way to get data from Teradata.
    Thanks and regards
    Sri

    Hello
    You need to deploy the JDBC drivers for Teradata
    Once done you need to create a connection string in the Java stack under the Connector Container.
    There is a document available on the Teradata site with the complete steps.
    The procedure is same like for other databases. Follow that
    How to use the Teradata JDBC Driver with SAP
    Regards
    RB

  • Memory Leak in BI SDK with XMLA Connector ?

    Hi,
    I am using BI SDK 3.5 with XMLA Connector. I noticed that in com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection class, the LocalTransaction object is rollbacked when the close() method is called.
    This makes a call to the endTransaction() method of Repository class with "true" parameter and leads to informations storage into a RepositoryDBMemory instance.
    The only way I found to avoid this is to call the endTransaction() method with "false" as parameter, which is what is done in commit() method of the LocalTransaction class.
    So, I tried to commit the transaction before closing the connection but in XMLA mode, the getLocalTransaction() method throws an BIResourceException so it is impossible to commit it. This is the first issue.
    Second issue: it seems that data hold by the DataSetContentHandler is not freed. I tried using SAP Parser, Xerces, Java Parser but it has no effect. I hava a MDX query that returns 13000 lines, the XML file size is about 15Mo.
    In a for loop with 10 operations, it leads to a OutOfMemory error quickly (only 7 iterations OK with -Xmx256m -Xms256m options). On each iteration, the memory grows about 25 to 30Mo !
    For the first point, I do not call the close method on the connection object and it is garbage collected (but, in my opinion, it is quite strange not calling the close() method on a connection object).
    For the second one (DataSetContentHandler), I have no idea. Has someone already encounter this problem ? The Netbeans profiler tells me it is this object that holds all java.lang.String objects. Is it right ?
    I saw in DataSetContentHandler class that it has two static fields: one for the row cursor of the dataset, the other one for column cursor. Why ? Is it OK in a multi-threaded context ?
    <b>This is urgent as we will not put the project in production mode with such a memory leak ! We must find the problem very quickly.</b>
    Thanks in advance for any help you might give to me !
    Regards,
    David Degardin (Ubik-Ingenierie)

    I found the same thing. Tracing the execution back I found the only place this function was called was as part of the setup, so you shouldn't have to worry about it getting called multiple times and leaking memory. The trouble seems to be when the AudioPlayer dealloc method is called, the memory is not cleaned up.
    My fix was to modify the dealloc in AudioQueueObject to check to see if audioLevels is nil and, if not, free it. This seems to have fixed the problem.

  • Error: SAP R/3 DCOM connector

    Hi.
    I kept receiving COM+ error(eventID 4786)for SAP R/3 DCOM connector:
    <i>"The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below.
    Component Prog ID:
    Server Application ID: {90C0B162-33A1-4638-BB05-EB38D7065E01}
    Server Application Instance ID:
    {DB8B9626-51C4-41D5-A200-09373CAD9ABC}
    Server Application Name: SAP R/3 DCOM Connector
    The serious nature of this error has caused the process to terminate.
    Exception: C0000005
    Address: 0x000AECEC
    Call Stack:
    ! + 0xAECEC
    OLEAUT32!DispCallFunc + 0x6D3
    CCADMIN! + 0x32AB
    OLEAUT32! + 0x7BF39
    OLEAUT32! + 0x7B1BD
    RPCRT4!NdrProxyFreeBuffer + 0xB5
    RPCRT4!CStdStubBuffer_Invoke + 0x82
    OLEAUT32!VarMonthName + 0xCF89
    ole32!StgGetIFillLockBytesOnFile + 0x10439
    ole32!StgGetIFillLockBytesOnFile + 0x103E3
    ole32!CoReleaseMarshalData + 0x7DC
    ole32!CoReleaseMarshalData + 0x701
    ole32!StgGetIFillLockBytesOnFile + 0x10319
    ole32!StgGetIFillLockBytesOnFile + 0x101C4
    ole32!StgGetIFillLockBytesOnFile + 0xFF1D
    RPCRT4!NdrGetTypeFlags + 0x1C9
    RPCRT4!NdrGetTypeFlags + 0x12E
    RPCRT4!NdrGetTypeFlags + 0x5A
    RPCRT4!CreateStubFromTypeInfo + 0x2E2
    RPCRT4!CreateStubFromTypeInfo + 0x323
    RPCRT4!NdrConformantArrayFree + 0x28B
    RPCRT4!I_RpcBCacheFree + 0x14C
    RPCRT4!I_RpcBCacheFree + 0x5EA
    RPCRT4!I_RpcBCacheFree + 0x403
    RPCRT4!I_RpcBCacheFree + 0x5D2
    kernel32!GetModuleFileNameA + 0x1B4
    "</i>
    and Application Error(EventID1000):
    <i>"Faulting application dllhost.exe, version 5.1.2600.2180, faulting module unknown, version 0.0.0.0, fault address 0x000aecec."</i>
    Besides, i had ErrorID "CALL_FUNCTION_REMOTE_ERROR" (ST22) when calling RFC.
    Does anyone know what's wrong?

    Hi,
    Is this what you are looking for?
    http://help.sap.com/saphelp_46c/helpdata/de/ae/409e36cf0ecb7de10000009b38f889/frameset.htm
    Regards
    Vijaya

  • Can't connect to external Oracle DB with JDBC connector

    Hello guys,
    I had failed to connect to connect external Oracle  via JDBC connector .
    Could you please help me to resolve the problem ?
    Backgroud:
    We need to connect the external Oracle DB with JDBC connector, because BI need to connect to the target Oracle. If the JDBC connector suceed, BI will create a UD which use the datasource
    we create in Visual admin to connect to the external Oracle DB.
    Environment:
    Our EP version is NW04S SP17 , OS is AIX .
    The target Oracle DB version is 10g(10.1.0.2.0, 64bi).
    Configuration procedure :
    1. Import Oracle driver "ojdbc14.jar" and create new driver which named "Oracle "  under
    JDBC Connector ->Run time ->Driver  in Visual Admin.
    2. Create datasource "Mydatasource" under JDBC Connector ->Run time ->Data Source,
    Name : Mydatasource
    Driver Name : Oracle
    JDBC version: 2.0(with XA support)
    JDBC compliant:
    Object Factory :oracle.jdbc.pool.OracleDataSourceFactory
    DataSource Type: ConnectionPoolDataSource
    *CPDS class name :oracle.jdbc.pool.OracleConnectionPoolDataSource
    Additional:
    Additional Properties:
    DatabaseName:LPAR8TEST
    DriverName:oracle.jdbc.OracleDriver
    Password: *****
    PortNumber:1521
    ServerName: 10.1.16.208
    URL :jdbc:oracel:[email protected]:1521:LPAR8TEST
    User:IMPL
    Connectoin Pool:
    Initial Connectons: 1                                         Expiration:  (check)
    Maximum Connections: 25                                  Connection Lifetime :600
    Maximum time wait of connection : 60                  Cleanup Thread : 200
    Default Connectoin Isolaton :Default
    SQL Engine:
    Open SQL
    3.Create Connector :
       Copy the standard connector :SDK_JDBC to SDK_JDBC_Oracle,
      Resource Adopter:
      Loader References:
      Add "libray:Oracle" .
    Managed Connection Factory:
    Configuration Property:
    DriverName:oracle.jdbc.OracleDriver
    Password: ****
    User:IMPL
    URL: jdbc:oracle:[email protected]:1521:LPAR8TEST
    All fo my configuration had been listed.
    And I had created JCO RFC : JT-BIDEV_PORTAL_BD1 , and created RFC connection with SM59 in BI.
    Please give me some suggesiton.
    Thanks.
    Louis

    When I try to start datasoure "Mydatasource" , it display error, error detail:
    java.rmi.RemoteException: com.sap.engine.services.dbpool.exceptions.BaseRemoteException: Error during start of application "sap.com/Mydatasource". [id = StartupError]
         at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.startApplication(DataSourceManagerImpl.java:608)
    Caused by: java.rmi.RemoteException: Error occurred while starting application in whole cluster and wait.; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: server ID 3128050:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Cannot start DataSource "CGNPC".
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.startDataSource(ContainerImpl.java:1549)
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at com.sap.engine.services.dbpool.spi.CPManagedConnectionFactoryImpl.createManagedConnection(CPManagedConnectionFactoryImpl.java:198)
    Caused by: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: server ID 3128050:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Cannot start DataSource "Mydatasource".
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.startDataSource(ContainerImpl.java:1549)
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at com.sap.engine.services.dbpool.spi.CPManagedConnectionFactoryImpl.createManagedConnection(CPManagedConnectionFactoryImpl.java:198)
    Caused by: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
              u2026.
    When I try to test JDBC with URL : http://jt-pldev:50000/TestJDBC_Web/TestJDBCPage.jsp,
    First I choose connection name "SDK_JDBC_Oracle" .
    If I click "Check Connectons", it display :
    500   Internal Server Error
    SAP J2EE Engine/7.00
      Application error occurred during request processing.
      Details:
      java.lang.NoClassDefFoundError: com.sap.ip.bi.sdk.dac.connector.odbo.impl.Connection (initialization failure)
    Exception id: [001A64A86F2C006B000004C40010302A000469C74E86A096]
    If I click "Slecton Connection", it display:
    500   Internal Server Error
    SAP J2EE Engine/7.00
      Application error occurred during request processing.
      Details:
      com.sap.engine.frame.core.load.SAPNoClassDefFoundError: javax.resource.Referenceable
    Exception id: [001A64A86F2C0063000004C00010302A000469C74FA2BB59]

  • Call RFC with DLL created with DCOM CONNECTOR

    I try to call a RFC with a DLL that i created with the SAP R/3 DCOM CONNECTOR (Release 4.5.B):
    My external soft calls the DLL, which calls the RFC, which calls a transaction (Call Transaction Mode N, Update S)...
    When i test the RFC in SAP (SE37), it's OK.
    But when i call the RFC with my soft (and with the DLL), the Call Transaction returns sy-subrc = 1.001 (the methode "AdviseRfcGuiSink" included in the DLL allows me to launch the debugging with my external soft).
    I found no SAP notes about this problem.
    If you met the same problem, could you help me ?
    Thanks.
    Julien.

    Some Years later I have the same Problem.
    As discripet in the post before - first I've got an error in the Method "CreateNewRow()" where the Method wants to return "return new byte[]()". Well I don't know why the .Net-Connector creates that code - but it looks strange to me.
    The origin Code is:
        /// <summary>
        /// Creates an empty new row of type byte[].
        /// </summary>
        /// <returns>The newbyte[].</returns>
           public override object CreateNewRow()
                return new byte[]();;
    With Changing that method I've got the same Error as in the post before:
    System exception thrown while marshaling RFCTYPE_XMLDATAto .NET type.
    Does someone has found a solution for that kind of Problem?

  • Connectivity between SQL Serevr 2008 and SAP BW using Microsoft Connector 1.0

    Hi ALL
             I am trying to connect to SSIS 2008 to SAP BW using Microsoft Connector 1.0.
    Following are stepes I performed.
    1. Created RFC on SAP BW Server.
    2. Created Prcess Chain in SAP BW.
    3. Created SSIS Package using SAP BI Source. Here I set Execution Mode : P Trigger   Process Chain.
    The process chain is executing fine on SAP BW Server, But it is unable to send back a
    notification to SSIS package.  And here my SSIS package failed.
    I am getting following error message :
    [SAP BI Source] Information: Process Start Process, variant Start Variant for MSBI has status Completed (instance D8Z84GJ2RLV7WCI2IYK5CZ1R3)
    [SAP BI Source] Error: An internal exception occurred.
    Microsoft.SqlServer.Dts.SapBw.Connectivity.ERPException: 
    An error occurred during the dispatch of the incoming function. The last return code was "RFC_FAILURE".
    Before this error I am getting following messages are :
    [SAP BI Source] Information: Process Data Transfer Process, variant Z09_O101 -> Z09_H101 has status Active (instance DTPR_D8Z84GJ2RLVZKYTTUHZRFEG0V)
    [SAP BI Source] Information: The component is waiting for a notification.
     Is there any way to test the both the way connections?  I mean SAP BW -- SSIS &                SSIS ---  SAPBW.  
    Can any one please explain me entire connectivity architecture between SSIS and SAP BW using Microsoft Connector 1.0. (I mean how these RFC are working and how SSIS is pulling the data from SAP BW)

    I am having the same problem. We actually loaded data a few times but now it does not work. It is amazing that we cannot find help for this problem. Has anyone been successful using the BI connector 1.1 to load data to a BI system using SSIS. I think
    this had to do with either a DLL problem on the machine running SSIS or the Service Pack level of the BI system. I cannot find any documentation showing versions. I have looked through the documentation that was written back in 2008 but can't seem to
    get it to work.
    Sorry we are trying to push data (BW Destination) to BI it looks like you are trying to get data from BI.

  • Access Denied with Business Connector 4.7

    Dear SAPiens,
    I am trying to call a RFC-FM via a webservice from outside the SAP system via Business Connector 4.7. I always get a "Access Denied" Error message within the XML answer-envelope.
    For testing I use the soapUI. I downloaded the WSDL from the Business Connector Developer and imported it to soapUI.
    In soapUI I used the following coding for execution in a testcase:
    <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mob="http://172.16.34.33/MobileDataEntry" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
       <soapenv:Header/>
       <soapenv:Body>
          <mob:CustomerOrderCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
             <DISTR_CHAN xsi:type="xsd:string">01</DISTR_CHAN>
             <DIVISION xsi:type="xsd:string">00</DIVISION>
             <DOC_TYPE xsi:type="xsd:string">ZMDE</DOC_TYPE>
             <PARTN_NUMB xsi:type="xsd:string">0000102642</PARTN_NUMB>
             <PARTN_ROLE xsi:type="xsd:string">AG</PARTN_ROLE>
             <REQ_DATE_H xsi:type="xsd:string">20080420</REQ_DATE_H>
             <SALES_ORG xsi:type="xsd:string">4920</SALES_ORG>
             <MATERIAL xsi:type="non:MATERIAL" soapenc:arrayType="non:MATERIALArrayItem[]" xmlns:non="http://www.webMethods.com/noNamespace/"/>
             <RETURN xsi:type="non:RETURN" soapenc:arrayType="non:RETURNArrayItem[]" xmlns:non="http://www.webMethods.com/noNamespace/"/>
          </mob:CustomerOrderCreate>
       </soapenv:Body>
    </soapenv:Envelope>
    The given answer is:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode>SOAP-ENV:Client</faultcode>
             <faultstring>[B2BSERV.0088.9134] Exception occurred while processing the body of the message</faultstring>
             <faultactor>http://172.16.34.33:5555/soap/rpc</faultactor>
             <detail xmlns:webM="http://www.webMethods.com/2001/10/soap/encoding">
                <webM:exception>
                   <webM:className>com.wm.app.b2b.server.AccessException</webM:className>
                   <webM:message xml:lang="en">[B2BSERV.0084.9004] Access Denied</webM:message>
                </webM:exception>
             </detail>
          </SOAP-ENV:Fault>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I can call the function module without any problem from the Busines Connector Developer IDE.
    I also can call the function without any problems in this way (by passing my credentials manually):
    http://172.16.34.33:5555/invoke/MobileDataEntry/CustomerOrderCreate?DISTR_CHAN=01&DIVISION=00&DOC_TYPE=ZMDE&PARTN_NUMB=0000102642&PARTN_ROLE=AG&REQ_DATE_H=20080420&SALES_ORG=4920
    Do you have any idea what is going wrong? Why do I get "Access Denied"? What causes this?
    Best regards
    Torsten

    Hi Christian,
    this solved my problem two weeks ago.
    I actually run the solution with 'Anonymous' access, as I don't know how to submit the Username with soapUI (header entry does not work). soapUI is a generic SOAP testing frontend (see soapui.com).
    Everything of our solution is under development at this time. I guess, that the final client service will not deal with those problems.
    Nevertheless, you get the points...
    Best regards
    Torsten

  • I can't connect with using connector

    Hi,
    I want to create a system(Solman 4.0) in Portal.I have created a SAP system using dedicated application server and then I filled all necessary fields.I tested with using system connection test.There are two test nameS(SAP Web AS Connection and Connection test for Connectors)Firstly, I checked WAS Connection and everything was ok but when I tested "Connection Test for Connectors" it didn't work.When I clicked test button, it said "Connection failed. Make sure user mapping is set correctly and all connection properties are correct" but I didn't use UIDPW.I used the Logon Ticket method and system_type is SAP_CRM but when I checked log file, it said this message "(R3/BW) Failed to get connection. Please contact your admin".I didin't understand because I have already used SAP_CRM syte sytem type.Why do I get this message. In addition, The ume.usermapping.unsecure is already on TRUE.In short, I can't connect with using connector.What's the problem?

    Hi Vijith,
    I perform your suggestion and I got an error message.This error message is written below.
    Exception in SAP Application Integrator occured: Unable to parse template '<System.ConnectionString>'; the problem occured at position 0. Cannot process expression <System.ConnectionString> because Invalid System Attribute: System: &#39;SAP_LocalSystem&#39;, Attribute: &#39;ConnectionString&#39;. .
    There is a connection string error but I didn't use by using connection string method.I have used by using dedicated application server. At the same time, I have another error message in the dev_jrfc.trc.This error message is as fallows
    Error> occured  >Mon May 07 09:18:37,334<    >RfcGetException rc (7) message: The system is unable to interpret the SSO ticket received
    <RfcGetException
    What's your comment?

  • Need connectivity of SAP Oracle with Third Party tool with dsn

    Hi Friends,
    We need to access SAP's Oracle database with third party tool with the help of dsn creation. For that we need to create 2 staging tables and need a new segment for these tables. Our data will move from SAP transactions to these 2 tables and we want to fetch this data via dsn into another third party S/W.
    I am unaware of such kind of working, can you please help me how to create new segment and how to create dsn for accessing tables in this segment.
    Our requirement is as follow.
    The staging tables are required in the SAP database with user name and password. The user should have all access to the staging table only.
    Requesting your kind help on this issue. Please suggest for further processing of activity.
    Rgds, Krishan Raheja.

    Hi,
    Common way to integrate SAP (database) with third party Application is to use and implement SAP Connector (Java or .Net).
    Using this, you can fetch the data from SAP database to use it in Third party application.
    As per my understanding the method you mentioned, will void the SAP database license term.
    So Please check before doing such configuraiton. Also that method is NOT recommended..
    Regards.
    Rajesh Narkhede

  • Compatability SAP INK with BO EDGE 3.1

    Hi All,
    sapjco-ntintel-2.1.9.zip is compatable with BO EDGE 3.1 to integrate SAP BI with BO Edge.
    Please suggest on this.
    Thanks,
    Bharath

    Hi,
    As far as i know, If you have a prior version of XI3.1 SP3 then you have to use the 2.1.8 version of Java Connectors.
    But if you have a latest version ie, XI3.1 SP3 then you can use the 2.1.8+ Java connectors for your SAP BI Integration.
    You can refer the "SAP BusinessObjects XI 3.1 SP 'X' - Integration for SAP Solutions u2013Supported Platforms" guide and check for the supported versions.
    -Noor.

  • Request MDX syntax for BOE XI3.0 and SAP BI7

    Hi,
    Does anyone know that where I can find a document to specify the MDX syntax that can be used for BOE XI3.0 and SAP BI7?
    I found a related topic on:
    Resources for customizing SAP Universe objects with MDX
    But after go through the above thread, the feeling is that we can only get the answer by testing each of the syntax.
    Could anyone share any ideas to this topic?
    Thanks and regards
    nora

    Hi Ingo,
    Here is the example that customer gave:
    Per you request, a real example. The following objects were created,                                                               
    when an universe was set up against a BEx Query:                                                                               
    Notation A: [0LOCNOTA].[LEVEL01].[20LOCNOTA].[Value]                                                                               
    Notation B: [0LOCNOTB].[LEVEL01].[20LOCNOTB].[Value]                                                                               
    Notation C: [0LOCNOTC].[LEVEL01].[20LOCNOTC].[Value]                                                                               
    Notation D: [0LOCNOTD].[LEVEL01].[20LOCNOTD].[Value]                                                                               
    User Status: [0LOCUSTA].[LEVEL01].[20LOCUSTA].[Value]                                                                               
    Want to be able to create an object, CFact, defined in the universe as                                                             
    (shown in Oracle syntax here, but of course we have a SAP OLAP                                                                     
    universe thus our request for a MDX syntax for BO and SAP BW/BEx Query):                                                                               
    decode([0LOCNOTA].[LEVEL01].[20LOCNOTA].[Value],'Y','FAIL;','')                                                                   
    ||decode([0LOCNOTB].[LEVEL01].[20LOCNOTB].[Value],'Y','CDMN;','')                                                                  
    ||decode([0LOCNOTC].[LEVEL01].[20LOCNOTC].[Value],'Y','BSFR;','')                                                                  
    ||decode([0LOCNOTD].[LEVEL01].[20LOCNOTD].[Value],'Y','ERR;','')                                                                   
    ||substr([0LOCUSTA].[LEVEL01].[20LOCUSTA].[Value],1,4)                                                                               
    Say, if values for the objects are 'Y', 'N', 'Y', 'N',                                                                             
    and 'INACESSIBLE', respectively, CFact would have the data                                                                         
    FAIL;BSFR;INAC                                                                               
    Hope the above provides you with enough detail.    
    thanks and regards
    nora

  • Benefits of SAP Web AS ERP Connector? vs/ native SSO integration capability

    What are the benefits of using SAP Web AS ERP connector vs. SAP's own utilization of their native SSO integration capability of the SAP WebAS environment?
    Please help me understand how the ERP connector adds value if we were to instead use a web agent on a supported platform as a proxy to the SAP Web AS, with the Session Linker, and use the above noted out of the box integration capability?

    Hi,
    Don't worry : these test results are meaningless. You should test a real BSP application and see if it works.
    Regards,
    Pierre

Maybe you are looking for