DbAdapter is in prepared State- Not getting Activated.

Hi,
I am creating the connection pools in cluster environment. I made that DbAdapter to target to all servers in cluster. The connection pools are also getting created without any error. Updating the DBAdapter is also nt a problem. But the DbAdapter is not returning to active state it is in prepared state.
Plan.xml is updated with the created connection pools name and also i have made this Plan.xml files to be available to all managed servers.
All data stores are in running mode. But the status of connection pools is in suspended state. And also the connection pools are missing in the JNDI tree. Nothin is present in eis/DB folder. So what shal i do make the db adapter to be in active state. Please help me.
Regards
Prabhu

Hi Prabhu,
Which version and release are you working with? Have you checked managed server logs for any error while updating/re-deploying the DBAdapter?
Regards,
Anuj

Similar Messages

  • Version 1 is not getting activated in PR and PO

    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    Full points will be awarded.

    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Dear Amir,
    in pr version management , control data :select version active,version 0 ok, & external ok. &
    field selection : reason required,short text req., requester req., external number & posting date are optional & save.
    even with release strategy there is no problem
    create a pr & save it.After release it. change the pr
    after u canfind the versions 0 & 1.
    in po version management , doc.category f doc.type nb pur.org xxxx ,control data :select version active,version 0 ok, field selection : reason required,short text req., requester req., external number & posting date are optional & save.
    go to Set Up Change Displays as per standard nb is already there no need to change & category is blank
    in category u have to maintain f(is for po) & save it.
    create a po & save it.After release it. change the po
    after u canfind the versions 0 & 1.
    Regard's
    Raj.

  • Application is in 'Prepared' state instead of 'Active' state.

    I m using below code to deploy an application on weblogic 11g
    import java.io.*;
    import java.util.Hashtable;
    import weblogic.deploy.api.tools.*;  //SesionHelper
    import weblogic.deploy.api.spi .*;  //WebLogicDeploymentManager
    import javax.enterprise.deploy.spi.TargetModuleID;
    import javax.enterprise.deploy.spi.status.ProgressObject;
    import javax.enterprise.deploy.spi.status.DeploymentStatus;
    import javax.enterprise.deploy.shared.ModuleType;
    import javax.enterprise.deploy.spi.Target;
    import javax.management.MBeanServerConnection;
    import javax.management.remote.JMXConnector;
    import javax.management.remote.JMXConnectorFactory;
    import javax.management.remote.JMXServiceURL;
    import javax.naming.Context;
    public class WeblogicTest
         public static void main(String ar[]) throws Exception
              System.out.println("Start Deploying");
              WebLogicDeploymentManager deployManager=SessionHelper.getRemoteDeploymentManager( "t3", "10.0.0.47", "7003", "weblogic",
              "weblogic123");
              System.out.println("Deploy Manager  :  " + deployManager);
              DeploymentOptions options = new DeploymentOptions();
              options.setName("TC33");          //TODO
              Target targets[] = deployManager.getTargets();
              System.out.println("Target  :  " + targets);
              Target deployTargets[]=new Target[1];     
              int temp=0;
              for (temp=0; temp < targets.length; temp++){
                   if(targets[temp].getName().equals("managed_2")){
                        deployTargets[0]=targets[temp];
              ProgressObject processStatus=deployManager.distribute(deployTargets, new                
                        File("\\\\10.0.0.47\\Builds\\VertexTest\\domain1\\tc3.3b74_6.2.2011.19\\test.ear"), null,options);
              DeploymentStatus deploymentStatus=processStatus.getDeploymentStatus() ;
              System.out.println("UnDeploymentStayus.getMessage(): "+deploymentStatus.getMessage() );
    System.out.println("Start sleeping");
              Thread.sleep(10000);
    System.out.println("End sleeping");
              TargetModuleID[] targetModuleIDs=deployManager.getAvailableModules(ModuleType.EAR, deployTargets);
              System.out.println("\n\t targetModuleIDs [] = "+targetModuleIDs);
              for (int j=0;j<targetModuleIDs.length;j++){
                   System.out.println("\n\t "+targetModuleIDs[j]);
                   deployManager.start(targetModuleIDs);
                   deployManager.start(targetModuleIDs);
    }This code successfully deployed my application on desired managed server but my application is in 'Prepared' state instead of 'Active' state.
    Currently, I have to manually update my application's state to 'Active'.
    Can anybody tell me if I am missing something in my code.

    It actually looks fine, but what could be the problem is the time to deploy your application and
    the sleep command of ten seconds. When your sleep is finished, is your application deployment finished?
    Maybe you can add a while loop using the isCompleted method of the DeploymentStatus class, for example,
    ProgressObject processStatus = deployManager.distribute(deployTargets, new File("\\\\10.0.0.47\\Builds\\VertexTest\\domain1\\tc3.3b74_6.2.2011.19\\test.ear"), null,options);
    DeploymentStatus deploymentStatus = processStatus.getDeploymentStatus() ;
    while (!deploymentStatus.isCompleted()) {
        Thread.sleep(1000);
    TargetModuleID[] targetModuleIDs = deployManager.getAvailableModules(ModuleType.EAR, deployTargets);
    System.out.println(targetModuleIDs);
    if (targetModuleIDs.length > 0) {
        deployManager.start(targetModuleIDs);
    }Or something else along those lines.

  • Function Module Not Getting Activated

    Hi,
    We are using a customised function module which we are calling in a user exit. We would like to call this function module in update task in the user exit to populate data in a custom table.
    We have given the following parameters to the function module
    Import Parameters
    ITAB     LIKE     ZPRUNDAT
    Export Parameters
    l_subrc     TYPE     sy-subrc
    On the attributes tab of the function module, Update Module has been selected under processing type.
    When we try to activate this function module we get the following message
    EXPORTING parameters are not allowed in the update task.
    and the function module does not get activated. What should we change to get the function module activated?
    Mick

    Hi,
    Please try this....
    In function module
    In tables Section add this...
    RETURN TYPE BAPIRET2 and then activate.
    if its useful reward points

  • 0PS_C02 update rules are not getting activated when i install 4rm BI conten

    Hi All,
    In BI Dev. sys for PS module-  Project System - Dates 0PS_C02 cube-  update rules are not getting activated when i install from the business content and its giving the error  " IC=0PS_C02 IS=0PS_DAT_PRJ error when checking the update rules                Message no. RSAU461" .
    I deleted the inactive update rules(6 nos) and installed again from BI Content, then the same issue raising.
    Can anyone help me out as i stuck up with this to move to go-live.
    Thanks,
    Sakali

    Hi Vassu,
    here are some of the reasons for getting error in update rules activation.
    1. Check the formula or routines that are used in Update rules and check is there any syntax errors.
    2. check whether the mappings are correct or not.
    3. check the info objects which ur used for mapping are in active or not..
    (or) if the info object may be deleted which ur using for mappings.
    Thanks
    Sai Chand.

  • Transformation is not getting Active.

    HI
    In DEV system , the transformation from Data source to Info source is in Active.when i press on change button .The transformation is in INACTIVE...Then i want to make it in active .....its not getting ACTIVE...showing not executable ...AND displaying an error ...
    Rule 12 (target field: 0CRM_OBJ_ID group: 01 Standard Group): Source and target field length
    Message no. RSTRAN563
    Diagnosis
    The length of the target field is shorter than the length of the source field. This can lead to information loss.
    System Response
    During the update, the values are shortened to the target field length.
    when i check the start routine.....
         Field: CLMREGNO Clm Reg No.
            CLMREGNO           TYPE C LENGTH 12,
    when i check this field ( clmregno ) it is being used in different system.The size of the data is 11...
    For the target field (0CRM_OBJ_ID) the length size is 10 .....How can i make it in Active ???.
    whereas in Qlty and Prod System the same process is  Active.Data is getting Loaded.
    Thanks in advise.
    Best regards,
    kaleem.

    hi all,
    The actual data clmregno is in format
    40100771646
    30100014767
    30100015004
    30100014653
    40100772077
    40100788014
    But , i am not getting the correct code/logic  ...to set.
    Appreciate if someone who is familiar in this help out.
    Thank you.
    Regards,
    kalim.

  • OBUSOBJECT Blocked for conversion and not getting activated

    I  have changed the infoobject OBUSOBJECT attribute 0Mainusage fron <b>navigational to display</b> and then tried activating the OBUSOBJECT , , OBUSOBJECT If in the former active version this IO had 0MAINUSAGE as a nav attribute, now, in a revised version, this is just display attribute. surprise that the OBUSOBJECT couldn’t be activated by installation.
    Please tell me what are the steps now to resolve this. i want to actiovate the OBUSOBJECT in either old active version or activate with new revisions. i am just stuck since it is not getting activated.
    please tell if i go to se16 and <b>sdokmia</b> table in first row i put BW* and then in
    3 rd row i put what attribute since when i put  0Mainusage (/BI0/OIMAINUSAGE)
    it does not show any record what should i put there?? and then what is the next step. if you can help me step by step.
    please help me to resolve this
    Regards
    Soniya Kapoor

    Hi Soniya,
    If i have understood you properly, you have one attribute of the infoobject navigations, which u changed to display and tried activating and its not getting activated. This particular attribute is used in some othe cube as navigational attribute as well. Without deleting those references, u want to change the infoobject.
    If thats the case, you will not be able to activate ur infoobject. All the reference have to be revoved before activating the object. Sorry for that
    Regards
    Sriram

  • I have upgraded to IOS 7 and now I wish I did not as I have lost face time and iMessage and they would not get activated no mater what I have tried .it seems they are trying to get connected but are unable to do so.

    I have upgraded to IOS 7 and now I wish I did not as I have lost face time and iMessage and they would not get activated no mater what I have tried .it seems they are trying to get connected but are unable to do so.
    It is becoming frustrating to try to get it activated .
    I do not know how to get it activated when it keeps informing me that there is no net work connected
    Could not sign in please check your network connection and try again.
    For both iMessage and FaceTime .
    Any radical solution that you have will be appreciated as it is becoming frustrating .

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow the on-screen directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore and you have IOS-6 or lower, go into Recovery Mode per the instructions here.  Also, if you have IOS-7, read this.

  • Sim not getting active

    Sim not getting active it's been 8 days now. Keep on getting told today tomorrow 24 hrs, still no luck. Now I've been told my account needs a profile. I've contacted trading standards they told me to give it another 24 hrs. What do I do

    You can try going to Settings>Mobile Networks>Network Operators, and then choosing "Select automatically" (or something to that effect) or if that doesn't work, try  "Search networks" and selecting EE.  This will force the phone to try and register on the EE network, it has resolved the same issue a few times in the past.

  • Charged for 1.41$ ( Trial fee 2 times and did not get activated )

    I have tried to to buy Azure but I have noticed there is a free trial. So I decided to go for that because why not? 2 days ago I have tried to sign up and I got charged for 1.40$ but nothing was activated... So I was like ok that is just a dollar who cares.
    Then today I have tried to sign up again and got charged for 1.41$ but azure threw an error saying that this was declined etc etc.
    Today payment: 
    MSFT *ONLINE~~80092483~18 372
    -1.41
    Accepted*
    08-06-2014
    2 days ago: 
    MSFT *ONLINE~~80092483~18 372
    -1.40
    Accepted*
    06-06-2014
    Still not getting activated. Hoping to hear back from you and have a trial of azure. Thanks!

    hi,
    It is a account issue. I suggest you could try this channel:
    Having issues with sign in or signing up for an account?
    Please try it.
    Hope this helps.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Prepared statement not releasing from access db

    Hello all,
    I have several prepared statements like the following:
    public void storeUpdate(String userId,String ws,String wm,String wl,String wx,String wxx,String bs,String bm,String bl,String bx,String bxx, String tq, String tp,Timestamp ts)
         String updatePurchase = "UPDATE store SET smallWhite=?,medWhite=?,lrgWhite=?,xlrgWhite=?,xxlrgWhite=?,smallBlue=?,medBlue=?,lrgBlue=?,xlrgBlue=?,xxlrgBlue=?,totalQty=?,totalPrice=?,ot=? WHERE playerNo='"+userId+"'";
         try{
             Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
             objConn = java.sql.DriverManager.getConnection("jdbc:odbc:myDB","","");
             PreparedStatement ps = objConn.prepareStatement(updatePurchase);
             ps.setString(1, ws);
             ps.setString(2, wm);
             ps.setString(3, wl);
             ps.setString(4, wx);
             ps.setString(5, wxx);
             ps.setString(6, bs);
             ps.setString(7, bm);
             ps.setString(8, bl);
             ps.setString(9, bx);
             ps.setString(10, bxx);
             ps.setString(11, tq);
             ps.setString(12, tp);
             ps.setTimestamp(13,ts);
             ps.executeUpdate();
             ps.close();
             objConn.close();
                catch (SQLException s)
                    System.err.println("DataBase PROBLEM");
                    s.printStackTrace();
                catch (Exception e)
                        System.err.println("Error in updateStore method");
                        e.printStackTrace();
    } The prepared stmts seem to be "hanging on to" the access(dont laugh)table that the prepared stmt just updated. The reason I know this is because when I try to look at the table in access's design view I get a message saying:
    "Microsoft access
    You cant open the table 'store' for modification.
    A query or form bound to the table is open, you may not have permission to open this table in design view, or another user has the table open.
    If you have opened a query or form bound to this table, close it, and then try again to open the table in design view."
    The only way to open the table in design view is to shut down tomcat and restart.
    Should I be worried about this?
    Am i forgetting to close something in my ps?
    TIA!!

    I use PreparedStatement all the time with Access and never have a problem. The only thing I noticed about your code is that if an exception gets thrown in your method, the close statements won't get executed. This might leave the tables locked. You might want to try moving the close statements into a finally block. That way your statement and connection will get closed if an exception gets thrown or not.

  • Stats Not getting imported while importing partition using DATAPUMP API

    Hi,
    I am using datapump API for exporting a partition of a table and the importing the partition into table on another DB.
    The data is getting imported but i could the partition stats are not getting imported. I am using TABLE_EXISTS_ACTION = APPEND.
    any idea on how to achieve the stats also to be imported into the partition.
    Thanks!

    Hi,
    I am using datapump API for exporting a partition of a table and the importing the partition into table on another DB.
    The data is getting imported but i could the partition stats are not getting imported. I am using TABLE_EXISTS_ACTION = APPEND.
    any idea on how to achieve the stats also to be imported into the partition.
    Thanks!

  • Salary statement not getting generated after Upgrade

    Hi all,
    We have recently Upgraded to NW 7.4 SP6 from 7.01 SP9 . we are using two standard ESS applications for HR i.e Leave Request and Salary statement.
    Leave Request application is working fine but salary statement is not getting generated with an error message.
    The ESS /MSS Components installed are as follows.
    BP_ERP5***
    1000.1.0.18.0.20100828050255
    BP_ERP5COM
    1000.1.0.19.0.20110829150538
    BP_ERP5ESS
    1000.1.41.11.0.20120402111759
    BP_ERP5MSS
    1000.1.51.7.0.20130923050751
    SAPPCUI_GP
    1000.633.0.1.0.20120427113021
    SAP_ESS
    1000.633.0.1.1.20120802180711
    SAP_MSS
    1000.630.0.1.0.20120427113023
    while generating the salary statement we get the following error

    Search OSS note for those cubes. This should be a known SAP issue. We too had similar issue (though i dont remember now which statistic cube it was) and got resolved after next upgrade.
    Abhijit

  • Exchange Connector not get Active Directory Object_GUID

    Hi all.
    I've upgraded the Exchange Connector to version 11.1.1.5.0 and I have a issue.
    The connector is unable to get Active Directory Obejct_GUID and populate the ReturnValue field in UD_MSEXCHG and  the provisioning user in Microsoft Exchange is not completed.
    Anyone can help me ?
    Thks,
    Joel

    Hi all.
    I've upgraded the Exchange Connector to version 11.1.1.5.0 and I have a issue.
    The connector is unable to get Active Directory Obejct_GUID and populate the ReturnValue field in UD_MSEXCHG and  the provisioning user in Microsoft Exchange is not completed.
    Anyone can help me ?
    Thks,
    Joel

  • I have restored my iPhone 4S and I m trying to activate my phone but its not getting activated

    I have restored my iPhone 4S to ios 8.2 and I m trying to activate
    my device write this:
    your iphone could not be active because the activation server cannot be reached.try connecting your iphone to itunes to active it,or try again in a couple of minutes

    Welcome to the Apple Community.
    Have you tried either of the things the message suggested.

Maybe you are looking for

  • How can I convert files in Aperture to jpegs and keep the file large

    I want to upload files into istock photo and they must be as big as possible but in jpg format. I end up exporting tiny little things going from 8mb to 300kb. How can I do it? I even tried going into CS3 but that only allowed me to convert to tif. I

  • How to modify the query to get the output in a single row

    Hi All, Below is the query i have written it works fine select DISTINCT right(left(CTACCT,13),4) AS LocationNum, tODS_GLBalance.FiscalYearId AS FiscalYearId, tODS_GLBalance.FiscalMonthOfYearId AS FiscalMonthOfYearId, --tods_GLMetadata.Metric, Case wh

  • PROBLEMS WITH INSTALLING FLASH PLAYER ON MAC AIR

    Hi, is there anybody who can help. Downloaded flash player. got User name and password. went to INSTALL ( file://localhost/Users/user/Downloads/install_flash_player_11_osx.dmg) ... followed ..gave in my user name and passwort ....got rejected ?? Do I

  • I have a spark textinput, this textinput is stuck and wont disappear when poping or pushing to a new view any idea ?

    i have a spark textinput, this textinput is stuck and wont disappear when popping or pushing to a new view any idea ? also sometime this textinput and when scrolling is stuck in a certain x-y position and do not move with scroll below is my code: <s:

  • AddWebLinks() in PDF

    Dear Gurus, I am a newbie in the field of JavaScript. My problem goes as follows. I have added links to one of my PDF documents through addWebLinks(). It worked great. This method added hyperlinks to my PDF document. However my user is a non-technica