Creation of DSO issue

Hi,
I got Technical Specs from my company to create DSO , so here in Technical Specs under Data Fields Coloumn some are Characteristics and some Keyfigures.
but what i know Data Fields should only contains Keyfigures? Need Clarification.
Thanks and Regards.
Asim

Hi Asim
You can think of a DSO as just a regular database table. It obviously has additional features but for storage purposes think of it as a table. The key fields specify the primary key of the table and therfore the granularity of the data to be stored. All other fields (whether characteristice or key figures) are defined as data fields.
Hope this helps
Asif

Similar Messages

  • Steps for creation of DSO in BI7.....

    Hi,
    Can anyone help me out with the steps for creation of DSO in BI7.....
    Points will be assigned...
    Cheers
    Shankar

    Hi Shankar,
    Procedure of creation of DSO in BI7 :
    1.Select the InfoArea to which the new DSO object is to be assigned, or create a new InfoArea. Choose Modeling--> InfoProvider --> Create InfoArea.
    2.Choose Create DSO Object in the context menu for the InfoArea.
    3.Specify a name and a description for the DSO object, and choose Create.
    If you want to create a copy of an existing DSO object, specify the DSO object that you want to use as a template.
    You get to the DSO object maintenance screen.
    4. Transferring InfoObjects:
    On the left side of the screen, there are various templates to choose from, which allow you to get a better overview in relation to a particular task. For performance reasons, the default setting here is an empty template. Using the pushbuttons, select an InfoSource (only the InfoObjects for the communication structure of the InfoSource are displayed), an InfoCube, an DSO object, or an InfoObject catalog.
    On the right side of the screen you define the DSO object. Using the Drag&Drop function, assign the InfoObjects in the key fields and in the data fields. It is possible to select several InfoObjects at once. The system assigns navigation attributes automatically. These navigation attributes can be switched on for reporting in BEx.
    Thanks
    Reshu

  • Creation of domain issues - migration from weblogic 10.3.0 to 10.3.5 versio

    Hello,
    i would like to kindly ask for a help with following issue:
    Basically we are migrating from the 10.3.0 to the 10.3.5 version. We are building the domain using the template in "silent mode". And when i try to create the domain with new weblogic 10.3.5 im getting some errors.
    The command to run the creation of the domain is following:
    ${WL_HOME}/common/bin/config.sh -mode=silent -silent_script=${SILENT_SCRIPT} -log=${WLLOGFILE} >> ${LOGFILE} 2>&1
    returnCode=$?
    SILENT_SCRIPT contains following commands:
    read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar";
    write domain to "/local/wg372/BM/appl/BmDomain";
    set OverwriteDomain "true";
    close template;
    When i setup new env(solaris) with weblogic 10.3.5 im getting following error when the silent_script command (*write domain to "/local/wg372/BM/appl/BmDomain";*) is executed:
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar"
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - write Domain to "/local/wg372/BM/appl/BmDomain"
    2011-07-18 16:53:00,505 ERROR [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - There was an error executing the script: /local/wg372/BM/appl/installer/silent_script
    java.lang.NullPointerException
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.buildSecurityInfo(SecurityGenerateLDIFT.java:460)
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.<init>(SecurityGenerateLDIFT.java:119)
         at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:718)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:573)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:429)
         at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
         at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:35)
         at com.oracle.cie.wizard.domain.helpers.Executor.runSilentScript(Executor.java:68)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:551)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:335)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    In Windows env im getting following error:
    create.domain:
    [exec] -mode="silent" -silent_script=J:/_dev/build/installer/silent_script
    [exec] << read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] >> succeed: read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] << write Domain to "J:/_dev/build/BmDomain"
    [exec] CFGFWK-60550: Script execution aborted. The script may contain an error.
    [exec] null
    CFGFWK-60550: - doc says
    CFGFWK-60550: Script execution aborted. The script may contain an error.
    Cause:
    Action:
    Level: 1
    Type: ERROR
    Impact: Configuration
    I tried to google for this issue, look into the weblogic documentation but with no luck.
    So i would like to kindly ask, if anyone of you perhaps could give me a hint/advise with this problem.
    Thanks in advance.

    Hi,
    thanks for the reply but im not sure if we are talking about the same thing. What i need is to upgrade the weblogic "DOMAIN" not the weblogic installation itself.
    Anyway,
    after some googling and testing im again stucked with another issue:
    1. First i have created the old doman (10.3.0)
    2. Then i have tested the domain with the new weblogic version 10.3.5 - as it should be (and is) compatible within those 2 versions
    ---> worked fine
    3. Then via offline WLST(of weblogic 10.3.5) i have managed to create new template with command writeTemplate(nameOfTemplate.jar)
    4. But when i try to create the new domain with the new template via WLST(of weblogic 10.3.5) im again stucked (im able to read the template in wlst but not able to writeDomain ) - error:
    wls:/offline> readTemplate('/home/wg372/tmp/new_template.jar')
    wls:/offline/BmDomain>writeDomain('/home/wg372/tmp/new_domain')
    Error: writeDomain() failed. Do dumpStack() to see details.
    wls:/offline/BmDomain>dumpStack()
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:803)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.writeDomain$15(/var/tmp/WLSTOfflineIni6651397525640719781.py:71)
    at org.python.pycode._pyx3.call_function(/var/tmp/WLSTOfflineIni6651397525640719781.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx24.f$0(<console>:1)
    at org.python.pycode._pyx24.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:757)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:795)
    ... 29 more
    I tried to have a look around for the "The application location must have write permission." problem but again with no luck.
    Furthemore when i try to do the same with old domain template, with old version of WLST (of weblogic 10.3.0), i have no problems with creating of the domain.
    Any ideas?
    Ill keep you updated :-)

  • BP creation number range issue in Ic webclient

    Dear Experts,
              I have been facing an issue in the creation of bp via ic webclient. there are number ranges 01, 02 and z1 made in the system, my requirement is to create bp coming in range z1. This is working fine while creating bps in sap using tcode BP.
    But while creating BP through ic webclient, the number range falls in 01. I need to change this to z1. can anyone guide me in this issue? In account identification profiles, what are all parameters need to be checked? Thanks in advance

    Hi,
    The number range for the business partner is based upon the "Grouping" that you select. In the T code: BP it might be working fine because Z1 must be set as the internal number assignment, which makes it the default grouping for the BPs created in the SAP GUI.
    In the Web UI - in the Account creation page ensure that you have the field "Grouping" displayed. The field is not avialable out-of-the-box on this page. If it is not available do the following: Hit the the config mode icon and -> Select General data viewset. Hit "Show avialable fields" and  under "HEADER" structure look for "Grouping" field. Add it to the list of displayed fields and save this change.
    Now in the General data view set you should be able to select the "Grouping" field and select the grouping that is assigned to your number range "Z1".
    Regards,
    Ramesh Nallabelli

  • VM creation from iso -issue

    Hi All,
    I am trying to create a virtual machine in my OVM 3.1.1 and install WIn 2008 Server there... So I uploaded iso file into my repository, created the vm but when I tried to start it I got the error saying that it failed because:
    stderr: Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?
    as it happens I have my Intel virtualization enabled in my BIOS so after a quick search I found the info to disable it in Virtualbox (I use to run my OVS, OVM etc). BUT when I try to disable it there I get the info that it will be enabled back again automatically because I am using 64-bit versions of OVS, Linux and whatever else I tried. I googled back for any other solution and I found the info I should change my VM's settings to XEN PVM (I had XEN HVM) and I did it. But then I lost my CDROM from Boot Order and when I provide my ftp location I have my .iso file it says:
    failed (1): stderr: Error: Boot loader didn't return any data!
    Can you please advice me what to do and how can I get it working? I am so angry and tired with OVM 3.1.1 already I can't even express it. I did the same work using 2.2 and there was no issues at all and here only issues at every step...
    The network path I provide is: ftp://(server IP)/(folder name)/(file name).iso
    Thank you in advance.
    Best regards,
    BVV
    Below I present full log:
    Job Construction Phase
    begin()
    Appended operation 'Virtual Machine Start' to object '0004fb0000060000df13c2bfcbcddeb9 (e1dep912)'.
    Appended operation 'Bridge Configure Operation' to object '0004fb0000200000db9d34274106c712 (network.BondPort (1) in jdexovs01)'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [Vnic] 0004fb0000070000579e91be15244520 (00:21:f6:00:00:05)
    Object (IN_USE): [BondPort] 0004fb0000200000db9d34274106c712 (network.BondPort (1) in jdexovs01)
    Operation: Bridge Configure Operation
    Object (IN_USE): [VirtualCdrom] 0004fb000015000017c32e2b7193d4b1.iso (bie2k8r2612.iso)
    Object (IN_USE): [VirtualMachine] 0004fb0000060000df13c2bfcbcddeb9 (e1dep912)
    Operation: Virtual Machine Start
    Object (IN_USE): [VmDiskMapping] 0004fb00001300003d25114949c3c86f
    Object (IN_USE): [VirtualDisk] 0004fb0000120000f2e72f1e0932759b.img (JDEx_DEP_02)
    Object (IN_USE): [VmDiskMapping] 0004fb0000130000bfbbf1fcc929c95f
    Job Running Phase at 22:50 on Tue, Jan 15, 2013
    Job Participants: [81:23:05:c6:a5:c8:4d:c3:b9:34:f1:1d:07:17:c5:87 (jdexovs01)]
    Actioner
    Starting operation 'Bridge Configure Operation' on object '0004fb0000200000db9d34274106c712 (network.BondPort (1) in jdexovs01)'
    Bridge [192.168.0.0] already exists (and should exist) on interface [bond0] on server [jdexovs01]; skipping bridge creation
    Completed operation 'Bridge Configure Operation' completed with direction ==> DONE
    Starting operation 'Virtual Machine Start' on object '0004fb0000060000df13c2bfcbcddeb9 (e1dep912)'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: jdexovs01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb000003000036c3a1bc943405a1 0004fb0000060000df13c2bfcbcddeb9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg".
    Tue Jan 15 22:50:43 CET 2013
    Tue Jan 15 22:50:43 CET 2013
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.VirtualMachineAction.sendStartVmCommand(VirtualMachineAction.java:121)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.asyncAction(VirtualMachineStart.java:65)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAsyncAction(ManagedObjectDbImpl.java:999)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAsyncAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:596)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.action(VirtualMachineStart.java:52)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb000003000036c3a1bc943405a1 0004fb0000060000df13c2bfcbcddeb9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg".
    Tue Jan 15 22:50:43 CET 2013
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 43 more
    FailedOperationCleanup
    Starting failed operation 'Virtual Machine Start' cleanup on object 'e1dep912'
    Complete rollback operation 'Virtual Machine Start' completed with direction=e1dep912
    Rollbacker
    Executing rollback operation 'Bridge Configure Operation' on object '0004fb0000200000db9d34274106c712 (network.BondPort (1) in jdexovs01)'
    Complete rollback operation 'Bridge Configure Operation' completed with direction=DONE
    Executing rollback operation 'Virtual Machine Start' on object '0004fb0000060000df13c2bfcbcddeb9 (e1dep912)'
    Complete rollback operation 'Virtual Machine Start' completed with direction=DONE
    Objects To Be Rolled Back
    Object (IN_USE): [Vnic] 0004fb0000070000579e91be15244520 (00:21:f6:00:00:05)
    Object (IN_USE): [BondPort] 0004fb0000200000db9d34274106c712 (network.BondPort (1) in jdexovs01)
    Object (IN_USE): [VirtualCdrom] 0004fb000015000017c32e2b7193d4b1.iso (bie2k8r2612.iso)
    Object (IN_USE): [VirtualMachine] 0004fb0000060000df13c2bfcbcddeb9 (e1dep912)
    Object (IN_USE): [VmDiskMapping] 0004fb00001300003d25114949c3c86f
    Object (IN_USE): [VirtualDisk] 0004fb0000120000f2e72f1e0932759b.img (JDEx_DEP_02)
    Object (IN_USE): [VmDiskMapping] 0004fb0000130000bfbbf1fcc929c95f
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=4222 method=addTransactionIdentifier accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=2576 method=start accessLevel=6
    Class=VnicDbImpl vessel_id=805 method=lock accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=2435 method=lock accessLevel=6
    Class=VirtualCdromDbImpl vessel_id=3896 method=lock accessLevel=6
    Class=VnicDbImpl vessel_id=805 method=lock accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=2588 method=lock accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=3916 method=lock accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=2435 method=lock accessLevel=6
    Class=VirtualCdromDbImpl vessel_id=3896 method=lock accessLevel=6
    Class=VirtualMachineStartingEventDbImpl vessel_id=4231 method=notify accessLevel=6
    Class=VirtualMachineStartingEventDbImpl vessel_id=4231 method=setDescription accessLevel=6
    Class=BondPortDbImpl vessel_id=609 method=addJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=4222 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=4222 method=setAssociatedHandles accessLevel=6
    Class=BondPortDbImpl vessel_id=609 method=setCurrentJobOperationComplete accessLevel=6
    Class=BondPortDbImpl vessel_id=609 method=nextJobOperation accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=2576 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=4222 method=setFailedOperation accessLevel=6
    Class=VnicDbImpl vessel_id=805 method=nextJobOperation accessLevel=6
    Class=BondPortDbImpl vessel_id=609 method=nextJobOperation accessLevel=6
    Class=VirtualCdromDbImpl vessel_id=3896 method=nextJobOperation accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=2576 method=nextJobOperation accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=3916 method=nextJobOperation accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=2435 method=nextJobOperation accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=2588 method=nextJobOperation accessLevel=6
    Class=BondPortDbImpl vessel_id=609 method=nextJobOperation accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=2576 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_4010E Attempt to send command: dispatch to server: jdexovs01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb000003000036c3a1bc943405a1 0004fb0000060000df13c2bfcbcddeb9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg".
    Tue Jan 15 22:50:43 CET 2013
    Tue Jan 15 22:50:43 CET 2013
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: jdexovs01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb000003000036c3a1bc943405a1 0004fb0000060000df13c2bfcbcddeb9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg".
    Tue Jan 15 22:50:43 CET 2013
    Tue Jan 15 22:50:43 CET 2013
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.VirtualMachineAction.sendStartVmCommand(VirtualMachineAction.java:121)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.asyncAction(VirtualMachineStart.java:65)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAsyncAction(ManagedObjectDbImpl.java:999)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAsyncAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:596)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.action(VirtualMachineStart.java:52)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb000003000036c3a1bc943405a1 0004fb0000060000df13c2bfcbcddeb9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb000003000036c3a1bc943405a1/VirtualMachines/0004fb0000060000df13c2bfcbcddeb9/vm.cfg".
    Tue Jan 15 22:50:43 CET 2013
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 43 more
    End of Job
    ----------

    I have my ISO in my repository. It is perfectly bootable. But it can not be used to create this machine because PVM can not use it...
    I just created http server, mounted this iso - I can access it via browser and still the same.
    WHAT should be in the network path??? I put http://(server name)/mount location, I put ftp://(server ip)/(shared folder) and still NOTHING (!) What else can I try? I tried to connect directly to setup.exe and also nothing!
    Please advice. I have enough of it. I can't believe Oracle as it is could allow OVM 3.1.1 as low as it is to be released into the market. I have never seen worse system then this one. I would not believe if someone told me how bad it is...

  • 0FI_AP_6 assigning to DSO --Issue

    Hi,
    I have this std Datasource 0FI_AP_6. This when i try to assign to a custom DSO (copy of Std DSO 0FIAP_O06) i am getting infopackage assignment as well which was used in earlier datamodel..
    i do not wan to have old infopackage in the new DSO assignment.
    Even if a new infopackage is automatically assigned then no issues, but the older infopackage has some selections which will simply not work in current new datamodel. and i cannot delete the infopackage as was used else where.
    any ideas?

    Hi,
    Try to create new infopackage as per your requirement
    Regards
    sivaraju

  • Creation of DSO for a standard cube

    Hi All,
    I am new in BI modeling area & looking for help from you experts. What I have to do is , I need to create a DSO for a standard Cube  0PS_CS01.
    In this I am doing is to  take that data source which is in BI content for this Cube  and from there I am extracting data fields and keyfields. Once  this DSO is ready I will  create update rules from this standard Data source to this newly created to DSO and after that I will create Update rules for Cube based on this DSO.
    Can you guys help me to find the best way to collect  keyfields & data fields based on the data source. Also suggest me if  it is the right way to design data model fot the same as I desribed above.
    All helpful replies will be appriciated with points.
    Thanks a lot in Advance.
    Sincerely,
    John

    1>double  click on cube(0PS_CS01) --copy all characteristics(these will be key fields in DSO).
    DSO only take 16 key fields so rest will go under data fields.most unique 16 fields will go under key fields.
    2.all the keyfigues will go under data fields of DSO.
    change settings and activate DSO.create transformations between (DSO and DS) and ( DSO and CUBE);
    Hope this helps.
    if you need further info just check these two 0FIAP_C03(cube) and 0FIAP_O03(DSO).compare the characteristics and key figure with the key fields and data fields respectively.you will get good idea.
    in the above cube the data flow is like DS-DSO-CUBE

  • Creation of DSO for a Z InfoCube on 3.5

    Hi experts,
    How can I create a DSO for a Z Infocube to be able to make delta to it in 3.5?
    Thanks!
    Artur.

    To overwrite the values in ODS, you need to check the key fields of ODS. If the key fields for a particular record coming in BW are same as the already residing record in BW, then it would be overwritten, otherwise, will be added as a new record in ODS.

  • Limit Order Creation Causes Free Issue Block to Be Checked

    Hello,
    We have a vendor who we have assigned to a Plant and Customer Master.  When we use this Vendor on a Limit Purchase (Item Category B) Order and the Plant on the PO is within the same Company Code as the Vendor's Plant, the Free Issue Box is being checked.  Is there a way to prevent the checking of the Free Issue box?
    Thanks for any and all help,
    Joe

    Hello,
    We have a vendor who we have assigned to a Plant and Customer Master.  When we use this Vendor on a Limit Purchase (Item Category B) Order and the Plant on the PO is within the same Company Code as the Vendor's Plant, the Free Issue Box is being checked.  Is there a way to prevent the checking of the Free Issue box?
    Thanks for any and all help,
    Joe

  • Related to RealtimeThread creation and memory issue

    I wrote a sample program
    public static void main(String args[]) {
    try{
    System.out.println("Creating mainScopedMem scoped memory ");
    LTMemory mainScopedMem = new LTMemory(10240);
    System.out.println("Setup, in memory Area "+ RealtimeThread.getCurrentMemoryArea().size());
    new RealtimeThread( null, null, null, mainScopedMem, null,
    new Runnable () {
    public void run() {
    final ScopedMemory orderManagerScope = new LTMemory(240960);
    try{
    orderManagerScope.enter( new OrderManagerListener() );
    }catch( OutOfMemoryError err){
    System.out.println("OutOfMemoryError inner Runnable");
    err.printStackTrace();
    }).start();
    }catch( OutOfMemoryError err){
    System.out.println("OutOfMemoryError Outer Runnable");
    err.printStackTrace();
    and executed this code from netbeans, linux in virtual box
    -Xms512m -Xmx1024m -Xss1000 -XX:ThreadStackSize=0 -XX:ScopedSize=440960
    ulimit -s in linux gave me 10240
    I monitored memory via system monitor. I found that my memory started to grow from 786MB to 1.8G
    I tried creating a thread pool for 3000 Realtime thread.... My Single CPU got utilized 100% and its used 3.1GB for memory out of 3.3 and code started to hang..
    My question is. How much memory does a normal realtimeThread consumes... Is there any limit in creating Realtime thread... and Why does is consumes a lot of memory. If i need to do any fine tuning please do let me know.
    Hardware is not an issue in my case....
    Right now i am using viritual box. We are running our code in seperate RTLinux box.
    - Lemuria

    Hi Ashok ,
    Cost Component Structure Applies for both Plan and Actuals ...hence mentioning admin o/h as not relevant for inventory will not serve your purpose.
    Only workaround i see it to use a negligible quantity as Admin overhead is routing . Like (0.00001) Hour .
    Standard  Cost will have a negligible Admin overhead and in actual you will book actual hours will be be part of actual cost
    This will solve your Issue..
    Regards
    Sarada

  • SQL Creation Date variable issue

    I am building a report where I need the CREATION DATE field to display only the results for the previous day. Is there an SQL statement that I can add to the Viewer that will display this data? Ex:
    STAFF_LOCAL.CREATION_DT  IN (insert SQL statement here)

    Hi Todd,
    If you want to create a report which will show data of previous day, you can make a filter in the universe with this definition.
    i.e. if you are using sql server create a filter condition with definition like
    @select(classname\objectname)=getdate()-1
    for oracle it will be @select(classname\objectname)=sysdate-1
    and then use this condition in the report, you will get the desired result.
    If you want this to be at report side only and not from designer than use this example sql which gives hiredate and name for employees hired in the previous day.
    Select
    employee.fname,employee.hire_date
    from
    employee
    where
    (employee.hire_date = getdate()-1)
    this is for sql server...
    for oracle you can replace the getdate() with sysdate in the customer sql.
    hope this helps.
    Regards,
    Gaurav

  • Automatic number range assignment for creation of material issue

    Hi Experts,
    I need to create material with automatic assignment of internal and external number range .
    Already existing logic for one exit which is working fine in one system and I am using that same logic in other system
    where it is not working and  throuhging the following error:
    "Internal number assignment is not possible for the material type Operating supplies"
    Can you please suggest where i am dong wrong ?
    Thank you in advance.

    Hi,
    Please slect material type operating supplies  click on detaials. check  the external number assignment w/o check  checkbox
    Regards
    AKM

  • Creation of iObject issue with Address

    Hello All,
    As per the requirement, we are trying to create the iObjects as a component of existing iBase in the system.
    We are using the FM 'CRM_ICSS_CREATE_COMPONENT'.
    The iObject is getting created, but we are passing the address data to is_address_data.
    But the component is not having the Address maintained.
    Kindly share your thoughts if I am missing something or other way to create the component with the address.
    Thanks in Advance.
    Regards,
    Ravi

    Hi Thomas Wagner,
    Thanks for your reply.
    I have already tried to find out in the way mentioned by you, but while doing from standard this FM is not getting triggered,
    Regards,
    Ravi

  • Creation of invoice issue for a specific supplier

    When the user is trying to create an invoice for a supplier, he is able to query the supplier name, the site. But when arriving at the invoice date the system will not allow him to move.
    There are no error messages.
    Grateful if anyone can pinpoint me to a solution or to a workaround.
    Workaround- (Disable this supplier and create a new one. However will it have any impact if there are unpaid invoices for the supplier etc)
    Thanks

    I hope you have already verified whether that supplier is in active or inactive status.
    You can create a new supplier & you can use supplier merge feature to merge existing supplier to new supplier.

  • Batch creation during goods issue to order

    i had a scenario where  4  production lines are used to produce fg material,in final operation all material produced in different lines are mixed . i am using different grades of raw material( single raw material) in different ratio in each line . during adding raw material in the operation  batch number is recorded .
    in each line 1 ton of material is produced for 1 hour , i had a production order of 100 tons i had to produce 25 batches ( each batch produce 1 ton ) in each line , and each time batch number should be recorded. if raw material from 1st operation enters to 2nd operation in 1st line new batch is again added in 1st operation this process continues un till production order quantity is reached.  how to map this scenario in sap.
    Thanks

    Hari,
    I am not sure if I understood your requirement exactly. But in the first pass did you check WIP batch functionality?
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20ff2779-f9d3-2b10-9dab-e9d84c5953c5?overridelayout=t…

Maybe you are looking for

  • Can I transfer music from an iTunes account into another

    I'm getting a new phone plan an I want to get my own iTunes account as well but I don't want to have to pay for all the music I have on my parents account so is it possible to transfer it with out having to burn a CD and put it on my account

  • F110 strange error

    I create a vendor invoice in Dec.20 2009 and vendor line item display a overdue item and net due date is Dec.22.2009 payment method shows c(check) I create  F110 in 05.01.2010, I select this vendor and correct company code, payment method C, next pay

  • Getting BT To clear cache for my webserver

    Hi All, I host a number of sites from my web server.  Since thursday they have intermittently become unaccessible with the message "TCP-IP Error". So, first port of call was to clear browser cache, try other computers, etc.  Still same issue Next to

  • Buss plug in problem

    Hi, i route my percussion to a buss (buss 1 - Aux 2) in logic, but when i put my psp vintage warmer as an insert on the buss the timing goes way out and everything sounds a complete mess. I have a compressor and a low cut on there as inserts too and

  • Demande aide pour LabVIEW

    Bonjour tout les monde ! Je suis actuellement en BTS électrotechnique et j'ai besoin de votre aide pour LabVIEW. C'est la première fois que je l'utilise. Le matériel : Un automate cRIO-9073. Des modules NI 9217,9203,9403,9476. Un PC avec LabVIEW But