Connect EP 6 SR1 to SAP R/3 46C.  Is ITS needed ?

Hi,
I'm trying to establish portal System connection to Sap R/3 46C. But the conncetion faild after pupulationg the fields.
I saw in the "test connection" options:
"SAP Web AS Connection", "ITS Connection", "Connection Test for Connectors", "Connection Test Through DQE"
Should I have ITS installed in order to establish the connection ?
If not, Which type of test I need to select ?
Thanks
Ami

Hi,
I solved it on my own. it seems that even though the "Test Connection" of the system did not work. The system setup was OK and it worked using the transaction iView.
However it is better to check the system through: system admnistration->support->sap application-> sap transaction
Regards
Ami

Similar Messages

  • Bw publish and connections not based on the sap bw mdx query driver

    Dear experts,
    we are currently facing a problem with transporting reports that are based on multiple database connections and joined using the cross database join feature of crystal reports. One connection is based on the SAP BW MDX driver, the other is based on a SAP functionmodule.
    Now when transporting the reports with STMS and publishing them via /crystal/rptadmin and bwpublish only the bex mdx query connection gets updated. The other connection is still pointing to the original location.
    e.g.
    transporting
    DEV -> PROD
    function module still pointing on dev server.
    As we need to use the sap default transport system in order to get all features (no SP4 yet) and we can not change the reports manually in the PROD system before publishnig and don't want to mix in the LCM we have no idea how get a work around for this problem.
    Changing the database connection via CMC on the PROD system has no effect either.
    Please help.
    Thank you very much!
    Thorsten

    Hello Thorsten,
    What you observe is "By Design" of the product. The dynamic update is supported only for reports using the BW MDX driver (or historically for those using the deprecated BW query driver). Other SAP drivers such as the OpenSQL driver which you use to connect to the function module do not leverage the same features when using the SAP Transport process.
    You may report directly against your target system when connecting to Function Modules.
    thanks,
    Akin

  • Why we need ABAP if we can connect With Crystal Reports to SAP R/3

    Hi,
        I am new to Crystal reports.I came to know that we can connect SAP R/3 by using SAP InfoSet,SAP Table Cluster and Function connectivity in Crystal Reports.So we can generate reports for SAP R/3 database with out need of ABAP.So why we need to go ABAP module.Is there any disadvantages if we dont use ABAP to generate reports or we can use always Crystal Reports to generate Reports for R/3 database?

    Hi,
    it is correct that you can built a Crystal Report without the need to use ABAP, but we have lots of customers that have invested over the years into ABAP Routines and Crystal REports is able to leverage those as well. So with Crystal Reports you have the choice to leverage existing ABAP Functions as a source for reporting - which might help to leverage complex processing on the backend - or to use InfoSets and tables.
    regards
    Ingo

  • Can SAP GRC AC 5.3 connect without any problem with SAP R/3 4.7 Enterprise?

    hello,
    I went to the PAM in the SAP Marketplace to see if SAP GRC AC 5.3 could connect to SAP R/3 4.7 Enterprise but I can't see all the "Add-On Product Version for...", it's cut off.
    Can SAP GRC AC 5.3 connect without any problem with SAP R/3 4.7 Enterprise?
    If I can't is there any proof about it? I have to show it to a client.
    Best Regards,
    Pablo Mortera,

    Pablo,
    GRC AC 5.3 works perfectly fine with SAP's R/3 4.6c, mySAP ERP 4.7 and ECC systems. In fact we have two 4.7 Enterprise systems connected to GRC AC 5.3 system.
    You can get the details of supported SAP ERP systems under prerequisite section of Info page of GRC AC 5.3 , it can be accessed on marketplace at -
    Downloads-->Installations and Upgrades - Entry by Application Group > SAP Solutions for Governance, Risk, and Compliance>SAP GRC Access Control>SAP GRC ACCESS CONTROL>SAP GRC ACCESS CONTROL 5.3
    Just ensure to have proper BASIS and ABAP support pack level as mentioned in prerequisites.
    Regards,
    Amol

  • Need to connect to GreenPlum Database in SAP BI 4.0

    Hi ,
    We Need to connect to GreenPlum Database in SAP BI 4.0,
    i dont see any specific driver to set up a system dsn for this data source.
    So can any one share your experience if you built a universe based on green plum db(UNX using IDT in 4.0)
    or even in earlier versions of BO how to create a system dsn for greenplum db,
    which driver we need to use.

    Hi,
    Infact, GreenPlum 4 is not 'officially supported' with BI 4.0 until Feature Pack 03 next year.
    This is OK currently:
    Greenplum     3.2     JDBC     PostgreSQL 8.4 JDBC
    Greenplum     3.2     ODBC     PostgreSQL 8.4 ODBC
    This will come with 4.0.FP03 :
    Greenplum     4     JDBC     PostgreSQL JDBC 8.4-701
    Greenplum     4     ODBC     PostgreSQL ODBC 9.00.03.00
    Regards,
    H

  • 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

  • How ADBC connection is benefits by using SAP HANA as secondary database ?

    Hi,
    I have one more important question.
    How ADBC connection is benefits by using SAP HANA as secondary database in terms of performance wise for the access of data from HANA database as a secondary database.
    I have 2 options and which is better for the good performance for accessing the data-
    1 .  In ABAP Reports in the SELECT statements by using CONNECTION (“HDB”) will this improve the
         performance.
          e.g : select * from BSEG into TABLE IT_TAB CONNECTION (“HDB”).
    2. Will Create the Stored procedure in HANA studio and Call
       from ABAP as below by using NATIVE SQL–
         EXEC SQL
          SET CONNECTION (‘HDB’).
         ENDEXEC.
        EXEC SQL.
          EXECUTE PROCEDURE proc (IN    p_in1                       
                                 OUT   p_out1   OUT   p_out2 )
       ENDEXEC.
    Regards,
    Pravin
    Message was edited by: Jens Weiler
    Branched from http://scn.sap.com/thread/3498161

    Hi Pravin,
    Option 1: In this case ADBC might even worsen the performance due to the overhead in the ADBC framework. OpenSQL is the method to go here, as OpenSQL - from the ABAP point of view - features the optimal communication with the database while ADBC has overhead like constructor-calls for the statement, parameter binding, etc.
    Option 2: In this case ADBC is comparable with EXEC SQL but features more options, e.g. clean concept of multiple connection (connection objects via CL_SQL_CONNECTION), exception handling, etc. So I strongly propose to favour ADBC over EXEC SQL, but not simply for performance reasons. You might have a look at the ABAP Language Help in your system on more information on ADBC and the advantages over Exec SQL.
    Cheers,
      Jasmin

  • Webinar- Connect Third Party Systems with SAP B1 – DI API, DI Server, B1WS

    Webinar happened on 21st August.
    Get the Presentation, Video recording and answers of all the questions asked in the webinar through the below link.
    Webinar- Connect Third Party Systems with SAP B1 - DI API, DI Server, B1WS

    Hi Oleksiy,
    I don't see anything strange in your code. You should receive an error message but it shoudn't loop without end ;o(
    The only thing I can propose you is to create a message for support, they will have a deepest look into your problem.
    Regards
    Trinidad.

  • Any Program to connect JAVA for DB from SAP

    Any Program to connect JAVA for DB from SAP,
    Rather than JCO Is there any other option,
    Please tell that option ,
    and how to do that,
    thank you,
    Regards.
    Jagrut BharatKumar Shukla

    Hello Al Mamun,
    SM59 is for RFC (remote function call).
    If you are looking for ODBC-like connection, would you consider Tcode DBCO, then use native ABAP code to connect to the remote SQL server?
    Best regards,
    Victor

  • CAL - Connect to an instance of SAP ERP Foundation Extension powered by SAP HANA

    Hello,
    I created and activated an instance in CAL today, the ERP on HANA trial.
    Once this instance is activated ("green button"), the "connect" option appears but I'm not able to connect to it using http or SAP Gui.
    I have no firewall, the error is:
    This webpage is not available
    Could you help me?
    Thank you!

    hi Pierre,
    There could be multiple reasons for not being able to connect to the instance:
    1. After click create instance, you need to wait for 45 minutes. Also the green botton comes,in the backend it is still working to complete the creation.
    2. Once you have IP address, please try to connect to SAP GUI by manually add the server, instance number, etc into SAP GUI. See if it works. In addition, try to connect to BI launchpad via http:<IP address>:8080/BOE/BI.
    3. Some user reported connection problem, we found out that certain AWS account may have problem with VPC layout used for this solution. check out the support AWS account:
    • Click on EC2 Dashboard in left side navigation of the AWS Management Console • In upper right section of screen under Account Attributes section the Supported Platforms are listed http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html
    regards, Xiaohua

  • How to connect MS-sql server with SAP BW

    hi all,
    i want the connection procedure to how to connect MS-sql server with SAP BW.so that i can extract the data from ms sql server and can create cubes using that data.please help me in this issue.

    Hi Vamshi,
    Go through this DOC it explains u how to connect to other data bases like SQL...
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/58f4db47-0501-0010-a2bf-ff01b150fdff]
    this is a thread related to connect the SQL server..
    [DB Connect MS SQL Server;
    Regards,
    NR
    Assign points if helpful...

  • How Connect to DI API in Sap onDemand

    Hi,
    I need to connect to sap OnDemand via DI API , (I need new SDK ? Or additions dll's ?).
    If i can to connect without any new sdk or dll , please give me code example how to connect (using c#)
    Thanks.

    the object is SAPbobsCOM.BoObjectTypes.oDownPayments, but if i remember correctly this object wasnt exposed in DI for 2004 and maybe for 2005 too.

  • Problem connectivity of Web Dympro with SAP Netweaver

    Hi guys,
    I've a problem connectivity of Web Dympro with SAP Netweaver
    I installed Sap NW in a machine on the local network with IP 192.168.x.y, and I can connect to it without problems; I can use the portal and implement jobs in Visual Composer.  
    After installing Sap Developer Studio, I connected it successfully to the NW through the menu "Preferences->SAP j2EE engine" selecting the option "SAP J2EE is installed on remote hosts" and inserting IP address of the machine with NW (192.168.x.y) and port 3900.
    Using these parameters the logon works, in fact I can see the tab "J2EE engine".  
    The problem is that when I try to make the deploy, Web Dynpro asks me the SDM password  (that I'm sure I've inserted correctly) but it returns the following error to me:
    Deployment aborted
    Settings
    SDM host : SVR-NW
    SDM port : 50118
    URL to deploy : file:/C:/DOCUME1/Michele/IMPOST1/Temp/temp59548Welcome.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/Michele/IMPOST1/Temp/temp59548Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2010.09.01.07.31.29':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [svr-nw] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted
    I want to add that  I use Win XP Prof, and I set the same credentials (user "Administrator" and the correct password) I used on the machine where SAP NW is installed.

    Hi Michele,
    There were 2 cases I explained, and the second was the one in case your SDM was blocked. Did you try the first one?
    Anyways, here is something more that you can try to get it working. In case the SDM password is valid, did you log into the portal as the Administrator? If yes, then you must have been asked to change the password. If you did change the password there, login to the remoteGUI using the Master password (abcd1234) and change the password there also to the same password you use for Administrator on the Portal. Now try again.
    In case the above doesnt work, start the configtool.bat from \usr\sap\J2E\JC01\j2ee\configtool and go to secure store. Here define the J2E passwords again (the same new password you gave for the Administrator in the portal), save and restart the server. I think it would work then
    Hope that helps you out!
    Bye,
    Sameer
    P.S - the main thing is that the error you got was Authentication failure using the Administrator username. Thats why you have to make sure that the password for the SDM is the same as what you gave for the Administrator login in the portal. So after you login into the remoteGUI, CHANGE the password to what you have for the Administrator(just like the one in the portal).
    Message was edited by: Sameer Jagirdar

  • About connecting Bio-Metric devices To Sap B1

    Hi Every One,
    Can we able to connect Bio-Metric devices To Sap B1,
    if yes , Please Tell me Detailes
    regards
    srinivas

    Managing Bio-Metric devices is more of a Operating System function then SAP Business One.
    Could I ask the specific area where you are thinking of applying this in connection with SAP
    Suda

  • SAP Netweaver Architect Document and its place in SDLC

    Hi All,
    I am looking forward to look at a sample SAP Netweaver Architect Documument or a Template and want to understand the scope and all details included in the perview of this document.
    I understand that Tech Architect Document will be prepared in SDLC after the blueprint is generated.
    And a Tech Architect document has the entire landscape integration details along with Non Functional details like performance , scalability etc.
    Can some one please send a sample Technical Architect Document based on SAP Netweaver ( Portal ) and explain where does it commence in SDLC .
    Many Thanks,
    Richa

    Hi Richa,
    a good place to start would be the Master Guide to NW 7.4 SR1 on SAP Market Place which is here.
    The guide goes through everything for planning a NW installation including of course Portal and planning the Landscape design and architectura questions.
    Best regards,
    Andy.

Maybe you are looking for

  • Solution for a small syntactical error

    Hi all, i wrote a statement as below.   LOOP AT itab_vkorg.      if itab_vkorg-vkorg IN ( 'ARO','SRO','WRO','NRO','ERO','SROB' ).     endif.   endloop. But its giving error  -- >Comma without preceding colon (after IF ?).           Can anyone tell wh

  • Virus alert on any Google/Bing/Ask ... search

    Any time I do a search using any common search engine, I get a malicious url warning from Avast. This only happens with Firefox - not with IE or Chrome. The url in the error message is not in the registry, so it must be associated with Firefox someho

  • Best way to bulk insert records to sqlserver ??

      Hi, Actually i encountered an issue regarding inserting the lakhs of records(10lakhs)  in to sql server table using c#. the appropriate ways i know is using SqlBulkCopy or using parallel programming(LINQ) . i want to know which one is best accordin

  • Rules for importing AND preview mode

    At this moment I shoot a mix of JPEG and RAW files. I have defined two "standard" Develops settings: one for the JPEGs and other for RAWs. The preview mode only show thumbnails so I can't see what are JPEGs and what are RAWs (the extension is not sho

  • Problem when select "software update"

    Hi guys, I upgraded my Tiger Server to Leopard Server last 2 weeks, but there is a problem that everytime when i select 'Software Update' in apple then it tells me this: "software update can't connect to the update server. Make sure you're connected