What do I need to properly connect SAP to AS/400 database through ADBC API?

I need to retrieve some information from an AS/400 database.
How do I need to fill the entry in DBCON table to establish a connection succesfully? Do I need any library and how can I install it?
The SAP System runs with a SQL Server Database.

Its working fine for me.
Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
Note: ''This will temporarily log you out of all sites you're logged in to.''
To clear cache and cookies do the following:
#Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
#Under "Time range to clear", select "Everything".
#Now, click the arrow next to Details to toggle the Details list active.
#From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
#Now click the ''Clear now'' button.
Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
Did this fix your problems? Please report back to us!

Similar Messages

  • What do I need to fully connect iPhone 5 to Mini Cooper Connect?

    I was told by the Mini dealership that my 2013 Mini is not compatable with my iPhone 5. What do I need to fully connect the two?

    If Mini tell you they are not compatible they probably aren't

  • What is the correct procedure to connect and collect events from IPS through SDEE

    What is the correct procedure to connect and collect events from IPS through SDEE?
    We are a 3rd party application, that needs to collect and analyze the IPS events for a client.
    Currently the approach we are following is
    1) get a SubscriptionId using the URL below
    https://IP_Of_IPS/cgi-bin/sdee-server?action=open&events=evIdsAlert&force=yes
    This gets us a subscriptionId which is used in step 2
    2) Collect events from the url below
    https://IP_Of_IPS/cgi-bin/sdee-server?confirm=yes&action=get&subscriptionId=sub-sample&startTime=1362699903575432000
    a few more notes here are
    - starttime is current time in nanoseconds
    the peculiar problem here is that, even though we specify todays date, SDEE returns us the events from mid Feb (today is march 7)
    we did try a few combinations, but are out of ideas.
    any help or direction would be appreciated

    This is more an application issue than an IPS issue.
    Have you compared your app against other apps [IME]?

  • What permission is needed for a login to access the restored database(backup from different server)

    what permission is needed for a login to access the restored database(backup from different server)
    frequently reach the situation, when vendor restores a database, but he cannot access it unless I remap or add his login to the restored database. What permssion can grant the vendor so that he can but only can access the database he restored, not all other
    databases.

    Hi George,
    According to your description, When you move a database from one server that is running SQL Server to another server that is running SQL Server, a mismatch may occur between the security identification numbers (SIDs) of the logins in the master database
    and the users in the user database. As other post, you can use the sp_change_users_login stored procedure to map SQL Server logins. Also , you can use the following statement after doing the restore database. It will
     fix the mis-mapped SID inside the restored DB.
    ALTER USER <username> WITH LOGIN = <username>
    For more information, you can review the following article.
    http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/MSSQLServerAdmin/do-you-still-use-sp_change_users_login/
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • What do I need to know in SAP Portal from a SAP Basis Perspective?

    Hi Team,
    I am supporting SAP Portal, so wanted to know what I need to know from a Basis perspective?
    Thanks,
    Asad

    Hi asad,
    Hope you are doing good.
    Things that come to my mind:
    1) deploying EP usage types
    2) system connection configurations
    3) portal roles, user administration, permissions.
    4) iview amendments
    5) customizations etc.
    Thank you!
    Kind Regards,
    Hemanth
    SAP AGS

  • What data package needed for enterprise connectivity?e

    My wife and I both have iPhones. I have the original model and she has a 3G. We both currently have the $30 data package from AT&T. I get my MS Exchange email pushed to my phone from my company. They have set it up with remote wipe and all the other stuff. My wife is now trying to get her company to set up her iPhone to do MS Exchange stuff. They are telling her that the $30 data package is not good enough and that she now needs the $45 "enterprise data package" that AT&T offers. Is this true? What is the difference between the $30 personal data package and the $45 enterprise data package?

    The "difference" is who pays. If it's a corporate account, paid directly by the company to AT&T, it's the $45/month 'Enterprise' plan. If it's a personal account, even if used with an Exchange account on the company's server, it's the $30 'personal' plan.
    So, you ask, "What's the added 'feature' of the Enterprise data plan?" Simple - profit for AT&T. That's it.

  • Connect SAP HANA Studio to database on local server

    I've installed SAP HANA Studio, and my application is running on a local server. How could I connect to my local database from Studio?
    What are the values for Host Name, Instance Number and options for JDBC Connection, where can I find these data?

    Not related to UI Development Toolkit for HTML Developer Center.  Moved to SAP HANA Developer Center community.
    Regards, Mike (Moderator)

  • What are the basic requirements for an SAP MM fresher to get through an interview?

    Hello,
          I completed my BE in Mechanical in 2012 and have some some experience of 2 years in mechanical field. Now i planned to switch my career into SAP MM. I am doing a classroom course on SAP MM.
          So please suggest me the basic knowledge required ( Like topics) for a fresher to get through an interview.

    Hi  Kumar,
    I will give just hints rest you have to think and act not about Interview quotations but SAP MM career.
    There are  couple of  guys and all of them has got job, first as a SAP testing, as SAP freshers in HCL/HP India etc.
    Later on  they have learnt all the business process in project and all the E2E cycles in  MM/SD/FICO etc.
    Now they are working on support projects and roll out projects.
    I think there are ways and we need to understand how to explore all the job possibilities.
    Please have good knowledge and definitely you will succeed. Short cuts are not always the way to success.
    Hope all my fresher friends will find some clue here....
    Regards,
    D Singh

  • How to create a Connection to UDB Database through OIM APIs.?

    Hi,
    In our OIM (9.1.0.2) implementation, there is a need to connect to a UDB database to execute some select queries and get the data. Is there any way in which I can do this?
    I tried creating an ITResource to have all static database related information, but I was not able to use that ITResource and create an actual database connection in the java code.
    As far as possible, I don't want to use any JDBC code to create the connection but want to know if there are any inbuilt OIM APIs which can help me in creating a database connection to point to the UDB database.
    (We don't have the DBUM connector deployed.)
    Please get back with your views/info on this.
    Thanks,
    Kulesh...

    Here is a constructor code for connecting to a database:
         public DatabaseConnection(String hostname, String port, String driver, String sid, String admin, String password) throws ClassNotFoundException, SQLException{
              log.info(CLASS_NAME + " -----> inputs=hostname[" + hostname +
                        "]port[" + port +
                        "]driver[" + driver +
                        "]sid[" + sid +
                        "]admin[" + admin +
                        "]password[********]");
              Properties connectionProps=new Properties();
         connectionProps.setProperty("user", admin);
         connectionProps.setProperty("password", password);     
         String url = "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=" + hostname +
              ")(PORT=" + port +
              "))(CONNECT_DATA=(SID=" + sid + ")))";
         Class.forName(driver);
              con = null;     
         con = DriverManager.getConnection(url, connectionProps);
    If you want to use SSL, you will want to configure tcps for jdbc connection to the database, or any other form of connection and update your URL string for it.
    -Kevin

  • Connecting to the Oracle 10g Database through Java code

    I have a Oracle 10g database to be connected to.
    Through sql plus, I can connect to it using the following command
    sqlplus "sys@pmi as sysdba"and password is 'password'
    how do I connect to this db through my Java code?
    I tried
    _connection = DriverManager.getConnection("jdbc:oracle:thin:@10.245.4.100:1521:pmi as sysdba", "sys", "password");but it gave the exception "ExceptionIo exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))"
    I also tried
    _connection = DriverManager.getConnection("jdbc:oracle:thin:@10.245.4.100:1521:pmi", "sys", "password");but this gives the exception "ExceptionORA-28009: connection as SYS should be as SYSDBA or SYSOPER"
    Can anyone please help me in writing the line of code

    You need to use the getConnection syntax that requires a Properties object.
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm#05_05
    - cafal

  • I have OS 10.8.2 and use wireless at home just fine. When I visit a friend with only a cable modem internet my Mac Book Pro will not connect. What do I need to do?

    I have OS 10.8.2 and use wireless at home just fine.
    When I visit a friend with only a cable modem internet my Mac Book Pro will not connect.
    I see that the Mac Book Pro is picking up the internet when I check the internet preference section but it will not open Safari.
    What do I need to do connect via a cable modem?

    You need to power off the modem for 15-30 seconds, then power back up and then connect. The modem is remembering the last connection (your friend).

  • What are the username, password and connect string for Designer 6.1.1?

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    Oracle designer6.1.1
    - Date/Time
    - Browser + Version
    IE 6.0
    - O/S + Version
    Win 98
    - Error Msg
    ORA-12154:TNS:could not resolve service name.
    RME-00220:Fail to connect to repository
    These error messages were shown after I entered system, manager and internal, respectively.

    Hi YungJen Chen,
    There is no general username, password and connect string for
    Designer 6i Release 4.1.1.
    First, you install the client tools using the Installer. See also the
    Designer Installation Guide, Chapter 1, 'Client Side installation'.
    Second, you install the repository into an existing database, using
    the Designer Installation Guide, Chapter 2, 'Server-side installation,
    migration and upgrade'.
    The Installation Guide provides step by step instructions on what
    users you need to create for various purposes. Any database users
    you may need to use such as System or Sys will use the password
    given when you installed the database, or whatever passowrd you
    changed it to since.
    The Installation Guide is available as part of the download, or from
    your Windows Start Menu once the Designer client tools are installed
    or from the Designer Documentation page here on OTN.
    Hope this helps. Regards,
    Dominic Battiston
    Designer/JDeveloper Product Management

  • What are the username, password, and connect string for Designer6i R4.1.1

    As the title, I tried system, manager and internal.
    But it did not work out.
    Thank you for your help.

    Hi YungJen Chen,
    There is no general username, password and connect string for
    Designer 6i Release 4.1.1.
    First, you install the client tools using the Installer. See also the
    Designer Installation Guide, Chapter 1, 'Client Side installation'.
    Second, you install the repository into an existing database, using
    the Designer Installation Guide, Chapter 2, 'Server-side installation,
    migration and upgrade'.
    The Installation Guide provides step by step instructions on what
    users you need to create for various purposes. Any database users
    you may need to use such as System or Sys will use the password
    given when you installed the database, or whatever passowrd you
    changed it to since.
    The Installation Guide is available as part of the download, or from
    your Windows Start Menu once the Designer client tools are installed
    or from the Designer Documentation page here on OTN.
    Hope this helps. Regards,
    Dominic Battiston
    Designer/JDeveloper Product Management

  • Need of Transport connection tab

    Hi BWers,
    What is the need of Transport connection tab in RSA1.for example,I have a cube and I saved in a Transport request.using SE09 I  transport it,then What is the need of Transport connection tab.
    Sekhar.

    Hi,
    If you want to transport one cube only then you can transport it through Se09.
    But if you want to transport 10 cubes and the corresponding infoobjects and structures along with it then it is not possible for you to go in each individual cubesand  corresponding update rules,infosources again and again.......as it a big overhead.
    With transport connection you have to just select the cubes and transport connection takes care of other issues with the grouping you use.
    Also in the case of Queries it always better to use transport connection as you cannot trasport all the the constituents through SE9.
    Also through transport connection you have the flexibility to change the packages of the elements insted of going to go each object individually.
    Hope it clears
    Thanks

  • RFC as type of connection in transaction sm04 of Database server

    Hello I wander what means RFC as type of connection in transaction sm04 of Database server.
    Does it mean an user logged on applicaton server is displayed on database server as RFC?

    Hi Jan
    User login to SAP may be possible with either GUI or RFC. GUI implies to direct logon to SAP though the SAP GUI. This is characterised by the user name.
    The other way is RFC which implies to remote access to the system. This is usually characterised by IP address or the domain address .
    I hope this helps
    Regards
    Chen

Maybe you are looking for

  • File does not exist?

    I am producing a weekly music review podcast. The page's information is on is http://haveyouheardmusic.blogspot.com The feed for the project is http://feeds.feedburner.com/haveyouheardmusic My feed was rejected from itunes and podcastalley (but not D

  • Content of HHK file is not reflected in CHM

    I have created an index using the Smart Index Wizard based on the Topic Title only. After tidying up unwanted keywords, I removed some of the multiple topics linked to some keywords (typically those that can be accessed from other linked topics alrea

  • RPRAPA00 Address length

    Hi Expert, I'm currently facing issue with program RPRAPA00. When it retrieve HR Master Record Infotype 6 Address field STRAS which is 60 characters, and it's truncated to 35 characters in the program RPRAPA00 which is refering to BLAF1-STRAS. So in

  • Snapshot report showing wrong instance on grid control!!!

    Hi On one of the cluster environments, Even though I run snapshot report on instance 2, report shows instance 1. This i happening on one set of cluster environment. Other cluster instances are working fine. Let me know if you have seen such behavior

  • How may I tell what version of bluetooth my ipad model has?

    Hi, I have an iPad2 running on the latest version of iOS 8. I wish to know what version of Bluetooth I am running (I need v4) Thanks in anticipation.