Failed object is Object ID not the JDO Instance

Hi guys,
With 2.3.0B5, I tried parsing the JDOUserException thrown when an opt lock failure occurs. I found
that the nested JDOException had a failed object as I expected. But the failed object was not the
JDO instance but rather it's object id. Thinking this strange, I looked over the spec, and sure
enough it is unspecific about the object that should be returned as the failed object. I suspect
that the spec is unspecific because no one consider the possibility of using anything other than the
JDO instance. It certainly makes sense to me that it would be the JDO instance since one reason for
parsing the exception is to evict the offending instances.
David Ezzio

Good point. We'll try to change it to the actual object.

Similar Messages

  • SSAS Tabular - Adding Column to a table gives error "Object reference not set to instance of object"

    If I make changes to a table in SSAS Tabular Visual Studio, the newly added column gives error as "Object
    reference not set to instance of object"

    Hi VikasJain13,
    According to your description, you get the "Object reference not set to instance of object" error when adding columns in Tabular. Right?
    Generally, it throws this error when the internal code is accessing the property of an empty object. As you mentioned it happens when you make changes on a table, mostly it means that table is already a empty object. Please re-process your tabular to see
    if this table is still existing. 
    If you have any question, please feel free to ask.
    Simon Hou
    TechNet Community Support

  • Delete only the child object and not the parent object

    Hi,
    I have the below code:-
    TAnswer
    @ManyToOne(fetch = FetchType.LAZY)
         @JoinColumn(name = "question_id", nullable = false)
    //     @Cascade(value=CascadeType.ALL)
         public TQuestion getTQuestion() {
              return this.TQuestion;
         }     TQuestion
    @OneToMany(fetch = FetchType.LAZY, mappedBy = "TQuestion", orphanRemoval = true)
         @Cascade(value=CascadeType.ALL)
         /*@Cascade({org.hibernate.annotations.CascadeType.SAVE_UPDATE,
                org.hibernate.annotations.CascadeType.DELETE,
                org.hibernate.annotations.CascadeType.MERGE,
                org.hibernate.annotations.CascadeType.PERSIST,
                org.hibernate.annotations.CascadeType.DELETE_ORPHAN})*/
         public List<TAnswer> getTAnswers() {
              return this.TAnswers;
                   In Java:-
         public void removeAnswers(TQuestion question)
                        throws ApplicationException {
                   List<TAnswer> answerList =  question.getTAnswers();
                   deleteall(answerList);
         public void deleteall(Collection objects) {
                   try {
                        getHibernateTemplate().deleteAll(objects);
                        getHibernateTemplate().flush();
                   } catch (Exception e) {
                        throw new ServerSystemException(ErrorConstants.DATA_LAYER_ERR, e);
         }               Here the "deleteall" will delete both the answer records and question records, I don't want the questions
         records to be deleted. I have tried making the question as null when we set the answer object to be passed for delete
         bit still it is     deleting the question records as well.How to achieve the above in deleting only the answer (child) records
         and not the question(parent) record? Is there any thing we need to do with @Cascade for Question object? Please clarify.
    Thanks.

    What does deleteAll do, it doesn't look like a JPA method. You might want to ask your question on your provider forum, or use straight JPA methods as a simple EntityManager.remove(answer) on each answer in the collection should work.
    Regards,
    Chris

  • When starting my Azure project in local debug mode, I get "Object reference not set to instance of an object" ...

     ... And then what happens is the application fails to start.  I have the cloud service set as the startup project, and the HttpFacingInterface project, an MVC application, set as the only role.  I have tried loading and unloading everything
    as well as deleteing the role and re-adding it in the cloud service.  I'm not sure when this started, as I had been working on a third project in the solution, a unit test project, which also exists but isnt added as a role to the cloud service.  Please
    help, I'd like the application to run normally.

    hi Nathan,
    Thanks for posting!
    Did you want to add the UnitTest Project as a role into your azure project? Or Did you want to remove it?
    If you want to add "UnitTest Project " as a role, the answer is no. This type project is only used as a test performance of your project. If you want to remove it from your project, you could right click on it, and select "remove
    " directly. Or you could disable the checkbox on new project page, like this picture:
    Also, you could refer to this solution from this page (http://www.amido.co.uk/mark-omahoney/publishing-in-windows-azure-object-reference-not-set-to-an-instance-of-an-object/
    Hope it helps.
    If I am misunderstanding, please let me know.
    Regards,
    Will
    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.

  • New-CMTaskSequenceMedia Help : Object Reference Not Set to Instance of Object

    Having trouble creating a script to automate creation of bootable task sequence media. The following returns "Object Reference not set to an instance of an object" and I can't seem to figure it out:
    Import-Module (Join-Path $(Split-Path $env:SMS_ADMIN_UI_PATH) ConfigurationManager.psd1)
    cd CM1:
    $hash =@{}
    $MPServers = @("Server003.fqdn.com","Server004.fqdn.com","Server005.fqdn.com")
    $StartDate = (Get-Date -Format "MM/dd/yyyy.HH:mm:ss").ToString()
    $EndDate = "08/07/2025.12:12:12"
    <#This section to be finished later:
    #$hash.Add("SMSTSPreferredAdvertID","CM10017A")
    #$hash.Add("OSDComputerName","BLDTMP08R2")
    #$hash.Add("SMSTSPreferredAdvertID","CM100169")
    #$hash.Add("OSDComputerName","BLDTMP2012")
    #>
    $hash.Add("SMSTSPreferredAdvertID","CM10016A")
    $hash.Add("OSDComputerName","BLDTMP12R2")
    $hash.Add("NBUType","NONBU")
    $hash.Add("citrixyn","CITRIXOFF")
    $hash.Add("ovoyn","OVOOFF")
    $hash.Add("IsAutomation","YES")
    New-CMTaskSequenceMedia -BootableMediaOption -MediaPath "c:\temp\ISOName.iso" -BootImageId "CM10008F" -MediaInputType "CDDVD" -DistributionPointServerName "Server023.fqdn.com" -ManagementPointServerName "Server003.fqdn.com","Server004.fqdn.com","Server005.fqdn.com" -MediaMode "Dynamic" -ProtectPassword $false -AllowUnattendedDeployment $true -CreateMediaSelfCertificate $True -EnableUnknownSupport $True -StartDate $StartDate -ExpirationDate $EndDate -Variable $Hash

    We are running R2 CU2.
    When I ran the command with -Verbose I recieved:
    PS CM1:\> C:\Users\INAFN\Documents\codeBin\IsoGenerator.ps1
    VERBOSE: Performing operation "New" on Target "TaskSequenceMedia: New".
    VERBOSE: Executing WQL query: SELECT * FROM SMS_BootImagePackage pkg WHERE pkg.ActionInProgress!=3 And pkg.PackageID ='CM10008F'
    VERBOSE: Query returned 1 results.
    VERBOSE: Executing WQL query: Select dp.* from SMS_DistributionPoint As ref Join SMS_DistributionPointInfo As dp On ref.ServerNALPath=dp.NALPath and ref.SiteCode=dp.SiteCode Where ref.PackageID='CM10
    008F' And dp.ServerName ='Servername.Domain.Com'
    VERBOSE: Query returned 1 results.
    VERBOSE: Executing WQL query: SELECT dp.ServerNALPath, dp.State, oci.SourceSize FROM SMS_PackageStatusDistPointsSummarizer AS dp JOIN SMS_BootImagePackage AS pkg ON pkg.PackageID=dp.PackageID JOIN SM
    S_ObjectContentInfo as oci on oci.PackageID=pkg.PackageID WHERE dp.PackageID='CM10008F' AND pkg.ActionInProgress=0
    VERBOSE: Query returned 30 results.
    VERBOSE: Executing WQL query: SELECT scf.* FROM SMS_SCI_SysResUse AS scf JOIN SMS_SITE AS sit ON sit.SiteCode = scf.SiteCode WHERE scf.RoleName='SMS Management Point' AND site.Type != 1
    VERBOSE: Query returned 5 results.
    New-CMTaskSequenceMedia : Object reference not set to an instance of an object.
    At C:\Users\INAFN\Documents\codeBin\IsoGenerator.ps1:25 char:1
    + New-CMTaskSequenceMedia -BootableMediaOption -MediaPath c:\temp\ISOName.iso -BootIm ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [New-CMTaskSequenceMedia], NullReferenceException
    + FullyQualifiedErrorId : System.NullReferenceException,Microsoft.ConfigurationManagement.Cmdlets.Osd.Commands.NewTaskSequenceMediaCommand
    Since it seemed to fail while pulling the MPs I switched to using just one MP as you had above, this time I get a different error:
    PS CM1:\> C:\Users\INAFN\Documents\codeBin\IsoGenerator.ps1
    VERBOSE: Performing operation "New" on Target "TaskSequenceMedia: New".
    VERBOSE: Executing WQL query: SELECT * FROM SMS_BootImagePackage pkg WHERE pkg.ActionInProgress!=3 And pkg.PackageID ='CM10008F'
    VERBOSE: Query returned 1 results.
    VERBOSE: Executing WQL query: Select dp.* from SMS_DistributionPoint As ref Join SMS_DistributionPointInfo As dp On ref.ServerNALPath=dp.NALPath and ref.SiteCode=dp.SiteCode Where ref.PackageID='CM10
    008F' And dp.ServerName ='Servername.Domain.Com'
    VERBOSE: Query returned 1 results.
    VERBOSE: Executing WQL query: SELECT dp.ServerNALPath, dp.State, oci.SourceSize FROM SMS_PackageStatusDistPointsSummarizer AS dp JOIN SMS_BootImagePackage AS pkg ON pkg.PackageID=dp.PackageID JOIN SM
    S_ObjectContentInfo as oci on oci.PackageID=pkg.PackageID WHERE dp.PackageID='CM10008F' AND pkg.ActionInProgress=0
    VERBOSE: Query returned 30 results.
    VERBOSE: Executing WQL query: SELECT scf.* FROM SMS_SCI_SysResUse AS scf JOIN SMS_SITE AS sit ON sit.SiteCode = scf.SiteCode WHERE scf.RoleName='SMS Management Point' AND site.Type != 1
    VERBOSE: Query returned 5 results.
    VERBOSE:
    VERBOSE:
    New-CMTaskSequenceMedia : ConfigMgr Error Object:
    instance of SMS_ExtendedStatus
    Description = "The package name must be at least 1 and less than 50 characters in length.";
    ErrorCode = 1078462208;
    File = "e:\\qfe\\nts\\sms\\siteserver\\sdk_provider\\smsprov\\ssptspackage.cpp";
    Line = 931;
    ObjectInfo = "";
    Operation = "PutInstance";
    ParameterInfo = "";
    ProviderName = "ExtnProv";
    StatusCode = 2147749889;
    At C:\Users\INAFN\Documents\codeBin\IsoGenerator.ps1:25 char:1
    + New-CMTaskSequenceMedia -BootableMediaOption -MediaPath c:\temp\ISOName.iso -BootIm ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (Microsoft.Confi...nceMediaCommand:NewTaskSequenceMediaCommand) [New-CMTaskSequenceMedia], WqlQueryException
    + FullyQualifiedErrorId : UnhandledExeception,Microsoft.ConfigurationManagement.Cmdlets.Osd.Commands.NewTaskSequenceMediaCommand
    PS CM1:\>

  • Object Reference not set to instance of Object when sub-report on new page

    I have a problem when my sub-report goes onto the second page of the report, with an error message.
    My VB.NET displays a report and sub-report (in the footer) in a CrystalReportViewer:
    - When both are on the first page, both display fine
    - When the sub-report (or at least part) goes to the second page, the report displays OK, but without the subreport. When I go to page 2 of the report - hoping to see the sub-report - an error message is displayed, with title "Crystal Report Windows Forms Viewer" and text "Object Reference not set to an instance of an object".
    This problem occurs both on my development machine in VS and at a user site.
    Am desperate for some ideas please! I have VB.NET in Visual Studio 2010, and SAP Crystal Reports, version for Visual Studio 2010. The program is targeted for .NET Framework 3.5.
    I looked for the HandleException event on my Windows Forms Viewer, as suggested by SAP and Microsoft, but cannot find this. See for [example|http://devlibrary.businessobjects.com/businessobjectsxi/en/en/crystalreports_dotnet_sdk/crystalreports_net_doc/doc/crsdk_net_doc/html/crlrfwindowsformscrystalreportviewerclasshandleexceptioneventtopic.htm]

    Usually, the error is due to the object going out of scope. Placing the object in a session may help. Moving the CR code to page init or page load may help. Looking at samples may help:
    http://wiki.sdn.sap.com/wiki/x/JQBmBQ
    CR Dev help files are here:
    SAP Crystal Reports .NET API Guide     http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_api_2010_en.zip
    SAP Crystal Reports .NET SDK Developer Guide     http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip
    Finally, ensure you are using Service Pack 2 (see the sticky thread at the top of this forum).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • EhP5 Install Failed in START_SHDI_FIRST - can't start the shadow instance

    We are in the process of upgrading our ERP system from EhP4/NW701 to EhP5/702. The current phase is MAIN_SHADOW/START_SHDI_FIRST.  SAPehpi is having problem starting the shadow instance.  We tried to manually stop and start it as well, but of no help.  The log files 'STARTSFI.LOG' and 'DEVTRACE.LOG' don't seem to provide any useful information.  I looked through the files under the work directory for the shadow instance and still couldn't find any helpful information.  Where else should I look?  Please help!
    Thanks,
    Jonathan Yun

    Hi Srikishan,
    Thanks for your reply.  dev_disp didn't show much helpful information. However, dev_w0 did show error that I didn't except to see.
    Do you know if EhP5 installation require oracle 11g client to be installed? 
    We ran into a problem at the beginning of the installation where /usr/sap/put/EHPI/abap/exe/dboraslib.o couldn't be loaded because it was looking for symbol strcat.  We did a dump of the header for it (dboraslib.o) and saw it reference oracle 11g client so we put the 11g client libraries out there for it to reference but didn't officially install it and change the libpath for the original system.  And now, dev_wo is complaining about not able to load /usr/sap/put/EHPI/abap/exe/dboraslib.o because it couldn't find strcat from the 10g client.  I tried manually changing the libpath so the 11g client path appears before the 10g client path and stop and start the shadow instance manually.  However, no matter what I set the libpath to, the error is the same.
    M  *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/put/EHPI/abap/exe/db
    oraslib.o") FAILED
      "     0509-130 Symbol resolution failed for /usr/sap/put/EHPI/abap/exe/dborasl
    ib.o because:
            0509-136   Symbol strcat (number 149) is not exported from
                       dependent module /oracle/client/10x_64/instantcl"  (errno=8,E
    xec format error) [dlux.c       445]
    B  *** ERROR => Couldn't load library '/usr/sap/put/EHPI/abap/exe/dboraslib.o'
    [dbcon.c      5632]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 008192) [thxxhead.c   1487]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thx
    xhead.c   11295]
    Thanks,
    Jonathan Yun

  • How can HitTestObject can trigger around the Object and not the rectangle of selection of the object ?

    Hi !
    I am doing a little mini-game but i have a problem with HitTestObject and his hitbox
    Look at those images :
    Here HitTestOject == 1 but it should be i want HitTestOject to react like this :
    This is weird because for me the wall is well cropped, because if i select a space near the rectangle it doesn't trigger it.
    Thanks !

    http://www.mikechambers.com/blog/2009/06/24/using-bitmapdata-hittest-for-collision-detecti on/

  • Windows 8.1 Install Fails, 8 Installs fine. (Not the usual CMPXCHG16b, PrefetchW, and LAHF/SAHF problem)

    Hi All,
    I have 2 machines with this problem now, both 64 bit (one a Pentium D, and one a Core 2 Duo), they both used to run Windows 7 x64, and both now have clean installed Windows 8 x86 on them (because I didnt install x64 as this a) didnt boot the installers)
    and b) wouldnt run as these both seem to not have one of the CMPXCHG16b, PrefetchW, and LAHF/SAHF instructions.
    I'm happy with them running x86 but would like them to be running windows 8.1.. 
    Now I'm an MSDN subscriber, so I have downloaded and tried to boot the x86 versions of 8.1 (all editions), and all of them abort during boot at the blue flag with a "sorry your pc has had a problem and needed to restart"
    I then thought I could install 8 and upgrade it in place using the store, so I installed 8 pro, and downloaded the update, which reboots the PC (happens same on both), and then crashes during boot at the same point.
    I understand that the x86 version doesnt need the extra CPU instructions.. so why doesnt it work?
    Any ideas?
    Thanks, Sam

    Hi
    Auggy,
    Thanks for your reply. 
    There are no memory dumps in that location.. (there are no .dmp files anywhere under the $Windows.~BT folder)
    There are some other files which look like other logs though so I will have a look in
    those see if anything jumps out at me as a problem.
    Is there any way I can collapse the code block above? Its a bit huge and Id like
    to collapse it to make this more readable (id also post the other logs if so so
    that I dont clutter the thread too much with logs.. )
    Thanks

  • Reporting Install fails - Data Reader account is not the same as in management group

    We recently upgraded from SCOM 2012 SP1 to R2, but I'm unable to get the reporting role installed. I get to the part where I enter the Data Reader account credentials, then get the error "Data Reader account provided is not same as that in the management
    group." No matter what I do I cannot get passed this error.
    Here is what I have tried so far:
    - I have verified the correct DR account is set in the Data Warehouse Report deployment account and profile.
    - I have deleted the DR account from the profile and added it back.
    - Verified all permissions are setup properly on the SQL server for all databases, included reporting.
    - Completely uninstalled SSRS and re-installed.

    you must distribute the Run As account to ensure that all members of the resource pool (All Management Servers Pools) have access to the permissions in the Run As account.
    Also check below link {It's same issue}
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/11e25eac-fbde-4ed5-aff5-4faa0563cfbc/scom-2012-reporting-installation-issue?forum=operationsmanagerdeployment
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • "Object reference not set to an instance of an object" when opening designer

    I have a Windows Forms project which was originally developed in Visual Studio 2010. I migrated the project to VS2013, and now every time I open the project's main form, the designer complains of a null reference. If I hit "Ignore and Continue",
    the code compiles just fine. The error in question appears in the "Windows Form Designer generated code" region. Even more curious, the line in question is not the first reference to the object. It's as if the first few times it needs to interact
    with the object, it's fine, then at a certain point it becomes null.
    Here is the call stack for the error:
    at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component,
    Object value)at
    Microsoft.VisualStudio.Shell.Design.VsTargetFrameworkPropertyDescriptor.SetValue(Object
    component, Object value)at
    System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertyAssignStatement(IDesignerSerializationManager
    manager, CodeAssignStatement statement, CodePropertyReferenceExpression
    propertyReferenceEx, Boolean reportError)at
    System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager
    manager, CodeAssignStatement statement)at
    System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager
    manager, CodeStatement statement) 
    And here is the code in question:
    this.optionsControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 
    this.optionsControl.IsAsciiMode = false;           
    this.optionsControl.Location = new System.Drawing.Point(3, 3);
    this.optionsControl.LogControl = null;           
    this.optionsControl.Name = "optionsControl";           
    this.optionsControl.PlugInManager = null;           
    this.optionsControl.PortFacade = null;           
    this.optionsControl.Size = new System.Drawing.Size(613, 259);
    this.optionsControl.TabIndex = 0;
    The problem is reported at the third line, "this.optionsControl.Location = new System.Drawing.Point(3, 3);".

    Hi Eric,
    I have made a research about your issue, and I found it might be caused by the usercontrol in the project. Was “this.optionsControl” a UserControl? It seems that this issue was difficult to handle.
    If possible, I would recommend you recreate this control in a new project.
    In addition, I think you could turn to the links below, they may be useful to you:
    # How to get more information about exceptions thrown by the designer when switching from code to design view?
    http://community.sharpdevelop.net/forums/p/16124/43105.aspx
    # How to avoid WSODs in the Visual Studio 2005 Designer
    http://www.codeproject.com/Articles/13584/How-to-avoid-WSODs-in-the-Visual-Studio-Desig
    # design time error: object reference not set an instance of an object but runs fine
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/b3676bef-e457-4aac-b438-d3ed8a667e3f/design-time-error-object-reference-not-set-an-instance-of-an-object-but-runs-fine?forum=winforms
    Best Regards,
    Edward
    This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,
    Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you
    completely understand the risk before retrieving any software from the Internet.
    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.

  • "object reference not set to an instance of an object" after update datasource lightswitch

    I'm using Latest Visual Studio 2013 Ultimate (2013.3) and when I attempt to open "update datasource"  it throws an error
    "Object reference not set to instance of an object." 

    It's quite possibly an issue with the data source definition being dependent on a newer version of a lightswitch framework DLL.  When I've hit these kinds of issues I've simply deleted the datasource, run a nuget refresh and added the datasource again.
     If you have any code or queries, save a copy of the code-behind files and jot down the details of the queries before you try this.

  • Oracle Connection object is not getting instantiated

    We have a Web application developed in .net (code behind vb.net) using Visual Studio 2003 and Oracle Database 10G version 10.1.0.2. We have a test machine which we use to test our Web application with the same version of oracle. Our web application was working fine in that test machine until Oracle got corrupted in the that machine. After that I reinstalled Oracle 10G and when I tried to run the web application it threw an exception saying "Object Reference Not set to instance of an Object". When I went into that problem a bit deeper , I came to know that Oracle Connection Object was not getting instantiated (ie OracleConnection object=nothing). At the same time the web application is working fine in my machine. One of my friend suggested me that I have to register some of the Oracle DLL files using regsvr32 utility. But he is not sure which DLL to be registered. Also we do have a Windows Application developed in .net using the same VS2003 and oracle 10 G which is running fine in the same test machine.

    Thanks for the reply. I was desperately waiting for that.
    I found the following result when I run the gacutil utility on my machine.
    The Global Assembly Cache contains the following assemblies:
    Oracle.DataAccess,version=10.2.0.100, Culture=nuetral, PublicKeyToken=89b483f429c47342, Custom=null
    The cache of ngen files contains the following entries:
    Number of items = 1
    But when I used the same utility on the test machine it resulted as follows
    The Global Assembly Cache contains the following assemblies:
    Oracle.DataAccess,version=10.1.0.200, Culture=nuetral, PublicKeyToken=89b483f429c47342, Custom=null
    The cache of ngen files contains the following entries:
    Number of items = 1
    That is there was change in the version of ODP.net what I use in my machine and Test Machine. But I clearly remember that I have installed Data Access layer DLL's of the web project from my machine to the test machine and were running successfully befor eoracle got re installed on that test machine.

  • Caching jdo instances

    Maybe my question is misplaced but i'd like to know if kodo caches
    instances rethrieved from database (in the extent) or for this you must
    specify a Local Cache class.
    I thought that by default kodo dinamically caches the jdo instances and
    you must specify a Cache class such as Local Cache only if you use
    multiple datasources (and have multiple persistence managers) so this
    cache can be used by all datasources concurently. Is this right?

    Thank you, In case I want to use stateless session beans each time i call
    a method in it I must obtain a pm from the pmf in jndi , use it and close
    it. So here if I use a LocalCache for the pmf the pm-s that are obtained
    from it, can benefit from this general pmf cache and not create one of
    their own each time i obtain one and destroy it on close?
    Fred Lucas wrote:
    In article <ao45kp$b7c$[email protected]>, Dan Bunea wrote:
    Maybe my question is misplaced but i'd like to know if kodo caches
    instances rethrieved from database (in the extent) or for this you must
    specify a Local Cache class.
    Kodo JDO always caches instances retrieved from the database on a
    per-PersistenceManager basis (or per-Transaction, depending on the settings
    of various properties).
    You must specify a DataCacheClass in order to cache data at the
    PersistenceManagerFactory level, in such a way that it is available for
    PMs created from a common PMF.
    I thought that by default kodo dinamically caches the jdo instances and
    you must specify a Cache class such as Local Cache only if you use
    multiple datasources (and have multiple persistence managers) so this
    cache can be used by all datasources concurently. Is this right?
    Not exactly. The LocalCache helps out whenever you read a common set of
    data in multiple PMs created from the same PMF. The distributed DataCache
    plugins are necessary if you use multiple JVMs, all pointing to the same
    database.
    Out-of-the-box, Kodo JDO can only deal with multiple datasources through
    federated tables on the database side.
    -Fred
    Fred Lucas
    SolarMetric Inc.
    202-595-2064 x1122
    http://www.solarmetric.com

  • Outlook 2010 / Exchange 2013: The operation failed. An object could not be found.

    Both KB2956128 and KB2956203 causing issue. Removing the patch fixes the issue. I need to know what the best way to remove the patch remotely is. Maybe a SCCM job with this:
    msiexec /I {90140000-0012-0000-0000-0000000FF1CE}MSIPATCHREMOVE={DEFF916D-4268-49CF-8FF3-E26253582E13}
    msiexec /i {90140000-001A-0409-0000-0000000FF1CE}MSIPATCHREMOVE={DEFF916D-4268-49CF-8FF3-E26253582E13}
    Please advise. Also looking for time frame for a fix to be published or these updates are rolled back/pulled by Microsoft. Thank you.
    Also this is being reported by multiple people with no resolution. Example:
    http://community.spiceworks.com/topic/790986-outlook-2010-bug-the-attempted-operation-failed-an-object-could-not?page=1

    Hi,
    Thank you for your feedback and apologize for the inconvenience caused.
    We have heard several reports regarding issues caused by KB2956128. We've escalated this issue, but we're not sure whether and when there will be an hotfix for this issue. Please look out for our official blog articles and install
    all available updates released.
    Thanks for your understanding and support.
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • Using Time Machine to back up two HDs

    My current setup: I have a 70GB or so internal hard drive that's more or less full, and an external 100GB hard drive that I use to store less frequently used data. I want to go out and buy a new external hard drive to use for Time Machine backups. My

  • Solman 7.1 Managed system config for Dual stack

    Hi All, While running the step "WEB Services logical port creation" we are receiving a warning. Message: Activity disabled : creation of communication user SM_COLL_XXX has not been flagged as being successful. Details: Activity disabled : creation of

  • How to close external programs?

    Hi there, in vbs is a command "ExtProgram(ExtProgramName, ExtProgramArg)" to start external programs. But how to  close external programs when they finished its work? Is there a vbs-command for it? Is there a way when calling "cmd.exe" with a proper

  • Why is my iPad 1 slow

    Why is my iPad 1 slow

  • Set up for apache FTP

    I am attempting to use ftp from a java program. When I attempt to add the apache Ftp by using the statement import org.apache.commons.net.ftp.FTP; I get the error package org.apache.commons.net.ftp does not exist The jar file commons-net-ftp-2.0.jar