Unable to change binding path class

I have been editing a Change Request form in SCSM and need to bind a field to a class that I created.
The issue that I am running into is that when I go to select the correct binding path it is not showing me the correct "Target Class"
How do I get the target class to change from the "Change Request" class to the class I created.
I need this to point to the correct class. Any help would be appreciated.

Is there something I am doing wrong when extending the class?
I went to the details of the class I created and changed Extension to True. After doing this it showed for me to select on the form. However, when importing the sealed management pack back into SCSM I get an error that the says: "Failed to apply customization
to the loaded form. Exception has been thrown away by the target of an invocation"
Error info:
Date: 11/19/2014 3:10:35 PM
Application:
Application Version: 7.5.3079.0
Severity: Error
Message: Failed to apply customization to the loaded form.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Failed to set property ParentCategoryId to value 6cef607a-1059-b19e-e0bb-57fbe8328545. ---> Microsoft.EnterpriseManagement.UI.DataModel.QueryFailedException:
Query to adapter 'dataportal:ManagementPackEnumerationAdapter' failed. ---> Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: An object of class ManagementPackEnumeration with ID 6cef607a-1059-b19e-e0bb-57fbe8328545 was not found.
   at Microsoft.EnterpriseManagement.Configuration.TypeSpaceCache.Get[T](Guid id)
   at Microsoft.EnterpriseManagement.EntityTypeManagement.GetEnumeration(Guid id)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.ManagementPackEnumerationAdapter.GetDataFromSdk(EnterpriseManagementGroup managementGroup, AdapterQueryParameters queryParameters)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.SdkDataAdapter`1.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
   at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
   at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
   --- End of inner exception stack trace ---
   at Microsoft.EnterpriseManagement.UI.DataModel.DataPortalService.EndQuery(IAsyncResult result)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.Common.DataAccessQuery.QueryAdapter(Uri adapterUri, Uri dataSourceUri, IList`1 inputs, Dictionary`2 parameterList, DataQueryBase query)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.Common.DataAccessQuery.QueryAdapter(Uri adapterUri, Type adapterType, Uri dataSourceUri, Dictionary`2 parameterList, IList`1 inputs)
   at Microsoft.EnterpriseManagement.UI.WpfControls.PickerUtility.GetFirstLevelChildEnumerations(Guid parentEnumerationId, IList`1 excludedCatogries)
   at Microsoft.EnterpriseManagement.UI.WpfControls.ListPicker.OnParentCategoryIdChanged(DependencyObject o, DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType
operationType)
   at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
   at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.PropertyChangeAction.Perform(DesignSurface surface, DependencyObject rootObject)
   --- End of inner exception stack trace ---
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.PropertyChangeAction.Perform(DesignSurface surface, DependencyObject rootObject)
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.CustomizationDeserializer.Deserialize(DesignSurface designSurface, DependencyObject dependencyObject, XPathNavigator parentNode, Size formSize)
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.CustomizationDeserializer.Deserialize(DependencyObject dependencyObject, XPathNavigator parentNode, Size formSize)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at Microsoft.EnterpriseManagement.UI.FormsInfra.FormView.ApplyCustomization(FrameworkElement form, XPathNavigator customizationNode)
System.InvalidOperationException: Failed to set property ParentCategoryId to value 6cef607a-1059-b19e-e0bb-57fbe8328545. ---> Microsoft.EnterpriseManagement.UI.DataModel.QueryFailedException: Query to adapter 'dataportal:ManagementPackEnumerationAdapter'
failed. ---> Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: An object of class ManagementPackEnumeration with ID 6cef607a-1059-b19e-e0bb-57fbe8328545 was not found.
   at Microsoft.EnterpriseManagement.Configuration.TypeSpaceCache.Get[T](Guid id)
   at Microsoft.EnterpriseManagement.EntityTypeManagement.GetEnumeration(Guid id)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.ManagementPackEnumerationAdapter.GetDataFromSdk(EnterpriseManagementGroup managementGroup, AdapterQueryParameters queryParameters)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.SdkDataAdapter`1.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
   at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
   at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
   --- End of inner exception stack trace ---
   at Microsoft.EnterpriseManagement.UI.DataModel.DataPortalService.EndQuery(IAsyncResult result)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.Common.DataAccessQuery.QueryAdapter(Uri adapterUri, Uri dataSourceUri, IList`1 inputs, Dictionary`2 parameterList, DataQueryBase query)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.Common.DataAccessQuery.QueryAdapter(Uri adapterUri, Type adapterType, Uri dataSourceUri, Dictionary`2 parameterList, IList`1 inputs)
   at Microsoft.EnterpriseManagement.UI.WpfControls.PickerUtility.GetFirstLevelChildEnumerations(Guid parentEnumerationId, IList`1 excludedCatogries)
   at Microsoft.EnterpriseManagement.UI.WpfControls.ListPicker.OnParentCategoryIdChanged(DependencyObject o, DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType
operationType)
   at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
   at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.PropertyChangeAction.Perform(DesignSurface surface, DependencyObject rootObject)
   --- End of inner exception stack trace ---
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.PropertyChangeAction.Perform(DesignSurface surface, DependencyObject rootObject)
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.CustomizationDeserializer.Deserialize(DesignSurface designSurface, DependencyObject dependencyObject, XPathNavigator parentNode, Size formSize)
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.CustomizationDeserializer.Deserialize(DependencyObject dependencyObject, XPathNavigator parentNode, Size formSize)
Microsoft.EnterpriseManagement.UI.DataModel.QueryFailedException: Query to adapter 'dataportal:ManagementPackEnumerationAdapter' failed. ---> Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: An object of class ManagementPackEnumeration with
ID 6cef607a-1059-b19e-e0bb-57fbe8328545 was not found.
   at Microsoft.EnterpriseManagement.Configuration.TypeSpaceCache.Get[T](Guid id)
   at Microsoft.EnterpriseManagement.EntityTypeManagement.GetEnumeration(Guid id)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.ManagementPackEnumerationAdapter.GetDataFromSdk(EnterpriseManagementGroup managementGroup, AdapterQueryParameters queryParameters)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.SdkDataAdapter`1.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
   at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
   at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
   --- End of inner exception stack trace ---
   at Microsoft.EnterpriseManagement.UI.DataModel.DataPortalService.EndQuery(IAsyncResult result)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.Common.DataAccessQuery.QueryAdapter(Uri adapterUri, Uri dataSourceUri, IList`1 inputs, Dictionary`2 parameterList, DataQueryBase query)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.Common.DataAccessQuery.QueryAdapter(Uri adapterUri, Type adapterType, Uri dataSourceUri, Dictionary`2 parameterList, IList`1 inputs)
   at Microsoft.EnterpriseManagement.UI.WpfControls.PickerUtility.GetFirstLevelChildEnumerations(Guid parentEnumerationId, IList`1 excludedCatogries)
   at Microsoft.EnterpriseManagement.UI.WpfControls.ListPicker.OnParentCategoryIdChanged(DependencyObject o, DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType
operationType)
   at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
   at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   at Microsoft.EnterpriseManagement.Forms.CustomizationLibrary.PropertyChangeAction.Perform(DesignSurface surface, DependencyObject rootObject)
Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: An object of class ManagementPackEnumeration with ID 6cef607a-1059-b19e-e0bb-57fbe8328545 was not found.
   at Microsoft.EnterpriseManagement.Configuration.TypeSpaceCache.Get[T](Guid id)
   at Microsoft.EnterpriseManagement.EntityTypeManagement.GetEnumeration(Guid id)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.ManagementPackEnumerationAdapter.GetDataFromSdk(EnterpriseManagementGroup managementGroup, AdapterQueryParameters queryParameters)
   at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.SdkDataAdapter`1.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
   at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
   at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
 

Similar Messages

  • Unable to locate specified base class 'resources.style1.HelpButtonIcon' for component class

    Hi,
    I have a Flex (4.1.0) project, which has many skinnable custom components. The application allows a user to choose another style which changes these skins via loading a new compiled CSS. These non-default skins are in a separate Flex project.  I've not had a problem with this method until now.
    The custom component I am skinning contains several icons which are defined in the component like this:
    [SkinPart(required="true", type="mx.core.IVisualElement")]
    public var componentIconHelp:IFactory;
    then I use the iconRendererFunction to return the appropriate component part:
    private function iconRendererFunction(item:Object):IFactory
         //truncated method    
         return componentIconHelp;
    Within the skin for "style1", I then have
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/mx"
         xmlns:style1="resources.style1.*">
    <!-- host component -->
    <fx:Metadata>
         [HostComponent("myApp.components.ButtonComponent")]
    </fx:Metadata>
    <fx:Declarations>
         <fx:Component id="componentIconHelp">
              <style1:HelpButtonIcon />
         </fx:Component>
    </Declarations>
    When I try to compile this, I get the "Unable to locate specified base class 'resources.style1.HelpButtonIcon' for component class 'resources.style1.ButtonComponentSkinInnerClass0'" error.
    If I remove the HelpButtonIcon from the <fx:Component> declaration, and just put it in the main body of the skin, it compiles and renders, but I need it to be a component (there's multiple components I have to choose from to display, similar to the ButtonBar skin).
    Any ideas why it's not compiling and what I need to do to achive this?
    Thanks

    Thanks, one step closer (or further away :-)
    I tried adding the airspark.swc to the library path for the project and it made no difference so I added:
    -external-library-path /Applications/Adobe Flash Builder 4/sdks/4.0.0/frameworks/libs/air/airspark.swc
    to the external tools configuration and now get the error:
    command line: Error: unable to open 'Flash'
    The project itself runs fine, it's only the ASDocs that's causing problems.

  • Unable to compile ( not creating class file ) java file

    Hi
    I am unable to compile java file in eclipse. I am using Tomcat 5.0 and eclipse 3.0. I am able to compile the file from command prompt. I installed eclipse and did all settings including Build path ( WEB-INF\classes). But I donot see any class file getting created.

    Are you seeing errors when eclipse compiles you classes? Have you tried to build your project using; Project -> Build All? If you have and it looks like no errors are generated you may need to change your perspective. Try changing to the resource perspective to see the built class files; Window -> Open Perspective -> Other -> Resource. By default built class files end up in the bin directory of the project. i usually change my built classes directory to classes, just makes more sense to me.

  • Unable to construct LibraryObject for class null

    I get this error "IFS-21014: Unable to construct LibraryObject for class null" when I try to run a find document in the CUP server. I believe it is some kind of document that crashed while it was being created and thus left a null entry in the tables. Since I can't 'find' it, I cannot do anything to delete it. Any Ideas?
    Thanks
    Tom

    doh' I screwed this one up. I had changed the bean path in the EM to null in hopes of trying to get it to null out. It seems that with EM and CUP you cannot remove a bean/server classpath, only rename them. So, it was looking for a class called null, which is not a good thing.

  • I changed the path of my photos, how can I find them from iPhoto

    I didn't import my photos into the photo library,
    now I changed the path of my photo,
    how I can find them,
    I have thousands of photos, I don't want to check one by one~

    I believe this is the post Larry's referring to:
    Pascal Mah
    Re: iPhoto '11 referenced library problems
    Jul 27, 2011 4:28 PM (in response to Terence Devlin)
    YES!!!
    I finally managed to recover my iPhoto library!
    But it was not easy. I had to hack into the database file to put up things right.
    After a significant amount of trial-and-error, here is the procedure I came to, which finally worked for me (use at your own risk):
    0. Make sure you make enough backups so as to revert to the previous state if something goes wrong!
    1. Make a copy of your iPhoto Library [Show Package Contents]/Database/apdb/Library.apdb to your desktop.
    This file contains most of the data involved for managing your iPhoto data.
    2. Open this file using a SQLite database manager.
    I used Navicat 9.1, which has nice import-export features. For direct editing, Base 2.0 is may be easier.
    3. Open the table RKMaster.
    This table contains all records for the individual pics of your library.
    4. Correct the path of each of your pic files in the imagePath column to their current filepath.
    This contains the path of your pic files at the time they were imported, and is not updated by iPhoto even though you have moved your pic files somewhere else.
    If you have several thousands of paths to correct, a good idea is to export this column to a text file (also including the modelId column for referencing), and to correct paths using the substring Search&Replace function of your favorite text editor. Be sure to re-import the corrected data properly using the modelId column as references.
    5. If needed, correct in the same manner the content of the fileVolumeUuid column to the value of the drive currently containing your picfiles.
    If needed, obtain this value considering a pic which was recently imported from that drive.
    6. If your drive name was modified, also correct its name in the name column of the RKVolume table.
    Identify the proper record by considering its uuid previously obtained.
    7. If you're happy with your work, quit the database managing program and put Library.apdb back in its original location inside your iPhoto Library.
    Keep the older somewhere in case something goes wrong.
    8. Run iPhoto to see if your work is successful!
    At this point, you might consider rebuilding the Photo Library (hold alt-cmd while launching iPhoto) and choose Repair the iPhoto Library Database (Be sure to leave the Rebuild the iPhoto Library Database from automatic backup unchecked!). This might correct some possible unconsistencies resulting from your edits. Also, a good thing might be to rebuild all thumbnails. If iPhoto does not bug you for locating files during that process, you have possibly done your work right! If not, back to step 1.
    As said, this worked for me, with no visible inconsistencies or side effects to be noticed in the behavior of iPhoto (at least for now). But possibly some knowledgable people might comment and improve that process, and some database script guru might also help automating this. Please comment.
    Lessons learned (How I understand the things as far as I know):
    A. Library.apdb stores the initial drive and path of the pic files at the time they were imported. This is not modified as the files are moved around.
    B. Some other data (BLOBs?) is used to track the files at their actual location. Therefore, it seems OK to move the pic files after they were imported.
    C. Unfortunately, this other data is broken if the file is recreated (even with same content and location), for example with a file-based backup and restore (Time Machine).
    D. In that case, iPhoto is unable to recover the file if its current drive and path does not match the one when the file was imported, stored in the database. Also there is no mechanism in iPhoto to correct this data.
    E. Therefore, it is very important to import pic files in iPhoto only when these are already in their final location! If not, your iPhoto Library won't survive a TimeMachine backup and restore! (Possibly, a block-based drive backup could work... I don't know).
    F. ...And Apple should really, really fix this issue! (By correcting the stored filepath and drive to the current file location at least when the database is repaired, and by offering at least some basic file reconnection options).
    OT

  • Why doesnt a sound play when I change the path?

    Hi. I am trying to play a background sound in my program and so far, after searching and reading lots of posts I finally have a "TaDa" sound playing once when the program starts. But what I want is a sound to be looped everytime I start a program. That sound will be in the same folder as the program.
    This is the code that I put in public static void main() to play the sound:
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {                                                                                    
    File tadaSound = new File(System.getenv("windir") + "/" + //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    Does anyone know how to choose another sound in the same folder as java_test and make it work with this code because when I change the ath it doesnt run.
    Thanks.

    Please put your code between the code tags. It's much better readable then.
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {
    File tadaSound = new File(System.getenv("windir") "/" //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    }

  • Changing the development class for 0CALMONTH

    Hi we upgraded from BW3.5 to 7.0 and we are getting the same error from the thread :  Unable to change development class because field is greyed out
    Does anyone know how this problem was resolved.
    Regards,
    Brian
    I am changing the development class for 0CALMONTH and for some reason I am not able to change the $TMP to ZBW because it is greyed out. I also noticed the Orginal system field is SAP and not our BWD name and the Orginal language is DE and not EN.
    How would I change the development class for this IO? I am perplexed how this got to this status. When I collected the 0CALMONTH afterwards and listed the IOs belong to 0CALMONTH, I was able to change the development class. Why is this being greyed out?

    Changing while signed on in DE did not work.   - I also tried changing the person reponsible and get the following 
    Local private objects cannot be repaired
    Message no. TR229
    Diagnosis
    Every user of the SAP System can access and change local private
    objects using the ABAP/4 Development Workbench.
    System Response
    Setting the repair flag is rejected.

  • User in unable to change background image/theme

    Hello,
    I am currently working with a user who is unable to change is background image it only shows a black background. He is currently on Windows 7 Enterprise Edition
    We have tried the following troubleshooting steps:
    1. Ran full system scan with no results
    2. Ran sfc /scannow
    3. Ran diskchk
    4. Copied over new TranscodedWallpaper.jpg
    5. Checked Power Options - Checked desktop background settings - expaneded slideshow and made sure Plugged in option is set to Available
    6. Checked that Remove Background images is not selected in Ease of Access Center
    We go not have a group policy set to disable the changing of the wallpaper and he is the only user with this issue.
    Any assitance would be greatly appreciated. Source:
    https://support.microsoft.com/en-us/kb/2504610
    Thank you,
    Sunny

    Hi sshah210,
    Try this registry key method .
    Navigate to the following path :
    HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper
    Choose a picture path and configure it .
    If the issue persists , I agree with S.Sengupta.We can create another account to have a check .
    Best regards
    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]

  • Unable to change File Type for specific file extensions

    Under Preferences->File Types different file extensions are assigned a file type e.g. The file extension .pkb is assigned the file type of PL/SQL. The file type of PL/SQL then opens the Code editor.
    I have a user who would prefer to open .pkb files in the SQL Worksheet editor but I am unable to change the file type to SQL Script as the option is greyed out.
    How do I change the File Type for these extensions? Is there a preferences file I need to change?
    Version: 3.2.20.09
    Thanks for your help.

    Hi,
    There is no preference but it turns out you can manually edit one of the preferences.xml files to force PL/SQL types to use the SQL worksheet editor. For SQL Developer 3.2.20.09.87 that file is system3.2.20.09.87\o.sqldeveloper.11.2.0.9.87\preferences.xml and will be located (on Windows 7, for example) in directory C:\Users\<userid>\AppData\Roaming\SQL Developer
    No guarantee this will work in future versions of the product, but for now you can add the following two xml blocks...
    For example, for .pls, add to <extensionToContentTypeMap ...>
                <Item>
                   <Key>.pls</Key>
                   <Value>TEXT</Value>
                </Item>
    and <userExtensionList>
                <Item>
                   <docClassName>oracle.ide.db.model.SqlNode</docClassName>
                   <userExtensions class="java.util.ArrayList">
                      <Item class="oracle.ide.config.DocumentExtensions$ExtInfo">
                         <extension>.pls</extension>
                         <locked>false</locked>
                      </Item>
                   </userExtensions>
                </Item> I researched this a while back after reading through some forum thread where someone claimed the PL/SQL file extensions got opened in the SQL editor in his environment, but without stating any specific release information. Possibly it worked for him then due to different product behavior (whether intentional or a bug), or perhaps even due to the technique described above.
    Regards,
    Gary
    SQL Developer Team

  • Mysterious unsaved changes in project: Class type definition stored in member VI?

    Hi,
    I'm wondering: why does LabVIEW show changes in a member VIs of a class when I only change the type definition (cluster) of the class in way that the member VI has nothing to do with the changes?
    Example:
    Class A{
      int a;
      int b; //new! -> changes in A.lvclass and A.ctl
      incr(){ this.a++;} //why incr.vi needs to be updated/saved upon adding b?
    Strangely enough, when I don't save the changes and close the project, everything looks fine after re-opening the project (no broken VIs etc.), but the issue with the unsaved changes remains.
    The thing is that I don't want to upload "fake" changes into our configuration management system as my colleagues would think that I really did changes to the VIs.
    Thanks!
    Peter

    Peter,
    it seems to me that the issue is connected to association or containment. Did you incorporate that in your small example?
    Does it happen if you previously mass compile the VIs before you add the dummy item to the class' private data?
    Currently, it seems more like a bug if indeed all items have "separate compiled code" set (e.g. in the project).
    Is it possible that some single items have that option disabled? Remember: Setting the option in the LV options or the project properties, it refers to NEW items. Existing items are not changed by that "global" settings.
    Norbert
    EDIT: You can write a small tool to check this. Make the project path the input parameter, use VI Server to load that project and load all items and query the "separate compiled code" option. If an item has the option disabled, you might want to extend the tool to change the setting and save that item. Remember that the setting is available for more than 'only' VI-files!
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Accessin Access Database it changes the path by itself???

    Hi to all. First of all I would like to apologize about the "zombie resurection". Sorry i didn't know.
    I'm doing what HK_Developer said, but it doesn't work.
    This is my code:
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    //Connection con = DriverManager.getConnection("jdbc:odbc:c:xxx.mdb", "myusr", "mypwd");
    // or
    Connection con = DriverManager.getConnection("jdbc:odbc:Driver={MicroSoft Access Driver (.mdb)};DBQ=C:/xxx.mdb","myusr","mypwd");
    // i tried boths ways
    Statement stat = con.createStatement();
    stat.execute("select from articulos");
    catch(Exception e){ jButton1.setText(e.getMessage());
    jTextArea1.setText(e.getMessage());}
    I don't know what is wrong but it gives me a message saying (more o less) that "o:/yyyy.mdb" is not a valid path. I don't know why it changes the path i use in the "getConnection" parameters. I don't kow where it cacth the "o:/yyyy.mdb".
    Thank you very much.

    I finaly found the solution. My mistake.
    The database i am accessing have some linked tables to another database. My statement is querying one of this tables. That is because te system returns me the message with another path.
    Sorry. I'm newbie.
    Thanks to all.

  • Unable to lookup home: Path to object does not exist at : java:comp#

    Hallo,
    I do not understand why I am getting the exception:
    Unable to lookup home: Path to object does not exist at : java:comp#
    if i have defined in the ejb-j2ee-engine.xml the jndi name:
    <enterprise-beans>
         <enterprise-bean>
              <ejb-name>MyConverterBean</ejb-name>
              <jndi-name>MyConverterBean</jndi-name>
              <session-props/>
         </enterprise-bean>
    </enterprise-beans>
    and in the ejb-jar.xml :
    <enterprise-beans>
       <session>
          <description>the converter bean</description>
          <display-name>MyConverter</display-name>
          <ejb-name>MyConverterBean</ejb-name>
          <home>converter.MyConverterHome</home>
          <remote>converter.MyConverter</remote>
          <local-home>converter.MyConverterLocalHome</local-home>
          <local>converter.MyConverterLocal</local>
          <ejb-class>converter.MyConverterBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
        </session>
    </enterprise-beans>
    I am creating the EJB in this way:
    ic = new InitialContext();
    objRef = ic.lookup("java:comp/env/ejb/MyConverter");
    home = (MyConverterHome)PortableRemoteObject.narrow(objRef, MyConverterHome.class);
    converter = home.create();
    I checked in the Administrator tool under JDNI / ejbContext and I can see MyConverterBean in the list.
    Do you have any idea what I am doing wrong?
    thanks a lot for your help,
    SAPLernen

    Hi Vladimir,
    do you have some example or tutorial of how can i implement java proxies from a java stand alone application.
    i allready make everyting but i'm still having problem.
    this line give me a null
    queryOutLocalHome = (UsersSyncMI_PortTypeLocalHome)ctx.lookup("java:comp/env/ejb/UsersSyncMI_PortTypeBean");
    this is my java class that invoke my ejb java proxy
    package com.gsk.xi.demo;
    import java.util.Properties;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import com.sap.aii.proxy.xiruntime.core.MessageSpecifier;
    public class InvokeProxy {
         private Object objRef = null;
         private InitialContext ic = null;
         public String getRole(String name, String pwd){
              String role="0";
              UsersSyncMI_PortTypeLocalHome queryOutLocalHome=null;
              UsersSyncMI_PortTypeLocal queryOutLocal=null;
              try{
                   Context ctx = null;
                   Object ref = null;
                   Properties p = new Properties();
                   p.put(Context.INITIAL_CONTEXT_FACTORY,"com.sap.engine.services.jndi.InitialContextFactoryImpl");
                   p.put(Context.PROVIDER_URL, "buasapp012.gwamericas.corpnet1.com:50004");
                   p.put(Context.SECURITY_PRINCIPAL, "J2EE_ADMIN");
                   p.put(Context.SECURITY_CREDENTIALS, "was1234");
                   ctx = new InitialContext();
                   //objRef = ic.lookup("java:comp/env/ejb/UsersSyncMI_PortTypeBean");
                   //queryOutLocalHome = (UsersSyncMI_PortTypeLocalHome)PortableRemoteObject.narrow(objRef, UsersSyncMI_PortTypeLocalHome.class);     
                   queryOutLocalHome = (UsersSyncMI_PortTypeLocalHome)ctx.lookup("java:comp/env/ejb/UsersSyncMI_PortTypeBean");
                   queryOutLocal = queryOutLocalHome.create();
                   MessageSpecifier msg = queryOutLocal.$messageSpecifier();
                   msg.setSenderService("JAVA");
                   queryOutLocal.$messageSpecifier(msg);
                   UserDT_Type reqtype = new UserDT_Type();
                   reqtype.setUsername(name);
                   reqtype.setPassword(pwd);
                   UsersDBMTResponse_Type response = new UsersDBMTResponse_Type();
                   response = queryOutLocal.usersSyncMI(reqtype);
                   role = role + response.getStatementResponse().getRow().getRole();
              catch(Exception ex){
                   System.out.println(ex.getMessage());
              return role;
    } //end of class
    thanks for your time
    Lionel

  • The debugger was unable to redefine the recompiled classes

    Hi,
    I'm using the Jdeveloper11.1.2 and I'm getting the below error while rebuilding the java file in debug mode after updating my java file.
    The debugger was unable to redefine the recompiled classes.
    Unsupported operation: schema change.
    I tried the Following Way to remove this issue:
    1: stop the server
    2: close the appliication and remove the classes files and data files from the application.
    3: start the weblogic server and stop the running application.
    4: clear the drs and temp file and change the directory.
    5: restart the system and once again clean the temp files.
    6: rebuild all the files and make the jar file but at runtime in debug mode when I rebuild the file once again I'm getting the above error.
    please help me out how I can solve this problem.
    thanks in advance.
    Regards
    Sanjeev

    When you run the UI in the browser does the change in the Java class show up / work fine ? Then you need not worry about the message technically ;)
    Ideally when you see such an option you have probably modified a method signature or added a new method.So you just need to run your UI again from Jdev.
    Also check if this helps -
    http://rimmidis.blogspot.in/2010/03/hot-deployment-after-compiling-in-your.html

  • Unable to change the data in PSA

    Hello All,
    I have a delta failure because of invalid characters in one of the field and now i wanted to change the PSA. I have deleted the request from all data targets and started changing the error record, it is not showing all columns from PSA hence i am unable to change the data in required field.
    Could you please let me know how will i see all columns from PSA. Thanks
    Regards,Ashok

    Hi Ashok,
    To increase/decrease the number of columns that are displayed on the menu from the Settings option select Change display variants
    Also if you want to see say all the failed records you can sort the order of the data using the Status column

  • Unable to change the data source of SAP system

    Dear all,
    We have install SAP netweaver EHP1 standalone java on oracle 10.2.0.5 on windows 2008 R2.
    while installation i have given the central SLD system as solman,
    By mistake i have deleted the system from SMSY.. now when i createed the system manually i am unable to change the data resource as SLD due to this i can start my SMD configuration
    Request please let me know how to resolve this issue.
    Thanks
    Paresh

    Hi Paresh,
    You can proceed with deleting your SAP system from SMSY (along with connected technical content such as AS Java definition) and the run the LANDSCAPE FETCH through transaction SMSY_SETUP to have the correct definition of your SAP system in SMSY.
    Following this, you could use the addon Landscape Verification (a new thing I learnt today!!!)  to check the correctness of transaction SMSY. The following link details the Landscape verification 1.0 for SolMan:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e093b3ce-c034-2d10-01bc-b51f1691d3da?quicklink=index&overridelayout=true
    Hope this helps sort out your issue.

Maybe you are looking for

  • Remote for two televisions

    I have two televisions side by side that I use for computer monitors or TV as the occasion warrants. Either remote acts on both sets but I'd like to set them up so that each remote only controls one TV. Is this possible?

  • Upload data from excel into database through pl/sql

    Hi All, I have excel which contains data lets say employee details, I have one upload button ,which is used to upload excel and then i want to map the cell of excel to the database column and through plsql code i want to upload the excel data into da

  • How long does it takes that GPS in MAP 3.1 will wo...

    Question to NOKIA: HOW LONG TIME YOU NEED TO MAKE GPS TO WORK WITH OVI MAP 3.1 in N97? On all N97 I know and as you can read here in forum the GPS doesn't work usable in N97 and with MAP 3.1. I believe that this is a software problem because often I

  • Acrobat 9 bug? - Print Pages function does not print all bookmarked pages

    We use the Bookmark Print Pages function to allow for easy printing of sections of large PDFs. All of the pages that should be printed are bookmarked. The bookmarked pages print correctly in Adobe 8, but not in Adobe 9. I have put together a javascri

  • OBI HD App No zoom in/out option

    Hi Experts, I have got Oracle BI HD App on my ipad2 and its pointing to OBIEE 11.1.1.6.8 version and Zoom in/out is not avialable in it. I can see the dashboards as i see on any web browser. Earlier when i pointed Oracle BI HD App to OBIEE 11.1.1.5.0