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

Not able to launch login window in ARAS 10

$
0
0

Hi,

I have installed ARAS 10 in my windows 7 machine. It is installed successfully without giving any warning.

I have run the .NET framework and .NET security also.

I am not getting the login window when I click on "ARAS" icon created on desktop by installer. Instead I am getting below error-

HTTP Error 500.21 Internal Server Error

Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.

Thanks,

Manali


HTTP Error 500.21

$
0
0

I get the following error when I try to run Innovator. If I uncheck ASP.NET in the IIS settings I get a 500.19 error. This one I can't seem to shake. Any suggestions?

Uploading .jt files as a cad document

$
0
0

Dear friends,

When i upload .jt files of an assembly  in aras then it will not open with child parts but when i put all jt file in a single folder in vault then it will open.

So how can i upload assembly with part file in aras but file save in a single folder or any other way that it will open.

Kindly suggest me.

Thanks

Abhishek Srivastava

How to prevent user to add/delete the relationship in java script method in Aras 11?

$
0
0

In Aras 9.3 we  have a methods on relationship type's onInsertRow event to prevent user to add the relationship,and another method on onDeleteRow event to prevent user to delete the relationship.But the method could alert the error message and return false,but the Insert and delete row still take effect in Aras 11. Could anyone give me a hint how to solve it?

OndeleteRow event

        top.aras.AlertError("you can't delete it!!");

        return false; 

 

onInsertRow event

        top.aras.AlertError("you can't insertrow!!");

        deleteRelationship(); 

 

Upgrading Aras 11SP4 to 11SP5

$
0
0

Dear all,

We having issues with upgrading Aras 11 SP4 to 11 SP5.
We have been following the installation and upgrade guides multiple times and getting the following messages.

 

Does someone had this issue also and solved it.

Best regards,

Tom Hofste

How to delete a Relationship on onInsertrow() relationship grid event?

$
0
0

Hi Guies,

I am facing issue in deleting the newly created relationship row.

My requirement is to delete the newly created relationship row , for that I wrote a delete method at onInsertRow() Event of relationship.

In ARAS earlier version 9.4 I am able to delete the relationship using deleteRelationship(); 

but in ARAS 11.0 version deleteRelationship() method is not working.

So if anyone have any idea please reply.

Thanks in Advance.

Regards,

Anup Negi

How to iterate over all visible item properties?

$
0
0

How can I iterate over all item properties that have hidden and hidden2 set to false in a server-side C# method to retrieve the properties names? I am using Aras Innovator 11.0 Build Build 6073.

New install failing - Error 1720

$
0
0

Hi there - I'm having some grief with a new install, fails right at the end of the install. Event logs show a couple of errors.

Product: Aras Innovator -- Error 1720. There is a problem with this Windows Installer package.
A script required for this install to complete could not be run. Contact your support personnel or package vendor.
Custom action ConfigureWindowsAuthenticationSettings script error -2146827864, Microsoft VBScript runtime error: Object required: 'WScript' Line 18, Column 3,

The application '/InnovatorServer/Vault' belonging to site '1' has an invalid AppPoolId 'Aras Vault AppPool ASP.NET 4.0' set. Therefore, the application will be ignored.

Any ideas of how to troubleshoot this?


Get the Document Structure and its files from ARAS

$
0
0

Hi All,

How can i get the Document Structure(Shown in the CAD Document Structure Tab) and download its native files to a folder.

Below is my code which i am trying

Aras.IOM.Item CADItem = MyInnovator.getItemByKeyedName("CAD", item_number);
Aras.IOM.Item CadStructure = CADItem.getRelationships("CAD Structure");
int struct_count = CadStructure.getItemCount();

for (int i = 0; i < struct_count; i++)
{

}

In the for loop i am trying to download the file.

But my CadStructure always returns null. Am i doing anything wrong.

The CADItem has structure as its a Assembly CAD Document, i can see it in ARAS Innovator Client.


link with product and part file which are attached in CAD Documents under native file property

$
0
0

Hello Friends,

I have a query regarding , i attached a product file and under this product file attached 5 more part file

like below scenario.

Now when i open Product file then i need that all part file also linked via vault of aras. So what will i do for this . Kindly suggest me.

 

 

 

Thanks

Abhishek Srivastava

HOW TO CHANGE DATE FORMAT IN ARAS 11

$
0
0

Hello friends,

I provide Date Time Zone in TOC --> Variable --> By creating new variable

CorporateTimeZone

India Standard Time

My PC Local Date Format is ddmmyyyy but system shows mmddyyyy format.

I also update Action--> Update TimeZone Data.But it is unsuccesfull.

So can anybody guide that how to change format in ddmmyyyy

 

Regards

Abhishek Srivastava

 

 

How to add a new property of type boolean to an item?

$
0
0

How can I add a new property of type boolean and name "test" to an existing item in a server-side C# method? The property should not be created in the itemType editor before the method is called. Once the property is created, how do I make it visible in the grid, when the item gets found? I am using Aras Innovator 11.0 Build 6073.

Servor Error in '\InnovatorServer\Client' application

$
0
0

Hi,

I have done the installation of Aras 11.0 on Windows server 2012 using the installation guide. I follow all the steps in that guide and I completed the installation.

My problem is the fact that when I write "localhost/InnovatorServer" in the adress bar of mozilla 31.0. I get an error named "Servor Error in '\InnovatorServer\Client'  application " and I don't know where this error come from and how to resolve it.

For more precision about that error please take a look at the attachement.

Thanks in advance for your help. 

Error with Client

$
0
0

 

Hi,

I have done the installation of Aras 11.0 on Windows server 2012 using the installation guide. I follow all the steps in that guide and I completed the installation.

My problem is the fact that when I write "localhost/InnovatorServer" in the adress bar of mozilla 31.0. I get an error named "Servor Error in '\InnovatorServer\Client'  application " and I don't know where this error come from and how to resolve it.

For more precision about that error please take a look at the attachement.

Thanks in advance for your help. 

Fatal error during file upload

$
0
0

Hi,

I'm having problems with the Vault in Aras 11.0

I get a server error on file upload (download works fine).

I turned on debugging in the Webserver and get the following:

A potentially dangerous Request.Form value was detected from the client (XMLdata="<SOAP-ENV:Envelope x...").

Description: ASP.NET has detected data in the request that is potentially dangerous because it might include HTML markup or script. The data might represent an attempt to compromise the security of your application, such as a cross-site scripting attack. If this type of input is appropriate in your application, you can include code in a web page to explicitly allow it. For more information, see http://go.microsoft.com/fwlink/?LinkID=212874.



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

Get Item By Name

$
0
0

Hi Everyone,

                     I gave a property(of a Itemtype) datatype as 'Item'  and assigned its datasource to a Itemtype. Now i added the property to the Form. In the Form, when I use this  property and choose a particular Item from the datasource ,i get the ID of the Item. How can I get the Name of the Item assigned to the property.

Regards,

Naresh

How to compare date in report query

$
0
0

hello 

In report query how to compare dates like system date and next month date or prev month date.

i am having field as retest date and i want to print  report as to show product after 1 month to be retested

how i archive in report query.

any help....... 

Aras Innovator 11 - Windows server 2012 R2 supported ?

$
0
0

Hello,

does anybody know whether Windows Server 2012 R2 is supported for Aras Innovator. In the installation manual it says Windows Server 2012 (or Windows Server 2008 R2), so I assume Windows server 2012 R2 is not officially supported?

Even if it is not officially supported, does it run on this environment (at the moment we like to set up a test system, before we start the implementation in 2016).

And since Windows 10 is out now, any comments about official support for Windows 10 / Edge Browser ?

Thanks for help

Martin 

Related Item using Action to another Item Relation

$
0
0

Hello,

I have Created an Action,When Click on that action,Related Items all Record Should be show in another Item Relationship Record.I have Done the Code.

Code:

var myItem = this;

var newBatch = myItem.newItem('Symbi_Batch Record','add');
newBatch.setProperty('symbi_batch_number', top.aras.getNextSequence("","Symbi_Batch_Record"));
    newBatch.setProperty('symbi_product', myItem.getProperty('symbi_product',''));


var newAML = myItem.newItem('Symbi_BR_AML','add');
newAML.setPropertyItem('related_id',myItem );
newBatch.addRelationship(newAML);


var res=newBatch.apply();
newBatch = res.getItemByIndex(0);

top.aras.uiShowItemEx(newBatch.node,undefined,true);

this Code does not show Related Item Record.

 

thank you

 

 

 

Viewing all 1103 articles
Browse latest View live


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