Wrong error message when two instances with the same PK are created commited

I accedently created two instances with the same pk and I got wrong error.
Took me a while to figure out what's going - I use multiple fields mapped on
the same column a lot but not in this case
kodo.util.FatalUserException: User errors were detected when flushing to the
data store. The getNestedExceptions() method of this exception will return
an array of the specific errors.
NestedThrowables:
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 3", "Small Business Review" This
usually occurs when you map different fields to the same column, but you do
not keep the values of these fields in synch.
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 5", "JOFOC Approved" This
usually occurs when you map different fields to the same column, but you do
not keep the values of these fields in synch.
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 1", "RFC/AP Received" This
usually occurs when you map different fields to the same column, but you do
not keep the values of these fields in synch.
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 4", "JOFOC Submitted for Review"
This usually occurs when you map different fields to the same column, but
you do not keep the values of these fields in synch.
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 6", "FedBizOpps Announcement"
This usually occurs when you map different fields to the same column, but
you do not keep the values of these fields in synch.
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 2", "RFC/AP Approved" This
usually occurs when you map different fields to the same column, but you do
not keep the values of these fields in synch.
at
kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
a:721)
at
kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
java:573)
at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
at
kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
at peacetech.nci.cs.LoadData.main(LoadData.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
NestedThrowablesStackTrace:
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 3", "Small Business Review" This
usually occurs when you map different fields to the same column, but you do
not keep the values of these fields in synch.
at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
at
kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
at
kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
a:705)
at
kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
java:573)
at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
at
kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
at peacetech.nci.cs.LoadData.main(LoadData.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 5", "JOFOC Approved" This
usually occurs when you map different fields to the same column, but you do
not keep the values of these fields in synch.
at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
at
kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
at
kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
a:705)
at
kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
java:573)
at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
at
kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
at peacetech.nci.cs.LoadData.main(LoadData.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 1", "RFC/AP Received" This
usually occurs when you map different fields to the same column, but you do
not keep the values of these fields in synch.
at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
at
kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
at
kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
a:705)
at
kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
java:573)
at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
at
kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
at peacetech.nci.cs.LoadData.main(LoadData.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 4", "JOFOC Submitted for Review"
This usually occurs when you map different fields to the same column, but
you do not keep the values of these fields in synch.
at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
at
kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
at
kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
a:705)
at
kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
java:573)
at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
at
kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
at peacetech.nci.cs.LoadData.main(LoadData.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 6", "FedBizOpps Announcement"
This usually occurs when you map different fields to the same column, but
you do not keep the values of these fields in synch.
at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
at
kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
at
kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
a:705)
at
kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
java:573)
at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
at
kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
at peacetech.nci.cs.LoadData.main(LoadData.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
to two different values: "ContractMilestone 2", "RFC/AP Approved" This
usually occurs when you map different fields to the same column, but you do
not keep the values of these fields in synch.
at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
at
kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
at
kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
a:705)
at
kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
java:573)
at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
at
kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
at peacetech.nci.cs.LoadData.main(LoadData.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
Process terminated with exit code 0

Thanks for the report. I've recorded the bug here:
http://bugzilla.solarmetric.com/show_bug.cgi?id=705

Similar Messages

  • I get an error message when installing itunes with windows 8, error message is error occured while attempting to create the directory C:\program file(x86)\common files\apple\mobile device support\sync services\schemas\outlook.syncschema

    I keep getting an error message when installing iTunes with windows 8

    See the second box in Troubleshooting issues with iTunes for Windows updates.
    tt2

  • WebLogic Error : Registered more than one instance with the same objectName

    HI there, I'm facing a big problem. I have two environments installed on the same physical machine.
    I have ALSB and WLI servers running out there.
    Environment 1 - WLI port running at 7011 domain name : stp_wli_domain and ALSB port running at 8011 domain name: stp_alsb_homo1 - folders- stp_wli_domain / stp_bea_alsb_homo
    Environmnet 2 - WLI port running at 7211 domain name : stp_wli_domain2 and ALSB port tunning at 8211 domain name : stp-alsb_homo2 - folders - stp_wli_domain2 / stp_bea-alsb_homo2
    Everything was working fine, but these days I had install new deployments on both environment and I got this error :
    java.lang.IllegalArgumentException: Registered more than one instance with the same objectName : stp_wli_domain:ServerRuntime=wli_wls01,Name=stp_wli_domain,Location=wli_wls01,Type=AIRuntime new:com.bea.wlai.management.AIRuntimeMBeanImpl@bcf22dc existing com.bea.wlai.management.AIRuntimeMBeanImpl@de02e6c
    The weird is : There is no same object name, as you can see, domains are different, folders are different and ports are diferrent, including multicast addresses.
    Have you guys seen this before ?
    I'm under pressure here, 'cause some projects had stopped to work.
    Please I would appreciate any help.
    Tks.
    Edson

    HI there, thanks for attention..
    See ...
    There's a lot of confusion with these env's .
    I did not built this, so... I'm cleaning my hands.... anyway... :)
    I must fix....
    Well basically if we have two env's, so we have different project each one right ?
    Ok, but I was told that if you have on the same network and same physical machine the name of AdminServer as "AdminServer" in all domains, so it goes with problems... I never heard about it... but is a good practice you put the names for example :
    WLI - WLIAdminServer
    ALSB - AlsbAdminServer
    WLI2 - WLiadminServer2
    ALSB2 - ALsbAdminServer2
    I would do it.. this way..
    But how it wasn't me...
    We got..
    WLI - WliAdminServer
    ALsb - AdminServer
    WLI2 - AdminServer
    ALsb2 - AdminServer
    Have you got it ?
    So... I was told that this could be a problem, almost all AdminServers with the same name... guess what ?Some Projects are back to work. but not at all.. only some.. so I 'm breathing better now... but I would like to know if you seen this before ?
    I would appreciate your help again.
    Unfortunately there's no detailed stack trace to track this
    Tks.

  • WS-SDK Scheduling two instances of the same report with different params

    I'm using the web services SDK for Business Objects XI 3.1 SP 2 to schedule reports. I've got it so that I can successful schedule a report with prompts, setting the value for the prompt and running the report.
    However, I'm now trying to schedule two instances of the same report using a single call to BIPlatform.Schedule. It creates the correct number of new instances, the last of which is completely correct. The first one (and in fact if I do more than two all the rest except the last) lose the parameter value from the prompt and the schedule information and the type. So for example if I schedule two instances, both PDF, both for 8am tomorrow with parameters of 1 and 2, I get:
    A Webi instance, scheduled to run immediately with no parameters specified and
    A PDF instance, scheduled for 8am tomorrow with parameter 2
    Any idea what I'm doing wrong?
    Cheers,
    Jack
    Edited by: Jackson Pope on Feb 3, 2011 1:34 PM

    Can you possibly post your code here that sets params and schedules? Also as you schedule 2 instances on a single report in a sinlgle biplatform.schedule call(): as you query for InfoObject what you actually query for a single report isn't it, or do you schedule a report template and reschdule it previous instance?

  • TS1394 im getting an error message when trying to install the snow leopard application cd 2. need  help.

    im getting an error message when trying to install the application cd on my Imac os x 10.6.4   what can I do to solve this problem?

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • Error message when backing up with time on external hard drive

    I'm running 10.6.8 OSX & wondering why I get an error message when backing up with time machine onto an external hard drive. Please help! Error message states time machine could not back up & to try again later.

    Says "The back up was not performed because an error occurred while copying files to the backup disk.
    "The problem may be temoporary. Try again later to back up. If the problem persists, use Disk Utility to repair back up disk."

  • Error message when backing up with Deja Vu

    Hi,
    I am getting this error message when backing up with Deja Vu
    symlink(/,/Volumes/Backup HD/Volumes/Server HD) failed at /usr/local/bin/psync line 240.
    symlink(/var/clamav/.spamassassin,/Volumes/Backup HD/private/var/amavis/.spamassassin) failed at /usr/local/bin/psync line 240.
    Below is the line 240 of /usr/local/bin/psync
    symlink($slink, $dpath) or warn "symlink($slink,$dpath) failed"; ###js added $opt_a and warning
    Anyone has an idea?
    Cheers
    Ben

    The mail system can be backed up with mailbfr and the resulting backup subsequently with any decent backup software. mailbfr will make sure the mail system is stopped while backing up.
    A server is always tricky to backup, because it is always in a "fluctuating" state. Ideally all services should be stopped before a backup. Some will not cause major issues, others like mail will. Unless you have some sort of raid setup, where you can take a disk offline for backup purposes, you will always have to be very careful.
    I would look for service specific scripts on an as needed basis. There are some around for SQL for example.

  • When deleting messages I get this message:"74608.emlx" couldn't be copied to "Messages" because an item with the same name already exists.  How can I fix this problem?

    When trying to delete messages in mail, I've been getting this message:“74608.emlx” couldn’t be copied to “Messages” because an item with the same name already exists."  The numbers at the beginning are always different but the ".emlx" and the rest of the statement is always the same.  How can I fix this problem?
    Thanks
    Candy777

    HT2500 Error when deleting email: Apple Support Communities

  • Error message when attempting to view the video.

    When attempting to watch a video posted to Facebook or on a forum, I get an error message when attempting to view the video. "An error occurred while processing your request. Reference #50.8dd8d3d1.1354457866.1cac8e50". I'm able to view videos via YouTube.  The error seems to occur when video are embedded in a post/thread.

    I was hoping someone could provide some help.

  • I am trying to update my iTunes to 10.5.1 so that I can upgrade my 3GS phone but am getting the following error message when trying to install the itunes:Install step failed: Run pre upgrade script for apple mobile device support. Contact software manufac

    I am trying to update my iTunes to 10.5.1 so that I can upgrade my 3GS phone but am getting the following error message when trying to install the itunes: Install step failed: Run pre upgrade script for apple mobile device support. Contact software manufacturer for assistance. I am on a MacBook pro running 10.5.8 OS. Has anyone seen this before and how can I get it resolved.
    Thanks for your help in advance....

    Did you ever figure out the problem? "Contact Software Manufacturer"?? That sounds ominous... I've got the same issue and I'm pretty durn aggravated right about now....
    Thanks!

  • I keep getting an error message when trying to download the new security software IOS 7.0.6?

    I keep getting an error message when trying to download the new security software IOS 7.0.6?

    what error message?

  • When I wants to syncronize my foto's from my computer to my Ipad, Ik get the message  "itunes photprocessor was not installed correctly, please reinstall itunes, error 7"  When i did so, the same message appears again and again??????

    When I want to syncronize my photo's from my computer to my Ipad, I get the message  "itunes photoprocessor was not installed correctly, please reinstall itunes, error 7"
    When I did so, the same message appears again and again.
    Anyone knows the solution?
    Thanks on forhand.

    Repair Apple Application Support.
    START/CONTROL PANEL/PROGRAMS N FEATURES/highlight APPLE APPLICATION SUPPORT, then click the REPAIR button

  • Sharing two folders with the same name

    Hi all.
    I have two folders with the same name and I would like to be able to share these under different share names. Problem is, this doesn't seem to be possible.
    For instance, try doing this in File Sharing under Server Preferences:
    * Click +, add /Data/Media
    * Edit permissions on "Media" to permit guest access
    * Click +, add /Volumes/Drobo/Media
    * Edit permissions on "Media" (make sure you click the right one!) to permit guess access.
    This appears on the surface to work, but what it has actually done is to delete the share for /Data/Media. If you exit the File Sharing pane and go back into it again, it will be gone.
    Server Admin has the ability to rename a share's name from AFP,SMB,FTP,etc. but this doesn't appear to help either -- I tried adding the second media first, renaming its shared name to Media2 over in Server Admin, and then adding the first. Server Preferences just deletes the second one.
    Such a basic thing as being able to rename the share from Server Preferences would appear to be enough to get around this, but since Apple didn't make it possible, I have no idea how to proceed.
    Does anyone else have this working, and how did you do it?

    The best way to solve this, would be make sure you use database paraneter GLOBAL_NAME, to change your database from lets say orcl1 to orcl1.mycorpdomain.com, by this you can make sure each database actualy has a different name. Your other database then could be named orcl1.example.com.
    When chaning the display name in EM you might face other issues later on when for instance trying to run a restore using EM for one of these databases.
    Regards
    Rob
    http://oemgc.wordpress.com

  • SCOM - -500 Internal Server Error - There is a problem with the resource you are looking for, and it cannot be displayed

    Hi There,
    Need your assistance on the issue that we are facing in prod environment.
    We are able to open web console from remote machine and able to view monitoring pane as well as my workplace folders from console . Able to view and access alerts and other folder in the monitoring pane. We are able to view and access My Workplace folder
    and able to view the reports in Favorite Reports folder. But when I click on run Report we  are getting the below error  "500 Internal Server Error - There is a problem with the resource you are looking for, and it cannot be displayed."
    In our environment we have 3 servers one is SQL server and two are SCOM servers. Please advise how to fix this issue. Do we have to do any thing from SQL End?
    Errors: Event ID 21029: Performance data from the OpsMgr connector could not be collected since opening the shared data failed with error "5L".
     Event ID 6002 : Performance data from the Health Service could not be collected since opening the shared data failed with error 5L (Access is denied.).
    Regards,
    Sanjeev Kumar

    Duplicate thread:
    http://social.technet.microsoft.com/Forums/en-US/7675113e-49f0-4b3a-932b-4aceb3cfa981/scom-500-internal-server-error-there-is-a-problem-with-the-resource-you-are-looking-for-and-it?forum=operationsmanagerreporting
    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.

  • PLEASE HELP. Two computers with the same External IP Address

    I have two computers with the same IP address which is causing problems. I tried to ipconfig/release ipconfig/renew but I get the error "No operation can be performed on a Local Area Connection* 11 while it has its media disconnected.
    I tried resetting router/modem, made sure "Obtain an IP address automatically" are all enabled. DHCP is enabled.
    Two of the computers have the same one and the other IP is completely different (not 1 or 2 off). When I open the router settings and click DHCP Reservation it shows the IPs 1 number off and all different like you said. i.e ***.***.*.106, ***.***.*.107,
    ***.***.*.108. But with the proxy service I'm using, when trying to allow each computer to use them it shows different IP addresses than what is shown in the DHCP Reservation.
    If I clone my MAC address the identical IP of the two computers changes but they'll still share the same IP. The third doesn't change.
    I tried ipconfig /release - ipconfig /renew - ipconfig /flushdns nothing yet. Not sure about your #2 and #3. And I just updated my firmware.
    Anyone with expertise? Thanks.

    Cyber_Defend_Team and ZigZag3143x I powered down all three computers and turned off/reset the modem and router.
    I restarted them one by one and after, the two computers with the conflicting IP address changed their IPs but their IPs are still conflicting.  The third computers IP stayed the same.
    What else can we do?

Maybe you are looking for