Can't delete Custom Attributes no matter what I do.

Version 7.4.00065 and it just is in perpertual delete.  Have made sure not reports nothing linked.   It will never ever delete.  
This topic first appeared in the Spiceworks Community

Hi WilliamP!
Have you compared the settings that work in Leopard 10.5.x, with the ones that do not in Tiger 10.4.x?
Here are the AOL mail settings For Apple Mail, that should work.
-Account Type: IMAP
-Incoming Mail Server: imap.aol.com
-Outgoing Mail Server: smtp.aol.com:Your AOL Screenname Here
-Server Port: 587
ali b

Similar Messages

  • How can i add custom attributes to a new Class Object using the API ?

    Hello everyone,
    Here is my problem. I just created a subclass of Document using the API (not XML), by creating a ClassObjectDefinition and a ClassObject. Here is the code :
    // doc is an instance of Document
    ClassObject co = doc.getClassObject();
    ClassObjectDefinition cod = new ClassObjectDefinition(ifsSession);
    cod.setSuperclass(co);
    cod.setSuperclassName(co.getName());
    cod.setName("MYDocument");
    ClassObject c = (ClassObject)ifsSession.createSchemaObject(cod);
    Everything seems to be OK since i can see the new class when i use ifsmgr. But my question is : how can i add custom attributes to this new class ? Here is what i tried :
    AttributeDefinition value = new AttributeDefinition(ifsSession);
    value.setAttribute("FOO", AttributeValue.newAttributeValue("bar"));
    c.addAttribute(value);
    But i got the following error message :
    oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject
    java.sql.SQLException: ORA-01400: impossible d'insirer NULL dans ("IFSSYS"."ODM_ATTRIBUTE"."DATATYPE")
    oracle.ifs.server.S_LibraryObjectData oracle.ifs.beans.LibrarySession.DMNewSchemaObject(oracle.ifs.server.S_LibraryObjectDefinition)
    oracle.ifs.beans.SchemaObject oracle.ifs.beans.LibrarySession.NewSchemaObject(oracle.ifs.beans.SchemaObjectDefinition)
    oracle.ifs.beans.SchemaObject oracle.ifs.beans.LibrarySession.createSchemaObject(oracle.ifs.beans.SchemaObjectDefinition)
    void fr.sword.ifs.GestionDocument.IFSDocument.createDocument(java.lang.String)
    void fr.sword.ifs.GestionDocument.IFSDocument.main(java.lang.String[])
    So, what am i doing wrong ?
    More generally, are we restricted in the types of the attributes ? (for example, would it be possible to add an attribute that would be an inputStream ? Or an object that i have already created ?).
    Any help would be appreciated. Thanks in advance.
    Guillaume
    PS : i'm using Oracle iFS 1.1.9 on NT4 SP6 and Oracle 8.1.7
    null

    Hi Guillaume,
    you're welcome. Don't know exactly, but assume that ATTRIBUTEDATATYPE_UNKNOWN
    is used to check for erronous cases only
    and it shouldn't be used otherwise.
    Creating your own objects could be simply done via
    ClassObject ifsClassObject;
    DocumentDefinition ifsDocDef = new DocumentDefinition(ifsSession);
    // get class object for my very own document
    ifsClassObject = ClassObject.getClassObjectFromLabel(ifsSession, "MYDOCUMENT");
    // set the class for the document i'd like to create
    ifsDocDef.setClassObject(ifsClassObject);
    // set attributes and content for the document...
    ifsDocDef.setAttribute("MYFOO_ATTRIBUTE",....);
    ifsDocDef.setContent("This is the content of my document");
    // create the document...
    PublicObject doc = ifsSession.createPublicObject(ifsDocDef);
    null

  • Can not delete marketing attribute set

    I am trying to delete an 'Attribute Set' & Attribute.  I have managed to delete the attribute but when trying to delete the attribute set i get the error - Attribute Group ZIC_PTS_BP Still Contains Business Partners.
    I have ran - CRM_MKTPFTPL_DELETE_ATSET which seemed to delete all the assigned entries but I still can't delete the attribute set
    any ideas?
    regards
    Barry

    The attribute set is not geeting deleted since it has been assigned to some buisiness partners, which can be seen in the marketing attributes tab page of the business partner.
    Delete the assignment first, than only you will be in a position to delete your attribute set.
    *If helpful, Do reward points*
    Regards,
    Shalini Chauhan

  • Can't delete custom "My Workouts" in Nike+ application

    I have created some custom workouts for my running. For some freak reason, although in the past I was able to, now I can't delete these custom workouts.
    Yes, I press Edit, select the workout to delete, delete it, press Done... but by the moment I change tab (to Workouts or History) or shut down and reopen the application, they reappear.
    I've already synced my app, turned it off and restarted it, soft reset... to no avail. I can add new custom workouts but can't delete the old ones. Actually the very old ones, the ones I added a week ago, not from the moment I noticed the problem (ie yesterday). If I add something now it can be deleted, but I want to cancel an old custom workout.
    *Does anyone have an idea why this might be happening and how can I fix it?*
    If it can be of any help, the only thing I changed these past three days has been the SIM and the time zone, because I changed country. Could it be a simple time stamp bug in how the app deals with these entries?

    Guys and gals, yes, it's as I suspected. When I swapped the SIMs the problem disappeared and I could delete old workouts normally.
    So I have a reason to believe this is a small but potentially* critical bug with the Nike+ application on the iPhone. Why *the custom workouts are bound to the SIM used when creating them* is beyond my understanding, nevertheless, I hope for a future bug fix from Apple.
    *what happens if you lose or disable your unique SIM?

  • Can't See NTFS drive no matter what i do / install / code

    I've read and read and read and read and read.  then installed, uninstalled, deleted, coded... no matter what i do i CAN"T get my mac to see my external NTFS drive for the life of me.
    i'm about to distroy the stupid pc a friend gave me but fist i need to get the 1T of movies/music/tv shoes off the HD.
    PLEASE HELP PLEASE PLEASE PLEASE!!!!!!
    thanks
    jIM
    mountain lion (latest update)
    mid 2010 MBP 8 gigs ram

    Can anyone help me??  No matter what i do my MBP won't bring up the drives.. doesn't see them, no error messages nothing...  they seem to work fine on the windows box but not matter what i install / uninstall the mac just won't see them.... anyone???

  • Can't send e-mail no matter what I do

    I can receive e-mail but everytime I try to send I get the message:
    Cannot send message using the server smtp.aol.com:(with my screen name here)
    I have tried 6 different varations and nothing works.
    I used the assistant and called AOL and followed every direction to the letter.
    It doesn't matter what outgoing mail server I use it doesn't work.
    I am using OS X 10.4.11
    I also have OS X 10.5 Leopard and mail works perfectly there.
    I like Tiger better and would like to get mail working here.
    Would appreciate any help.
    Thank you.

    Hi WilliamP!
    Have you compared the settings that work in Leopard 10.5.x, with the ones that do not in Tiger 10.4.x?
    Here are the AOL mail settings For Apple Mail, that should work.
    -Account Type: IMAP
    -Incoming Mail Server: imap.aol.com
    -Outgoing Mail Server: smtp.aol.com:Your AOL Screenname Here
    -Server Port: 587
    ali b

  • My iMac has a Kernel Panic screen come up on start up and I can't get past it no matter what I try. Any help to fix this would be greatly appreciated.

    My mac has a "Kernel Panic" screen come up on start up. No matter what I try I can't get past this to fix it. Any hints out there? Do I have to completely wipe my drive and re-install to fix this? I can't even back up my files before doing this as like I say I can't get past the Kernel Panic message.

    There are some fairly informative articles about kernel panics...
    •OS X: About kernel panics:
    http://support.apple.com/kb/TS3742?viewlocale=en_US&locale=en_US
    Note the toggle triangles to get more info in the above article, some are
    important steps, with alternative methods of accessing or performing a
    suggested activity and may vary with the OS X version in use.
    •Resolving Kernel Panics:
    http://www.thexlab.com/faqs/kernelpanics.html
    •Technical Note: TN2063: Understanding and Debugging Kernel Panics:
    https://developer.apple.com/library/mac/technotes/tn2063/_index.html
    The above TN covers several technical aspects to identify & troubleshoot.
    Some are above the average user needs, but still can be rather helpful.
    Hopefully you can get past the kernel panic screen, there are several
    ways to attempt to do that, however if the issue is hardware, a reinstall
    of the OS X may not cure the underlying cause of the symptom.
    Good luck & happy computing!

  • How Can We Delete Tax Attribute Values

    Dear Experts,
    I want to Delete attribute Values from Attribute Values Setup Windows .
    Currently The Database is blank & Not a single Transaction is there.
    but when I follow the Steps >> Right Click>>Remove
    Error Shows
      Can't delete current jurisdiction
    Thanks
    Nishikant S Virkhare

    In 2007A go to Admin - Setup - Fin - Tax - Sales Tax Codes
    and page through the defined records (i.e. Crtl leftarrow or rightarrow)
    you will probably find there some entries that use the tax codes defined via Sales Tax Jurisdictions.
    Using the Data menu option you can Remove any Sales Tax Code entries that are not allowing you to remove the entries you have in Sales Tax Jurisdictions.
    Hope this helps,
    Denes.

  • Can you delete custom labels created in the contact list?

    The subject pretty much sums up my question! Can you do this on the iPhone?

    Not sure what you mean by "Custom Labels in the contact list"
    But to the best of my knowledge nothing that even has to do with the contact list is customizable other than entries you put in

  • Can't delete custom dictionary 8120

    Whenever I try to delete or clear the custom dictionary on my 8120, it clears out. However after a battery pull reboot everything reappears. If I use the Desktop manager 5.0 and go to backup/restore>advanced I try to cleat the custom words collection it says it clears, but it doesn't. The entries are still there. The only way to get rid of it, is to wipe the handheld. I need to do this, because frequently this messes up the search function in the songs list, when you start typing letters and it tries to find songs as you type. Then it cannot find anything. For example the #8 key normally starts typing "8" then "b" then "n". When it messes up, it starts with "b" and it says no songs available, even though I have songs that start with a "b". The solution to this is a battery pull reboot, and then it works for15 minutes or so, and then starts messing up again. The other way around it is to wipe the handheld to erase the custom dictionary. Why is it doing that? I got the latest 4.5.0124 t-mobile software.

    Guys and gals, yes, it's as I suspected. When I swapped the SIMs the problem disappeared and I could delete old workouts normally.
    So I have a reason to believe this is a small but potentially* critical bug with the Nike+ application on the iPhone. Why *the custom workouts are bound to the SIM used when creating them* is beyond my understanding, nevertheless, I hope for a future bug fix from Apple.
    *what happens if you lose or disable your unique SIM?

  • Can't delete custom color profile

    I created a custom color profile and now it won't let me delete it, the delete option is grayed out. I have looked in the colorsync profile folder and it isn't there either. Does anyone know how to delete it?
    Message was edited by: Chad3405

    Chad,
    Open your Color Sync Utility, and find the profile in question. Once highlighted, it will show the path for that profile under "Profile Information:". Follow that path, and you can delete it from there, though it will probably ask for an administrator password. That should be it.
    Hope this helps,
    Jeff

  • Can't Delete Custom Stationary in Mail

    I have created several custom mail stationaries and can add and delete them except for one. I have one that will not delete if you try to delete it it actual deletes the staionary to the right of it.
    Help!!
    Not a horrible prol=blem but bery annoying!

    In Finder hold down the option/alt key while selecting the Go menu item. Select Library.
    Then go Containers/com.apple.mail/Data/Library/Application Support/Mail/Stationary and see if it is there.

  • (How) can TLF recognize custom attributes/format/data?

    Is there anyway we can associate custom data with specific range/span/elements of text?

    The FlowElement class, which is the base class for all elements that make up a TextFlow in TLF, has the ability to store 'custom' data in at least three places:
    1. The 'id' property.  The 'id' property is a simple string property on all FlowElement descendents.  You can set it directly on the flow elements or by using the ApplyElementIDOperation through the EditManager of the TextFlow containing the element.  There are some methods on TextFlow for locating elements by their ID (recursive iteration over the child elements).
    2. The 'stylename' property.  The 'stylename' property can be utilized to implement named styles for text formats, etc., possibly in conjunction with a class that implements IFormatResolver.  Although it's intended for that type of behavior, it could be used for other purposes.  The TextFlow class has some utility methods to find elements by stylename, etc., so it can be a useful way to attach a 'category' or other designation to certain flow elements that you would like to locate as a group or things along those lines.  Similarly to the 'id' property, 'stylename' can be set directly on flow elements or via the ApplyElementStyleNameOperation.
    3. User styles.  Every flow element has the capability to store key/value pair user data via getStyle()/setStyle() methods.  There is also a corresponding operation called ApplyElementUserStyleOperation for user styles.  This is the most flexible way to add additional data to flow elements.  You can put almost anything you like in here.
    See ASDoc API Reference for the FlowElement class here:
    http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flashx/textLayout/ elements/FlowElement.html
    There are some notes (outdated, but still somewhat useful) from back when these capabilities were added to TLF in this blog post:
    http://blogs.adobe.com/tlf/2009/02/tlf-api-changes-in-build-370-1.html
    Keep in mind that if you set id/stylename/userstyles on a flow element directly (without using an operation via the edit manager), that causes a model change to be dispatched up through the TextFlow, which causes 'damage'.  This is not a big deal, but you would need to call compose/update methods on the flow composer manually to recompose the TextFlow after the 'model' changes.
    One other thing to keep in mind is that if you are using an edit manager that has an undo manager assigned, any changes that are performed via operations are automatically undoable/redoable.  You can also avoid some of the headache that will result if you try to modify the flow elements directly, as mentioned in the previous paragraph.  The edit manager will automatically trigger composition after an operation is performed.
    And another thing is inheritance.  Certain styles and properties are inherited down the text flow child tree.  I believe that includes user styles.  If you decide to use any of these methods for storing custom data, you'll probably want to understand how the inheritance is going to affect what you're trying to implement before you go too far.  I don't have a good enough grasp on inheritance rules to give you an understandable explanation.
    Hope this helps.  My info may not be 100% accurate, but this is what things look like for custom data from my point of view.
    Good luck,
    Brent

  • Can't delete custom templates

    I have looked at the previous answers for deleting a custom template previously posted, but when I go to the Library, etc. when I get to iWork09 the only options after that are content (which contains only "fills") and Frameworks (which contains lots of items, no templates)

    You're not in the correct library. There are at least three on your Mac. First, click on the Desktop or the Mac face in the Dock to make Finder active then hold down the Option key while clicking on the Go menu and select Library as in this first screenshot.
    Now, using column view, follow the path as in this second screenshot.

  • Can't Activate face Time no matter What!

    I have a different problem, ouchased iphone 4 , ios4.1 from TIM Brazil.
    It activated, but the bottom facetime on my contacts list doesn't shows a blue camera.
    When i tried to facetime the person, iphone message says user not available to face time.
    I tried with 2 friends, one using Vivo operator and othe using Tim, on my home using my wifi and it doesn't work.
    The friemd who uses ViVo could facetime me.
    After following the instrctuins from apple web site, the adjusts were redefined. SAme problems happened, and my friend who uses Vivo can't facetime me anymore.
    I called Tim, who says the problem belongs to apple and called Apple Brazil, who says the problem belongs to Tim.
    After that I reset the iphone and reinstalled the ios 4.1 and still get the same problems.
    This is embarassing and shows total lack of respect for customers, What apple is doing to fix it?
    The only reason for buying this iphone 4 is to use facetime, the rest is well known and was availBle on my previous iphones.
    Please provide instructions.
    Alex
    Iphone 4   iOS 4    

    Alexocorrea wrote:
    I have a different problem, ouchased iphone 4 , ios4.1 from TIM Brazil.
    It activated, but the bottom facetime on my contacts list doesn't shows a blue camera.
    When i tried to facetime the person, iphone message says user not available to face time.
    I tried with 2 friends, one using Vivo operator and othe using Tim, on my home using my wifi and it doesn't work.
    The friemd who uses ViVo could facetime me.
    After following the instrctuins from apple web site, the adjusts were redefined. SAme problems happened, and my friend who uses Vivo can't facetime me anymore.
    I called Tim, who says the problem belongs to apple and called Apple Brazil, who says the problem belongs to Tim.
    After that I reset the iphone and reinstalled the ios 4.1 and still get the same problems.
    This is embarassing and shows total lack of respect for customers, What apple is doing to fix it?
    The only reason for buying this iphone 4 is to use facetime, the rest is well known and was availBle on my previous iphones.
    Please provide instructions.
    Alex
    Iphone 4   iOS 4    
    (1) In addition to the FaceTime Instructions that came with your iPhone4, you can find instructions beginning on page 71 of the downloadable
      iPhone Manual do Usuário Para o Software iOS 4.1 (> 28MB):
      http://manuals.info.apple.com/ptBR/iPhone_iOS4_Manual_doUsuario.pdf
    (2) You can more info on the iPhone Support page: http://www.apple.com/br/support/iphone/
    (3) Additional info and Troubleshooting help:
      http://support.apple.com/kb/HT4319?viewlocale=pt_BR
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.4); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.4)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod touch 4.1

Maybe you are looking for

  • How to get documents from SAP KM in java

    Hi Everyone                 I want to get  the SAP KM data to a simple java class......I am able to get this with servlet but i want not a servlet but a simple java class that can get the Documents stored in SAP KM repository.................. I am t

  • In a numbered list, how can I italicize the text without the number getting italicized?

    Text is set to regular in the style, but if I italicize the first word of the list item, the number gets italicized, too, which is decidedly uncool. Thanks. ~Valerie (CS6, Windows 8.1)

  • Re-naming folders and docs on the desktop

    When I get the highlighted box on the name of a folder or document while on my desktop it won't allow me to change the names of folders or down loaded documents on my desktop any advice?

  • Songs stop and start intermittently

    Every now and then my new 60gb iPod plays songs but they stop and start. The stop time is only a second or so and it plays from where it last stopped - the tracks aren't skipping and no play time is lost on the display. It only seems to happen when t

  • Third party web fonts service "integration"

    Please make it possible for people who use other web fonts services than TypeKit in a more non annoying, hair puling approach. I use Fontdeck, Fonts.com and Linotype, not TypeKit. And I have no issue with doing it manually by pasting <link> tag into