6.1.1.1 4,5 should would put a ticket in?

System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Attached container (and thus state) does not match input parameter
Generated: Mon, 29 Jul 2013 16:07:16 GMT
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Attached container (and thus state) does not match input parameter (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
Xeno.Prodika.Common.AssertionException: Attached container (and thus state) does not match input parameter
   at Xeno.Prodika.Common.Assert.True(Boolean value, String msg)
   at Xeno.Prodika.StructureManagement.ExtendedAttributeSectionStructureHandler.IsChangeAcceptable(Object container, EnumStructureChanges change, IXDataObject parentObject, IXDataObject targetObject, Int32 currentRowSequence)
   at Xeno.Prodika.ExtendedAttributeSections.Service.ExtendedAttributeSectionInstanceService.ValidateAgainstMediator(EnumStructureChanges structureChanges, IXDataObject parentObject, IXDataObject targetObject, Int32 currentRowSequence)
   at Xeno.Prodika.ExtendedAttributeSections.Service.ExtendedAttributeSectionInstanceService.RemoveRow(String instancePKID, String instanceRowPKID)
   at Tyson.Pdm.Extensions.Core.Mapping.Trade.TradeSpecExtensionsService.MapToIExtendedAttributeSectionInstanceDo(IEnumerable`1 customSections, ...).
Server Variables

Update: We also applied the 3.3.2 EP patch.
Ron, we got past the the container error by re- initializing the _extendedAttributeSectionInstanceService.
Now we get this error only on a New Issue _specificationService.CreateNewIssue();. It works fine on Create New.
Here is the Call: highlighted is where we blow up.  Based on the code, there is no possible way we are passing a null into the highlighted method call.
IExtendedAttributeSectionInstanceService _extendedAttributeSectionInstanceService;
_extendedAttributeSectionInstanceService = (IExtendedAttributeSectionInstanceService) AppPlatformHelper.ServiceManager[typeof (IExtendedAttributeSectionInstanceService).FullName];
_extendedAttributeSectionInstanceService.Initialize();
var query = @"select pkid from COMMONEASECTIONTEMPLATE where ID = '{0}'".F(sectionId);
using (var dr = ExecuteSql( query ))
var templatePkid = dr.Read() ? dr[0].ToString() : "";
if (_extendedAttributeSectionInstanceService.ContainsSectionInstanceByTemplate(templatePkid) == false)
      _extendedAttributeSectionInstanceService.CreateSectionInstance(templatePkid);
Here is the error Stack: Highlighted is the matching method call from above
Xeno.Prodika.Common.AssertionException: Value cannot be null
   at Xeno.Prodika.Common.Assert.NotNull(Object value)
   at Xeno.Prodika.ExtendedAttributeSections.Service.ExtendedAttributeSectionInstanceService.get_TemplatePKIDToSectionInstanceDictionary()
   at Xeno.Prodika.ExtendedAttributeSections.Service.ExtendedAttributeSectionInstanceService.ContainsSectionInstanceByTemplate(String sectionTemplatePKID)
   at Tyson.Pdm.Extensions.Core.Mapping.Trade.TradeSpecExtensionsService.MapToIExtendedAttributeSectionInstanceDo(IEnumerable`1 customSections, Int32[] customSectionIdsToRemoveIfPresentOnCopy, Int32[] customerSectionIdsToMaintainNullForAll) in c:\PDMProjects\Prodika.Extensions\Dev\Trunk\Tyson.Pdm.Extensions.Core\Mapping\Trade\TradeSpecExtensionsService.cs:line 182
   at Tyson.Pdm.Extensions.Core.Mapping.Trade.TradeSpecExtensionsService.MergeWithIGSMTradeSpecDO(TradeSpec tradeSpec, Boolean saveOnly) in c:\PDMPro...).

Similar Messages

  • What should I put on an external hard drive?

    So I have a 13" Macbook Air with a 128 GB SSD. I installed a few games and I'm now at half full. I wanted to install WoW today (I know macs aren't meant for gaming) but seeing how it takes up 20GB, I decided against it.
    Now I want to get an external hard drive to put any excess stuff on there so I can free up my SSD space and install WoW and SC2.
    What should I put on my external hard drive? How would I go about putting the stuff on there? Obviously it'll load slower but for example I'd put photos and music.
    Can you run games from an external drive? I know it'd be best if I just left the games on the SSD for the load time and to not have any lag but I'm just wondering.
    Can you run programs such as iTunes from an HDD?
    Finally, can make a windows partition on the SSD and put all my windows stuff on the same HDD that I'd use for my OSX?

    Yep:
    http://www.cultofmac.com/172491/move-your-iphoto-library-to-an-external-drive-to -save-space-os-x-tips/

  • Done 2 certifications. Should i put both logos in the resume

    I have done 2 certifications. One  for SQL (SQL expert 1Z0-047), another PL/SQL OCA (1Z0-147). I confused whether to only the PLSQL OCA logo in the resume or should I put both the logos. Could you please share your suggestion?

    praveenwinsall wrote:
    I have done 2 certifications. One  for SQL (SQL expert 1Z0-047), another PL/SQL OCA (1Z0-147). I confused whether to only the PLSQL OCA logo in the resume or should I put both the logos. Could you please share your suggestion?
    Did you check the title of this forum? How is this question related to Oracle database?
    Anyways, it's your will and wish to put whichever logo you want to put on the resume. The only thing that you need to take care is to ensure that when you would be asked questions related to that certification, you would be able to answer them.
    Aman....

  • Where Should I put the time capsule?

    Where Should I put the time capsule?
    I'm using a wireless modem/router provided by the internet company, and both (the TC and the router) are located next to the pc, in the living room . Using this way, I don't have signal in my bedroom. Should I get a signal amplifier?
    Thanks!

    It would be better to use EOP adapters (homeplug is another name) or ethernet to locate the TC closer to your room.. you can use another apple router to extend the wireless if you need to.

  • Where should I put my code?

    Where should I put my code, on the buttons and other items in question, or in a separate Layer, referencing the items I need...?
    Background :
    I'm REALLY new to Flash with Adobe.  I've used SwishMax a little in the past, but nothing of recent.
    At work there's a project where I'm getting to use FlashPro CS6 and I've run into an odd issue with code to move forwards, backwards, and back to the beggining on 3 different buttons.
    It's in a layer called Actions, and on frame 1 - And remember... uber newbie here folks, so forgive any glaring issues in my code that most people would see quickly...
    //NEXT BUTTON
    NEXT_BUT.addEventListener(MouseEvent.MOUSE_DOWN, nb_mouseDownHandler);
    function nb_mouseDownHandler(event:MouseEvent):void
              this.nextFrame();
    //MAIN MENU BUTTON
    MAINMEN.addEventListener(MouseEvent.MOUSE_DOWN, mm_mouseDownHandler);
    function mm_mouseDownHandler(event:MouseEvent):void
              gotoAndStop(1, "Scene 1");
    //BACK BUTTON
    BACK_BUT.addEventListener(MouseEvent.MOUSE_DOWN, bb_mouseDownHandler);
    function bb_mouseDownHandler(event:MouseEvent):void
         this.prevFrame();
    The code for the first two work's exactly as I need, the code for the back button, initially it only appeared on from the second frame onwards, but during debugging I've popped it on all pages.  On the first frame, it takes you back to a black page with nothing on it, on all others it does absolutely nothing...
    Another question as I've written above, should my code be in a separate layer regerencing the items it needs to affect, or... as a colleague told me in a ridiculously over the top brimming with distaste, create layers for each item, or groups of items and place the code in there...  which to me, see's odd...
    Thanks once again in advance, and I'm sorry to post such a newbie question, but the internet gives mixed anwers, not specific to my situation.
    Tim.

    In AS3 you cannot put code on buttons and other items like you could with AS1 and AS2.  Beyond that, your choices are to place code in the timeline frame(s) or in separate actionscript files.  While there are a number of recommended best practices, what usually works best is whatever you are able to understand and work with at the time.  While there are benefits to having all code located in one place (a frame or a file) since it makes finding it much easier, when you are creating a timeline-based design, that is not always a possible/practical approach.
    Over time you will gain experience with the different approaches and can make the choice based on that experience. 

  • Anybody can help me? I'm trying to start my computer and it shows this question mark. Then i restart it holding the option key and it shows this padlock with a password field. What should password should i put?

    Anybody can help me? I'm trying to start my computer and it shows this question mark. Then i restart it holding the option key and it shows a padlock with a password field. What password should i put? I would appreciate any help

    Contact Apple, or if you bought the computer secondhand, the previous owner.
    (118258)

  • My firefox is acting up... should I put it down?

    Alright, as the title implies, my firefox is getting weird. Every few days I have to reload my flash plugins, and it has been running slow. Any ideas on what is happening? How I can fix it, or should I put my firefox to sleep?

    i noticed firefox acting strangely also, so exported my bookmarks and now i'm using safari. firefox handles flash poorly it seems. i would just be surfing around (at nytimes or slate.com for instance) and all of a sudden my fans would kick in. i'd open the activity monitor and notice that firefox was taking 70% cpu use, for a freakin' web page, not even video. i tried reinstalling flash but no avail.
    safari seems more stable.
    i might try a reinstall and see if that helps it.

  • Where should I put my extended unit test assemblies for Visual Studio 2013?

    Hi, I have a question about M/S Unit test extension.
    1. My purpose
    I'm trying to extend Visual Studio Unit Test.
    The points where I extends unit test is to output detail logs.
    My development environment is as follows.
    OS: Windows 8.1Pro (64bit version)
    IDE: Microsoft Visual Studio Professional 2013
      (Version 12.0.30723.00 Update 3)
    2. Things which I'd like to know
    To enable my test extension, it is required to put my test extension assemblies into designated sub folder under Visual Studio's installed folder.
    The source of this information is MS developers blog below.
    (http://blogs.msdn.com/b/vstsqualitytools/archive/2009/09/04/extending-the-visual-studio-unit-test-type-part-1.aspx)
    Q1. It's required to put the assemblies bellow.
    C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies
    Howerver, the guidance in the blog is for Visual Studio 2010.
    In Visual Studio2013, above "PrivateAssemblies" could not be found under "\Microsoft Visual Studio 12.0\Common7\IDE" folder.
    Where should I put my assemblies for my 2013. Is there any substitution for "\PrivateAssembly" folder?
    Q2. Another requirement is to set Assembly information entry into the registry below.
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\EnterpriseTools\QualityTools\TestTypes\{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}\TestTypeExtensions
    For Visual Studio 2013, I could find almost the same node hierarchy, but
    could not find the last "TestTypeExtention" node. Instead,
    I could find "Extensions" node.
    Should I write registry entry here? Or, should I make a new "TestTypeExtension" node and write the entry there?
    Q3.Last question is more basic question.
    Is there any way to kick extended test program in Visual Studio 2013's Test Explore
    without registering my assemblies in the way recommended above.
    I think it's much tender for developer's in debugging phase. For example,
    it is very much helpful, if I could kick a unit test which uses my extended test class in the unit test extension solution.
    That's all. Any information concerning this topics will be appreciated.

    Hi TrailRunner-MF,
    One possible reason is that you didn't view the correct folder, for example, in my windows 8.1 64 bit, it is in the path: "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE", not the "C:\Program Files\Microsoft Visual Studio
    12.0\Common7\IDE " folder.
    Best Regards,
    Jack
    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.

  • Relay pane. What should I put?

    Im confused. What should I put to the Relay pane of the Mail configuration on Leopard Server?
    Should I put my LAN's subnet?
    Should I put my loopback address?
    What exactly is this pane used for?
    Thanks

    There are three fields in the Relay pane. Which one are you asking about?
    If you're talking about the 'Accept SMTP relays' field, then this should be a list of IP addresses/subnets that this server should accept non-local mail for.
    By that I mean that a user on your local network should be able to send a message to this server and the server will relay it on to the actual recipient's mail server.
    For example, I doubt you're running 'apple.com', so ordinarily the mail server would reject any message addressed to a [email protected]
    However, if the IP address of the client sending the message is in the list of relays then the mail server will accept the message and pass it on to the real apple.com mail servers.
    By default this field should have your loopback address (127.0.0.0/8) as well as your local subnet (e.g. 192.168.1.0/24), but you can add as many addresses/subnets as you need.

  • HT204053 My wife and I get our iPhone 4s tomorrow.  Should we put them both on the same Apple ID, or should I create one for her.  All our apple products are on mine at this time.

    My wife and I get our iPhone 4s tomorrow.  Should we put them both on the same Apple ID, or should I create one for her.  All our apple products are on mine at this time.

    The answer to this kind of depends on what you both want to do. Apple IDs can be used for multiple Apple services. For example you could both have your own iCloud Apple IDs (which I would suggest), but have only one iTunes Store Apple ID.
    So think about how you will each use the iPhones then make your decision. Keep in mind that if you both use the same iCloud Apple ID you will receive each other's texts and emails and all the email, contacts and calendars will be the same.

  • Hi, so I pushed autofill because I thought that it would put music on my phone from a different iTunes library but it didn't work, and now the songs show up grey in my music on my phone and they won't play, but they are still there. What can I do?

    Hi, so I pushed autofill because I thought that it would put music on my phone from a different iTunes library but it didn't work, and now the songs show up grey in my music on my phone and they won't play, but they are still there. What can I do to fix this and get rid of the grey songs?

    Go back to iTunes, select the Music tab, uncheck the 'sync music; button, then hit apply.

  • HT204053 i bought my husband an ipod nano.  we already have the classic.  should i put both on the same apple id or get a new id for hubby?

    i bought my husband an ipod nano.  we already have the classic.  should i put both on the same apple id or get a new id for hubby?

    You can use the same account on both - I use the same account on my devices. Generally it's best to have just the one account, as all purchases from the store are tied to the account that buys it - so any iTunes music that you have/will buy will be tied to that account.

  • Where should I put trustedprincipal.conf in

    Hi experts,
    We have BOE XI 3.1 in our server.
    We configured trusted authentication in CMC of our server machine, and created a trustedprincipal.conf in D:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86 of my client machine. I created a jsp file to access bo reports.
    I can not approach http://bfphp:8080/OpenDocument/opendoc/openDocument.jsp, just get alert after running the jsp file.
    However, we put trustedprincipal.conf in our server machine and remove the file from my client machine, I can approach openDocument.jsp after accessing the jsp file.
    Official document says trustedprincipal.conf should be put in client, but we tried it, logon fails. When I put it in server, logon succeeds.
    My question is, if trustedprincipal.conf is put in server, can anyone who knows a user of BO system access to bo system via the jsp file. So how can I control authentication of client who access to BO system, and where should I put trustedprincipal.conf in?

    HI,
    this sounds like a general BusinessObjects Enterprise configuration topic. this forum here is for the Integration Kit for SAP.
    Ingo

  • In accounts  what should I put as the Server Name?  smtp. ?  thanks, Jon

    In accounts  what should I put as the Server Name?  smtp.  ?  thanks,  Jon

    If you are talking about iCloud email you shouldn't need to put anything in. Sign in in System Preferences>iCloud and check 'Mail' in the checklist there and it should set it up automatically.
    If you really want to know the server details they are listed here:
    http://support.apple.com/kb/HT4864

  • What mode should i put my computer in before travel

    Ok, i will be bringing my macbook to school with me come this semester. what mode should i put the laptop in before putting it back into my book pack after a class to travel to another class. So im looking for a mode like sleep, completly shut down, etc. that will be safe to move the laptop around. preferably a mode that has a quick start up time so i can put it into whatever mode, travel then put it down and quickly restart taking notes. thanks

    idaveb wrote:
    Relying on the Sudden Motion detection is not a good practice. The safest way to travel with your Macbook (and hard drive that spins) is to shut it down, anecdotal experience aside, it is the best practice. I work with peole who carry their PC laptops around running and they have no problems (except they heat up) but that is like saying, I don't wear my seatbelt and I have never needed...until you crash. Shut it down. It will not save that much time using sleep mode and restarting does some initialization that binary computers need.
    That is complete untrue. Sleep mode puts the HDD to sleep, basically OFF (Not Spinning) so the SMS does not even come into play when in sleep mode.
    If you carried your notebook with the lid/screen open and not in sleep mode then you do depend on the SMS to Dock the HDD heads when a sudden movement may/might damage the drive. This is not the case in sleep mode even with the lid/screen open.

Maybe you are looking for

  • Setting cell values in DataGrid

    I have an application with a custom component called DataEntryDataGrid (which is a subclass of mx:DataGrid) that I based on this blog post:  http://blogs.adobe.com/aharui/2008/03/custom_arraycollections_adding.html The component works great, but in t

  • How to Enable to vertical scroll bar in a table control

    Hi, I have created a table control with a wizard and later did some modifications on it. Problem I have now is that the vertical scroll bar is disabled on this table control. The end user wants to enter as many rows as possible, however as the scroll

  • Export partner profiles and SM59 Entries before system refresh

    Hello All, How to Export partner profiles and SM59 Entries before system refresh in Netweaver thanks Shyam

  • Opening older iPhoto CD's?

    I have several older version iPhoto format backup CD's that will not open in iPhoto 11. It's asking to repair permissions in iPhoto. If I do that, will that screw up my current quite large iPhoto Library?

  • HT201364 Software  Mac OS X Lion 10.7.5 (11G63) can i upgrade tho os

    Processor  2 x 2.66 GHz Dual-Core Intel Xeon Memory  32 GB 667 MHz DDR2 FB-DIMM Graphics  ATI Radeon X1900 XT 512 MB Serial Number  G8******UPZ Software  Mac OS X Lion 10.7.5 (11G63)   Can i upgrade the OS to 10.78 or above <Personal Information Edit