Check resource availability

I was wondering if it is possible to check the availabilty of invitees on the calendar feature on the iPhone.
I am conencted to our corprate Exchange and Calander. I can invite anyone in or company to a meeting, but I want to check their availabilty. Any help would be great. Thanks, Erez

Check out Scheduler, it allows you to find common open meeting times and schedule directly through your Exchange account on iOS.

Similar Messages

  • Check Resource availability from workflow

    Hi,
    Has anyone know how to check the resource availability from the workflow? In Admin interface, there is a "Test Configuration" button you can use to test the resource. Is there a similar functionality that could be called from the workflow?
    Thanks for your input!
    Luda

    Create a Java method like in the following example and call if from anywhere you like
    public static void testConnectionExample() throws WavesetException {
        Resource resource = (Resource) getSession().getObject(Type.RESOURCE, "Active Directory");
        ResourceAdapter adapter = ResourceOp.findAdapter(resource, resource.getCache());
        WavesetResult result = adapter.testConfiguration();
        assert result == null || result.getErrorMessages() == null;
      }

  • Project server 2010. Troubles with resource availability

    A problem occurred while checking resource usage using PWA. 
    Using the PS 2010 
    the total number of projects about 2000, about 1600 resources (for 5 years) 
    We have a project - project1 and resource involved in it - res1 
    In the project, each week for the resource specified work (20 - 30 hours), the project is saved and published. (When publishing a project there are no errors.) 
    In MS Project and PWA in Project center values ​ per weeks are the same. Go to the resource center, choose res1 and check its work in resource availability and see that for some weeks value of work is 0, at some 1.75. some 0.462 etc. 
    For other projects work of this resource displayed normally. Moreover, for all other resources is displayed correctly in this project. 
    When re-saving project data and republishing it the situation is same. 
    This issue takes place to be for some other projects. 
    questions: 
    1 - what database of PS take the data for plotting in resource availability? 
    2 - than similar behavior can be caused? 
    3 - how possible to solve this problem? 
    Thanks for help!

    Hi,
    The resource availability in PWA-resource center is based on the Published DB data.
    In order to trouble shoot, can you check in the data grid under the resource availability graph the capacity of the resource? Indeed the availability is calculated based on work versus capacity. The capacity might vary with calendar exceptions (holidays)
    and non-working administrative time in the resource timesheet. I'd suggest that you check in detail the periods where you have this unexpected behavior and see the resource calendar and timesheets.
    Also what you can do is to open a blank project plan (be sure to check the option "load summary resources assignments when starting MS Project Pro), insert the resource, go to the resource usage and add the remaining availability and work availability.
    Then you could confirm if the data are correct or not.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Please help: deploy Bean with "No resource available" error for M:N relationship

    Hi all,
    I wonder any one comes across with deploying beans with M:N relationship with
    "No resource available".
    I defined the relationship in ejb-jar.xml and dbms in the
    weblogic-cmp-rdbms-jar.xml, but when I deployed the beans I got
    the following error
    ------ Error message-----
    weblogic.common.ResourceException: No resources available at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.
    java:568) at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.
    java:400) at weblogic.common.internal.ResourceAllocator.reserveNoWait(ResourceAllo
    cator.java:368) at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.j
    ava:166) at weblogic.jdbc.common.internal.ConnectionPool.reserveNoWait(Connection
    Pool.java:127) at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiData
    Source.java:194) at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:219) at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getConnection(RDBMSP
    ersistenceManager.java:317) at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.createDefaultDBMSTab
    le(RDBMSPersistenceManager.java:1149) at weblogic.ejb20.utils.TableVerifier.verifyTableExistsAndCreateMaybe(Ta
    bleVerifier.java:428) at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.verifyTablesExist(RD
    Unable to deploy EJB: CustomerBean from \ejb:
    Errors encountered ''The Container-Managed Persistence Entity EJB failed while
    creating its SQL Type Map. The error was: Invalid object name 'localcustomer_localsubscription'.
    Severity 16, State 1, Procedure 'IVM_SERVER null', Line 1', 'Error encountered
    while attempting to create Default DBMS Table: 'localcustomer_localsubscription'.
    Error Text: 'weblogic.common.ResourceException: No resource s available'.''
    ---------------End error ----------------------
    ---------------my ejb-jar.xml
    <ejb-jar>
    - <enterprise-beans>
    - <entity>
    <ejb-name>AddressBean</ejb-name>
    <local-home>customer.LocalAddressHome</local-home>
    <local>customer.LocalAddress</local>
    <ejb-class>customer.AddressBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    - <cmp-field>
    <field-name>addressID</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>street</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>city</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>zip</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>state</field-name>
    </cmp-field>
    <primkey-field>addressID</primkey-field>
    </entity>
    - <entity>
    <ejb-name>CustomerBean</ejb-name>
    <local-home>customer.LocalCustomerHome</local-home>
    <local>customer.LocalCustomer</local>
    <ejb-class>customer.CustomerBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <abstract-schema-name>CustomerBean</abstract-schema-name>
    - <cmp-field>
    <field-name>customerID</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>firstName</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>lastName</field-name>
    </cmp-field>
    <primkey-field>customerID</primkey-field>
    - <query>
    - <query-method>
    <method-name>findByLastName</method-name>
    - <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </query-method>
    - <ejb-ql>
    - <![CDATA[ SELECT OBJECT(o) FROM CustomerBean AS o
      ]]>
    </ejb-ql>
    </query>
    - <query>
    - <query-method>
    <method-name>findByFirstName</method-name>
    - <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </query-method>
    - <ejb-ql>
    - <![CDATA[ SELECT OBJECT(o) FROM CustomerBean AS o
      ]]>
    </ejb-ql>
    </query>
    </entity>
    - <entity>
    <ejb-name>SubscriptionBean</ejb-name>
    <local-home>customer.LocalSubscriptionHome</local-home>
    <local>customer.LocalSubscription</local>
    <ejb-class>customer.SubscriptionBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <abstract-schema-name>SubscriptionBean</abstract-schema-name>
    - <cmp-field>
    <field-name>type</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>title</field-name>
    </cmp-field>
    <primkey-field>title</primkey-field>
    - <query>
    - <query-method>
    <method-name>findAllSubscriptions</method-name>
    <method-params />
    </query-method>
    - <ejb-ql>
    - <![CDATA[ SELECT OBJECT(o) FROM SubscriptionBean AS o
      ]]>
    </ejb-ql>
    </query>
    </entity>
    </enterprise-beans>
    - <relationships>
    - <ejb-relation>
    <ejb-relation-name>LocalCustomer-LocalAddress</ejb-relation-name>
    - <ejb-relationship-role>
    <ejb-relationship-role-name>LocalCustomer-Has-LocalAddresss</ejb-relationship-role-name>
    <multiplicity>one</multiplicity>
    - <relationship-role-source>
    <ejb-name>CustomerBean</ejb-name>
    </relationship-role-source>
    - <cmr-field>
    <cmr-field-name>addresses</cmr-field-name>
    <cmr-field-type>java.util.Collection</cmr-field-type>
    </cmr-field>
    </ejb-relationship-role>
    - <ejb-relationship-role>
    <ejb-relationship-role-name>LocalAddress-Has-LocalCustomer</ejb-relationship-role-name>
    <multiplicity>many</multiplicity>
    - <relationship-role-source>
    <ejb-name>AddressBean</ejb-name>
    </relationship-role-source>
    - <cmr-field>
    <cmr-field-name>customer</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    </ejb-relation>
    - <ejb-relation>
    <ejb-relation-name>LocalCustomer-LocalSubscription</ejb-relation-name>
    - <ejb-relationship-role>
    <ejb-relationship-role-name>LocalCustomers-Have-LocalSubscriptions</ejb-relationship-role-name>
    <multiplicity>many</multiplicity>
    - <relationship-role-source>
    <ejb-name>CustomerBean</ejb-name>
    </relationship-role-source>
    - <cmr-field>
    <cmr-field-name>subscriptions</cmr-field-name>
    <cmr-field-type>java.util.Collection</cmr-field-type>
    </cmr-field>
    </ejb-relationship-role>
    - <ejb-relationship-role>
    <ejb-relationship-role-name>LocalSubscriptions-Have-LocalCustomers</ejb-relationship-role-name>
    <multiplicity>many</multiplicity>
    - <relationship-role-source>
    <ejb-name>SubscriptionBean</ejb-name>
    </relationship-role-source>
    - <cmr-field>
    <cmr-field-name>customers</cmr-field-name>
    <cmr-field-type>java.util.Collection</cmr-field-type>
    </cmr-field>
    </ejb-relationship-role>
    </ejb-relation>
    </relationships>
    - <assembly-descriptor>
    - <container-transaction>
    - <method>
    <ejb-name>AddressBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    - <container-transaction>
    - <method>
    <ejb-name>CustomerBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    - <container-transaction>
    - <method>
    <ejb-name>SubscriptionBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    ------------------End of ejb-jar.xml---------------
    Please help
    Thanks in advance
    Mike

    Hi Gaurav,
    Other applications used the same the datasource, which I used for this application,
    are running fine.
    I think there is some bug in the wlserver 6.1 to create the join table. I think
    it is the time I should ask the bea wlserver 6.1.
    Mike
    "Gaurav Khanna" <[email protected]> wrote:
    This implies that there are no database connections available. You need
    to
    check if you can log into your database instance. By default there are
    30
    connections specified for an instance in Oracle. FYI.
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    Hi all,
    I wonder any one comes across with deploying beans with M:Nrelationship with
    "No resource available".
    I defined the relationship in ejb-jar.xml and dbms in the
    weblogic-cmp-rdbms-jar.xml, but when I deployed the beans I got
    the following error
    ------ Error message-----
    weblogic.common.ResourceException: No resources available atweblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.
    java:568) atweblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.
    java:400) atweblogic.common.internal.ResourceAllocator.reserveNoWait(ResourceAllo
    cator.java:368) atweblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.j
    ava:166) atweblogic.jdbc.common.internal.ConnectionPool.reserveNoWait(Connection
    Pool.java:127) atweblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiData
    Source.java:194) atweblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:219) atweblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getConnection(RDBMSP
    ersistenceManager.java:317) atweblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.createDefaultDBMSTab
    le(RDBMSPersistenceManager.java:1149) atweblogic.ejb20.utils.TableVerifier.verifyTableExistsAndCreateMaybe(Ta
    bleVerifier.java:428) atweblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.verifyTablesExist(RD
    Unable to deploy EJB: CustomerBean from \ejb:
    Errors encountered ''The Container-Managed Persistence Entity EJB failedwhile
    creating its SQL Type Map. The error was: Invalid object name'localcustomer_localsubscription'.
    Severity 16, State 1, Procedure 'IVM_SERVER null', Line 1', 'Errorencountered
    while attempting to create Default DBMS Table:'localcustomer_localsubscription'.
    Error Text: 'weblogic.common.ResourceException: No resource savailable'.''
    ---------------End error ----------------------
    ---------------my ejb-jar.xml
    <ejb-jar>
    - <enterprise-beans>
    - <entity>
    <ejb-name>AddressBean</ejb-name>
    <local-home>customer.LocalAddressHome</local-home>
    <local>customer.LocalAddress</local>
    <ejb-class>customer.AddressBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    - <cmp-field>
    <field-name>addressID</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>street</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>city</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>zip</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>state</field-name>
    </cmp-field>
    <primkey-field>addressID</primkey-field>
    </entity>
    - <entity>
    <ejb-name>CustomerBean</ejb-name>
    <local-home>customer.LocalCustomerHome</local-home>
    <local>customer.LocalCustomer</local>
    <ejb-class>customer.CustomerBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <abstract-schema-name>CustomerBean</abstract-schema-name>
    - <cmp-field>
    <field-name>customerID</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>firstName</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>lastName</field-name>
    </cmp-field>
    <primkey-field>customerID</primkey-field>
    - <query>
    - <query-method>
    <method-name>findByLastName</method-name>
    - <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </query-method>
    - <ejb-ql>
    - <![CDATA[ SELECT OBJECT(o) FROM CustomerBean AS o
    ]]>
    </ejb-ql>
    </query>
    - <query>
    - <query-method>
    <method-name>findByFirstName</method-name>
    - <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </query-method>
    - <ejb-ql>
    - <![CDATA[ SELECT OBJECT(o) FROM CustomerBean AS o
    ]]>
    </ejb-ql>
    </query>
    </entity>
    - <entity>
    <ejb-name>SubscriptionBean</ejb-name>
    <local-home>customer.LocalSubscriptionHome</local-home>
    <local>customer.LocalSubscription</local>
    <ejb-class>customer.SubscriptionBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <abstract-schema-name>SubscriptionBean</abstract-schema-name>
    - <cmp-field>
    <field-name>type</field-name>
    </cmp-field>
    - <cmp-field>
    <field-name>title</field-name>
    </cmp-field>
    <primkey-field>title</primkey-field>
    - <query>
    - <query-method>
    <method-name>findAllSubscriptions</method-name>
    <method-params />
    </query-method>
    - <ejb-ql>
    - <![CDATA[ SELECT OBJECT(o) FROM SubscriptionBean AS o
    ]]>
    </ejb-ql>
    </query>
    </entity>
    </enterprise-beans>
    - <relationships>
    - <ejb-relation>
    <ejb-relation-name>LocalCustomer-LocalAddress</ejb-relation-name>
    - <ejb-relationship-role>
    <ejb-relationship-role-name>LocalCustomer-Has-LocalAddresss</ejb-relationshi
    p-role-name>
    <multiplicity>one</multiplicity>
    - <relationship-role-source>
    <ejb-name>CustomerBean</ejb-name>
    </relationship-role-source>
    - <cmr-field>
    <cmr-field-name>addresses</cmr-field-name>
    <cmr-field-type>java.util.Collection</cmr-field-type>
    </cmr-field>
    </ejb-relationship-role>
    - <ejb-relationship-role>
    <ejb-relationship-role-name>LocalAddress-Has-LocalCustomer</ejb-relationship
    -role-name>
    <multiplicity>many</multiplicity>
    - <relationship-role-source>
    <ejb-name>AddressBean</ejb-name>
    </relationship-role-source>
    - <cmr-field>
    <cmr-field-name>customer</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    </ejb-relation>
    - <ejb-relation>
    <ejb-relation-name>LocalCustomer-LocalSubscription</ejb-relation-name>
    - <ejb-relationship-role>
    <ejb-relationship-role-name>LocalCustomers-Have-LocalSubscriptions</ejb-rela
    tionship-role-name>
    <multiplicity>many</multiplicity>
    - <relationship-role-source>
    <ejb-name>CustomerBean</ejb-name>
    </relationship-role-source>
    - <cmr-field>
    <cmr-field-name>subscriptions</cmr-field-name>
    <cmr-field-type>java.util.Collection</cmr-field-type>
    </cmr-field>
    </ejb-relationship-role>
    - <ejb-relationship-role>
    <ejb-relationship-role-name>LocalSubscriptions-Have-LocalCustomers</ejb-rela
    tionship-role-name>
    <multiplicity>many</multiplicity>
    - <relationship-role-source>
    <ejb-name>SubscriptionBean</ejb-name>
    </relationship-role-source>
    - <cmr-field>
    <cmr-field-name>customers</cmr-field-name>
    <cmr-field-type>java.util.Collection</cmr-field-type>
    </cmr-field>
    </ejb-relationship-role>
    </ejb-relation>
    </relationships>
    - <assembly-descriptor>
    - <container-transaction>
    - <method>
    <ejb-name>AddressBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    - <container-transaction>
    - <method>
    <ejb-name>CustomerBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    - <container-transaction>
    - <method>
    <ejb-name>SubscriptionBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    ------------------End of ejb-jar.xml---------------
    Please help
    Thanks in advance
    Mike

  • Unable to check flight availability in DEMO 3.0

    Anybody,
    I finished configuring the demo but when I execute I get the following error:
    Unable to check flight availability.  
    Error Type:  XI system error 
    Error Details:  An error occurred when determining the business system (LD_ERROR) 
    Looking at the logs I found the following exception (actually more than one)
    Date : 12/01/2004
    Time : 18:04:35:593
    Category :
    Message ID : 00111174DBE8006000000018000010380003EA3440BF0ED4
    Severity : Error
    Location : com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal()
    Source Name : com.sap.engine.services.rfcengine
    Thread : Thread[JCO.ServerThread-16,10,SAPEngine_System_Thread[impl:5]_Group]
    Message : com.sap.mw.jco.JCO$AbapException: (126) SLD_CLIENT_EXCEPTION: AbapSLDRequestHandler.getObjectServer(): User credentials are invalid or user is denied access
    Datasource : 11862050:C:\usr\sap\ABC\DVEBMGS01\j2ee\cluster\server0\log\defaultTrace.trc
    Application :
    Argument Objs :
    Arguments :
    Dsr Component : ABC
    Dsr Transaction : C2AB51A566A64BC2B12F379616CF1EC6
    Dsr User : XISUPER                        
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives :
    Resource Bundlename :
    Session :
    Source : com.sap.engine.services.rfcengine
    ThreadObject : Thread[JCO.ServerThread-16,10,SAPEngine_System_Thread[impl:5]_Group]
    Transaction :
    User :
    It appears I don't have permission to execute load the bean and execute it.  Can anyone tell me what role or authorizations I need to assign to my XISUPER user in order to do this...
    Thanks
    Diego

    Alessandro, I'm experiencing almost the same kind of error as described before. However, in my case trx SLDCHECK (executed from the XI server and from the SAP application system) also generates errors. The error Im getting is as follows:
    Testing SLD API
    An exception has ocurred
    Description: Exception in SLD Client: AbapaSLDRequestHandler.ping() server connection *** failed ***
    Summary: Connection to SLD does not work
    => Check SLD function and configurations
    I have to say that the SLD home page from Integration Builder works correctly and when SLDCHECK is executed the browser opens the correct url and loads the page.
    I have followed all congiguration steps (maintain SLD details with trx SLDAPICUST, maintain HTTP and TCP/IP destinations, activate XI services, etc..) mentioned in the SAP documentation, however the problem persists.
    Thanks in adavnce for any feedback!
    Thanks, Roberto
    Message was edited by: Roberto Viana

  • What determines when the My Timesheet item will display in the Resource Availability Page?

    Can someone point me to where I can get more information on the My Timesheet item that displays in the Details section of the Resource Availability page?  I cannot figure out where this information is coming from or what determines how many My Timesheet
    lines you see.
    In one Project Server environment, I noticed that each user had 3-4 My Timesheet line items in the Resource Availability page.  The period I was looking at spanned 8 weeks and all of those weeks were in the future.  I checked the Manage Timesheets
    page for one of the users that had 4 My Timesheet items in the Resource Availability page.  The user did not have any timesheets created for the 8-week period I was reporting on in the Resource Availability page.  To make matters more confusing,
    some resources only had 3 My Timesheet line items in the Resource Availability page for the same period.  So it seems like something other than active timesheets for the period is dictating how many My Timesheet lines display.  Also curious was the
    fact that ALL of the My Timesheet items for all users in the Resource Availability page (7 or 8 people) showed "0h" for all of the periods displayed.
    I decided to look into this further in a separate Project Server environment, because I didn't have access to the first one at the time.  Both environments were configured to not use single entry mode and used resource plans to calculate allocation.
     In this second environment, I entered hours against an administrative task classified as non-working time for one week and submitted / approved this sheet.  I entered hours against a project task for a second week and submitted / approved this sheet.
     I then used the Resource Availability page and "reported" on a period including those periods (20-week period total).  I didn't see a single My Timesheet item.  Not even any showing the "0h" designation I had seen in the first environment.
    So long story short, I cannot figure out the criteria that dictates when a My Timesheet item displays.  And I also can't figure out the purpose.  If the Resource Availability page is designed to show planned work (either through the planned allocations
    stored in resource plans or planned assignments through project schedules), what is the point of the My Timesheet values?  Wouldn't planned work be captured in the project line items?  If it's for administrative, non-working time only, why would
    the My Timesheet items not show up in the second environment scenario?  Any help / insight would be appreciated.

    Hi,
    After investing a lot of time i found one link which is talking about My Timesheet in resource availability page.
    I believe link providing proper explanation though i would like to test it on my system. 
    http://social.technet.microsoft.com/Forums/en-US/projectserver2010general/thread/83e46a4d-3c05-4dda-8566-669b12b673f4
    kirtesh

  • Resource availability during Non-Working Hours and Weekends

    Hi Gurus,
    Aim: Make the Resource available during Non-Working Hours and Weekends
    Requirement: CRP functionality enabling
    In CRC2 I have selected capacity tab and in capacity header under 'Change Interval and Shifts' button. I have Inserted a new Interval period and given the validity from/to dates(Non-Working day - Saturday) and Saved.
    When i execute the Capacity Planning CM01, there is no change. The Resource availability still shows as "0"hrs for this particular date and for rest of the days it shows as 8hrs.
    I have checked the same even after executing the MRP, No change in Capacity Planning Overview - Still the available Capacity Showas as 0
    Please guide me, how can i use my resource during the holidays. Means make the system understand that the defined day is a working day though it is holiday as per factory calendar
    Please correct me whether am i missing any settings or i should follow some other logic
    Regards,
    Tam

    Hi Partha,
    In workdays i dont have any such option "2"
    As per standard list I could see only 3 entries in the possible values(F4) popup
    "Blank" - Working days according to factory calendar
    "0" - Non-Working days(Overrides factory Calendar)
    "1" - orking days(Overrides factory Calendar)
    I have even tried with option "0" and "1" its still the same, when i enter the period From and To date the fields for the entries Shift start and end date, workday, Shift Seq, Length of the shift, No.of shifts.........are jumping to the next line item.
    Because of which i understand that the entered values is not corresponds to the newly defined period
    Pls guide me to how to make the resource available during non working days
    Regards,
    TamNen

  • CProjects 4.0 - Resource Availability

    How does the Resource Availability feature work in cProjects 4.0? Can the resource maintain his calendar in cProjects?
    Staffing of a resource happens when the resource has the qualification for the role? How does the system take care of 'Availability?'

    Hi Bittu,
    Some information to enhance Thorsten's answer about availability, it is not very straightforward.
    First of all, does WFD server (other name WFM core) is used?  If Yes, then the availability is controlled by the WFD server (External).
    If No, then the program using the cProject internal logic frequences to determine the availability:
    1.  The BP has the availability maintained. for example BP 'Mr. Hugo Boss'  works 8 hours each day.
    2.  The BP has a location, and the availability has maintaned for the location.
    for example: 'Mr. Hugo Boss' has location 'Germany' and location 'Germany' works 7,5 hours.
    3. The BP has not the locaion . But the role has maintained a location.
    For example: Role 'Software development' should be done in location 'U.S' and location has 9 Hours each day.
    4. If none of above is maintained, then the program check the customizing of distribution. The standard SAP dilivery has 8 hours each day.
    The note 958573 is the prerequisite, and explain the same logic.
    Please rewards point, if it is useful.
    Kind regards,
    Zhenbo

  • Oracle Windws Server - Not enough resources available

    Hello,
    When I try to log onto our Oracle server I get the following message:
    Not enough resources available Please try again or consult your system administrator
    A reboot of the server resolves the issue, but does anyone know why this would happen? Is it a database issue causing this to happen?
    Thank you
    Sarah

    user11979562 wrote:
    Hello,
    When I try to log onto our Oracle server I get the following message:
    Not enough resources available Please try again or consult your system administrator
    A reboot of the server resolves the issue, but does anyone know why this would happen? Is it a database issue causing this to happen?
    Thank you
    SarahSarah,
    What version of Windows, and is it 32 bit or 64 bit? How much memory is in the server? What else runs on the server (the other process might have a memory leak)? Specifically, what Oracle version (ex: 10.2.0.2, 10.2.0.5, 11.2.0.2)?
    Please have the appropriate person check the Windows event log to see if any error messages such as the following appear:
    "The server was unable to allocate a work item 2 times in the last 60 seconds."
    Charles Hooper
    Co-author of "Expert Oracle Practices: Oracle Database Administration from the Oak Table"
    http://hoopercharles.wordpress.com/
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • TV Shows Season Pass New Episodes Gone from Check for Available Downloads

    I was informed today from iTunes Support that new episodes that become available will no longer come through the Store > Check for Available Downloads option in iTunes.  If you notice in your email alerts for the new episode's availability, it now says the new episode is found in your Purchased items in Itunes in the Cloud. 
    I was also told that if I checked the options "show iTunes Purchases in the Cloud" in iTunes > Preferences > Store tab, that I could just see the new episodes in my Library under TV Shows.  I used to have this option and could access the new episodes and download them this way, but that option is now GONE as well from iTunes.  I am awaiting feedback from my Senior Support Rep as to what is wrong there. 
    I have been simply going to the iTunes Store > Purchased > TV Shows and clicking the "Not on this computer" option in the upper right.  I have to go show by show and click "Download" or "Download All".  I have almost 15 Season Passes at any one time.  This is a completely horrible way of downloading them. 
    When the new episodes were evailable via the "Check for Available Downloads" Option, I had my iMac scheduled to restart every morning around 4am Central.  That was about 2 hours after the date/time stamp of the email notifications.  Since iTunes was always set to start at login, it would automatically check for available downloads, and then download all the new episodes.  I then had a cloning process scheduled that would clone my primary iTunes Media drive to a backup iTunes Media drive.  That way if one fails I always have an up to date copy. 
    This new method totally screws up how slick this whole process worked.  I understand streaming and the cloud is the direction they are taking here, but this is completely an about face.  I want the new episodes available locally.  I want it downloaded when I am asleep and always available locally when I want to watch.  That way I dont have to worry about my internet availability.  Storm can knockout my internet.  The construction down the road can cut the optical cable.  I may loose my internet due to a problem with the ISP.  Having the files locally allows me to watch them worry free, buffer free, and when I want to. 
    I urge those who are annoyed by this change to provide feedback here: http://www.apple.com/feedback/itunesapp.html
    I really hope this decision to remove this functionality is not a sign to come.  Next I will be downloading each song one by one when I buy an album because I can just stream it in the cloud. 
    I love my Apple products and servies.  But this totally makes me hate them right now. 

    I am so angry right now I can not even see straight.  So the "Show iTunes Purchases Option" out of the blue showed up in iTunes this morning. I dont know if a reboot fixed it or what. But the attached screen shows the lack of that feature along with the iTunes version. 
    So I am not freaking crazy.  So I turned it on this morning to pick up 3 new episodes.  I get home tonigth and sit down on my couch with my Apple TV ready to roll... and it has completely screwed my "watched" vs "unwatched" episodes.  I come to my iTunes library on my iMac and sure enough TV Shows and Movies I know I have not watched or started are marked as watched.
    I have not watched a single episode of The Following Season 1, and it basically shows I have watched all but the latest 4 shows.   I have not watched the last several episodes of Revenge, and it says I have not watched only the last episode.  I am guessing as to where I left off, but it looks like Episode 13 was the last episode I watched and iTunes said I had only not watched Episode 19.  Vikings Season 1 - I have not watched a single show, but it shows I have watched all but the last 2 episodes, 8 & 9. 
    Movies - I have bought and downloaded many movies that I have not watched as of yet.  For instance: Django Unchainted, and all 3 Matrix Movies.  I have watched a couple of the Matrix movies but not all the way through.  But I had gone back and marked them as "unwatched"  Everything else I had not even touched to hit play or nothing.  These are all purchases. 
    I hunted down all the episodes and movies I knew I had not watched... which took me quite a while... and then when I close and re-open iTunes and at least the watched/unwatched TV shows stayed as I marked them.  This was not the case when this feature was first rolled out with iTunes 11.  That is exactly why I never used this feature in the first place.  Time will tell if it remains stable with the watch/unwatched situation. 
    Regardless, I am so tired of taking time out of my day and writing iTunes support and giving Apple feedback so they can perhaps look into it and see if its a larger issue than just my library.  So they can also maybe realize that some of us actually love their product and want to see them continue to working awesome, slick, and incredible. But as someone who is looking at 8 active season passes.... I may never buy a season pass from iTunes again.  The reason why EVERYONE still has a TV antenna and/or cable is because the basic concept of how you watch the programming DOESNT CHANGE.   They should take this feedback simply as TV shows are not like Movies and Music.  TV shows happen weekly.  Having a consistent and repeatable process to get the shows and watch them each week is paramount. 
    I am usually very good with change and enhancements.  But this one.... has completely made me an irate Apple Customer.

  • I can't seem to download anything on my iTunes when I use Check for available downloads. I have preorders that I can't download cos it just says 'iTunes store temporarily unavailable' even tho when I actually go on iTunes itself it work fine..

    I've been in contact with Apple support team regarding this issue. I have about 9 items available for download(preorders mostly) but it's not listed under download. When I click on Check for available download, a message with 'iTunes temporarily unavailable' appears but when I go to the iTunes store itself, its working just fine. I've already been charged twice for the same movie which Apple have kindly refunded me for one of them but I still haven't managed to download that movie yet. Apple says its a problem with my computer and given me all sort of ways to rectify the issue and still no hope. Everything else seems to work just fine including the actual iTunes store, wifi syncing and cable syncing etc. Can somebody help me with this if you know how to solve this problem or if you've had the same issue now or before?
    I am using the latest Software updates on my iTunes and these 9 items were purchased whilst on this new updates

    Launch iTunes on your computer.
    From the menu bar click iTunes > Preferences then select the Advanced tab.
    Click Reset warnings and Reset cache
    Click OK.
    Restart your computer, launch iTunes.
    Click Store > Check for Available Downloads...

  • HT1725 When I click on a Movie I get the following "You have already purchased this item but it has not been downloaded. To download it, select Check For Available Downloads from the Store menu." Then get err = 11111

    iTunes quit unexpectedly during the download of a movie.  When I click on that movie now I get the following message: "You have already purchased this item but it has not been downloaded. To download it, select Check For Available Downloads from the Store menu."
    I follow the instructions, but the download still doesn't resume - err = 11111
    Any advice?

    Yeah, I am going to blast my iPhone for the 4th time today and pray this goes away. I had 6 apps showing updates, the 6 badge icon shows on the App Store on my iPhone and, having run them all, the 6 apps have two copies each on my iPhone: one that is the old version of the app and will not run and the other is a faded version of the app with an empty progress bar on the icon. Click those and you get an error message about connecting to iTunes, etc. as described in the article I linked to above.
    It gets stranger than this. If I install a completely NEW app, the 6 that are stuck mid-update heal themselves and appear with the new version only, however now completely different apps (Hold Em for instance - which I did not update and didn't need an update) will not launch "app name Cannot Launch" message comes up.
    Agh!

  • "Unable to check for available downloads" since upgrade to 8.1

    It appears a number of people are having this problem but are all under different headings...
    I can purchases new music/items and have them download right away, but it appears anything that was waiting for me to download prior to the upgrade to 8.1 is stuck somewhere. When checking for Downloads (no matter which way you do it) I get an error that says "Unable to check for available downloads. The iTunes store is temporarily unavailable."
    Troubleshooting guides suggest ensuring your firewall is allowing all permissions appropriately... I even turned them to "ask for permission" so that I would know it was trying. No luck.
    When is Apple going to recognize there's a problem? If I can purchase new items and get them to download right away, clearly there is no issue with ISP or Firewall.

    Having the same issue. I even downloaded a rental last night to have it disappear this morning and it says I have purchased the rental but never downloaded it. I have played with all network settings include as open as possible and no luck.

  • Use of 'Item' Check box available in 'Additional Authorization Creator'

    What is the use of the 'Item' Check box available in 'Additional
    Authorization Creator' document?
    B1 Help States that:
    Item
    Defines the object as an item rather than a form.
    Permissions set to form apply to all its subordinates. Permissions set to an item do not apply to the parent form.
    My requirement is as follows:
    I want to restrict a particular user from accessing the 'Logistics' tab
    of the Purchase order.
    1. I opened the 'Additional Authorization Creator' and added the 'PO
    Logistics Tab' in the description window.
    2. In the Forms Ids, i have mentioned as '114' (Form Id of Logistic
    Tab)
    3. Now I went to the authorizations screen and in the
    UserAuthorization, I selected ''PO Logistics Tab' and set this to 'No
    Authorization' for user named 'Raman'.
    4. When I logged inwith user 'Raman', still I could access
    the 'Logistics Tab' of the PO.
    Please explain me the significace of 'Item' Check box available
    in 'Additional Authorization Creator' document.

    Hi Shridharan,
    The Item option does not refer to the "items" like "fields, buttons, grids or tabs" but it refers to other forms which might have a parent form.
    There is also a note which states that the authorizations for the above items vannot be created via the "additional Authorization window"
    The text of the note is :
    Symptom
    When defining authorizations for specific item (field, button,
    checkbox...) by using the Additional Authorization Creator, these
    authorizations are actually not applied, and the user can work as if
    these additional authorizations were not created.
    Other terms
    Additional Authorization Creator, Item, Field, Form
    Reason and Prerequisites
    FAQ
    Solution
    By definition, the Additional Authorization Creator is designed to
    enable the creation of additional authorizations on form (window) level
    only and not for item (field) level. Therefore, the additional
    authorization that were created for single items have no meaning.
    Note number :      1067360
    Regards
    Arshdeep

  • I cannot access any of my old purchases. Movies, mainly. It has nothing to do with authorized accounts, I've checked for available downloads a thousands times over. They simply do not exist any longer.

    Well, this has been going on for a long time and I've had my absolute fill of it tonight.
    I have purchased a large collection of movies from iTunes that for mainly the reason that I have a new computer, my old films no longer exist as downloaded iTunes videos. That being said, I know I should be able to download purchased films as long as they're still on the iTunes store. I cannot download any of them. Tonight I decided to buy a collection that should have allowed me to download all three films (which I had previously owned, but got sick of trying to find a solution to why I cannot redownload them). So tonight, I purchase this collection of three films, downloads the frst one. Theres absolutely no sign of the second or third film and when I select Check for available purchases it says all available purchases have been downloaded.
    If this was true, 25+ movies would be available to download, least to say the two missing from tonights purchase (which I have purchased in the past as well).
    My account is authorized, everything is alright with my account and I have tried multiple suggestions and am completely lost. Apple support is giving me the run-around.
    What do I do?

    Nevermind. I finally found a third party answer and will post it for anyone else with my problem.
    >Go to the iTunes store.
    >Halfway down the page, right hand side, says account
    >Under account it says purchaced, select that
    >Wa-la

Maybe you are looking for