Connecting to Portal

Hello,
I have installed portal on Oracle 8.1.5,
everything went well, but when I open through
netscape, I get the below error
Call to WPG_SESSION API Failed.
Error-Code:4068
Error TimeStamp:Mon, 19 Feb 2001 16:21:25 GMT
Database Log In Failed
TNS is unable to connect to destination. Invalid TNS address supplied or destination is not
listening. This error can also occur because of underlying network transport problems.
Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the
database listener is running.
I tried coping the tnsnames.ora to PORTAL
home, but even though it does not work.
A.Kishore
null

You can find information in this forum. It may be your Oracle init.ora paramenters problems.

Similar Messages

  • HTTPS connection from portal to external webserver

    Hi,
    I am looking for a way to open a HTTPS connection from portal server to an external webserver. According to <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e2/71c83edf72e16be10000000a114084/content.htm">SAP</a> the code should look like
    KeyStore keystoreCAs = ...
    SecureConnectionFactory factory = new SecureConnectionFactory(keystoreCAs, null);
    HttpURLConnection con = factory.createURLConnection("https://www.mycompany.com");
    Does not look difficult, <b>but how do I create the keystore object</b>? The keystore object should somehow be connected to the portal server's keystore which manages the certificates of trusted Certificate Authorities.
    Any ideas?
    Regards,
    Martin

    Hi,
    meanwhile I solved the problem by my own. The solution slightly simplified is given below.
    javax.naming.InitialContext ctx = new javax.naming.InitialContext();
    java.lang.Object o = ctx.lookup("keystore");          
    com.sap.engine.services.keystore.interfaces.KeystoreManagerWrapper_Stub manager = (com.sap.engine.services.keystore.interfaces.KeystoreManagerWrapper_Stub) o;
    java.security.KeyStore keystoreCAs = manager.getKeystore("TrustedCAs");     
    com.sap.security.core.server.https.SecureConnectionFactory factory = new SecureConnectionFactory(keystoreCAs, null);
    java.net.HttpURLConnection con = factory.createURLConnection("https://www.mycompany.com");
    For connecting via a proxy the host name and port number of the proxy have to be set as System properties using "https.proxyHost" and "https.proxyPort".
    java.util.Properties systemSettings = System.getProperties();
              systemSettings.put("proxySet", "true");
              systemSettings.put("https.proxyHost","192.168.0.1") ;
              systemSettings.put("https.proxyPort", "80") ;
    Additionally you have to make sure that the server's certificate is issued by a trusted Certification Authority (Must have an entry in your Keystore "TrustedCAs"). To verify this use the Visual Administrator and view service "Key Storage".
    Regards,
    Martin

  • Open and close RFC connection with portals...

    Hi Experts,
    I created a RFC having a query which is taking a long time to execute. So i want to close RFC connection with portals which is via java connector(JCO)  before that query and open the connction again after that query.
    Please advice is it possible to achieve this. If yes, then how.
    Regards,
    Guddan

    Hi Guddan,
    I created a RFC having a query which is taking a long time to execute. So i want to close RFC connection with portals which is via java connector(JCO) before that query and open the connction again after that query.
    I guess i will need to understand your requirement a little more in detail, as i understand you have an RFC which has a query within to fetch some data and is taking a long time to do so. In the meantime you don't want to keep the connection open?
    My question would be, Is the role of this RFC to only execute the query and fetch the data or does it do something else?
    If it does other things and these are independent of the query execution, then you can span a parallel call within the RFC to execute the query and in the meantime the RFC does the other things (or vice versa) hence reducing the overall time taken.
    If the sole purpose of this RFC is to execute the query, then you will not be able(i mean to say there is no simple and direct way of doing this) to close the connection after the Query is started and re-establish the connection after its execution, for a simple reason that - how will you know if the query has completed it's execution, so that you can establish the connection back.
    Alternate solutions, make this a two way asynchronous call, 1) You invoke the RFC asynchronously and close the connection, the RFC in turn will execute the query and transfer the data to JCO via another RFC call.
    If this needs to be a synchronous call, then you will need to optimize the query to its best.
    Regards,
    Chen

  • Error when connecting to portal from some machines

    Hi all,
    Can anyone help me with this.
    I get this jserver error when connecting to portal from some
    client machines.
    I works fine from the others. Any ideas?
    This is the error I get:
    [08/01/2002 17:41:57:618 GMT+00:00] page/Timeout occurred,
    label=73 url=http://odeceixe:81/pls/portal30/!
    PORTAL30.wwpro_app_provider.execute_portlet time=15828ms
    [08/01/2002 17:41:57:618 GMT+00:00] page/ContentFetcher
    Unexpected Exception, name=content-fetcher5
    java.io.EOFException: Premature EOF encountered
         at HTTPClient.StreamDemultiplexor.read
    (StreamDemultiplexor.java, Compiled Code)
         at HTTPClient.RespInputStream.read(RespInputStream.java,
    Compiled Code)
         at java.io.InputStream.read(InputStream.java:95)
         at java.io.InputStreamReader.fill
    (InputStreamReader.java:163)
         at java.io.InputStreamReader.read
    (InputStreamReader.java:239)
         at oracle.webdb.page.ContentFetcher.run
    (ContentFetcher.java, Compiled Code)

    Did you ever find the cause of this, I am receiving the same message, but as you said, only when connecting to the portal via a certain pc.

  • Problem connect to Portal with SLD

    Hi , i have problem connect the portal (7.0) whit SLD server
    The SLD server is configured in the Solution Manager.
    SLD: ctsi386nt02.ctsnx.com:sapgw00
    the check connect SLD failure. show messages.
    [Thr 4724] *  ERROR       partner 'ctsi386nt02.ctsnx.com:sapgw00' not reached
    [Thr 4724] *
    TIME        Tue May 03 14:15:29 2011
    [Thr 4724] *  RELEASE     700
    [Thr 4724] *  COMPONENT   NI (network interface)
    [Thr 4724] *  VERSION     38
    [Thr 4724] *  RC          -10
    [Thr 4724] *  MODULE      nixxi.cpp
    [Thr 4724] *  LINE        2823
    [Thr 4724] *  DETAIL      NiPConnect2
    [Thr 4724] *  SYSTEM CALL connect
    [Thr 4724] *  ERRNO       10061
    [Thr 4724] *  ERRNO TEXT  WSAECONNREFUSED: Connection refused
    [Thr 4724] *  COUNTER     25
    [Thr 4724] *
    [Thr 4724] *****************************************************************************
        Return code: RFC_FAILURE(1)
        error group: 102
        key: RFC_ERROR_COMMUNICATION

    Hi,
    User SLD - doesn't matter on name belogns to system where SLD is configured and running. SO I guess you have SLD on Solman.
    In case you didn't configured SLD on portal you have to set up on portal on visual admin choose Cluster > Server >Services > SLD Data Supplier > tab Runtime > HTTP Settings and add data of your Solman's SLD hostname port and user (SLDDUSER)
    In case of you have SLD also on portal, go to SLD page e.g. http://<hostname>:5<system_number>00/sld
    On the SLD initial page, choose Administration and in the section Server > Data Suppliers.
    add data of your Solman SLD
    Check web  http://help.sap.com/saphelp_nw70/helpdata/en/ee/74b3407e73c57fe10000000a1550b0/frameset.htm
    Best regards,
    Peter

  • E Recruitment Standalone system needs to connected with portal

    Dear E rec experts
    I am having e rec standalone system and a SAP HR system , Presently portal is connected with  SAP HR system, I need to connect the portal to E rec server as well . Our Basis team did the SLD and SSO  configuration , and portal system object also have been created to point the portal with Stand alone system . still i can not  connect to e rec system with the portal.
    Can any help with  the java connector component name  for e rec stand alone system with  HR system , if jico is the solution for this issue.Else Please  advice me any other solution -
    Regards
    Abhi

    Hi Abhi,
    Jco is for Java components. E-recruiting does not use Java Web Dynpro, but rather BSP and ABAP WD.
    You link the systems via RFCs:
    Call SM30, table T77S0 and check following parameter:
    in RECFA HRRFC the destination to the HR system should be maintained
    for this destination you can check if the connection is working by going to transaction SM59 -> ABAP connection -> double-click on the name -> button "connection test" to confirm the connectivity.
    Afterward, you have to create the ALE distribution model so that you can transfer data via PFAL tcode and check the received Idocs on T-code BD87.
    Regards,
    Bentow

  • Connecting Enterprise Portal with SAP ECC 6.0 for ESS/MSS

    Hi,
    I am trying to connect my Portal with the ECC backend but getting the error "SAP_R3_SelfServiceGenerics_MetaData". However when I tried to set the configuration in the JCo destination, I am not able to locate the message server for my ECC instance in the configuration page.
    Any idea on this?

    Hi,
    Do the following steps.
    1. Login to your SLD URL
    http://hostname of sld:5<NN>00/sld
    give the input as administrator username and password.
    Once you are IN.
    click on administrator TAB
    Click on Profile TAB
    In section TAB select DATASUPPLIER
    Fil the detail in GATEWAY HOST and GATEWAY SERVICE ( SAPGW<NN>)
    Gateway information should be on newly install gateway instance.
    Then click on save.
    Again click on Administrator TAB and click on STOP SERVER and then click on START SERVER.
    Once above actvity done on SLD syste,.
    Then go back to your ABAP stack in RZ70 and mainain the neccesary detatils and start the job, it should work now.
    Thanks
    Anil

  • {SOLV}What are supposed to be the username/password to connect to Portal...

    Hi ,
    I have installed Oracle AppS 10.1.2.0.2 .. Specifically the Apps Infrastructure and and the Oracle Portal.....
    What are the username/password to connect to portal....???
    Thanks....
    Sim
    Message was edited by:
    sgalaxy

    Hi ,
    I have installed Oracle AppS 10.1.2.0.2 .. Specifically the Apps Infrastructure and and the Oracle Portal.....
    What are the username/password to connect to portal....???
    Thanks....
    Sim
    Message was edited by:
    sgalaxy

  • Connect Enterprise Portal to CUA?

    Hello everyone - hope you can clear something up for me. I have searched online, in forums and my documentation but cannot find an answer.
    Is it possible to connect EP 6.0 to CUA in the same manner one would connect child systems to the central system? I have seen conflicting info suggesting it is possible I believe for roles. I have also seen screenshots of a portal with a CUA tab under either System Adminnistration or User Administration.
    I have a DEV and PRD CUA and each are connected to DEV and PRD LDAP servers. I would like to connect my DEV and PRD portals to each CUA. Is this possible? Is this functionality built-in to the portal?
    When the  users are created in LDAP they are automatically created in the portal as well. We run the LDAP synch job to populate CUA with the new users. Between eCATTS and CRMD_UI_ROLE_ASSIGN there is little work to assign roles in the ABAP systems (CRM 2007). However, I have to then manually assign the newly created portal users their roles/groups.
    systems:
    CRM 2007
    EP 6.0
    IBM TIvoli LDAP
    If you have any ideas or knowledge on this subject I would appreciate it!
    Thanks,
    Todd

    >  Any idea of how to actually connect the portal to CUA? For the life of me I cannot figure it out!
    Nope, sorry. I think the trick is to connect the portal to a backend system in such a way that assigning roles in the backend automatically assigns roles in the portal. You can imagine that back end system being part of a CUA. I've seen it working but I am not within reach of that system now.
    Maybe someone else can chip in.
    Otherwise, have a look in the forum.

  • Error connecting to portal database using alias

    i am using Connector framework api to connect to portal database.
    in <b>visual administrator -> JDBC connector</b>. I click on <b>runtime</b> tab
    Under <b>Resources</b> i find <b>Data Sources</b> and <b>Drivers</b>.
    Under Data sources I see SAPSR3DB. In Main tab on right hand pane I find many other aliases called SAP/BC_UME and SAP/BC_WDDR etc. Which one do I use in creating a connection.
    IConnectorGatewayService cgService = (IConnectorGatewayService) PortalRuntime.getRuntimeResources().getService("com.sap.portal.ivs.connectorservice.connector");
    ConnectionProperties cp = new ConnectionProperties(request.getLocale(),request.getUser());
    IConnection connection = cgService.getConnection("SAPSR3DB",cp);
    No system found for alias SAPSR3DB.

    Hi,
    If you want to use the PortalService IConnectorGatewayService you will have to create a JDBC System in the System Landscape of the Portal and create a System Alias with usermapping.
    You can then create a c connection to this JDBC System with the IConnectorGatewayServcie using the specified System alias.
    But if you want to directly connect to the System Database you can also use OpenSQL in your Portalapplication and lookup the Connection using JNDI:
          InitialContext ctx= new InitialContext();
          ds= (DataSource) ctx.lookup("jdbc/SAPSR3DB");
          java.sql.Connection conn= ds.getConnection();
    // user your connection here and close all jdbc objects finally!
    Best regards,
    Stefan Brauneis

  • Could not retain the repository connections in portal admin console.

    Hi
    i have created additional WLP repository (stream based) in oracle.
    and configured as datasource in server console. and added respective JNDI name in portal admin console.
    and i could add/delete the content. But when ever i am restarting the machine i am loosing the added connection from portal admin console only.the connection configuration server console is safe.
    each time i have to configure it with same JNDI name add work with it in portal admin console only when ever i restart the machine.
    The content and datasources configuration is safe .
    but When ever i am creating additional WLP repository i could not see the respective details have updated in content-mgmt.xml in EAR meta-inf.
    is that because of that. if so why it is getting updated when it is adding new connection in admin console.

    When you create a Repository connection at run-time using the Portal Admin, the configuration is written to a Deployment Plan. By default, the Deployment Plan is written to a location which can be deleted during an application redeployment. You can specify a location for the deployment plan, which will not get deleted, via the WebLogic Server Console or you can add the information to the content-config.xml in <earProject>/meta-inf.
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/prodOps/deployment.html#wp1045617
    Brad

  • Load balance connections from Portals 6 SP12 to R3

    Hi All,
    Can you give me a clue/help on how i can load balance connections from Portals 6 SP12 to R3 47x200.
    I have 5 servers, but the CI is getting hammered by portal as its not load balancing the workload across the other 4 app servers.
    Regards
    Karthikeyan

    Hi,
    You have an option while creating the backend system in the portal, You can create the system as System for load balancing. I am not sure that this can be changed once you create the system. You can delete the system and create the new system with the load balancing option.
    Regards,
    Vamshi.

  • Connection between portal (KM system) and external server.

    Hello All,
    I need to establish connection between portal (KM system) and external server. At external server, IIS and WebDAV are configured.
    So for this reason, I have created an HTTP system and a webDAV repository manager at portal, but not able to connect to the external system.
    I have created a webDAV template, but not able see it under KM systems to create a webDAV system, I have even restarted the portal, still no use
    Please suggest, any prerequisites need to be done?
    Thanks
    sk

    Hello Supraja.
    Yes, ofcourse i already followed the doc.... In the 20th page of the doc, it is said the portal needs to be started, for the WebDAV template to be seen. to go head and creat a WebDAV system under KM systems.
    But even after restarting the portal, I cant find the already created WebDAV template. Any guess to reslove it...
    A quick response it appreciated.
    regards-
    sk

  • Connection between Portal and MDM

    Hi all
    Can anybody help me on how to establish the connection between portal and MDM with step by step procedure.
    i am new to this combination .
    before i worked with portal but not worked with MDM .
    Regards
    Suresh babu

    Hello Suresh,
    As of my knowledge MDM IViews have the advantage to ful fil your neeed to provide connectivity moreover,that they are not complex in structure and are therefore not restricted by any underlying schema structure. As opposed to regular iViews in other systems which are embedded into the pages on which they appear, MDM iViews are more generic and granular in nature enabling their placement on a page to be more adaptable.
    The SAP Enterprise Portal (SAP EP) offers templates for creating the iViews. The following are some examples of these templates available at the link:
    [http://help.sap.com/saphelp_mdm550/helpdata/en/45/c9f8cac2124ebee10000000a11466f/content.htm]
    Procedure:
           1.      Create a new page using the page wizard.
           2.      To see the iViews you created on the new page, you need to link them to the page. Right-click each of the iViews that you created and from the context menu, select Add iView to Page &#8594; Delta Link
           3.      Double-click the new page you created and select:
    Page Content to view a list of the iViews that have been linked to this page
    Page Layout to view the layout currently assigned to this page. The iViews can be rearranged using the drag&drop function.
           4.      The visual structure of a page can be changed with the Page Layout function. Select Define Layout to reset the layout of the page.
           5.      Select Preview to view the page showing how the iViews have been arranged. The preview simulates what an end user sees at runtime.
    Detailed pictorial presentation available at:
    [http://help.sap.com/saphelp_mdm550/helpdata/en/45/c8e2fa5f0c2e97e10000000a155369/content.htm]
    Hope you will find it helpful.
    Regards,
    Krutarth

  • Can4t connect to Portal

    Hi!!!
    After upgrade jdk version i can4t connect to portal
    My apps developed with plsql toolkit works correctly but portal dont work i supose that the problem is in jserv but i don4t know where?
    could anyone help me?
    thanks in advance.

    i forgot to tell that now jserv is not working.

  • How can i find the list of backend systems connected to portal?

    Hi Gurus,
    How can find the back end systems that are connected to portal?
    Please give a clear note on this .......
    Thanks in Advance,
    Dharani

    Hi,
    you can read the following about the system landscape.
    http://help.sap.com/saphelp_nw70/helpdata/en/0d/17df3d2cae445ae10000000a11405a/frameset.htm
    You can verify the JCO connection too.
    Go to http://portal.domain.com:50x00
    Web Dynpro -> Content Administrator -> Maintain JCo Destinations
    Brad

Maybe you are looking for

  • IP addresses.

    How can I get IP addresses of client and host in a web application. Not just in servlets, I want to know how to get these values in a simple java class. Thanks,

  • Row strokes in cell type tables

    The problem is the following: when I select the whole table and go to strokes and fills to put a stroke at the bottom of ALL rows, I select the bottom rule of the "matrix" in the center of the window and put 0.3 points. What that does is put a stroke

  • Getting ora-0600 when running PROFLOAD.sql

    Hi, I was getting ORA-0600 when running PROFLOAD.sql script for DBMS_PROFILER (from SYS account). I am running Oracle 9i personal edition on win98. Did anybody had the same problem??

  • V$db_object_cache

    Hi, I have a package OWA that is executing many times and I see that has a lot of locks. What means this? How could I fix this issue? Thanks! sql> select type, sharable_mem, loads, executions, locks, pins, kept, child_latch   2  from v$db_object_cach

  • Problem with save file control

    hi , i have this vi to control a wavelength meter to measure & save reading to a file on my pc the problem is i need to make the write labview measurment file to be enabled by the Get Lambda swich and at the same time i need the AutoScan to be readin