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

Similar Messages

  • 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

  • BI content and SAP Enterprise portal connection

    Hello All,
    i m new to SAP enterprise portal , can anyone explain me the connection of BI content and Enterprise Portal.Please explain me the flow of publishing the Bi reports to EP.
    Thnks in advc.

    HI Sonal,
    For publishing BI reports in portal you  need to Integrate BI into Portal.
    Please refer to SAP Notes:
    916950
    937697
    They are very helpful.
    Procedure for publishing after integrating BI with portal:
    For this you need to create Roles-Worksets-Pages---Ivews.
    The name of the report which you want to  be displayed in TLN you need to make a Role for that and the tab under that name you need to create worksets for that and the content of the report you need to create an ivew for that in this way your report will be displayed in portal also you need to righht click on the workset and <add workset to Role>and similarly for ivew also keeping entry point "YES" for a role is mandatory with the main report name in TLN and and the sub tabs under below it and the content indetailed navigation.
    For publishing simply create a Role --workset and an ivew .
    During creation of an ivew the wizard will ask you for a Query string that Query will be given to you by your BI people you just neeed to copy that query after ? mark and paste it in and then save it hence your report  is published in portal.
    This is basically the proceddure for publishing BI reports in portal. You can ask any doubts if you hae in this.
    Regards
    Pooja
    Edited by: Pooja Gehani on May 26, 2008 5:44 AM

  • Connection between SAP R/3 and SAP XI with RFC

    Hi Experts,
    I am beginner in SAP XI.
    We are using SAP XI 3.0 SP 9 and SAP R/3 4.6 C
    I am trying to validate a connection between SAP R/3 and SAP XI with RFC.
    I followed all the weblogs ,and i did exactly the same way, but I am unsucessful...
    Schema not available Exception
    com.sap.aii.af.service.cpa.CPAException: Schema not available for RFC|3b787a8035c111d6bbe0efe50a1145a5|http://sap.com/xi/XI/System.
    at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryDataSAXHandler.endElement(DirectoryDataSAXHandler.java:262)
    at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.endElement(SAXDocHandler.java:154)
    at com.sap.engine.lib.xml.parser.XMLParser.scanEndTag(XMLParser.java:1826)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1722)
    at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2298)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1719)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2701)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:162)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:126)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:136)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:209)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:270)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:331)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
    at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryDataParser.updateCentralCache(DirectoryDataParser.java:54)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager.updateCacheWithDirectoryData(CacheManager.java:713)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(CacheManager.java:595)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager$CacheUpdateRunnable.run(CacheManager.java:440)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Please help me out on this
    Thanks in advance
    Raju

    hi,
    try refreshing you CAP cache:
    741214 (check this note)
    and check if the refresh was successful
    (CPA history)
    Regards,
    michal

  • Xcelsius 2008 SP3 and SAP Netweaver 7.01 Connection

    Hello everyone,
    Im getting the next spanish error "El sistema al que está conectado en estos momentos no es BW 7.02 ni posterior. Desconéctese y elija otro sistema.". Just when im trying to connect xcelsius 2008 and sap netweaver 7.01. I get this error when i try to set a SAP Netweaver BW Connection.
    My configuration is like this:
    Server Side:
    Windows Server Enterprise 2008 SP1 64 bits
    BusinessObjects Enterprise XI 3.1 SP2 FixPack 4
    Java Connector (Jco): 2.1.8 32 bits
    Integration Kit for SAP BusinessObjects XI 3.1 SP2 FixPack 4
    SAP GUI 710 Patch Level 14
    Client Side:
    OS: Windows 7
    Xcelsius Designer 2008
    Thanks a lot to everyone
    ramonms

    Ashish thanks for your reply,
    im not using a live office connection, my problem is from xcelsius directly.
    I try to connect using the sap native client (SAP LOGON APPLICATION) and i have no problem, it works fine.
    in the client side i also have installed SAP GUI 710 patch level 11 but also i tested with level patch 14
    thanks
    ramonms

  • OLE DB source to connect to teradata and need to send a paramter in query

    Hi SSIS gurus,
    I am using OLEDB source to connect to Teradata and need to pass a parameter to the query. Ex:
    Select * from MyTable where NoOfyrs = 'MyParameter'
    VS2010 version, SQL server 2012, Teradata version 14.10
    I have tried all the below options and nothing is working for me:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/4818c959-5a7f-43b7-b786-d069a8a67334/using-teradata-net-data-provider-as-data-source?forum=sqlreportingservices
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/8602c161-e75a-489f-980d-e5394e1aa9b6/teradata-source?forum=sqlintegrationservices
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/64d59656-93bc-4458-85b3-b79d611e8f18/teradata-source-sql-server-where-clause-in-ssis?forum=sqlintegrationservices
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/a3548020-960d-47c4-aa1a-2ce69cfa1aef/how-to-use-net-tableadapter-query-configuration-wizard-in-vs-to-build-a-query-with-parameter-to?forum=adodotnetdataproviders
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/59787cd3-5d64-413c-93cd-f89621e25a15/pass-query-between-sql-and-teradata?forum=sqlintegrationservices
     Kindly suggest how can I proceed.
    Thanks and Regards,
    2008-2012

    Hello,
    Please refer to the following article regarding passing dynamic parameters to Teradata Server:
    http://social.technet.microsoft.com/forums/sqlserver/en-US/f721949f-2300-4ac8-9961-7f2227f352ba/passing-dynamic-parameters-to-teradata-server-using-ssis
    If this issue still persists, I would suggest you elaborate your issue with more detail.
    If you have any feedback on our support, please click
    here.
    Elvis Long
    TechNet Community Support

  • Procedure to Integrate SAP PI 7.1 with Teradata and IBM Data stage

    Hi,
    We are integrating SAP PI 7.1 with Teradata and IBM Data stage for retail customer.
    Please provide the following information.
    1. What are the connectors available in Teradata and IBM Data stage
    2. What type of output/input, Teradata can give/take from/to SAP PI
    3. What type of output/input, IBM Data stage can give/take from/to SAP PI
    4. How to handle Bulk uploads between SAP PI and Terdata, SAP PI and IBM Data stage
    Thanks,
    Ramesh

    Hi Ramesh,
    Could you get answers for your queries. We have Teradata 13.10.2 in our landscape and I have exactly same queries that you asked. Can you possibly share your experience in this area.
    Anand.

  • Connectivity between SAP ECC system and SAP BI

    Connectivity between SAP ECC system and SAP BI
    Hi BI-experts!
    I would like to load e.g. transaction data from SAP ECC system into SAP BI system.
    The Loading process is hanging in processing step u201CSERVICE APIu201D.
    The process  in hanging in status "yellow" and then changed after a while to status u201Credu201D.
    [0FI_AR_4 |http://www.file-upload.net/view-1447743/0FI_AR_4.jpg.html ]
    The following steps within Load process are yellow and then red:
    Extraction (messages): Missing messages
    Missing message: Request received
    Missing message: Number of sent records
    Missing message: Selection completed
    Transfer (IDocs and TRFC): Missing messages or warnings
    Request IDoc : Application document posted (is green)
    Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
    Info IDoc 1 : sent, not arrived ; Data passed to port OK
    Info IDoc 2 : sent, not arrived ; Data passed to port OK
    Info IDoc 3 : sent, not arrived ; Data passed to port OK
    Info IDoc 4 : sent, not arrived ; Data passed to port OK
    Subseq. processing (messages) : Missing messages
    Missing message: Subseq. processing completed
    DataStore Activation (Change Log) : not yet activated
    Question:
    Can some one tell me whether my distribution model or other settings are wrong?
    I created 2 distribution model (BD64), one from SAP BW system and other from SAP BI system with message types RSRQST, RSINFO, RSSEND
    Thank you very much!

    Hi Holger.
    this issue is related to the RFC but not the one which is communicating from BI to R/3 rather the one which is communicating from R/3 to BI follow these steps.
    1. check your BI system logical name from the myself source system.
    2. go the ECC and run the transaction sm59
    3. go the ABAP Connection folder and search for your RFC which name would be by default as per your BI logical system name.
    4. double click it and edit it now check whether the Target hostname or ip is OK.
    5. In the logon tab check the client number User and password settings.
    Save it and test it with both Connection Test and Remote Logon.
    if every thing work fine i hope your problem will be solved.
    kind regards,
    Zeeshan

  • How to make JDBC and SAP connectivity with VC 6.0

    can anyone help me.....how to make JDBC system and SAP system visible in the System drop-down list in Data Task Panel of Visual Composer 6......i mean how to make connectivity with JDBC and SAP system......so that i can use any table in the back-end database as well as any BAPI in the R/3 system.........
    Thank you very much.....

    Hi Deep,
    There is a how-to posted on SDN regarding how to connect and configure the BI JDBC Connector.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424
    This document describes the jdbc driver to use etc.
    Hope this helps,
    Cheers,
    Scott

  • Crystal Reports and SAP BW Connectivity for OLAP

    Hello,
    Anybody created Crystal reports off SAP BW Infocubes? For some reason I am not able to create or configure BW sever connection. I installed Crystal reports and SAP enhance cd for OLAP.
    Thanks
    Tom

    Hello,
    I was able to connect and create Crystal report based on Bex query..no connection problem there. But, reporting directly off infocubes, the server type "SAP Business Information Warehouse"(add server option in OLAP connection Browser) not showing up in list of values.
    1. I released Info query for PLE DB for OLAP as per 
       user's guide.
    2. The manual says you have to configure SAP BW server  
       log on? For Bex query(Crystal) all available servers
       automatically available
    Thanks

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

  • Connecting SAP ERP and SAP XI via RFC (in cluster)

    Hi all,
    I have a strange problem with SAP ERP and SAP XI (production systems). Both systems are installed in cluster. I am trying to connect both systems via RFC, so I configurred TCP connection using SM59. But, when I try to test connection, I am always getting error "Program xxxx is not registered". When I register the program on the sender communication channel on different system (develop system - different machine), connection works fine. Configuration on both SAP XI production and development systems is identical. I just cannot understand, why production SAP ERP does not see registered program on production SAP XI. Has anybody experiences with this? Or any other ideas where should be the problem?

    Are you configuring the RFC Sender adapter with load balancing?
    what is the hostname you're using for ERP?
    Is it the message server's?
    Also, make sure the dispatcher is properly configured, sending the requisitions to the application servers.
    Regards,
    Henrique.

  • Connection between Crystal Report and SAP ECC

    Hi. can you help me please.
    I'm testing the connection between Crystal Report and SAP ECC. I tried using the tables,
    but by making the links between foreign keys does not bring data. The other way I tried was using an ABAP function module,
    but using this way, Crystal will only works like a Presentation Layer because all the work was did it in ABAP;
    besides that shows the limitation that I can not pass as input a table.
    what is the best practice for reporting on SAP ECC using Crystal Report?
    Thanks.

    Hi,
    Crystal Reports is able to leverage tables, ABAP functions, SAP query and InfoSets.
    what is the issue when using the tables ?
    ingo

  • Ports to open to enable connection between TVN staged env and SAP

    Hi,
    What the ports to be opened to enable connection between SAP TVN stage environment and SAP ECC...

    Hi Abi,
    I have implemented STVN products in 10 or 11 clients and have never had to do this. The SAP .NET connector (or SAP JCo for Java version) handles the connection between the STVN apps and the SAP system and no port is usually opened. The default port for the application, if you have not changed the IIS website, will be port 80.
    I hope that helps.
    Kind regards,
    Luke

  • How about the RFID device and SAP AutoId connections?

    Hi All,
    Scenario1 (Ports are enabled from client system): Client m/c is in different location and SAP AutoId Server is in different location. I have to connect the RFID reader and device controller to Client m/c to send the PML message to Server system. Is it possible?
    (Or) Do we need to connect the RFID Hardwares directly to the SAP Auto Id server?
    Scenario2 : I have to connect the server system through VPN, in this case If I connect the RFID hardwares to client system. Is it fine?
    Regards
    Sara

    Hi Stellare,
         I fully agree with Daniela Bork. You've installed 5.2 and you need some preliminary data load like rules, messages etc. as per the installation & config guide. By doing so you're loading standard risks(Global) will be created in the system. This value if you want to check at table level this should be at your DB attached to the Java stack.
       ABAP stack tables are /virsa.... and virsa_cc are java stack tables.  It depends on which version of GRC you're using.
    Regards,
    Asok

Maybe you are looking for