Error When Modifying a Resource Event as Designate

Hi,
I'm developing an app for a conference room device using the C APIs and am having a problem modifying an event for a resource. If I use the same user ID as with which the event was created, everything works fine. However, I'm attempting to use an ID that is set as a designate for a group of resources, and when I do, I get a CAPI_STAT_DATA_UID_NOTFOUND error when using the CSDK_FLAG_STORE_MODIFY flag.
Here's the data I'm sending:
VERSION:2.0
PRODID://Oracle//CAPI//EN
BEGIN:VEVENT
UID:20070111T141735Z-101b6d4-65-3559-Oracle
X-ORACLE-EVENTTYPE:APPOINTMENT
DTSTART:20070111T092000
DTEND:20070111T095000
END:VEVENT
END:VCALENDAR
Flags CSDK_FLAG_STORE_MODIFY | CSDK_FLAG_STREAM_NOT_MIME
The SDk version is 10.1.2.0.0
Is there any inherent problems with this approach?
Thanks,
Dave Bowman

Here's some additional information on the problem and the sequence of events:
1) Open the connection using user ID that is a designate for the resource.
2) Change the user ID to the resource identifier ("?/RS=RENCI - Europa
Conference 520/") using CSDK_SetIdentity with the flags set to CSDK_FLAG_NONE.
The function call appears to work correctly and returns no errors.
3) Modify the event data using CSDK_StoreEvents with the the above data.
4) The error returned is: CAPI_STAT_DATA_UID_NOTFOUND. And the event ID is
correct.
I've tried both with and without using the CSDK_SetIdentity function, with the
same results.
Is it feasible to use this approach to have a resource be able to modify an
event that was created by another user? Or is the use of another ID with
higher privileges required? Such as 'SYSOP'? If the latter, obtaining SYSOP
privileges may be problematic as we are just users of the Calendar system and
not the owners.
Thx.......

Similar Messages

  • Memory error when trying to fetch events by data range

    I keep getting the following memory error when trying to fetch events from my calendar server: CAPI_STAT_SERVICE_MEM_ALLOC
    I have checked the forum and found only one entry that talks about adjusting the -mx -oss settings for my JVM. However it is unclear if this change needs to be done to the server or the client where I am running the JVM. I have made these adjustments in my JDeveloper project and I still recive the error. I have checked the eng.log, cws.log and snc.log. The only entries found are:
    DATE = Thu Jun 2 16:53:24 2005
    PID = 12647; TID = 3076395840
    Trying to connect: Host = houoas2.us.oracle.com (127.0.0.1)
    Service = unidas
    DATE = Thu Jun 2 16:53:29 2005
    PID = 12647; TID = 3076395840
    Connection established: Host = houoas2.us.oracle.com (127.0.0.1)
    Service = unidas
    This is being done on a 10g calendar server. Any help would be appricated.

    Now that 10g and its associated CSDK are out and the 9.0.4.x CSDK is presumably frozen, would it be possible to make the 9.0.4.10 CSDKs - for each platform - available for downloading, unbundled from the massive server suite?

  • Problems publishing a web-access on Sharepoint: Error when modifying list schemes

    Good afternoon.
    I have an application built with an access database with several forms and web macros which is published on Sharepoint 2010. Through this application - not too big not too complex (ca. 10 tables / less than 2000 records at most) - I receive updates
    that are loaded into external applications, mainly excel worksheets, ms project files and so on.
    I have been going through the cycle of developing and publishing new versions of the application on the same site for more than a year; suddenly, from severeal weeks ago on, I started receiving the following error affecting random tables (not always the
    same) which crashes the compilation and publishing:
    "Error when modifying lists schemes. Changing name to "ID" field on list XXXX failed"
    And each time the list is different. And of course I am no trying at all to change the name of any ID field !????
    Any clue of what might be happening?
    Thank you

    The article might have missed the step where the blogger might have missed the step. Read the following article and which confirms that you cannot use user controls in SB solutions.
    http://msdn.microsoft.com/en-us/library/gg615454.aspx
    If you are trying to build this in SharePoint 2013 then you must know that custom code is deprecated from SB solutions.
    Deprecation
    of Custom Code in Sandboxed Solutions
    For SP 2013 your best bet is to create an APP or create a farm solution (God please forgive me). :)
    Amit

  • Error when modifying VM Memory - "Invalid minimum memory amount"

    Good day,
    I am trying to modify a virtual machine's static memory setting using VMM 2012 R2 with UR 2.  The VM is running on a Hyper-V 2012 R2 host cluster.  Whether I use the VMM GUI or attempt to issue the command via VMM Command Shell, I get the same
    result:
    PS C:\Windows\system32> $VM= Get-SCVirtualMachine -name "SomeVM"
    PS C:\Windows\system32> set-scvirtualmachine -VM $VM -MemoryMB 4096
    set-scvirtualmachine : VMM cannot complete the host operation on the hyperv.domain.com server because of the error: 'SomeVM' failed to modify device 'Memory'. (Virtual machine ID22AD6F9F-E5B6-4B8D-9AB6-6A48A9521297)Invalid minimum memory amount assigned for 'SomeVM'. The minimum amount of memory you can assign to a virtual machine is '32' MB. (Virtual machine ID22AD6F9F-E5B6-4B8D-9AB6-6A48A9521297) (Error ID: 12700, Detailed Error:Unknown error (0x8005))
    Resolve the host issue and then try the operation again.
    To restart the job, run the following command:
    PS> Restart-Job -Job (Get-VMMServer localhost | Get-Job | where { $_.ID -eq"{8301e122-b69e-4ac0-82d7-82c473d99e3a}"})
    At line:1 char:1
    + set-scvirtualmachine -VM $VM -MemoryMB 4096
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    + CategoryInfo          : ReadError: (:) [Set-SCVirtualMachine], CarmineEx   ception   
    + FullyQualifiedErrorId : 12700,Microsoft.SystemCenter.VirtualMachineManag   er.Cmdlets.SetVMCmdlet
    The error indicates that I am attempting to set the VM memory to something less than 32 MB, but as shown above I am actually trying to set it to 4096 MB.  I also get this error when I attempt to modify the value using Hyper-V Manager (or in this case
    the Failover Cluster Manager).  Note that I am not attempting to configure dynamic memory on this VM.
    One more note about this VM - it was migrated from a Hyper-V 2012 host cluster performed by exporting the VM from the old host, and importing it to the new one.
    Not sure if anyone else has experienced this error or if there is a work around.

    Really what the error is not telling you, is that you need to set the value for minimum memory in addition to the value you are setting.
    if dynamic memory is on, you need to set them all: 
    http://technet.microsoft.com/en-us/library/hh801341.aspx
    -MemoryMB<Int32>
    Specifies, in megabytes (MB), the amount of random access memory (RAM) on the host that is allocated to a virtual machine. The default value is 512 MB. For a virtual machine on which dynamic memory is enabled (on a host running Windows Server 2008 R2 SP1
    or later), use MemoryMB to specify the startup memory value.
    I have run into this issue what I had VMs that I migrated to Hyper-V 2012 R2, because the minimum was actually lower.  Or it was empty if the VM had fixed memory.  And now it can no longer be an empty setting.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Portal Runtime error when modifying: com.sap.portal.runtime.logon.par

    Hello,
    We need some help because we get 'Portal Runtime error: iView: N/A Component Name:N/A' error when trying to access portal logon screen.
    This is what we've done:
    We've modified com.sap.portal.runtime.logon.par file and we've uploaded it but it doesn't work. Because of the error, we've overwritten this file with the original one but now it's imposible to access portal.
    The situation it seems to be like before the modification of the .par file but we get the same error and can't access portal.
    Please, do you know what could be the problem?
    Thanks in advance

    Hi Belen,
    Here are the steps you would need to take
    1. import the original par file into the NWDS and name the project as  
        com.sap.portal.runtime.logon
    2. Make sure the project name is com.sap.portal.runtime.logon
    3. use winzip/winrar to extract the com.sap.portal.runtime.logon.par file in
        a local directory
    4.Under the lib you would find two jar files copy them and paste them in your project
       under dist>PORTAL-INF>lib directory
    5.move the files cert....till umResetPass....jsp into the  PORTAL-INF directory
    6. export the par to the server in question
    7. restart your server
    This should solve your problem..
    Thanks,
    Gokul

  • 11i Error when modifying account

    eBus 11.5.10.2, DB 10.2.0.4, OID 10.1.4.0.1, RHEL4
    Apps and OID on are on the same server, single instance, DB is on a seperate server.
    Recently when we try to modify the account of a user we experience an error when trying to save the changes.
    The pop-up error states:
    Unabled to call fnd_ldap_wrapper.update_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.update_user due to the following reason:
    An unexpected error occured. Please contact System Administrator.. (USER_NAME-XXXXXXX)
    I enabled logging for FND and got the following in the fnd_log_messages table:
    fnd.plsql.oid.fnd_oid_plug.get_realm_dn: LDAP SESSION closing in EXCEPTION BLOCK - START
    fnd.plsql.oid.fnd_oid_plug.get_realm_dn: LDAP SESSION closed in EXCEPTION BLOCK - END
    fnd.plsql.oid.fnd_ldap_wrapper.update_user: ORA-06503: PL/SQL: Function returned without value
    fnd.plsql.oid.fnd_ldap_wrapper.update_user: l_err_code :FND_SSO_UNEXP_ERROR, l_tmp_str :ORA-06503: PL/SQL: Function returned without value
    So it seems something returns without a value, but I am not sure how to track down what. I checked and the user account is in OID. It seems to be occuring to accounts that are linked via the "Customer" field on Define as opposed to "Person"
    What can I enable log wise or check to find the cause of this issue? I have searched metalink and all the documents I have found concerning Function not returning a value are for other items and not accounts.
    Thanks
    Edited by: Toolman21 on Sep 16, 2010 10:47 AM

    Just to update the forum post, I have finally discovered the issue. The Global User ID that was in eBus did not match that in OID, therefore it was returning not found.
    The solution was to update the GUID in APPS.FND_USER to match what OID contained. If the SSO link on the fly feature is used in provisioning you can simply set the USER_GUID column in APPS.FND_USER to null for that user and once they log in again it will be repopulated from OID. Alternatively you can use the script $FND_TOP/patch/115/sql/fndssouu.sql to change this for a user as well.
    @$FND_TOP/patch/115/sql/fndssouu.sql USERNAME
    Thanks for the help.

  • JNDI error when modifying schema

    While modifying some objectclasses on IPlanet LDAP using JNDI I get the following error:
    [ERROR] [LDAP: error code 1 - The objectclass is malformed. Missing opening "(" around allowed attributes]
    Note that this happens on certain object classes and not in others but I can not determine a pattern. I also get the same error when removing certain objectclasses (it works ok with others).
    I'm using the code given as an example in the Java tutorial to modify the schema.
    Any input would be apreciated.
    Regards.
    -- Paul

    Pls pass either of following two properties to the environment parameter of InitialDirContext:
    New property name: com.sun.jndi.ldap.netscape.schemaBugs=true
    Old property name: com.sun.naming.netscape.schemaBugs=true
    They are used by Sun's JNDI LDAP driver to work with Netscape LDAP server.

  • RSL failover error when compiling a resource module swf

    Hi, I have migrated my application from Flex SDK 3.4 to 4.1. I am moving to Flex SDK 4.5.0.17689 (Hero Milestone build) to use the Spark Form control for better layout of the RTL languages.
    I am compiling my resource bundles into SWF files and using them. I am including the required framework bundles also when compiling my resources into SWF. It was working well with SDK 4.1. But when I am trying to compile the resource bundles with SDK 4.5.0, I am getting the following RSL failover.
    Loading configuration file C:\Program Files (x86)\Adobe\Adobe Flash Builder Burrito\sdks\4.5.0\frameworks\flex-config.xml
    Required RSLs:
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.17689/framework_4.5.0.17689.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.139/textLayout_2.0.0.139.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.17689/spark_4.5.0.17689.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.17689/sparkskins_4.5.0.17689.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.17689/rpc_4.5.0.17689.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.17689/osmf_1.0.0.16316.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.17689/mx_4.5.0.17689.swz with 1 failover.
    D:\FlashBuilder_Burritto\myApp\src\MyAppResources_en.swf (39276 bytes)
    The SWF files gets generated, I copied it to the deployment folder and when I start the application, I am getting the following error even though this bundle is included in my compile command.
    Error: Could not find compiled resource bundle 'core' for locale 'en'.
        at mx.resources::ResourceManagerImpl/installCompiledResourceBundle()[E:\dev\hero_private_bet a\frameworks\projects\framework\src\mx\resources\ResourceManagerImpl.as:367]
        at mx.resources::ResourceManagerImpl/installCompiledResourceBundles()[E:\dev\hero_private_be ta\frameworks\projects\framework\src\mx\resources\ResourceManagerImpl.as:287]
        at mx.core::FlexModuleFactory/installCompiledResourceBundles()[E:\dev\hero_private_beta\fram eworks\projects\framework\src\mx\core\FlexModuleFactory.as:631]
        at mx.core::FlexModuleFactory/docFrameHandler()[E:\dev\hero_private_beta\frameworks\projects \framework\src\mx\core\FlexModuleFactory.as:601]
        at mx.core::FlexModuleFactory/docFrameListener()[E:\dev\hero_private_beta\frameworks\project s\framework\src\mx\core\FlexModuleFactory.as:129]
    This is the command that I use to compile resource bundles into SWF file.
    C:\"Program Files (x86)"\Adobe\"Adobe Flash Builder Burrito"\sdks\4.5.0\bin\mxmlc -locale=en -source-path=locale/{locale} -include-resource-bundles=core,effects,skins,styles,components,layout,MyAppResources -output MyAppResources_en.swf
    What do I need to do to remove the above error?

    Dear Vijayudu1,
    First things first.
    1. Failovers are NOT errors. They are just showing that if particular url set for the RSL(Runtime Shared Libraries) as mentioned in flex-config.xml, is not found then they had used a backup url to get connected.
    Have a reference from : http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf674ba-7fff.html
    2. Try using: -locale en_US -source-path=locale/{locale} -keep-all-type-selectors=true ,and other paramaters for compiling resource bundles. Hope you may resolve your errors.

  • "View failed to load" error when I open Resources - Project Server 2013

    Hello,
    I get the following error when I open the Resources Page (I am using Project Server 2013):
    "The view failed to load. Press OK to reload this view with the default settings. Press Cancel to select another view"
    Help please.

    Hi,
    Is your environment up to date with the latest SP/CU?
    HAve you tried selecting another view?
    See those hotfix : 
    http://support.microsoft.com/kb/2760261/en-us
    http://support.microsoft.com/kb/2863881/en-us
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • 4215 Java error: When connecting from IPS event viewer

    Hello-
    I received a java error when trying to connect to my 4215 with Cisco IPS event viewer. It is as follows:
    IOException in open Subscription(): java.security.cert.CertificateExpiredException: NotAfter: Sunday March 29
    Is the web server running on 10.x.x.x:443? Please check the communication parameters of the device.
    I can set the date on my pc back to last week and all works fine like b4. I have tried updating my java to the latest version and created a new certificate from the IPS.
    Any help would greatly be appreciated:
    Thanks

    Hi,
    The issue can be resolved by following the steps as below
    1.Login to the sensor.
    2.Run the tls generate-key command.
    3.Make sure the certificate is generated.
    4.Add the device again. It should work now.
    REf: http://www.cisco.com/en/US/products/hw/vpndevc/ps4077/products_qanda_item09186a008025c533.shtml
    Do rate if it helped.
    Regards
    Sridhar

  • NoClassDefFoundError error when deploying a resource adapter rar file

    Hi,
    Iam trying to deploy a resource adapter(RA) rar file which uses orabpel.jar.
    1. When i dont package the orabpel.jar along with the adapter, i get the following error during deployment
    [Apr 19, 2007 8:05:00 PM] Connector Module Deployer for BRMAdapter STARTS.
    [Apr 19, 2007 8:05:00 PM] Copy the archive to E:\product\10.1.3.1\OracleAS_1\j2ee\home\connectors\BRMAdapter\BRMAdapter.rar
    [Apr 19, 2007 8:05:00 PM] Unpacking BRMAdapter.rar
    [Apr 19, 2007 8:05:00 PM] Done unpacking BRMAdapter.rar
    [Apr 19, 2007 8:05:00 PM] Starting up resource adapter
    [Apr 19, 2007 8:05:00 PM] Exception: NoClassDefFoundError: oracle/tip/adapter/api/exception/PCRetriableResourceException
    [Apr 19, 2007 8:05:00 PM] Operation failed with error: oracle/tip/adapter/api/exception/PCRetriableResourceException
    2. If i package the orabpel.jar file along with the RA, i get ClassCastException.
    3. I tried including the imported-shared-libraries section in the packaged oc4j-ra.xml, but this gets overwritten as part of the deployment.
    4. I removed the above class which gave NoClassDefFoundError and then tried deploying and got the following error
    [Apr 19, 2007 7:49:07 PM] Connector Module Deployer for BRMAdapter STARTS.
    [Apr 19, 2007 7:49:07 PM] Copy the archive to E:\product\10.1.3.1\OracleAS_1\j2ee\home\connectors\BRMAdapter\BRMAdapter.rar
    [Apr 19, 2007 7:49:07 PM] Unpacking BRMAdapter.rar
    [Apr 19, 2007 7:49:07 PM] Done unpacking BRMAdapter.rar
    [Apr 19, 2007 7:49:07 PM] Starting up resource adapter
    [Apr 19, 2007 7:49:07 PM] Exception: NoClassDefFoundError: Missing class: oracle.tip.adapter.api.OracleConnectionFactory Dependent class: oracle.tip.adapter.brm.BRMConnectionFactory Loader: BRMAdapter:0.0.0 Code-Source: /E:/product/10.1.3.1/OracleAS_1/j2ee/home/connectors/BRMAdapter/BRMAdapter/BRMAdapter.jar Configuration: in E:\product\10.1.3.1\OracleAS_1\j2ee\home\connectors\BRMAdapter\BRMAdapter The missing class is available from the following locations: 1. Code-Source: /E:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar (from in /E:/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml) This code-source is available in loader oracle.bpel.common:10.1.3.
    [Apr 19, 2007 7:49:07 PM] Operation failed with error: Missing class: oracle.tip.adapter.api.OracleConnectionFactory Dependent class: oracle.tip.adapter.brm.BRMConnectionFactory Loader: BRMAdapter:0.0.0 Code-Source: /E:/product/10.1.3.1/OracleAS_1/j2ee/home/connectors/BRMAdapter/BRMAdapter/BRMAdapter.jar Configuration: in E:\product\10.1.3.1\OracleAS_1\j2ee\home\connectors\BRMAdapter\BRMAdapter The missing class is available from the following locations: 1. Code-Source: /E:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar (from in /E:/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml) This code-source is available in loader oracle.bpel.common:10.1.3.
    Here is the oc4j-ra.xml i package:
    <?xml version="1.0"?>
    <oc4j-connector-factories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.oracle.com/technology/oracleas/schema/oc4j-connector-factories-10_0.xsd"
    schema-major-version="10" schema-minor-version="0">
    <imported-shared-libraries>
    <import-shared-library name="oracle.bpel.common"></import-shared-library>
    </imported-shared-libraries>
    <connector-factory location="eis/BRM" connector-name="OracleBRMAdapter">
    <config-property name="ConnectionString" value="ip blrhpdv3 12006"></config-property>
    <config-property name="DBNumber" value="1"></config-property>
    <connection-pooling use="none"/>
    <security-config use="none"/>
    <connectionfactory-interface>
    javax.resource.cci.ConnectionFactory
    </connectionfactory-interface>
    </connector-factory>
    </oc4j-connector-factories>
    Currently i package orabpel.jar file along with the RA rar file, deploy, later go and modify the oc4j-ra.xml from application-deployments/... to include the imported-shared-libraries, remove the orabpel.jar from the connectors/BRMAdapter directory, restart the AS and it works
    Iam using Oracle AS 10.1.3 as part of the SOA Suite.
    Any help would be appreciated.

    Found a soln, add the codesource to the j2ee instance application.xml
    eg adding the following
    <imported-shared-libraries>
    <import-shared-library name="oracle.bpel.common"/>
    </imported-shared-libraries>
    solves the problem. Make sure the shared libraries are installed and is added to the instance server.xml
    This is described in "Oracle® Containers for J2EE Developer’s Guide 10g (10.1.3.1.0)"
    But not sure if the end customers need to be told to edit the configuration file manually.

  • Errors when Modifying a Weblogic EJB example to make it connect to mySQL

    Hello,
    I am learning the example codes shipped with weblogic server, which is under ...samples\examples\ejb20\basic\beanManaged. The original connection pool was on cloudscape. I was trying to modify it and make it connect to mySQL.
    In ejb-jar.xml and weblogic-ejb-jar.xml, I replaced "demopool" (which was the original pool name) with "demopool1".
    After starting the server, I configured a new connection pool as following:
    Name: demopool1
    URL: jdbc:mysql:///test
    Driver Classname: org.gjt.mm.mysql.Driver
    Properties
    (key=value): user=none
    server=none
    But when I run the example, I got the following error:
    ----------------Server Side:------------------------------------
    <2007-10-6 &#19979;&#21320;03&#26102;23&#20998;18&#31186;> <Error> <JDBC> <Error during Data Source creation:
    weblogic.common.ResourceException: DataSource(examples-dataSource-demoPool1) can't be created with non-existent Pool (connection or multi) (demoPool1)>
    setEntityContext called
    ejbFindByPrimaryKey (ID: 0)
    Failed to lookup JDBC Datasource. Please double check that
    the JNDI name defined in the resource-description of the
    EJB's weblogic-ejb-jar.xml file is the same as the JNDI name
    for the Datasource defined in your config.xml.
    ---------------------Client Side:-----------------------
    C:\bea\wlserver6.1\samples\examples\ejb20\basic\beanManaged>java examples.ejb20.
    basic.beanManaged.Client "t3://localhost:7001"
    Beginning beanManaged.Client...
    Trying to find account with id: ID: 0
    There was an exception while creating and using the Accounts.
    This indicates that there was a problem communicating with the server: java.rmi.RemoteException: Exception in ejbFindByPrimaryKey; nested exception is:
    javax.ejb.EJBException
    - with nested exception:
    [javax.naming.LinkException:  [Root exception is javax.naming.NameNotFoundException: Unable to resolve examples-dataSource-demoPool1. Resolved: '' Unresolved:'examples-dataSource-demoPool1' ; remaining name '']; Link Remaining Name: 'examples-dataSource-demoPool1']
    What should I do to solve this problem?
    Thanks a lot.

    The exception leads me to believe that you never set up the connection pool with that name in WebLogic. Why not try it? Do you know how to set up a connection pool? Start up the admin console and add it in.
    http://localhost:7001/console
    %

  • Outlook 2007 getting error when books the resources

    Hi Guys,
    I have the very interested problem here. We have two offices, A and B. Each office has a couple of meeting rooms as resources listed in GAL. When office A users tried to book office A meeting rooms from outlook 2007, they got the error message
    You marked "xxxxx" as a resource. You cannot schedule a meeting with "xxxxx" because you don't have permission for that account. Either enter the name as a required or optional attendee or talk to your administrator about giving
    you permission to schedule "xxxxx"
    But when I login as the same user on another laptop which has outlook 2010 installed, there is no problems to book the same room at all. And when I tried to book the room in office B with outlook 2007, no problems. Comparing the settings of those two rooms
    from exchange side, there is no difference. Same problems happened in all office A resources, but no effect on office B.
    PS 1. Not try ask office B users book the room in office A yet. 
         2. tried the different ways to book the room from Outlook 2007, and same error message at the end.
    Any idea to get it fixed?
    Regards,
    David

    Hi,
    Please note, it suggests to change the permission to Editor, that's because the resource mailbox requires Editor permissions for the delegate or manager that tries to modify the appointment items from the resource mailbox.
    By the way, I found this:
    http://community.spiceworks.com/topic/261812-exchange-2010-meeting-room-permissions
    Try the suggestion mentioned in that thread:
    Try creating a profile for one of the resource rooms you are having problems with. Then log into that profile with Outlook. In Outlook navigate to Tools -> Options -> Preferences -> Calendar Options -> Resource Scheduling -> If any of the
    checkboxes are checked, uncheck them, then on one of the users who got the error, now try to book the resource and see if it still errors out.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Error when modifying tabular form

    Hi
    In Apex 3, I created a tabular form based on the query below:
    select user_id /* PK */, name, dob
    from users
    It works perfectly well; I am able to update the name and dob fields.
    Then I changed the query to:
    select user_id /* PK */, name, null dob
    from users
    ...(i.e. not interested in the dob column anymore but want to keep the report column) and cleared the properties reference table owner/name/column name of the dob report column.
    However, when I try to update the name of a user, I get the error:
    Error in mru internal routine: ORA-20001: Error in MRU: row= 1,
    ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process.
    current checksum = "7C3CD9C5DA0B5AF45AE616959020A0AA",
    item checksum = "6910D5C7015D84773A9E8F65299991F6".,
    update "SCHEMA"."USERS" set "USER_ID" = :b1, "NAME" = :b2, "DOB" = :b3Why is dob still being included in the update statement?
    Did I miss something?
    Thanks,
    Luis

    Since the DOB was one of the columns specified when you created the tabular form, the internal PL/SQL process that it uses for making updates is still trying to update that column. As you have now modified the underlying query for the form and are passing a NULL for your DOB, you will find that any update made using this form would set the DOB to NULL, so beware!
    Unfortunately, once you have created a tabular form, you cannot make changes to the process that it uses for manipulating data. Another drawback of the tabular form is that it uses the primary key of the table as a way of knowing which record it is updating when it processes the changes. As a result, you cannot modify the primary key value itself - and that is why you are getting the error.
    Generally speaking it is not a good idea to edit primary key values. If this piece of information does require editing, I would suggest you find another candidate for the primary key - perhaps a standard sequence-populated column that could act as a surrogate key?
    Cheers,
    Colin

  • Error when modifying VI library in Labview 5.1

    I am trying to add new VIs into a VI library file using the file manager. I get the following error:
    Error 8 occured at can't open VI library resource file
    Possible reasons
    LABVIEW: file permission error
    or
    NI-488: DMA hardware error detected
    If I try to edit the VI library file, I get the following error:
    File permission error occured editing VI
    I haven't developed the VI library file. It has been developed by other people and now I have to reuse it adding more VIs. I log in Labview with the same user as the previous developers but I still get the same error.
    My NI-488 drivers are correctly installed.
    On the other hand, the PC (windows 95, Labview 5.1) where the original VI library was developed works
    when I try to add the new VIs. I work with another PC (windows XP, Labview 5.1) where I get the described errors.
    Some help would be very useful because I have no idea and I don't know what else to try.
    Thanks!

    1. Make sure the library property is not set to Read Only (right click llb->Properties-> General)
    2. It may be an XP permission error -> make sure you're logged in as the admin.
    See also: http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/d95e17dfa38ca8a386256b21007660d0?OpenDocument
    -AND-
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/e421b72d47c19dee86256c9b007a6472?OpenDocument
    2006 Ultimate LabVIEW G-eek.

Maybe you are looking for