12sp05 packaging error on a simple item with ITPresentationConfiguration
Hi, I get a message I never saw while creating a package. I thougth it was due to a missing element but I reproduce it only by - 1 creating a simple object - add the TOC access (and permission/creation) - add it to a new package (1 form+ 1 item) - Then export it - and try to import it to a brand new db from the 12sp innovator backup db... I get that message : DELAYED RESOLUTION: applying AML <Item type='ItemType' id='D9D992E995EC41BB8B6B852510384D05' action='edit' doGetItem='0' version='0'><Relationships><Item type="ITPresentationConfiguration" id="9807CFE5BF3BD9466B77D6069BFA2DFF" action="add"><client>js</client><related_id keyed_name="tr_i001_project_TOC_Configuration" type="PresentationConfiguration">9807CFE5BF3BD94636326AA7318BB90D</related_id><sort_order>128</sort_order><source_id keyed_name="tr_i001_project" type="ItemType" name="tr_i001_project">D9D992E995EC41BB8B6B852510384D05</source_id></Item></Relationships></Item> In the exported package I have this lines I never saw before <Relationships> <Item type="ITPresentationConfiguration" id="7ACFCDADA1BD72956B77D6069BFA2DFF" action="add"> <client>js</client> <related_id keyed_name="tr_i001_projet_TOC_Configuration" type="PresentationConfiguration">7ACFCDADA1BD729536326AA7318BB90D</related_id> <sort_order>128</sort_order> <source_id keyed_name="tr_i001_project" type="ItemType" name="tr_i001_project">2E959A23C5D640B79FA45579D827BDEC</source_id> </Item> With 11spX I never get that issue. Thanks for your help, for the moment the support only tell me I might miss some element in the package... Since I reproduce the bug with only 1 items and the corresponding form I am a little bit confuse...5.2KViews0likes3CommentsSecure Social need Document ItemType
When I use "Secure Social" on my ItemType and when I try to attach a sketch, I have the following error: Failed to get the Document ItemType. If I well understood, secure social needs the "Document" ItemType defined in PLM package. My issue is that this package will install lot of unneeded objects. Is there a way to install on "Document" object and all its prerequisites?3.4KViews0likes2CommentsImport Package Error
I created a package which contains ItemType, Form, and some other related objects. It exported successfully. When I try to import, I got this error: The update statement conflicted with the FOREIGN KEY constraint "FK_VIEW_RELATED_ID_4CAB505A". The conflict occurred in database "db_n", table 'innovator.FORM", column "ID". The statement has been terminated, in SQL: UPDATE [view] SET [RELATED_ID] = @related_id WHERE [ID] = @id When i open the form in the imported database, the form seems to pick up the changes imported. So what did the error mean, has the view not been updated, even though it looks ok on the form?3.1KViews0likes1Commentexport for existing items
hello, i have been diving into packaging and exports lately but there is something i can't figure out. it might seem easy but it's not said clearly anywhere i looked. So, let say i customize an already existing item like Parts, i had actions, modify the forms and i want to export my work the next step i need to follow are: 1)since itemType Part is in package "com.aras.innovator.solution.PLM" i had to this package the actions, methods, forms and all items that i could have added to the part item types. 2)then using the aras export tool i can either export the whole package or only the things i just added to the package. please tell me if i'm right wrong or if i'm lacking some part. thanks, lucas3KViews0likes4CommentsHow to collaborate in ARAS development
Hi, Our team is looking for a replacement of our out-of-date PLM system, so we are doing some investigations around PLMs like ARAS, Agile, PTC. I am a newbie of ARAS, I have downloaded and installed ARAS community edition in my laptop. I have several questions about collaboration among team. If each of us has a development environment of ARAS, how can we sync with others? I mean after sync from version control, how to deploy the code, use import/export tool? Or is there a better solution? And how can we upgrade from integration environment to staging environment? Appreciate your help.1.5KViews0likes1CommentGetting name property mismatch error while changing data type - Text to Date
The Property has data type Text and we are trying to set to Date on that time we are getting : - does not match the required 'name' property pattern: ^[a-zA-Z](\w*| +\w+)*$]] Request: <Item type="ItemType" id="5738793931D64D938F02558135C20FE8" action="add" doGetItem="0"><Relationships><Item type="Property" id="41C87DE9CAC2484DBE736F80016D1C87" action="add"><data_type>date</data_type><pattern>short_date_time</pattern></Item></Relationships></Item> Response: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="http://www.aras.com/InnovatorFault"><faultcode>SOAP-ENV:Server.PatternMismatchException</faultcode><faultstring><*$]]></faultstring><detail><af:legacy_detail><*$]]></af:legacy_detail><af:exception message="The specified value () does not match the required 'name' property pattern: ^[a-zA-Z](\w*| +\w+)*$" type="Aras.Server.Core.PatternMismatchException" /><af:item type="ItemType"><af:property name="name" value="" /></af:item></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>Solved0Views0likes2CommentsHow to find the package definition the item is part of?
As the question states. When I try to add an item the error message states "ABC is already added to the another Package Definition". I need to find which package this item is in and remove it because I need it another package. Thanks0Views0likes2CommentsWhy do TOC Editor created menu items not show up in in the TOC after packaging and Import
Hello Community, I've just tried to Package a staging table environment that includes TOC Menu elements created in the TOC Editor. The Import did not result in the rendering of the added TOC Menu Items in the TOC Menu or TOC Editor. I would appreciate any help or in site I can get to learn what I have done wrong or left out. The process I went through is described below. Note: I did go through the Docs but the process to even add the [Presentation Configuration] is incorrect and does not tell what to check for in the export. So this conversation will help that. www.aras.com/.../Importing and Exporting.htm --- Process -------------------------------------------------------------------------------------------------------------------------- I created a Package for the configured Items, Forms, Relationships, etc. All of these Exported and Imported correctly. I added the TOC Category (CommandBarMenu) and Itemtype (CommandBarMenuButton) to the Package using the Package Button. Doing this added the following Package Groups to the package: Menu, Menu Button, Command Bar Section Next: 1) I navigated to one of the configured ItemType's, [Client Style] tab 2) Double clicked on on the [Presentation Configuration] in the Grid; "rh_Oracle_Mfg_Item_TOC_Configuration" 3) Clicked [Search Presentation Configurations] 4) Searched for the required [Presentation Configurations], 5) Selected all Required 6) added then to the Package via the right Click [Admin] menu. Doing this added the following Package Group to the package: Presentation Configuration 7) I did the Export and all packaged elements were represented in the manifest and import folders 8) I did the Import into the new staging DB instance. [View:/community/cfs-file/__key/communityserver-discussions-components-files/3/2024_2D00_1_2D00_30.12_2D00_57.log:320:240] 9) In the new Instance I a) Opened the TOC and nothing. I opened the TOC Editor and nothing b) I checked the SQL Server tables to see if all the elements, defined in the XML files, had been loaded. All Elements had been loaded into the tables: - PRESENTATIONCONFIGURATION - COMMANDBARMENU - COMMANDBARBUTTON - COMMANDBARMENUBUTTON c) I checked the Itemtypes to see if the [Presentation Configuration] were set on the [Client Style] TAB. And they were: d) Lastly, tried clearing the IIS cache and the Browser cache No Luck Thanks for the help and/or in site.0Views0likes9CommentsPreventing an AML package from loading with new build
Hi, I am using an automated process for loading new builds. I am attempting to disable a component via its package definition - my first thought was to disable the package in the imports.mf file. I commented out the package and the build was able to load successfully, but the component (and all of its associated itemtypes, TOC presence, etc) were still present. As far as I can tell, I need to do more than just comment out the packages in the imports.mf file... or do I?0Views0likes2Comments