Cage Code 00000
Good day all. Would having a Cage Code of all 0's cause a problem when a report is ran? I receive errors for some of my parts reports that indicate that I do not have permissions to run the report (I'm an Admin). When I try to run the report from the parts attached to the part that causes an error, I can run the reports with no problems. I'm trying to figure out what is causing the problem. This is a custom report to generate a BOM. The BOM lists have included parts and a few different types of documents. I have inherited this system from a previous contract, so I am trying to figure out how it was set-up and what exactly it is doing. Thanks for any help you can provide. An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Query execution failed for dataset 'DataSet1'. ---> System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors11KViews0likes8CommentsReport to Find Items w/ Null Relationship
Good day all. I am having a hard time trying to create a report to find Documents without files attached. This is the current config. Aras v11 SP10 s_Document - Poly Source for the following ItemTypes. s_Delivered Document s_Drawing s_Parts List s_Manual s_Specification s_RefLibrary All of there ItemTypes have RelationshipTypes with File. How do I create a report to return all of the Documents that do not have a file attached? I tried to use a variation of the Query for an item and return its configuration example from the Programmers guide. I changed all of the information from Part & BOM to s_Drawing and File. When I Run Server Method, it produces an error of Not a single item. Thank you for the help with this.Solved7.5KViews0likes5CommentsReport Query Question
Good day all, I am trying to figure out why I can't a couple of reports to run. I know part of the problem is that our database does not use the OOTB Part ItemType. Our Parts List is a document ItemType and it links (weirdly) to our Part. I have this report that I don't understand what it is trying to do. Thanks for any help you can provide. Name: s_IPL Label: Indentured Parts List Type: Item Location: Service Target: Window Report Query: np:top_part_id=<xsl:value-of select="@id"/>&rs:Format=EXCELOPENXML7.3KViews0likes8CommentsFMEA Reports
Hello, Has any one Developed any report for FMEA using query builder? Assume a Program Object(Custom) Connected with 20 FMEAs which has 2 custom Properties Sub System and Components Use Case is 1 . Create a Report which will take input as RPN > any Number (Example : RPN>40 or RPN>85 etc) and give a report of each lines of FMEA which has matching criteria (RPN> number) . Report Should have Export to excel option. 2. Show the top 50 Critical lines for the Program .That means show a report with all lines having top 50 highest RPNs. I tried Creating this report by writing Custom Code where report is static one and i hard Coded the value in Code with RPN>40 . Also this does not have Export to Excel available. Question is can this report be generated using Query Builder ? Or Self Service Reporting tool will be of any help to build this kind of dynamic report ? Thanks Smruti6.2KViews0likes3CommentsHow to avoid the additional helper window when creating a report?
Hi, this is not really an urgent topic, but it´s something I wanted to ask for an eternity. When we create a new Report (e.g. Multilevel BOM Report), we will always get an additional empty tab that works as helper window. User have to close the window to work with Innovator again. But espcially new users often forget to close it and than are confused why they cannot use their Innovator any more. Is it somehow possible to avoid the helper window? Or automatically close it after the report was generated? Thanks! AngelaSolved5.8KViews0likes5CommentsSelf Service Reporting
Hi ARAS Experts, I have a question. I have been building some Self Service Reports in an ARAS 11 instance. I think that they could be very useful in our Environment. I have the following questions: Can I E-Mail a URL to the Report. If so how? ( I dont want to use exported pdf ect, I like the dynamic nature of the Report within ARAS) Can I link each row in the table to the associated Item so that it will open up within the same ARAS instance. In "Properties", I have played with the advanced property Settings. I can turn an entry in the table to a Hyperlink that will open a specific Item (FQDN), what I cant do is put the right variable in the URL to link to the associated item.5.5KViews0likes4CommentsGraph Navigation
I am trying to set up Graph Navigation as per below documentation https://community.aras.com/b/english/posts/getting-started-with-graph-navigation But after adding the graph view to an itemtype. i set all the required as per documentation . when i open the Graph i see screen as mentioned below But i wanted to get rid of those ARAS ID's marked in yellow , i just want structure to be visible. can you help me fix it5.4KViews0likes3CommentsRelationships and Reports
Good day all. I am going through our Aras trying to understand what is going on with it. We inherited this from another contract. The previous caretakers created their own ItemTypes and didn't use any of the default ones. We are trying to run a BOM report on parts, but are getting errors with it. I have been looking at the Part ItemType & the s_Part ItemType (what is being used) to identify the differences and try to get things to work. Here is where I am at. The custom s_Part is using a "Parts List" instead of the BOM that the Part uses. One of the differences I have noticed between these is that the BOM is a relationship back to Part & the Parts List is a null relationship. When I run the custom BOM Quantity report, I receive a parts list with how many of each component is required. If I run it from too high of a level (example: Antenna Group) I receive an error that indicates that I do not have permissions. The next lower assembly (Antenna Array) will work. The custom Multilevel BOM reports cause the system to crash. I was reading through the article for creating Queries, but it doesn't work for our setup. I think this is do to the null relationship. Any help would be greatly appreciated. Thank you.5.3KViews0likes3Comments