Services Placement in FB4

Hi
I am developing in Flashbuilder after working in Flex for a while.
In Flex and Php I would put the connection data in an includes file and reference it in the phpcode
In AmfPhp it was obvious where to put this, in the amfphp services folder
Its not so obvious (at least to me so far) with Php objects since the log in is in each class
the the file seems to be built into the swf (maybe?)
I am developing in localhost but then I want to build the project and ftp it up to a Godaddy folder.
The connection data is different after i do the build and ftp the result up to godaddy.
The built folder only has the gateway php and the ZenPhp folder does not seem to have any connection references in it i can find????
Thanks
Dan Pride

Hi,
When you create a php based project you usually have the project source in your workspace and the debug output in the www or htdoc folder. In the main project folder is a sub folder .model, in that folder is a file projectname.fml this is the one that provides the same sort of information you would have in the old amfphp services-config.xml, what I liked about the old way is I could set up both my local(testing/debugging) and remote endpoints in the services file then just tell my project which one I wanted to use when I compiled it for release.
Anyway you can still do it the old way as long as you find an updated amfphp install which has the deprecated code fixed.
I am still continueing to work with zend in the hope it gets better, and as I have said before I trust Adobe's decisions taking the zend path I just hope they start shaking a big stick at the zend boys and get them to lift their act. All we really need is for the datawizard templates to be opensourced then we can modify the php ones to work with amfphp for those that just want a small compact and fast php solution.
these are the figures I produced last week when I was testing in antiicpation of a beta zendamf library that was allegedly going to give a 10 fold performance improvement, unfortunately I couldn't get the beta working.
2,500 records from a client table, id,name,surname,DOB,address,timestamp- these figures are for local network and as the zend kept timing out on the remote server I couldn't get any figures.
amfphp : 4.772
zend with flex : 12.291
zend latest stable : 12.678
zend unstable : 12.663
http://wadearnold.com/blog/flash/10x-zend-amf-performance-enhancements-please-test
as per zend standards comments about this patch have been ignored.
David

Similar Messages

  • Host did not respond error in connecting the SAP Router from SERVICE PLACE

    Dear Sir,
    We renew the Router Certificate by October 2008.  We are using broadband connection in our office with firewall (ISA) .
    When we try to connect the sap router from SAP Service Market Place, It is connected and after some time, status is changing to Host did not respond due to timeout.
    We checked the SAP Router Tab File also. It is correct.  Guide us to solve this issue
    With Regards
    K.Natarajan

    Hi
    This type of error occurs maximum,only when there is no proper connection between the systems.So,my suggestion is to check with the connection between the systems with the help of Basis person.
    regards
    krishna

  • I sent my macbook pro to fix in an authorized service place in Colombia... they are saying that my war is damaged and that to buy a new one will cost too much but i want to know what the heck is the war and how much does it really cost.

    where can i get parts for macbook pro

    Take it to another Apple Authorized Service Provider.
    Never heard of damaged "war".
    Best.

  • Web service wrapper in FB4 ignores Element when Attribute exists

    I created a web service wrapper in Flash Builder 4 using the "Data --> Connect to Data/Service... ".
    The WSDL contains a type like this:
    <xs:complexType name="Description">
    <xs:simpleContent>
      <xs:extension base="xs:string">
       <xs:attribute name="languageCode" type="xs:string"/>
      </xs:extension>
    </xs:simpleContent>
    </xs:complexType>
    In the response XML this type looks like this:
    <ns2:Description languageCode="en_US">My Description</ns2:Description>
    In this case the code generator ignores the element value ("My Description") and just creates a property for the attribute (languageCode="en_US").
    BTW: Not mixing elements and attributes in one type would be a possible solutions, but I usually deal with web services I did not implement and I therefore can't change.
    Has anyone had this problem and hopefully solved it?
    Regards,
    Martin

    Thanks for sharing your tips on this forum, as it will be useful for other users, that run into this issue.
    Feedback like this will also help us improve error reporting in the next release, as missing class files in the packaged application is a common issue when developers are moving from the embeded oc4j instance packaged with JDewveloper to standalone instances.
    -Eric

  • After upgrade from FB4Beta to FB4, web services no longer returning the same data types.

    I just upgraded from FB4 beta to the FB4 release. I'm still running the Flex 3.5 SDK and amnow  unable to use a lot of my web services. In the previous FB4 beta, I could generate the proxy classes from the WSDL and would get a ResultEvent that containted either my complex data type or an ArrayCollection of those complex data types.
    After I deleted and regenerated the services under the FB4 release, I get a ProxyObject or an ArrayCollection of ProxyObjects. No matter what I try I cannot map those ProxyObjects to my complex data type and it's driving me nuts! The oddest thing is that it didn't break all of my services, just some of them.
    I've tried several methods of mapping the ProxyObject to my custom data type but I get a null result every time and no errors.
    private function getContactsResult_handleResult(event:ResultEvent):void
        this._contactsList.removeAll();
        if (event.result is ArrayCollection)
            for each (var contact:ContactType in event.result)
                _contactsList.addItem(contact);                   
        if (event.result is ContactType)
            _contactsList.addItem(event.result as ContactType);
    Any suggestions?

    It looks like this was a combination of the upgrade,
    increasing use of ASP files and not having seperate application
    pools in IIS.
    We've just starting edding aspx apps, previously we only had
    one asp app so we only used the default app;icaton pool in iis.
    With the errors in the virtual directory started, we deleted and
    remade the VD with it's only application pool. That appears to have
    resolved the issues. The only concern I have is one of the VD did
    have it's own applicaton pool and still had the very slow response
    after the upgrade. But I'll see how this solution works for the
    future.
    The decesion was made to only have cf8 installed since that
    worked well on our testing server, so we did intend to overwrite
    the CFIDE folder.
    Thanks for checking this out and for your time on this.
    At this point I consider this closed. If something else comes
    up I'll start a new thread on it.

  • Business Services Configuration in SCSM or SCOM?

    Hi Everyone,
    I'm looking for someone with both SCOM 2012 and SCSM 2012 experience who can advise the best and/or preferred method of creating/populating Business Services in Service Manager 2012...
    The reason that I ask is that once we have a rock solid process for logging Incidents and Service Request, our next major priorities will be to get "basic" reporting & change management working.
    Change Management will obviously use the Business Services in the usual way - to manage changes that will affect the business service, whereas the level of reporting we want to obtain from the "basic" reporting is what Incidents have been occurring
    (possibly which categories they were logged under) and which Business service the Incidents Affected.
    Now, this is where I'm in two minds:
    On one hand a "non-technical" Microsoft field engineer suggested to create business service "place holders" and then configure SCSM to use these "dummy" (non-configured) business services for reporting purposes.
    On the other hand we have SCOM 2012 and I believe the preferred method is to import SCOM distributed Apps as Business services which has many additional long term benefits like being able to manage the end-to-end "Availability" of a Business Service
    etc.
    My biggest issue with creating "place holder" Business Services in SCSM is the amount of time it will take to configure all the templates with the "dummy" services only to have to reconfigure everything once we Import the "Real"
    Business Services from distributed apps configured in SCOM. It seems like a LOT of double handling to me.
    So, my question is basically (bare with me because I have VERY little SCOM knowledge) is there a way to create an MP in SCOM which would contain a "Distributed Application Template" (VERY basic Config) which can simply be duplicated MANY times
    and change it's name to match each of our Business Services. Once done the MP containing the Distributed Apps can be imported to SCSM and then the Business Service would still be "Dummy" blank place holders but they've also be the legitimate/actual
    Distributed apps that we will want to be using later down the track.
    If we went down this path and we kept an unsealed copy of this management pack, would it also be possible to go back and make changes to the MANY distributed apps to update the CI relationship information in SCSM?
    Hope this makes sense... basically I thought it would make more sense to create the "dummy" Business Services in SCOM and import them to SCSM for use now and in the future rather than create the "dummy" business services in SCSM now only
    to replace them with new imported Business Services from SCOM.
    Your thoughts, ideas and guidance will be GREATLY appreciated.

    Self Bump

  • Php service issue (flash builder 4)

    I started playing with Data/Services panel in FB4. Works pretty nice so far but there are a few issues I have:
    1. How can I manualy configure input types for the service? The dialog that appears is buggy - size is very small and I can't select input types there. Also changing method definithion in services.myservice._Super_MyService.as file (which is auto-generated) doesn't work - when I refresh or do something else FB4 just rewrites this file...
    2. Second issue is PHP related. I didn't use PHP for several years so my knowledge is still limited. I've created a service class like this:
    <?php
    class MyService {
    public function addUser($username, $password) {
      $connection =
    mysqli_connect('127.0.0.1', 'root', 'root', myDB, 3306) or
    die(mysqli_connect_error());
      $query = "INSERT INTO users (username,
    password, role)
          VALUES ('$username', PASSWORD('$password'),
    'visitor')";
      mysqli_query($connection, $query) or
    die(mysqli_error($connection));
    ?>
    and it works. But if I move $connection variable outside function (to use it with other methods) I get some errors.. Anyone knows why and how to do this? Tried it with different access modifiers, wrapping it in separate function, but nothing helps..
    Thanks

    Thanks for your inputs. I will look into that construct thingie (:
    As for 'Configure Input Types' dialogue, I can also use it in most cases, but some times it's static size isn't sufficient. For example, try adding this function to service:
    public function addUserData($username, $firstName, $lastName, $company, $jobTitle,
            $country, $state, $city, $zipCode, $address, $eMail,
            $phone, $cell, $fax, $webPage, $pictureURL) {
    On my PC when trying to change values, only one row is visible, and when I try to 'Select Type' for it, dropdown just closes without changing value. It would be nice if we could resize 'Configure Input Types' dialogue when needed... Or maybe just limit the size of 'Operation:' string in that dialogue..
    PS. I just played with it for a bit. If you enter too long function name select window completly disappears:
    public function abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz($abcdefghijklmnopqrstuvwxyz) {}

  • How should the new note & mortgage servicer report the loan on the credit report ?

    History... Default on a modification to original note and mortgage with same lender/service provider that was made (the modification) after Chapter 7 bankruptcy discharge and never reaffirmed, no further monetary liability to signer on the note. After the modification default the loan is transferred to a new loan servicer. The trade lines continue to report CH7 status from the original loan service provider, closed account, 0 balance, etc. from the original servicer of the loan, nothing from the new servicer. A second modification is attempted via the new loan servicer and denied, After the modification denial, co-signer files CH 7. The signer on the note and mortgage quitclaims the property to co-signer.  Then the foreclosure process starts with the new loan servicer and the new loan servicer places a new trade line on the signer's credit report showing foreclosure status, account open, late, account balance shown, etc. During the foreclosure process with the new loan servicer  the co-signer files a CH 13, which is approved by the courts and the case is now closed. Regarding the signer of the note and mortgage, (not the co-signer), I thought the new loan servicer would have to report the loan on the credit report just as the prior original servicer did,  CH7 status, closed account, 0 balance, etc. I’m trying to make sense of how this is supposed to be reporting from the new loan servicer for the signer of the note and mortgage who quitclaimed the property. Thanks

    Localization does not change any of the data or text objects that you created on the report.  It will change special fields and tooltips that are a part of the viewer.  I believe it might also change the formatting of dates and numbers.  Anything more than that is translation not localization.

  • BPEL Custom Workflow (DocumentReviewWorkflow) with Content Services

    Hi All,
    Anybody working on BPEL Custom Workflows got Success in using the DocumentReviewWorkflow with the Content Services Development Kit 10.1.2.3.0
    Please update..
    Many Thanks in advance..!!!
    Prasant

    The DocumentReviewWorkflow that ships with the Content Services web services places the documents in the comments field.
    There are examples in the sample code - DocumentReviewWorkflowAction.java file demonstrates how to get the URLs from Oracle Content Services
    // Initialize the various Web Service Manager classes.
    StringBuffer sb = new StringBuffer(100);
    String endpoint = session.getServiceEndPoint();
    setUpManagers(session);
    try
    // Obtain the new/updated document items.
    Item[] documents = WorkflowUtils.getTargetDocuments(session,
    m_WorkflowId);
    int len = (documents == null) ? 0 : documents.length;
    for (int i = 0; i < len; i++)
    AttributeRequest[] pathar = WsUtil.newAttributeRequestArray(
    Attributes.URL);
    Item tmp =
    (Item) m_CommonManager.getItem(documents.getId(), pathar);
    String filepath = (String) WsUtil.getAttributesMap(
    tmp)
    .get(Attributes.URL);
    // Convert the String list to a single string for convenience.
    sb.append(filepath);
    sb.append("\n");
    finally
    session.logout();
    You can then add the document links as attachments by creating a list of attachments and then inserting the URLs for the documents in the URI - I've done it using a combination of Java and BPEL. Here is an excerpt
    <bpelx:exec name="countAttachments" language="Java" version="1.4"><![CDATA[/*Write your java code below e.g.
                   System.out.println("Hello, World");
              // Note that the documents come back as a list of
              // documents with a line break between them
              String filename = (String) getVariableData("filename");      
              String[] docnames = filename.split("\n");
    setVariableData("numberofdocuments", new Integer(docnames.length));
    ]]>
    </bpelx:exec>
    <assign name="initCounter">
    <copy>
    <from expression="0"/>
    <to variable="counter"/>
    </copy>
    <copy>
    <from>
    <attachment xmlns="http://xmlns.oracle.com/pcbpel/taskservice/task">
    <name/>
    <URI/>
    <content/>
    </attachment>
    </from>
    <to variable="ParallelVar1" query="/task:task/task:attachment"/>
    </copy>
    </assign>
    <while name="While_1" condition="bpws:getVariableData('counter') &lt; (bpws:getVariableData('numberofdocuments') - 1)">
    <assign name="createAttachmentList">
    <bpelx:append>
    <bpelx:from>
    <attachment xmlns="http://xmlns.oracle.com/pcbpel/taskservice/task">
    <name/>
    <URI/>
    <content/>
    </attachment>
    </bpelx:from>
    <bpelx:to variable="ParallelVar1" query="/task:task"/>
    </bpelx:append>
    <copy>
    <from expression="bpws:getVariableData('counter') + 1"/>
    <to variable="counter"/>
    </copy>
    </assign>
    </while>
    <bpelx:exec name="AddAttachmentsToList" language="Java" version="1.4"><![CDATA[/*Write your java code below e.g.
                   System.out.println("Hello, World");
              String filename = (String) getVariableData("filename");
              checkpoint();
              String[] docnames = filename.split("\n");
    for (int i = 0; i < docnames.length; i++) {
    int strlen = docnames[i].length();
    int slash = docnames[i].lastIndexOf('/');
    String filenameonly = docnames[i].substring(slash + 1, strlen);
    int item = i + 1;
    String varname = "/task:task/task:attachment[" + item + "]/task:name";
    String varuri = "/task:task/task:attachment[" + item + "]/task:URI";
    setVariableData("ParallelVar1", varname, filenameonly);
    setVariableData("ParallelVar1", varuri, docnames[i]);
    ]]>
    </bpelx:exec>
    This uses the fact that the document URLs are returned as a \n delimited string.

  • Debug cloud service in emulator

    Hi:
    I have an Azure web site that calls a cloud service.  The cloud service places a request on an Azure storage-based queue.  Then a web role retrieves the request from the queue, and does its work.  This all works great when deployed to Azure,
    but I want to debug everything locally in the emulator.  The problem I am having is that I can't figure out how to make the local service run in the emulator.  In the .svc.cs file, with the following line of code:
    CloudStorageAccount sa = CloudStorageAccount.Parse(
    RoleEnvironment.GetConfigurationSettingValue( "DataConnectionString" ) );
    theGetConfigurationSettingValue() call returns a 'System.Runtime.InteropServices.SEHException' exception.  If I include a RoleEnvironment.IsAvailable call, it returns false regardless of what I set as the service as the startup project.
    So the service is running, and my web role can call it, but evidently the service is not running in the emulator.  How can I fix this?
    Thanks in advance,
    Terry
    TerryL

    Dear Terry,
    The error 'System.Runtime.InteropServices.SEHException' means you attempted to access the RoleEnvironment without running in the dev fabric or Azure fabric. In general, this may because
    you didn't set cloud project as a startup project, just as VIJAYAMANIKANDAN said. Your application was running in the emulator but didn’t work, this was very strange, and thus it is hard for us to reproduce this issue.
    By the way, thank you for sharing another method to us, I will mark the above post as the answer.
    If you have any other issues, please feel free to ask. 
    Best Regards
    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.

  • The saposcol service failed to start.

    Hi everyone:
    - We have detected that in our production database system there are two error messages:
    1. The saposcol service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    EVENT ID: 7000
    And
    2. Timeout (30000 milliseconds) waiting for the saposcol service to connect.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    EVENT ID: 7009
    - Both of them have as source the Service Control Manager.
    The database system is a Windows cluster where the portal SCS are running with Oracle 9.2.0.5. The OS is a Microsoft Windows Server 2003 Enterprise Edition.
    The path to the executable saposcol.exe is:
    C:\WINNT\SapCluster\saposcol service
    We have tried to uninstall and install the service as in note 82751 (through the windows services window), and the service saposcol is started, but these two errors steel appear.
    We have the same structure at Test system and saposcol works properly.  We thought if it could be possible that the overloading of the production system was causing a delay in the start of the saposcol service, and then the timeout is reached. Is it possible to increase this timeout, and in this case, will this solve the problem? (if so, how do we do increase it, and in which manner will affect our system?)
    Thanks and regards,
    Jose Sorli Esteve

    hi,
    install the saposcol service with administrator account
    and change the logon from nt service manager to SAPService<SID> user
    if it not works downlod the new one from sap service place
    and re install it
    regards,
    kaushal

  • Self-service request not finding suitable fitting

    Hi,
    When I have a user request an assembly from the library via the self service portal, I get the following error:
    Error while checkig placement feasibility: null
    Anyone an idea of what I am doing wrong? :-(
    here the full log:
    Placement is not feasible with reason:Placement's feasibility is false
    The available Supply is [
    Referenced=>Target Type: oracle_vm_zone Target Name:SelfServiceZone, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    Children=>[
    Referenced=>Target Type: oracle_vm_server_pool Target Name:MyGarageServer
    Numerosities=>[
    {Cpu=>0.98/1.0 Flex=>true Discrete=>false},
    {Memory=>22423.0/32686.0 Flex=>true Discrete=>true},
    {DiskStorage=>22010.0/22010.0 Flex=>true Discrete=>true},
    {Nic=>0.0/8.0 Flex=>false Discrete=>false},
    {Server=>2.0/2.0 Flex=>false Discrete=>false}]
    Overall Resource Starvation caused no placement to be feasible
    Cannot find suitable placements to satisfy all affinity and antiaffinity requirements
    Placement computation logs :
    ==== Starting to Compute for Placement
    ---> Available Supplies are
    Referenced=>Target Type: oracle_vm_zone Target Name:SelfServiceZone, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    Children=>[
    Referenced=>Target Type: oracle_vm_server_pool Target Name:MyGarageServer
    Numerosities=>[
    {Cpu=>0.98/1.0 Flex=>true Discrete=>false},
    {Memory=>22423.0/32686.0 Flex=>true Discrete=>true},
    {DiskStorage=>22010.0/22010.0 Flex=>true Discrete=>true},
    {Nic=>0.0/8.0 Flex=>false Discrete=>false},
    {Server=>2.0/2.0 Flex=>false Discrete=>false}]
    ---> Demands to be placed are
    Referenced=>oracle.sysman.vt.service.provisioning.assembly.impl.elements.VirtualSystemImpl@3b3c0fb, Placeable=>false
    Associations=>[]
    Characteristics=>[{"Class"=oracle.sysman.vt.service.placement.impl.RequestInterpreter$SingleComparibleValueCharacteristic,"Name"=SUPPORT_DESTINATION,"canBeInherited"=false,"shouldBeOverwrite"=true     [1]}]
    IsUniform=>false
    Numerosities=>[]
    Children=>[
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3
    Numerosities=>[
    {Memory=>4096.0/0.0 Flex=>true Discrete=>false}]
    ---> Demands that are placeable are
    oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3
    #### Starting to match demand the supply based on Characteristics and Associations
    #### Start Working on a demand to be placed:
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3, Placeable=>true
    Associations=>[]
    Characteristics=>[]
    IsUniform=>false
    Numerosities=>[
    {Memory=>4096.0/0.0 Flex=>true Discrete=>false}]
    #### Found the Following Supply that can fit the demand based on characteristics and associations
    Target Type: oracle_vm_zone Target Name:SelfServiceZone
    #### Sort the eligible supplies based on scoring
    Referenced=>Target Type: oracle_vm_zone Target Name:SelfServiceZone, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    #### End computing fitting placement based on characteristics and associations
    #### Start to organize the demand with list of eligible supplies
    #### Shuffle the demand nodes for non-ordered fitting
    #### The order of the Demand nodes are
    oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3
    #### Starting to Compute placement based on Resource Fitting and Affinity relationships
    #### Working on demand:
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3, Placeable=>true
    Associations=>[]
    Characteristics=>[]
    IsUniform=>false
    Numerosities=>[
    {Memory=>4096.0/0.0 Flex=>true Discrete=>false}]
    #### This supply does not have sufficient resource:
    Referenced=>Target Type: oracle_vm_zone Target Name:SelfServiceZone, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    #### Cloud not Find any Placement for: oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@e42a0a3 in current iteration.
    #### The algorithm has traversed through all possible paths, and could not find a feasible match that would satisfy all demands
    ==== Placement Computation Did not Find Suitable Fitting
    Output Log
    Error while checkig placement feasibility: null
    Error while checkig placement feasibility: null

    how to solution this problem????
    thanks !!!!!!
    输出日志
    Error while checkig placement feasibility: null
    Error while checkig placement feasibility: null
    错误日志
    Placement is not feasible with reason:Placement's feasibility is false
    The available Supply is [
    Referenced=>Target Type: oracle_vm_zone Target Name:cloud_zone_1, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    Children=>[
    Referenced=>Target Type: oracle_vm_server_pool Target Name:Mypools
    Numerosities=>[
    {Cpu=>0.99/1.0 Flex=>true Discrete=>false},
    {Memory=>5488.0/6131.0 Flex=>true Discrete=>true},
    {DiskStorage=>7006.0/7006.0 Flex=>true Discrete=>true},
    {Nic=>0.0/4.0 Flex=>false Discrete=>false},
    {Server=>1.0/1.0 Flex=>false Discrete=>false}]
    Overall Resource Starvation caused no placement to be feasible
    Cannot find suitable placements to satisfy all affinity and antiaffinity requirements
    Placement computation logs :
    ==== Starting to Compute for Placement
    ---> Available Supplies are
    Referenced=>Target Type: oracle_vm_zone Target Name:cloud_zone_1, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    Children=>[
    Referenced=>Target Type: oracle_vm_server_pool Target Name:Mypools
    Numerosities=>[
    {Cpu=>0.99/1.0 Flex=>true Discrete=>false},
    {Memory=>5488.0/6131.0 Flex=>true Discrete=>true},
    {DiskStorage=>7006.0/7006.0 Flex=>true Discrete=>true},
    {Nic=>0.0/4.0 Flex=>false Discrete=>false},
    {Server=>1.0/1.0 Flex=>false Discrete=>false}]
    ---> Demands to be placed are
    Referenced=>oracle.sysman.vt.service.provisioning.assembly.impl.elements.VirtualSystemImpl@6833d129, Placeable=>false
    Associations=>[]
    Characteristics=>[{"Class"=oracle.sysman.vt.service.placement.impl.RequestInterpreter$SingleComparibleValueCharacteristic,"Name"=SUPPORT_DESTINATION,"canBeInherited"=false,"shouldBeOverwrite"=true     [1]}]
    IsUniform=>false
    Numerosities=>[]
    Children=>[
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031
    Numerosities=>[
    {Memory=>1024.0/0.0 Flex=>true Discrete=>false}]
    ---> Demands that are placeable are
    oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031
    #### Starting to match demand the supply based on Characteristics and Associations
    #### Start Working on a demand to be placed:
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031, Placeable=>true
    Associations=>[]
    Characteristics=>[]
    IsUniform=>false
    Numerosities=>[
    {Memory=>1024.0/0.0 Flex=>true Discrete=>false}]
    #### Found the Following Supply that can fit the demand based on characteristics and associations
    Target Type: oracle_vm_zone Target Name:cloud_zone_1
    #### Sort the eligible supplies based on scoring
    Referenced=>Target Type: oracle_vm_zone Target Name:cloud_zone_1, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    #### End computing fitting placement based on characteristics and associations
    #### Start to organize the demand with list of eligible supplies
    #### Shuffle the demand nodes for non-ordered fitting
    #### The order of the Demand nodes are
    oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031
    #### Starting to Compute placement based on Resource Fitting and Affinity relationships
    #### Working on demand:
    Referenced=>oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031, Placeable=>true
    Associations=>[]
    Characteristics=>[]
    IsUniform=>false
    Numerosities=>[
    {Memory=>1024.0/0.0 Flex=>true Discrete=>false}]
    #### This supply does not have sufficient resource:
    Referenced=>Target Type: oracle_vm_zone Target Name:cloud_zone_1, Placeable=>false
    Associations=>[]
    Numerosities=>[]
    Score=>0.0
    #### Cloud not Find any Placement for: oracle.sysman.vt.service.provisioning.deployment.assembly.impl.VirtualSystemConfigImpl@21e91031 in current iteration.
    #### The algorithm has traversed through all possible paths, and could not find a feasible match that would satisfy all demands
    ==== Placement Computation Did not Find Suitable Fitting

  • Making an Automator Service

    I want to be able to select two or more folders and have the contents of those folders be combined into one folder. I want the new folder to be placed in the same location of the original folders. I can't figure out how to do this; the only options for the creation of the new folder are to select a path or to put the new folder in the same folder as the input. I want to put it in the folder outside the input. Can anyone explain how to do this?

    I want the service to recognize the containing folder of the folders selected and put the new folder in that folder. For example:
    I have my photos in folders named by the day in my Photos folder:
    20100101
    20100105
    20100109
    I want to be able to select them, right click and select the service within the Services context menu, and have that service take the contents, put them in a new folder named by the month (2010_01), and place that folder in the Photos folder. It could either ask for a name of the new folder or just call it "new folder." I know I could make the service place it in the Photos folder, but I want to be able to use this service with folders in any location.
    Message was edited by: Bizzarojoe

  • Error while creating BOM

    Hi
    iam facing error while creating, changing and display BOM.
    Error: Status MHCO of the user interface SAPLCSDI missing.
    rgads

    Dear,
    MHCO - BOM item screen GUI status..Are you using any Alternative item?
    Have you applied any new patch in the system?
    Contact ABAPer, can give more details
    In SAP service place serach for this interface program,,,you will get many notes on this.

  • Can Crystal Server 2011 run on a Windows 2012, R2 server?

    Hey,
    I purchased Crystal Server 2011 in April 2013.  Unfortunately, due to a heavy workload I'm just now ready to install it in a test environment.  Will Crystal Server 2011 run on a Windows 2012, R2 server?

    If you update your CR Server to SP 5, then yest, it is supported on WIN 2012.
    See the PAM.
    To get SP5 you will have to loin to the SAP Market Service Place.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada

Maybe you are looking for

  • Multiple users sharing one itunes library

    i have multiple users on my mac, but i'd like us all to be able to access the same itunes library. when i go to itunes prefs on one of the other users accounts and redirect their music library to my folder, it says it is doing it, but itunes still go

  • How to read data with different XML schemas within the single connection?

    I have Oracle 11g database I access it through jdbc:oracle:thin, version 11.2.0.3, same as xdb. I have several tables, each has one XMLType column, all schema-based. There are three different XML schemata registered in the DB I may need to read the X

  • Ed at Linux command prompt

    Dear All, I was trying to use ed command to open an editor to update my sql statements on Linux. Please can anyone tell me how I can implement it in Linux command prompt. Thanks in advance, Ash

  • Updated to ios6 Last night phone now in recovery mode HELP!

    Okay last night before i did this i had a bad feeling that i should backup.. .But the software update never said that i needed to so i assumed it was safe? but ofcoarse no its not! I have vital images of me and my girlfriend who is now sick and docto

  • Shall I use global or local variables for my program?

    Hello, 1) I am using 2 while loops in parallele. One 50 ms timed and the other one 1000 ms. The 50 ms one gets data from a sensor. I want to display that data every 1000ms in the 1000 ms loop. I have used global variables to do that. Should I better