Adding a new Appset. Error.

Hi,
I am trying to copy an AppSet based on AppShell but when the process goes to the "Copy database" step I have the following error message:
The tail of the log for the database "IMQ_PTO"
has not been backed up. Use BACKUP LOG WITH NORECOVERY
to backup the log if it contains work you do not want to lose.
Use the WITH REPLACE or WITH STOPAT clause of the RESTORE statement
to just overwrite the contents of the log.
RESTORE DATABASE is terminating abnormally
Do you know what to do in such a case? Is there any thread regarding this error? I've been searching but I still haven't found it.
Thank you for your help.
Regards,
Gorka

Hi Gorka
This is a strange error, but it appears to be failing when trying to restore the database. Maybe try the following
Change the recovery mode of the database from FULL to SIMPLE.
Backup the database using SQL Server Management Studio
Re-Try adding a new appset
I Hope this helps
Kind Regards
Daniel

Similar Messages

  • [svn:fx-trunk] 11919: TLF has added a new 'illegalOperation' error message, so I've added it to Spark's textLayout.properties for localization.

    Revision: 11919
    Revision: 11919
    Author:   [email protected]
    Date:     2009-11-17 17:01:16 -0800 (Tue, 17 Nov 2009)
    Log Message:
    TLF has added a new 'illegalOperation' error message, so I've added it to Spark's textLayout.properties for localization.
    I also changed the // comments to # as requested by Jeff R.
    I updated only the en_US file; the localization system should update the other locales.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Carol
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/textLayout.properties

    Thats good news.

  • Error while adding a new col with check constriant

    Hello
    I tried adding a new column with check constraint but giving the error please correct me..
    drop table testchk
    create table testchk(typenm varchar2(5))
    insert into testchk values('mon')
    alter table testchk add typechk varchar2(5) default 'both' constraint chk_test check(typechk in('m','d') and typechk is not null)For the alter comman getting the ORA-02293 cannot validate error..
    I dont want to create any other constriant like not null etc .. but need only one check constriant
    Thanks

    You cannot assign a default value = 'both' while the constraint allows only 'm' or 'd'.
    This will work:
    ALTER TABLE testchk ADD typechk VARCHAR2(5) DEFAULT 'both'
    CONSTRAINT chk_test CHECK(typechk IN('m','d', 'both') AND typechk IS NOT NULL);Edited by: kordirko on 2010-05-14 18:41

  • Error while adding a new method to the Session Bean

    Hello everyone. I'm using jdev 11g, ejb, jpa & jsf. Everything works fine. But when I try to add a custom method to the Session Bean, I'm having an error.
    Here is my steps:
    1) I added a new method to SessionBean.java. Something like this:
    public void Hello() {
    System.out.println("Hello!");
    2) Then using Structure palette I exposed this method through Local interface and created data control
    3) Finally, I made a command button binded to this method (just droped it from DataControls.dcx to my page)
    When I start the page and click the button, I'm having the following error:
    Error 500--Internal Server Error
    javax.faces.el.EvaluationException: Method not found: Hello.execute(javax.faces.event.ActionEvent)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:58)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1227)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:70)
    ... (I've truncated the log because there is nothing important in the missing part)

    Yes, I have binding in the page def. Everything is correct there:
    <methodAction id="Hello" RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="Hello" IsViewObjectMethod="false"
    DataControl="PriceServiceLocal"
    InstanceName="PriceServiceLocal.dataProvider"/>
    I've droped the method from the Data Controls panel

  • Error while adding a new field to the Segment in we31

    Hi ,
    I am getting error when i am trying to add the new field to the cust. segment.
    It is released for the adding the new fields i am cancelling the release , but i got a message like this
    Error while resetting release of segment 'segment name'.
    it is comming from the message class EA and message number 259.
    Thanks in advance.
    Reagrds,
    bharani

    Hi,
    Have you tried Cancelling the release before adding the version?
    Select the active version of the IDOC Segment and cancel its release first. Only then you will be able to add a version.
    Please let me know if it worked!
    Vijay

  • Serialization Error after adding a new field to BPM Process

    Hi,
    I have a BPM Process to which I added a new attribute userid and consuming the BPM process in a web dynpro application, I created a model using the BPM Process's Web Service but getting a serialization error that the model does not have a mandatory field with name [userid]. see below.
    FYI.. I can trigger my BPM process through the Web Service in wsnavigator , the error I am getting is while executing the BPM Process from the custom webdynpro.
    Any idea how to resolve the issue?
    XML Serialization Error. GenericObject [
    <modelObject class="com.sap.demo.wdpoc.wd.models.model.NewOperation"><attribute name="In" value="KK"/><attribute name="Name" value="133"/><attribute name="Age" value="dad"/><attribute name="Designation" value="12124"/><attribute name="Userid" value="null"/></modelObject>
    ] does not have a mandatory field with name [userid].
    [EXCEPTION]
    com.sap.engine.services.webservices.jaxrpc.exceptions.XmlMarshalException: XML Serialization Error. GenericObject [
    <modelObject class="com.sap.demo.wdpoc.wd.models.model.NewOperation"><attribute name="In" value="KK"/><attribute name="Name" value="133"/><attribute name="Age" value="dad"/><attribute name="Designation" value="12124"/><attribute name="Userid" value="null"/></modelObject>
    ] does not have a mandatory field with name [userid].
    at com.sap.engine.services.webservices.jaxrpc.encoding.SerializationUtil.serializeGenericFieldContent(SerializationUtil.java:1546)
    at com.sap.engine.services.webservices.jaxrpc.encoding.SerializationUtil.serializeGenericFields(SerializationUtil.java:1431)
    at com.sap.engine.services.webservices.jaxrpc.encoding.SerializationUtil.serializeGenericType(SerializationUtil.java:1383)
    at com.sap.engine.services.webservices.jaxrpc.encoding.GeneratedComplexType.serialize(GeneratedComplexType.java:168)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.serializeParameter(SOAPTransportBinding.java:1731)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.serializeRequest(SOAPTransportBinding.java:1683)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.writeSOAPRequestMessage(SOAPTransportBinding.java:254)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:1272)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:952)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:907)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DInterfaceInvokerImpl.invokeOperation(DInterfaceInvokerImpl.java:76)
    at com.sap.tc.webdynpro.model.webservice.model.WSGenericModelClassExecutable.execute(WSGenericModelClassExecutable.java:73)
    at com.sap.tc.webdynpro.model.webservice.gci.WSTypedModelClassExecutable.execute(WSTypedModelClassExecutable.java:49)
    at com.sap.demo.wdpoc.wd.comp.wdpoc.Wdpoc.execute(Wdpoc.java:257)

    This question is not answered but I am marking it answered because I have to post more.
    Sorry
    -Ashwani

  • DBCA error adding a new instance to a RAC.

    Hi all,
    I'm facing the following problem:
    I'm running Oracle Clusterware & RAC 11.2.0.2 over Solaris SPARC 64.
    I've two servers for a RAC. I recently added one new server.
    addNode.sh works fine, and I want to add a new instance with dbca. Everything seems to be fine, but when I want to select my database to add the instance dbca runs into the following error:
    "Connection to the database cannot be established because the listener could be down. Please make sure that the service is registered with a listener and the listener is up.
    Connection to the database failed. Please sure that service "node01-vip:1521:rac1" is registered with the listener, username system has SYSDBA privilege, password is correct and then try again".
    My RAC Database is up and running, I run the following command with cluvfy to check database configuration readiness (what should be accomplish, because is running!)
    -bash-3.00$ cluvfy stage -pre dbcfg -n node01,node02,node03 -d /u01/app/oracle/product/11.2.0/db_1
    Performing pre-checks for database configuration
    Checking node reachability...
    Node reachability check passed from node "node03"
    Checking user equivalence...
    User equivalence check passed for user "oracle"
    Checking node connectivity...
    Checking hosts config file...
    Verification of the hosts config file successful
    Check: Node connectivity for interface "bge0"
    Node connectivity passed for interface "bge0"
    Check: Node connectivity for interface "bge1"
    Node connectivity passed for interface "bge1"
    Node connectivity check passed
    (Log too long, I truncated it)
    Checking CRS integrity...
    CRS integrity check passed
    Checking node application existence...
    Checking existence of VIP node application (required)
    VIP node application check passed
    Checking existence of NETWORK node application (required)
    NETWORK node application check passed
    Checking existence of GSD node application (optional)
    GSD node application is offline on nodes "node03,node02,node01"
    Checking existence of ONS node application (optional)
    ONS node application check passed
    Time zone consistency check passed
    Pre-check for database configuration was successful.
    And....
    bash-3.00$ ps -fu oracle | grep inherit
    oracle 21888 1 0 19:48:20 ? 0:00 /u01/oracle/11.2.0/grid/bin/tnslsnr LISTENER_SCAN1 -inherit
    oracle 22079 1 0 19:48:51 ? 0:00 /u01/oracle/11.2.0/grid/bin/tnslsnr LISTENER -inherit
    oracle 28817 26726 0 20:30:26 pts/1 0:00 grep inherit
    -bash-3.00$ srvctl config listener -l LISTENER
    Name: LISTENER
    Network: 1, Owner: oracle
    Home: <CRS home>
    End points: TCP:1521
    what can I do?
    Am I doing something wrong?
    Thanks in advance!!

    Hi,
    I am facing the same problem when adding new instance on new node, even when i try with silent mode. Can you please elobrate more how did you fix the problem ?
    [oragmaxt@adpltcod01 ~]$ dbca -silent -addInstance -nodeList adpltcod01,adpltcod02,adpltcod03 -gdbName gmaxt.adweag.local -instanceName gmaxt3 -sysDBAUserName sys -sysDBAPassword f1rewa11
    Look at the log file "/oragmaxt/app/oragmaxt/cfgtoollogs/dbca/gmaxt0.log" for further details.
    [oragmaxt@adpltcod01 ~]$ vi /oragmaxt/app/oragmaxt/cfgtoollogs/dbca/gmaxt0.log
    Connection to the database cannot be established because the listener could be down. Please make sure that the service is registered with a listener and the listener is up.
    Connection to the database failed. Please make sure that service "adpltcod01-vip:1521:gmaxt1" is registered with the listener, user name "sys" has SYSDBA privilege, password is correct and then try again.
    Regards

  • I have compiled a program for a target after I added a new vi from NI_AALPro.lvlib. The addition worked fine on my development computer but gave me errors when run on the target.

    I have compiled a program for a target after I added a new vi from NI_AALPro.lvlib. The addition worked fine on my development computer but gave me errors when run on the target.
    The box displayed:
    Missing subVI NI_AALBase.lvlib:1D Linear Evaluation.vi in VI NI_PtbyPt.lvlib:Linear Fit PtbyPt.vi
    Missing subVI NI_AALPro.lvlib:MSE.vi in VI NIPtbtPt.lvlib:Linear Fit PtbyPt.vi
    What do I need to do to bring the correct library into the transportable code?

    Hello,
    I was unable to reproduce the behavior that you saw.  I was able to deploy my application with the Linear Fit PtByPt without issues.
    Could you attach the smallest piece of code that reproduces this behavior so that I can test it as well?
    Justin Parker
    National Instruments
    Product Support Engineer

  • Adding a new account in Team Foundation Server

    I have a problem with adding of new accounts into Team Foundation Server 2010. I can add a new domain account into group Contributors of my team project without problems but after that I can't see it in the list of available accounts, for example, in the
    drop down list 'Assigned To' at a work item page.
    The added user can see the project, do check-in and check-out but he can't get access to the project work items. He has got an error
    TF201072: A user or group could not be found. Verify that the users and groups used in your work item type definition have been added to Team Foundation Server.
    Can anybody help me?

    Hi Jovanny66,  
    Thanks for your reply.
    We don’t recommend to edit the TFS database(s) directly, it may cause the unknown issues.
    To edit data in TFS Server, we should edit the data through VS, Web Access, TF command or TFS API. Unless there’s an official SQL Server script to edit TFS data which provided by MS.
    As you edited the dbo.Constants table to update user’s data, but the user’s data also included in other 
    TFS tables too, there’s the key connection relationships between these tables, if we update this user’s data in Web Access, TFS Sever will update this user’s data in all the related tables automatically. But you manually edited this user’s data only
    in dbo.Constants table, so the edited data not included in other related tables, it may cause the current issue.
    For the edit TFS database issue, you need contact a Professional Support Service at
    http://support.microsoft.com/select/?target=assistance to gain more support on this case.  
    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.

  • Issues with Writing back data to Planning Cube After adding a new characterstic

    Hello,
    We have two cubes and a MP on top of it. ( Reporting Cube and Planning Cube ). An aggregation layer has also been built and so does a planning BEx query on top of it.
    Before Scenario: things were working fine as we were able to write back data to planning cube using the BEx.
    After Scenario: We created a new Dimension in the planning cube and added a new characteristic ( lets call it ZX_KEY ) . This Characteristic holds the concatenated values of some of the other characteristics in its master data tables . ( For ex: Account_Customer ID_Country-code_Industry-code ).
    This new characteristic is also present in the reporting cube and has been added and transferred to MP.
    This new characterstic was added to the planning BEx query as one of the rows and we executed it the analyzer. After entering the required values for all characterstics ( including the newly added ZX_KEY ) and the key figure values, we tried saving it. Now this is where the Analyzer is throwing up this error..
    ~~Characterstic combination cannot be assigned to part provider ~~
    ~~Characterstic 'ZX_KEY'; Characterstic value 'R123000000_12_US_TX'~~
    ~~ Entered values are incorrect:Correct before navigation ~~
    The value that we are entering ( R123000000_12_US_TX ) is picked up from the master data table of ZX_KEY by double clicking and selecting it from the fetched values. So i am not sure as to why its throwing up the above error. Request your help on this please.
    regards,
    Karthik

    Hi,
    Try to check that all characteristics are correctly assigned at multiprovider level.
    hope it helps

  • Master detail new line error

    Hi all, Can anyone help me with this problem?
    I have created a master detail table but have had problems with adding new detail lines.
    The detail region contains an advanced table with an addTableRow bean set in the footer. I wish to navigate to a new page when the ‘add new row’ button is selected so I have set the ‘insert rows automatically’ property to false. I have been able to capture the event in my controller and call the new page and then access the application module, however I do not seem to be able to set a property in the new child line from an attribute in the parent line.
    //in my AM I have called…
    public void CreateLine()
    //get child vo that is to have line added
    DoiLinesVOImpl vo = (DoiLinesVOImpl) getDoiLinesVO1();
    if (!vo.isExecuted()) vo.executeQuery();
    //find parent vo to determine which questionId the line relates to
    OAViewObject hvo = (OAViewObject)findViewObject("DoiDecQuestionsVO1");
    OARow hRow = (OARow)hvo.getCurrentRow();
    Number sid = (Number) hRow.getAttribute("QuestionId ");
    System.out.println ( " qid= " + qid );
    if ( vo != null)
    vo.setMaxFetchSize(0);
    Row vRow = vo.createRow();
    vo.insertRow(vRow);
    vRow.setAttribute("QuestionId",qid);
    vRow.setNewRowState(Row.STATUS_INITIALIZED);
    Initially the page was running, however it was only ever showing the id for the first line, regardless of which child table I was select add new line on. Now the new page errors and when I click on exception details the page does not show any error details
    Can anyone see anything wrong with the code in the AM or have any suggestions as to what else may be wrong. Is it actually possible to do what I am trying to do? My aim is to have a table of questions and then a table region under the detail region of each question. Either no lines, one line or multiple lines can be added under each questions details. The questions may have slightly different required fields so I would like to navigate to a new page and then back to the main page when save is selected.
    Any insights into what I am doing wrong or how I might achive my requirement would be very much appreciated.
    Mike.

    Ok, I have now got the page to stop erroring.
    I have created a new VO instance of the child EO in the application module and used the new vo in the seperate create page attributes, however when I query the current row against the parent vo I am still getting the value from the first line, not the selected parent line.
    mike.

  • Adding a new field to Payroll Timecards header doesnt save

    Hi,
    I have added a new text field in the header section of Payroll Timecard layout. I have created a DFF context in OTL Information Types and have given the attribute in the COMP Qualifiers definition. But when i enter the data and try to continue it errors out and asks to contact System Administrator.Please help if some1 has faced similar problem.
    Regards,
    Sameer

    Enable the FND Diagnostic and test again. That will give you detailed error stack. Provide that.
    --Shiv                                                                                                                                                                                                                   

  • SAP Work Manager customization - adding a new field to equipment details screen (Syclo Agentry)

    Hi Experts,
    I am trying to add a field (NAME1) on the Equipment details screen under work orders in work manager 5.3 application.
    I have performed the following steps, but I am getting an error while connecting to the application.
    1) Create extension for Equipment class to add a new field.
    2) added the new field (Name1) as the property to the standard object Equipment.
    3) Added the field on the screen.
    4) Added the field (name1) to the complex table ctEquipment.
    5) Added the JAR file to Agentry.ini file.
    6) Changed the Class mapping for parameter "Equipment" under group "SAPOBJECT" to point it to the custom (Extended) class.
    7) Changed the class mapping for complex table parameter "ctEquipment" under group "CT_SAPOBJECT" to point it to the custom class.
    8) after publishing the changes and re-starting the server, I get following error.
    the log file generated (message.log) also has the same description.
    What am I missing here? Any help would be really appreciated.

    Hi Emanuel,
    Thanks for looking into this issue.
    I have performed the following steps as suggested by you, still it doesn't seem to work and gives the same error.
    Below are the changes done on the ECC Side.
    1) Copied the standard equipment class /SYCLO_CL_PM_EQUIPMENT1_DO to custom class ZSYCLO_CL_PM_EQUIPMENT1_DO. Changes made in the GET Method to get custom equipment related data
    2) Modified the standard equipment structure /SYCLO/PM_EQUI_STR by adding one custom field
    3) Configured this custom class as the object handler in the equipment mobile data object
    4) Configured this custom class as the object handler for the equipment complex table
    5) We are still using the standard BAPI Wrapper itself for getting the equipment data and the added field is reflected in the BAPI Wrapper table parameter
    Is there something we are missing?

  • Adding a new class with Creator (really simple problem i think..)

    I added a new class to my project with creator...
    class name is "CambiaNote" and there's a method called Cambia
    tabellaselezionabile is my project(package)
    I tried to run everything but It gave me an error:
    Exception Details:  org.apache.jasper.JasperException
      Error getting property 'cambia' from bean of type tabellaselezionabile.Page1I don't know, but the word cambia don't exists at all in my code... or it is not case sensitive..?
    please help, thanks

    typo: correct Paint() to paint()

  • "This form cannot be opened in a web browser. to open this form use microsoft infopath" while adding a new Approval - Sharepoint 2010 and Publishing Approval workflow.

    I am trying to add a new workflow to a document library with the below mentioned settings and getting error saying "This form cannot be opened in a web browser. to open this form use microsoft infopath" while adding a new Approval - Sharepoint
    2010 and  Publishing Approval workflow" . For your information the I have checked the server default option to open in browser.
    Versioning Settings.
    Error
    This is quiet urgent issue . Any help would be really helpful.. Thanks.. 

    Hi Marlene,
    Thank you very much for your suggestions.
    But I am not creating a custom workflow in designer as Laura has mentioned. I am instead trying to create a new Out of the box Approval Workflow and I get the error mentioned above.
    As it works in other environment, I tried figuring out the possible differences which can lead to this error.
    Today I found one difference which is there are no form Templates within Infopath Configurations in Central Admin. Now I am trying to figure out what makes this form templates to be added to the template gallery.
    Regards,
    Vineeth

Maybe you are looking for

  • Report to delete planned orders

    Dear Friends, Can anyone tell me which is the transaction to run the delete from live cache to delete planned orders. Thanks Vinay

  • Suspending transactions

              Hi. I'm running WL 6.1 sp1, connecting to an oracle db. There are several places           in my application where information, including exception error messages, is being           logged to the db. The problem is that when an exception o

  • PSE9 on iMac running Mavericks "some updates failed to install"

    Yet again Adobe is convoluted, unintuitive and troublesome!  Every other app on my iMac updates and installs faultlessly yet Adobe again presents problems.  Has anyone else had this problem updating PSE9?  Why don't Adobe provide an error code that I

  • Issues in Deploying the Sample code

    Hi, I downloaded  BusinessObjects Enterprise Java SDK Sample Code from SDK Developer Library.  I unzipped the content to a folder(Sample) in tomcat/webapps.  Now when I launched the application using the following url http://localhost:8080/Sample/sta

  • I have change my phone number, but in settings, it still has my old number!

    i have change my phone number, but in settings, it still has my old number