SAP Additional App Server unable to recognize sybase DB on PAS

Hi Experts,
We have Primary App Server(PAS) + DB installed on a single box which is up and running fine, now we are trying to install an additional application server(AAS) and we have NFS mounted /sapmnt/SID and /usr/sap/trans from PAS onto the Addtln App Server but got some error when SWPM is starting the instance. When checked the logs dev_w0 says that it is unable to establish connection with the sybase database :
ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 4531]
C  (30012) [08001] [Sybase][ODBC Driver]Client unable to establish a connection
C  syb_glob.dbsl_ca.errclass set to DBSL_EC_RESTART
C  Connection 0 failed using DRIVER={Adaptive Server Enterprise};server=hnpclecp;port=4901;uid=SAPSR3;db=ECP;pwd=xxxxxxxxxxxx;TextSize=21
47483647;FetchArraySize=1000;ReleaseLocksOnCursorClose=1;DynamicPrepare=1;UseCursor=2;homogeneousbatch=1;charset=utf8;EncryptPassword=1;E
nableLOBLocator=0;app=R3D000 01 comm rd ODBC;logintimeout=30;ProtocolCapture=cap_w0_comm_rd;supresstdscontroltokens=1;SuppressRowFormat=1
;SuppressParamFormat=1;
C
B  ***LOG BV3=> severe db error 30012     ; work process is stopped [dbsh         1241]
B  ***LOG BY2=> sql error 30012  performing CON [dblink       544]
B  ***LOG BY0=> [ASE Error SQL30012:08001]Client unable to establish a connection [dblink       544]
M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1521]
M  in_ThErrHandle: 1
M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   11445]
Both the servers are on the same network and hence all the ports will be open already.
Also /sapmnt/<SID> is mounted and in /usr/sap/SID/D01/exe of app server has the latest sybase library files.
Kindly advice if I have missed any mandatory steps for AAS intance installtion...
Thanks !!!
Regads,
Srikanth

Hi Juan,
We are using Sybase ASE and SWPM has not asked for any client software(I believe its not required for Sybase). And R3trans -X returns 0012 with trans log saying ;
4 ETW000  [     dev trc,00000]  RSecSSFs: Entering function "RSecSSFsGetRecord" [rsecssfs.c 872]          11  0.017067
4 ETW000  [     dev trc,00000]  RSecSSFs: Configuration data read from environment parameters [rsecssfs.c 4359]
4 ETW000                                                                                                  40  0.017107
4 ETW000  [     dev trc,00000]  RSecSSFs: Data file "/usr/sap/ECP/SYS/global/security/rsecssfs/data/SSFS_ECP.DAT" opened for read [rsecssfs.c 2539]
4 ETW000                                                                                                  63  0.017170
4 ETW000  [     dev trc,00000]  RSecSSFs: Key file "/usr/sap/ECP/SYS/global/security/rsecssfs/key/SSFS_ECP.KEY" not found, using default key [rsecssfs.c 1424]
4 ETW000                                                                                                  35  0.017205
4 ETW000  [     dev trc,00000]  RSecSSFs: Record with key "DB_CONNECT/DEFAULT_DB_CON_ENV" not found in secure storage [rsecssfs.c 2561]
4 ETW000                                                                                                  33  0.017238
4 ETW000  [     dev trc,00000]  RSecSSFs: Exiting function "RSecSSFsGetRecord" with return code 1 (message: Record with key "DB_CONNECT/DEFAULT_DB_CON_ENV" not found in secure storage) [rsecssfs.c 940]
4 ETW000                                                                                                  38  0.017276
4 ETW000  [     dev trc,00000]  read_ssfs_record(): not found is accepted, RSecSSFsGetRecord(DB_CONNECT/DEFAULT_DB_CON_ENV)=1 : Record with key "DB_CONNECT/DEFAULT_DB_CON_ENV" not found in secure storage
4 ETW000                                                                                                  13  0.017289
4 ETW000  [     dev trc,00000]  read_ssfs_record(): deregister callback ssfs_dbi_trace                     7  0.017296
4 ETW000  [     dev trc,00000]  load of SQLLEN8 SYB library libsybdrvodb8.so successful.                4328  0.021624
4 ETW000  [     dev trc,00000]  lib_dbsl 721 12/12/2013 15:20:00                                         761  0.022385
4 ETW000  [     dev trc,00000]  connection unquiesced                                                     17  0.022402
4 ETW000  [     dev trc,00000]  721_EXT build                                                             12  0.022414
4 ETW000  [     dev trc,00000]  dbsybslib.dll patch info                                                  17  0.022431
4 ETW000  [     dev trc,00000]    SAP patchlevel  0                                                       11  0.022442
4 ETW000  [     dev trc,00000]    SAP patchno  213                                                         9  0.022451
4 ETW000  [     dev trc,00000]    Last SYBASE DBSL patchlevel 0                                           10  0.022461
4 ETW000  [     dev trc,00000]    Last SYBASE DBSL patchno         213                                    11  0.022472
4 ETW000  [     dev trc,00000]    Last SYBASE DBSL patchcomment IBM i: Multi-connect to SYBASE IQ (1946327)
4 ETW000                                                                                                  17  0.022489
4 ETW000  [     dev trc,00000]  Fri May 16 02:18:33 2014                                             30001377  30.023866
4 ETW000  [     dev trc,00000]  ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 4531]
4 ETW000                                                                                                  26  30.023892
4 ETW000  [     dev trc,00000]  (30012) [08001] [Sybase][ODBC Driver]Client unable to establish a connection
4 ETW000                                                                                                  19  30.023911
4 ETW000  [     dev trc,00000]  syb_glob.dbsl_ca.errclass set to DBSL_EC_RESTART                          22  30.023933
4 ETW000  [     dev trc,00000]  Connection 0 failed using DRIVER={Adaptive Server Enterprise};server=hnpclecp;port=4901;uid=SAPSR3;db=ECP;pwd=xxxxxxxxxxxx;TextSize=2147483647;FetchArraySize=1000;ReleaseLocksOnCursorClose=1;DynamicPrepare=1;UseCursor=2;homogeneousbatch=1;charset=utf8;EncryptPassword=1;EnableLOBLocator=0;app=R3 000 00 comm rd ODBC;logintimeout=30;ProtocolCapture=cap_p21766_comm_rd;supresstdscontroltokens=1;SuppressRowFormat=1;SuppressParamFormat=1;
4 ETW000                                                                                                 
4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 30012  performing CON                              221  30.024200
4 ETW000  [    dblink  ,00000]  ***LOG BY0=>[ASE Error SQL30012:08001]Client unable to establish a connection
4 ETW000                                                                                                  19  30.024219
2EETW169 no connect possible: "DBMS = SYBASE --- "
Please assist.
Regards,
Srikanth G

Similar Messages

  • Central Service Instance missing after Additional App server was installed

    Hi Experts
    I had installed SAP Netweaver CE7.1 system in 2 machines as distributed system.
    I did installation as follow:
    1. Install MSSQL server native access client in machine 1
    2. Install DB server in machine 2
    3. Install SCS in machine 1
    4. Install DB instance in machine 2
    5. Install PAS in machine 1
    The installation had been fine. I had checked by confirming at the MMC. In machine 1, I could see SCS, PAS and DB running. I had also logged on into portal and NWA.
    Then I installed Additional App server in machine 2.
    Howerver, in the end of the installation it said that the installation has been stopped.
    Later when I see the MMC, I found that I could see DB, PAS and AAS only. SCS was missing and
    the system could not start.
    I am very much looking forward to hearing from you what went wrong during the installation of AAS.
    The log generated in the sapinst.log is really long. I got server error when I put the log data in this message. I can send it through mail if need be.
    Regards,
    Sudeep

    problem solved

  • License key for Trial of SAP Netweaver app server ABAP 7.4 on SAP MaxDB

    Hello
    I am neither an existing SAP customer or a Partner. I am trying to setup a  trial of SAP Netweaver app server ABAP 7.4 for using it as a data source on SAP Mobile Platform for OData services connection to ABAP system. On the Account creation screen, the system prompts me for the license key and secret key after Cloud service provide name (AWS). I dont have this keys. Can someone help to get me some clues as to what are the possibilities.
    Thanks
    Snehal Pandya

    Hi Snehal,
    please have a look at our FAQ: SAP Cloud Appliance Library - FAQ
    Especially the "specific questions for AWS" section gives you the right information.
    Regards,
      Hannes

  • MDM ConnectionPool-design required between SAP NW App server & MDM server

    Hello,
    I have a deployable java proxy which implements the business logics using MDM Java API 5.5. to insert or modify the record in MDM repositorty,  the data is send from ECC via PI 7.1.
    The current design which i implemented is whenever the proxy is called a new connectionPool instance is fetched from ConnectionFactory and get the repository&user session and once the record is inserted in MDM repository i do the cleanup(i.e destroy sessions & close connection).
    Since a new connection is obtained every time the performance issue occurs, i would like to whether an configuration is available to maintain/have a connectionPool in the SAP NW application server,so that only one connectionPool is obtained from that i can do the operation in MDM.This way i can reduce the performance issue.
    Please pour your thoughts.
    Regards
    Sabarinathan

    Hi,
    Thanks for your comments, but the session handling part is already taken care in cleanup() method.
    Once the record is successfully insert or modified, i do a cleanup to destroy the session and release the connection.
    The issue is how to have only one connectionPool instance with maxconnection set and resuse for creating the user session/reposotory session.
    I am trying to have a stateful session bean with gets the connections and in my implementation class like creating the session i do a JNDI Lookup to bean to get the connectionPool instance, this way i reuse the connectionPool object.
    It works for me,,but some how only 7 connections are obtainied evethough i setmaxconnection to 10000. I dont know whether the defaultmaxconnection is getting overriden or not? Any idea why is this?
    @TransactionManagement(value = TransactionManagementType.CONTAINER)
    @Stateless(name="MasterDataReplicationBean")
    public class MasterDataReplicationBean implements MasterDataReplicationLocal {
         public ConnectionPool connectionPool=null;
         public void setConnection(){
         try{
               ConnectionPoolFactory.setMaxConnections(100000);
                this.connectionPool=ConnectionPoolFactory.getInstance("CH00SDD1",true);
                this.connectionPool.setMaxConnections(100000);
         catch(Exception ex){     
                            //throw exception
         public ConnectionPool getConnection(){
              return      this.connectionPool;
    The  below code does the JNDI lookup,
    hashtable<String, String> prop = new Hashtable<String, String>();
                          prop.put(Context.INITIAL_CONTEXT_FACTORY,"com.sap.engine.services.jndi.InitialContextFactoryImpl");
    prop.put("force_remote", "true");
    prop.put(Context.PROVIDER_URL, "xxxxxdi1.au.acc.accnet:50014");
    If anyone has anyother approach/design your most welcome and i am interested in it.
    Thanks
    Sabarinathan

  • Error with JSF application on SAP NetWeaver  App Server  7.3

    Hello Gurus,
                             I have a JSF web application which I have deployed on the SAP NetWeaver Server 7.3 , but when trying to access the same I get the error
    Cannot process an HTTP request to servlet [Faces Servlet] in [SecurePro] web application. [EXCEPTION] javax.servlet.ServletException: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error in executing the compilation process: [ Compilation Failed! Exit Code=1
    Has anybody else also got the same error earlier?, I am using Mojarra  implementation for JSF.
    I had earlier deployed the same application in an earlier JSF version and it worked on NWAS7.0 but Now I need to upgrade that, Please help
    Thanks
    Somil Agarwal

    Hi Ingo,
    Yes - Ive tried every possible combination and here is my findings...
    I don't think the 32-bit version of the SAP Java Connector (2.1.8) works on a Windows 2003 x64 SAP J2EE 7.0, i.e. the sapjco.jar file. I created a directory and added it to the CLASSPATH of the J2EE server (server and instance) and I also added it to the Java classpath using: java -jar <path+sapjco.jar> -classpath. Executing this command brings up a SAP Java connector window where it displays information of the version, location of the sapjcorfc.dll file etc. This windows opens, but is not able to display the information. If I do exactly the same with the x64 bit version of the SAP Java connector (2.1.8) it displays the information correctly in the SAP Java connector popup. I've tried copying the sapjcorfc.dll and the librfc32.dll to both the /system32 and the SYSWOW64 directory on the server.
    HOWEVER, in CMC the Role Import tab still does not work - I just get the text null (in red). Before adding the sapjco.jar to the java classpath I got another error on the Role import tab - something like /com/sap/mw/jco/$JCOFunction. So it seems like it is now able to find the sapjco.jar file, but can not use it properly.
    The big question is now: Should the sapjco.jar file actually be on the Application server or on the BOE Server? I know it says on the application server in all documentation, but that generally assumes Tomcat and all installed on one server.
    BOE uses the sapjco.jar file to connect to the BW system to import the roles and that must be the BOE server doing that job and not the Application server???
    Just my thoughts - maybe we can discuss this at Teched in Phoenix? :o)
    Best regards,
    Jacob

  • App Server Does not recognize the transport Directory

    We have added a new server in the production system , but this server is not able to recognize the transport directory ,
    In the instace profile , this parameter is set as below
    DIR_TRANS = 
    bp1tulap139\sapmnt\trans
    When i check the profile it throws a warning
    W:DIR_TRANS directory
    bp1tulap139\sapmnt\trans does not exist
    Even the transport Directory 
    bp1tulap139\sapmnt\trans
    is mounted on the server but still I am getting this error .
    Please help

    Oh man - that is Windows Security basics.
    I am wondering how people can try to install and administrate enterprise level applications without this knowledge.
    you may try to create SAPSERVICE<SID> as a local user on the machine where the transport directory is stored on and give it the same password on this machine.  After that add it to the local SAP_LocalAdmin group.
    After that the access should work (if both servers are member of the same workgroup).
    peter

  • How to deploy a war file from a different app server to the SAP one

    Hello,
    I hve recieved a war file from Tomcat that needs to be deployed on the SAP Java App server. As far as I know the SDM only allows to deploy ear files. How can I deploy this war to the app server?

    Hi Roy,
    in order to deploy the WAR file you have to wrap an EAR around it. I had the same problem.
    You can do this using Netweaver Developer studio.
    Perform the following steps:
    - Start NWDS
    - Create a New Enterprise Application Project
    - Create a New Web Module Project (name it like your war file => e.g. your war file is called myApp.war => call your Web Module myApp)
    - Edit the application.xml of your Enterprise App if necessary (description, Displayname etc.)
    - Link your Web Archive to your application archive (right Mouse click on Application Archive and from the Context Menu choose "Add Modules" => In the list choose your Web Module)
    => You can also perform a right mouse click on your web Module and from the context menu choose "Add to EAR Project" => In the list choose your Enterprise Application!
    - Build Web Archive (right mouse click on your Web Module and from the context menu choose "Build Web Archive" => This will create a war file that has the same name as your war file! => If you do not see it try to switch to resource perspective!)
    - Build Application archive (right mouse click on Application archive => from the context menu choose "Build Application Archive")
    You are done
    The EAR file is generated and will be created in your workspace.
    Now browse to your workspace. Unpack the EAR using WinZip or any other Archiver program.
    Replace the contained war with your war and repack the ear file (You can also use tools like Total Commander to directly replace the war file in the EAR with your war without having to unpack the war). You can also import your war into NWDS and rebuild it so you won't have to replace the WAR in the EAR but as your WAR is already built I would just replace it as described!
    You can now deploy the ear file to SAP J2EE
    Hope this helps (Reward points for helpful answers are appreciated!)
    Cheers

  • SAP JAVA Application Server Install / Label wrong

    Hello,
    I need to install Java Application Server (at least some Components) because we need to run the Adobe Document Services and it runs only on JAVA App Server. We have till now only ABAP Stack Server.
    I try to install it with SWPM: SAP EHP1 for NW7.3-->MaxDB-->SAP Systems-->App Server JAVA-->Standard System
    and I get the follwing error when checking Software: Found the label J2EE-CD: 703 but you need label SAP:UT:731.
    Please advise.
    Regards
    Mike

    Hi Michael,
    In the CD media 51043228 JAVA, whitch it is composed by 5 CDs.
    Try in the folder Java Component NW731\DATA_UNITS\JAVA_J2EE_OSINDEP_UT where there is LABEL.ASC file with label SAP:UT:731:SP01:*:*
    Hope it helps.
    Best regards,
    Martina

  • SAP App Server 7 does not recognize DOM mechanism of XML security provider

    Hi all,
    I am trying to do XML signature by Java servlet, and am using Sun WSDP 2.0 (WebServices Developers Pack) for this purpose.
    SAP Netweaver 7.0 (which implements Servlet API version 2.3) on Windows2003
    JRE 1.4.2
    SAP Developers Studio
    SWSDP 2.0
    Code snippet:
    import javax.xml.crypto.dsig.XMLSignatureFactory;
    XMLSignatureFactory sigFactory =
    XMLSignatureFactory.getInstance("DOM", new org.jcp.xml.dsig.internal.dom.XMLDSigRI());
    This gives an exception:
    javax.xml.crypto.NoSuchMechanismException: Cannot find DOM mechanism type
    This means that the SAP app server cannot get DOM mechanism from the provider (org.jcp.xml.dsig.internal.dom.XMLDSigRI).
    I tried the same code in a stand-alone Java program, and it worked perfectly. Again, the same program when loaded on tomcat also worked. I tried with JWSDP 1.5 and the results were same (ie. worked on tomcat, worked in a stand-alone java program, but failed in SAP app server).
    Does anyone know or have any idea of this issue? Why is the SAP app server rejecting the DOM mechanism of other provider? Is this a bug?
    To recreate this issue, just download the xmldsig.jar for the package JWSDP2.0 (or 1.5) and write the above 2 lines in the servlet.
    Thanks in advance.

    This problem is solved. I am putting the reply here so that others who stumble upon this error can benefit.
    Add the following line to explicitly include the provider before the getInstance
    Security.addProvider(new org.jcp.xml.dsig.internal.dom.XMLDSigRI());
    XMLSignatureFactory sigFactory =
    XMLSignatureFactory.getInstance("DOM", new org.jcp.xml.dsig.internal.dom.XMLDSigRI());

  • App.server load balancing for SAP System with 1 PS

    Hi,
    In SAP CPS 7.0 (Build M26.12) I have a SAP system with Central Instance + 10 App.servers, but all instances are managed by 1 ProcessServer.
    After activating the "App.server load balancing" setting in SAP system definition the application servers are becoming visible in CPS with their load factors (number of BGD wp's on app.servers) and load numbers (number of active jobs on app.servers).
    This is so far fine, but the additional functionality is not working as I would expect, I have issues with 2 functionalities:
    1. Based on documentation after activating also the XAL connection the CPS should submit the job on app.server with best performance based on XAL monitoring data filling the TARGET_SERVER parameter.
    This functionality is not working for me at all
    2. A useful functionality after activating the "App.server load balancing" setting is that the ProcessServer is going to "Overloaded" status when all BGD wp's of SAP system are occupied, thus restricting submitting new jobs during overload situation. But I had an issue also with this functionality, after SAP system recovery from overload situation, the CPS still remained in Overload status (so no new jobs were submitted).
    As a workaround I had increased the treshold values for loads on all app.servers for this SAP system, what was fine for several days, but after a while I believe this was a reason of unexpected performance issues in CPS, therefore I have deactivated the 'App.server load balancing" setting at all for this ProcessServer.
    I would appreciate your feedbacks with this functionality.
    Thanks and Regards,
    Ernest Liczki

    Hi Preetish,
    This connect string option is to loadbalance RFC connections. These are balanced upon login, once you are connected to a particular application server (AS) you stay on that server until you reconnect.
    Since CPS uses multiple RFC connections, this will result in the connections being distributed over the available AS resources which is fine as long as they are generally evenly loaded. If you have certain AS hosts that are continuosly more loaded than the rest, then you probably don't want the CPS RFC connections to end up on these servers.
    The original question is about loadbalancing of batch jobs over the available AS resources, and this is done independent of the RFC connection load balancing. Even if all CPS RFC connections are pinned to the DB/CI host, you can still loadbalance jobs over the available SAP AS hosts, either by using SAPs builtin balancing, or the CPS algorithm by activating the checkbox as indicated in the first entry in this thread.
    Finally, to reply to Ernest's question: I believe there are some fixes on the app load balancing in the latest release, M26.17 should be available on the SWDC now.
    Regards,
    Anton.
    Edited by: Anton Goselink on May 29, 2009 9:06 PM

  • After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    Your advice did not help me. I also installed 10.7.4 combo but the situation is the same.
    my internet connection is ok, mail is ok, but app store after 3 resets does not recognize my ID and it says "connection is not possible". Why? I have the same problem in both my mac mini late 2009 and mac book air 2010? Is it a problem of 10.7.4 update? I have to solve this problem and how can i return to 10.7.3 if my last backup was not with 10.7.3???thank you for your kind collaboration...

  • There is a problem with the server's security certificate. The security certificate is not from a trusted certifying authority. SAP Business One is unable to connect to the server

    Hello,
    I have an issue with connecting client SB1H on Windows, the scenario is as follows:
    1.- Server:
         Suse Linux Enterprise Server 11.3 kernel version: 3.0.76-0.11 IBM
         NDB and Server are review 69 SP06
    2.- Client:
         Windows 8 Pro Virtual Machine on Microsoft Hyper-V
         SB1H PL 11 version 32bits    
         SAP HANA Studio version 1.0.60
    When I run SB1H the following message appears:
    There is a problem with the server's security certificate. The security certificate is not from a trusted certifying authority. SAP Business One is unable to connect to the server.
    Any idea what could be the solution?

    Hi,
    Please check SAP notes:
       1993392 - Server components setup wizard: New default values for certificates and single sign-on option
    1929288 - Do not configure SSL for XApp during installation or upgrade if XApp is installed on a different machine than the SAP HANA server
    Thanks & Regards,
    Nagarajan

  • Unable to recognize the server status in OEPE, shows error alert

    Hi,
    On windows 32 , I installed the WSL 10.3.3 + OEPE and the OSB 11g.
    I have configured the a base_domain with a dtabse of 10g (10.3) Express edition.
    When I try to start the server from OEPE (Eclipse), the server starts and the console show the server is RUNNING. Even I can connect to OSB Console from Browser.
    However, the servers tab in the eclipse unable to recognize the status, and returns back to STOPPED with an Alert message "Server xxxx unable to start.
    So I am not able to do anything in the OEPE, its urgent please, any help .
    Thanks in advance.
    -- Khaleel

    Hi Ravi,
    Thanks for the suggestion. Actually the server and domain all are running well. I can start and stop from the startup menus and command scripts.
    The only issue is in the Eclipse (OEPE) when I try to connect the server. However I found the solution that I need comment the localhost entry in hosts file as below.
    # 127.0.0.1 localhost
    Now the server is connecting well. However I have another issue, that I am not able to shutdown the server from startup menus. I suspect the t3 protocal and HTTP protocal related. If you have any suggestions please help me.
    Note: if still have issues then try by removing the LAN connection, or install the Microsoft Loopback Adapter.
    But I am still looking for options without commenting the localhost in the hosts entry.
    --Khaleel
    Edited by: Khaleel Shaik on Dec 8, 2010 2:58 PM

  • Adding an additional new app server - to BI

    We're going to add a new app server, dialogue instance to our BI 7.1 system so that we'll have 2. Do we need to apply the enhancement pack 1 to the new dialogue instance?
    Thanks,
    Daniel

    Hi Daniel,
    For updating the dialog instances please see note 1245473
    Add. Info. - SAP Enhancement Package Installer 7.00
    Updating Dialog Instances                                                  
    After the enhancement package installation on the central instance, you    
    need to update the dialog instances accordingly. To do this, you install   
    the new dialog instances on top of the old dialog instances using the      
    tool SAPinst.                                                              
    You can now also install more dialog instances, if necessary.                                                                               
    3.  Save your dialog instance profiles, if you want to reuse them.                                                                               
    4.  In case of a dual-stack system or a Java system, uninstall the old     
        dialog instances as described in the installation guide for your       
        source release.                                                                               
    5.  To install a new dialog instance, proceed as described in the          
        document Installation Guide - <SAP NetWeaver / SAP application>        
        (<Technology>) on <Operating System>: <Database>.                                                                               
    6.  If you use other instance numbers than on the source release and       
        reuse the old dialog instance profiles, adapt the instance numbers     
        in the profiles.                                                       
    So installing the new dialog instance will be updated.
    Regards,
    Paul

  • "Unable to load IAmWebPolicy" with Policy Agent 2.2 on Sun App Server 8.2

    I'm trying to install the Policy Agent for App Server 9.0/9.1 to App Server 8.2 (which claims to be supported). Identity Manager is the target resource. I get this when I try accessing the /idm root context:
    Exception caught in AmWebPolicyManager initializer: Unable to load IAmWebPolicy: com.sun.identity.agents.policy.AmWebPolicy
         at com.sun.identity.agents.policy.AmWebPolicyManager.<clinit>(AmWebPolicyManager.java:135)
    Thanks,
    Steve Maring

    You were absolutely correct
    I've resolved this issue - the problem was caused by two things:
    1. There is a new version of a library called libxml2.so that I had to get from Sun (they provided version 2.6.7)
    2. My web server with the agent on it is on a seperate box from the identity server. These two servers were out of sync in terms of their system time (ie, the solaris box with the agent / web server was about 8 minutes ahead of the solaris box with the identity server)
    Once both of these things were fixed (the time issue most importantly), the web server would not hang anymore.

Maybe you are looking for

  • Cisco VPN no longer works - on 2 machines

    Hello all - I had been successfully running Cisco VPN 4.9.01 (0030) to connect to my work computer from 2 Macs at home after freshly installing Leopard on both of them, but now I cannot connect from either Mac. I also tried installing 4.9.01 (0080) b

  • How to use mathematical functions in XSL mapping

    Hi, I am using Jdeveloper 10.1.3.3. I need to insert mathematical functions like "multiply,divide,power" etc in my mapping. But in the XSL i am getting all string functions and very few math functions for number. I am newbie in Jdev. Please if anyone

  • Sp_addlinkedsrvlogin AD group limitation (workaround? anyone?)

    Hello. I have looked all over boards and can't seem to find any elegant (or even hacky) workaround for this situation, hoping some of you geniuses can help. SQL Server 2008 R2 Enterprise. We have a linked server to a DB2 server. The current linked se

  • Broken M key.

    I got my Blackberry Curve 8330 for christmas yesterday. (Pre-Used) Everything works fine on it, except the M key is unresponsive. I've tried restarting it, and removing the battery, but I can't get it to work. Is there a possibility this is a softwar

  • Issues with Drag and Drop to Folder

    I know how to pack and unpack folders.  But how does one add regions to an existing folder.  As the help manual states, that this is done by dragging existing regions into the folder region at the top level of the Arrange hierarchy, and that if the f