Export/Import custom created menu buttons
Hello, I'm trying to experiment a bit with the import/export tool of the Aras and I'm having a problem with custom menu items. As the custom menu buttons were created inside the Administration/Configuration/Client Presentation/Javascript - Global, they're located by default inside the com.aras.innovator.cui_default package. After I effectuate the export process for this, which executes without any warning/error message and after I'm doing the import to a different Aras Innovator, the main menu (w File, Edit, Views, etc.) is hidden and my custom buttons are not appearing inside the Javascript - Global. The import/export is working well for other items/methods. Can you suggest me a solution for this problem, please? Thank you! Chris14KViews0likes7CommentsCreating export packages "PackageElement... Already exists"
I'm creating a demo environment and want to export the new Part definitions and Forms that I have created. When I try to add Part or Form to my new package, I get Unable to add item Form PackageElement (PackageElement) with Element Id '47573682FB7549F59ADECD4BFE04F1DE' already exists. Both part and form already exist in com.aras.innovator.solution.PLM, which I would have expected to use in the "Depends on" section. I can use this PLM package and remove all the other item types and then export, but it would be more convenient to just use my custom package. This seems to be possible as seen in the packages for the aras training here. This includes what I want and more: How do I achieve this? Follow-on question: is it possible to filter what is exported? For example to only export members a certain part classification? Thank you!7.4KViews0likes5Comments12sp05 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.2KViews0likes3CommentsBackup only the newly added customization part
Hello, Is there any way to backup & restore only the customization part realized inside the Aras Innovator 11? I managed to realize a full database backup & restore on my Aras system, but this way all the test data, which were added during the customization process are backed up and moved to the new environment and I would like to avoid that. Thanks! Chris3.4KViews0likes1CommentSecure 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>Solved0Views0likes2Comments