Quantcast
Channel: aras PLM community
Viewing all 1103 articles
Browse latest View live

Programmatically open an item in its form

$
0
0

Hi,

What I try to do is:

1) I have an action added to ItemType XXX, associate the server method to it which follows some business rules to create another item of ItemType YYY.

2) User can find the new item YYY in TOC, then open it manually. They want to open the YYY automatically immediate after its creation.

How can I do this?  Any example would be helpful.

Thanks a lot


Cannot add physical file in a document

$
0
0

Hi Guys,

I am new to our Aras Community. I had a serious problem while uploading files in a document. It gives an error while saving the Document after adding the file/files.

                 no items of type document file found

What can be the solution for this error? I am not able to find it.

Please help!!!!

Collaboration Folders

$
0
0

Hello All

Can anyone enlighten me on why the community project "Collabortation Folders" does not work in 11SP5? IT works fine in SP0 but get an error message in SP5


 

Resource with key="'commonUtilities.message.cannot_load_grid_configuration'" is not found. - function (){return this.$1D('faultstring');}

Any help would be greatly appreciated

Cannot add a physical file into an Aras Document

$
0
0

Hi,

I am not able to add any physical file into the Aras Document with normal and admin user. With super user I am able to add those files. It gives following error while adding file/files.

No items of type Document File found

Please help me in this!!! It might have a basic solution or setting but I am not able to find it.

My Inbasket

$
0
0

Now that things are moving a long and the users are working in Innovator, they are finding it difficult to sort out all the ECR/ECN activities in their Inbaskets. A request has been raised to have the Title of the ECR/ECN to be displayed next to the ECR/ECn number.

I have looked all over the place for the properties of the Inbasket or Activity. Where does one go to modify the display for the Inbasket?

 

Thanks

Ron

 

.NET security settings.

$
0
0

Hi,

  I have installed Aras Innovator on my machine and in database section I have selected Existing database and configure options. But when I run the application I get an alert for "Please, contact your system administrator to review your .NET security settings." Anyone knows why I am getting this error and How can I solve it.

Notofication email query syntax

$
0
0

Could someone help me out with the required syntax for an email notification query

I have a current query within an email notification that runs at a particular workflow event. This sends out an email just giving someone key information about the particular item (in this case it is an ECN and I think the notification is an out the box notification as specified below)

<Item type="Activity" id="${Item/ActivityId}" action="get" select="name,message"/>
<Item type="${Item/@type}" id="${Item/@id}" action="get" select="item_number,title,description"/>
<Item type="ItemType" id="${Item/@typeId}" action="get" select="label"/>

This works ok but what I need is to add the affected items to the email and therefore I need to query them first before I try and call then via html in the email body.

What would the correct syntax be for this?

I have another query that runs in a grid to give me a summary for the ECN and thought I could lift something from that but I am not familiar with AML and therefore am struggling to know what to add to the notification query string

The other query that runs in a grid is as follows which does pull out the required affected items via the query below. I think there is also a report (ECN Report - most likely in the standard install) that also calls the affected items

<Item type="ECN Affected Item" action="get" select="id,related_id">
<source_id>{id}</source_id>
<related_id>
<Item type="Affected Item" action="get" select="id,affected_id,new_item_id,action,is_condition,was_condition">
<affected_id>
<Item type="Part" action="get" select="id,item_number,name,major_rev"/>
</affected_id>
<new_item_id>
<Item type="Part" action="get" select="id,item_number,name,major_rev"/>
</new_item_id>
<Relationships>
<Item type="Affected Item Relationship" action="get" select="id,related_id">
<related_id>
<Item type="Affected Relationship" action="get"  select="id,affected_rel_id,new_rel_id,rel_action">
<affected_rel_id>
<Item type="Part BOM" action="get" select="id,keyed_name"/>
</affected_rel_id>
<new_rel_id>
<Item type="Part BOM" action="get" select="id,keyed_name"/>
</new_rel_id>
</Item>
</related_id>
</Item>
</Relationships>
</Item>
</related_id>
</Item>

Django Application integrating with ARAS Innovator

$
0
0

Hi,

 

I got a Django Application (Python Framework) running, and I am looking into integrating with ARAS Innovator 11.

 

Does anyone had success or know what protocol is best-suit for this situation of integration?

 

Any expert suggestion or recommendation will be very useful.

Thank you very much!


how to add license check to our add-on?

$
0
0

Hi there,

We are developing an add-on for Innovator and we want it licensed. How should we code about it? Any information are welcome.

 

Thanks in advance.

 

Best,

Gang

ARAS customization - Interactive pages

$
0
0

Hi

I want to create a custom screen that shows Items in a matrix format

like a tree table that has columns and rows. (the data is queried from ARAS database). 

I have created a html and js file outside ARAS (also did direct database connection in js). How to integrate such files into ARAS so that  I query data from ARAS and bring up the custom screen on click of a button onside one of the custom type forms

I also want this custom screen to be interactive such that if I make some action on this screen data should be updated in database table.

Appreciate any help here.

Problem with active directory

$
0
0

Hi,

I'm new in Aras Innovator and i want to connect it with an active directory. I followed the tutorial here : http://www.aras.com/support/documentation/9.1.0/Other%20Documents/Aras%20Innovator%209.1%20-%20Authentication%20Setup.pdf

 

But i have a problem for having the step 5. I don't understand why it doesn't work...  

 

Thank you for you help, i put my error below :

Server Error in '/InnovatorServer/Client' Application.

Could not load file or assembly 'Aras.LogonHooks.WindowsAuth' or one of its dependencies. The system cannot find the file specified.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Aras.LogonHooks.WindowsAuth' or one of its dependencies. The system cannot find the file specified.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Aras.LogonHooks.WindowsAuth' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = Aras.LogonHooks.WindowsAuth
 (Partial)
WRN: Partial binding information was supplied for an assembly:
WRN: Assembly Name: Aras.LogonHooks.WindowsAuth | Domain ID: 3
WRN: A partial bind occurs when only part of the assembly display name is provided.
WRN: This might result in the binder loading an incorrect assembly.
WRN: It is recommended to provide a fully specified textual identity for the assembly,
WRN: that consists of the simple name, version, culture, and public key token.
WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
LOG: Appbase = file:///C:/Program Files (x86)/Aras/Innovator/Innovator/Client/
LOG: Initial PrivatePath = C:\Program Files (x86)\Aras\Innovator\Innovator\Client\bin
Calling assembly : Aras.Web.Client, Version=11.0.0.6296, Culture=neutral, PublicKeyToken=524d880b05474146.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files (x86)\Aras\Innovator\Innovator\Client\web.config
LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: The same bind was seen before, and was failed with hr = 0x80070002.

Stack Trace: 

[FileNotFoundException: Could not load file or assembly 'Aras.LogonHooks.WindowsAuth' or one of its dependencies. The system cannot find the file specified.]
   System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
   System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +210
   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) +242
   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +17
   System.Reflection.Assembly.Load(String assemblyString) +35
   Aras.Client.Core.ClientConfig.ParseXmlConfig(XmlDocument xmlConfig) in d:\Builds\Innovator.Builds\6296-Innovator-RELS11-0-SP5\Innovator\CompilableCode\Aras.Web.Client\ClientConfig.cs:108
   Aras.Web.Configuration.ServerConfig.GetServerConfig(String cachedInstanceKey, CreateNewInstanceRT createNewInstance, Object[] parameters) in d:\Builds\Innovator.Builds\6296-Innovator-RELS11-0-SP5\Innovator\CompilableCode\Aras.Web.Configuration\ServerConfig.cs:74
   Aras.Client.Core.ClientConfig.GetServerConfig() in d:\Builds\Innovator.Builds\6296-Innovator-RELS11-0-SP5\Innovator\CompilableCode\Aras.Web.Client\ClientConfig.cs:55
   ASP.scripts_login_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +1183
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131
   System.Web.UI.Page.Render(HtmlTextWriter writer) +40
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +150
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5363

Installing ARAS 11r5... SQL Server v12 "too low"!

$
0
0

Hi All,

Have been trying to install Aras Innovator v11r5, however when it gets to the database creation phase, it creates an empty database with the specified name, and then pops up an error message showing

'Error 27504. SQL version requirements not met: [SERVERNAME]. This installation requires Microsoft SQL Server 9.99.1399 or later'

I am installing the database on SQL Server 2014 (SP1-CU6-OD) 12.0.4457.0 (X64), so am a bit confused about this error message!

Is there anything I can do for ARAS to recognise SQL 2014?

Thank you

John

Unable to View/Edit Class Structure

$
0
0

We recently installed Aras 11.0 SP5 with Update 1.1 on the Open plan. I am unable to view or edit the Class Structure for an item. I tried following the example for the GeometricShape in the documentation, but when I click the Class Structure button, nothing happens. I've made sure the record is locked and I am logged in as an administrator. Any assistance is greatly appreciated.

 

Thank you,

Jeff

How to Save, Lock and Close a form in code?

$
0
0

To save, lock and close an item in code, I use the following command:

 parent.onSaveUnlockAndExitCommand();

 

This works in Firefox 32 and IE 9.  However in IE 10 this command does not work.  My question is, is there any other way in code to save, lock and close a form or is this the only command that will do that? 

 

How to create a new revision ?

$
0
0

Hi, 

I want to create a new revision from a Document by right clic it, but when i do I have the mistake : 

You must be a member of the Owner identity to perform this action.
I tried to connect with the super user to add the account in the identity Owner but i got an other error : 
Identities ('7F65C244DF2046BA87539FFFD528BBF0') cannot be set as Members of Identities with classification 'System'.
Can someone Help me to find a way to create revision just by right clic on the objet ? 
Thank you all :) 

Create Multiple Vaults & setting Permissions

$
0
0

Hello all,

Can I have user specific Vaults? 'Group Identity A' can check-in files only to 'Vault-A'. 'Group Identity B' can check-in files only to 'Vault-B'.

How to set permission over Vaults? 'A-group' can have only Read permission over files checked into 'Vault-B'. They cannot checkout files from 'Vault-B'. Similarly for 'B-group'.

Is it possible to create Multiple Vaults & associate each group to particular vaults and setting permissions for each group to different Vaults??? If so how to achive this in Aras?

Thanks in advance.

Regards,

Sherene

Creating Multiple Vault Error

$
0
0

Hi friends ,

I am facing an error while making multiple vault.

Error as shown below:

I follow step by step below procedure:

  1. We Allocate a server at the secondary location (Site 2) that is capable of running Windows Internet Information Server (IIS) and has sufficient available storage to house the vaulted files.
  2. Run the Innovator setup, InnovatorSetup.msi, to begin the installation process.
  3. Perform a custom installation and select the Vault Server setup component only.
  4. Choose a name for the vault. The default name in the installation is“Default”. I already have a vault named “Default” in our Innovator environment, so I should specify a different name. A name indicating the location can be helpful when looking at a list of Innovator vault names.
  5. The installation will also ask for the Application Server URL. This is the URL to the Innovator server instance at Site 1. The URL has the following form, http://<Site_1_Hostname>/<web_alias>/Server/InnovatorServer.aspx. 
  6. Identify the local path on the server where the vaulted files will be stored.
  7. Complete the installation.
  8. Browse the installation path and open the file VaultServerConfig.xml in a text file editor. Confirm that the <AppServerURL> (from Step 5) and <name> (from Step 4) parameters are correct per the values entered during the installation.
  9. Login to Innovator as an administrator and expand the Administration -> Vaults branch of the tree.
  10. Add a new vault record.
  11. Set the Name on the form to the vault name used during the installation (Step 4).
  12. Set the Vault URL to http://<Site 2 Hostname>/vault/VaultServer.aspx.
  13. Save, unlock and close the Vault record.
  14. Update the Default Vault value on the user records that will be using the Site 2 vault.
  15. Login as one of the Site 2 users and create a new document object and attach a file to it. Unlock the document object.
  16. Confirm that the file has been added to the Site 2 vault in the path specified in Step 6.

If any solution then please share:

Thanks in advance

Abhishek Srivastava

 

Query on Workflow

$
0
0

I am trying to promote the state of the business object through workflow.

I have a business object. I have defined a workflow and lifecycle specifically for this business object.

 I configured the workflow activities (under Promotion Tab”) to assign certain Lifecycle state as the business object moves through each activity in workflow. I also did the configuration to automatically submit business object into this workflow.

 Now when I try to create the business object and press OK I get “ItemIsLockedException”.

If I remove the lifecycle Map from the BO  ItemType the BO gets created and submitted correctly to workflow. What is the issue?

 If I use OOTB PR lifecycle map (just of testing) on this BO and with same workflow it works. I compared my Lifecycle map with PR cycle Map and don’t see much difference.

Appreciate help here.

Report Project and activities

$
0
0

I am creating a report project and I need to view the activities, but when I include only the property is shown wbs_id 458FAA545545415BAFF61654515451545AB.

 Can someone help me? Plaese!

Export item

$
0
0

Hello,
I want to makea backupof anitem.No way togetinformationitem,andsave it to aCSVfilein a folderfor example?(InC#)
Thank you

Viewing all 1103 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>