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


Innovator object in JS

$
0
0

Hi all,

in the examples of JS client-side methods that I can find in this forum, I see different ways to create an Innovator object:

  • var inn = top.aras;
  • var inn = this.newInnovator();
  • var inn = this.getInnovator(); // I understand that getInnovator() is now obsolete
  • var inn = iomFactory.CreateInnovator(httpServerConnection);
  • var inn  =top.aras.newIOMInnovator();
  • ....

who can tell met the differences?

Thank you and excuse me if this question is ..... stupid.

Jeroen

Iframe's error

$
0
0

HI:

     I open a in html, I want to get the value from iframe, but it appear a error message when press the buttom.

As follow are the codes:

var iframe0 = document.getElementById("ifra");
var iframe0document=iframe0.contentDocument||iframe0.contentWindow.document;
var inputIframe = iframe0document.getElementById("php_test");
alert(inputIframe.value);

Can we run a website using Aras Innovator?

$
0
0

Hi,,

Recently I saw that www.aras.com is powered by 'Aras Innovator'.  How can we run a website using 'Aras Innovator' ? Is it possible with the open release version? 

 

Thank you,

Ransok

Error :-Object Reference not set to an instance of object

$
0
0

Hello All

I have installed new Aras set up on my PC, after that i Import  Package (including ItemTypes, Method ...and all Contains other that data) . But now when I going to add new instance in any Item from TOC it gives the Error that

"Object Reference not set to an instance of  object" do anybody know the solution....? please help.

 

Thanking You

Raviraj.

Given key was not present in the dictionary

$
0
0

Hi All,

 

Opened a new Purchase Request (an itemtype I created).  Filled out all the details, but when I try to save I get "The given key was not present in the dictionary".  I have no clue what this means, any ideas on where to start looking for problems?

 

Thanks,

Scott

Search and add a specific major revision of a part

$
0
0

On a simple form, I register a serial number for a manufactured part (property: string), and then I need to add the part with the corresponding major revision (property: item type, part)

That is, I need the search dialog to show all part revisions, and not just show the latest, so that I can select the correct part revision to be added to the form.
Any suggestions on this?

Thanks

 

v10 login error - 'Aras.Common.Cryptography.RSACryptoHelper'

$
0
0

Fresh install of v10.0 on windows 7. 

When logging in as admin for the first time receive following error:

The type initializer for 'Aras.Common.Cryptography.RSACryptoHelper' threw an exception.

 

 


ERROR - 404 Not found

$
0
0

Hello all,

     I have installed Aras Innovator on Win 7 for evaluation. It installed correctly. Runs ok.

     When i create a new item in parts section, a new window opens with Error as shown below.

 

Please help me with this issue. Thanks in advance.

Aras innovator installation rolling back

$
0
0

I have recently downloaded Aras Innovator 10. I had installed it fully. It got installed but i was unable to start it due to absence of some pre requisite items of windows. Hence i got it uninstalled. Now i have installed all the pre requisites as per guide. Now when i stall Aras Innovator again. It comes to a point shown below.

The next thing i see is the installation rolls back and says about some interruption. What may be the cause of this thing. Please help.

 

Export HTML data to Excel without Activex object

$
0
0

Could anyone help me in exporting HTML data to excel without ActiveX.
I tried the following code
var html = window.document.documentElement.outerHTML;
opener.top.aras.saveString2File(html, "export2Excel");

Above code export the html data to excel but Grid lines and images are not displaying in Excel.
Any suggestions on this?

Pankaj B

ECO Team Assigned to ECO Not Able to Change In New

$
0
0

I'm having an issue when with users setting up ECOs. If they accidentally pick the wrong team and then save the ECO, it is using the intital team throughout the entire ECO. It does not use the updated ECO. Is there a way to assign the team id once the ECO has left the New State? Is there something that I'm missing?

ERROR Could not find dll file - vb method

$
0
0

Hi,

I have a blocking issue:

when I developped a vb method, when I clicked on the "check syntax" button I have the following error message. I have also this error when a vb method is triggered.

I don't know what to do because I can not use any vb scripting.

The strange thing is that the name of the dll which is not found is never the same, it changed at each time I clicked on the button or triggered a vb method.

 

HELP!

 

Could not find file 'C:\Program Files (x86)\Aras\Innovator\Innovator\Server\dll\zfmucfqx.dll'.<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</faultcode><faultstring>Could not find file 'C:\Program Files (x86)\Aras\Innovator\Innovator\Server\dll\zfmucfqx.dll'.</faultstring><detail><af:legacy_detail>Could not find file 'C:\Program Files (x86)\Aras\Innovator\Innovator\Server\dll\zfmucfqx.dll'.</af:legacy_detail><af:exception message="Could not find file 'C:\Program Files (x86)\Aras\Innovator\Innovator\Server\dll\zfmucfqx.dll'." type="System.IO.FileNotFoundException" /></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

iom rt and windows phone 8.1

$
0
0

Is there anybody out there who had success with connecting windows phone 8.1 to InnovatorServer with the new iomrt.dll? It works great with Windows 8.1. In a Windows Universal App you schould be able to use the same code(for the connection) for both platforms. Any Hint?

Minor Revision handling for Items with a 'File' field

$
0
0

Hi,

I am using Project 'Adding Minor Revision Handling' to handle minor revisions for my item. My items have a 'File' field and some other fields. Checkout and Checkin is enabled for my item now.

When I say Checkout, edit the file and Checkin the item should get new minor revision. This is working good. 

When I want to edit the data in the fields of the item I am selecting 'Edit' then it is asking 'Do you want to Checkout for file?', selected 'No' and edited the data in the fields. After saving the item, I can see the updated minor revision. But I don't want a new revision to be created when I didn't checkout for file.

How to stop creating a new minor revision for an item when I just update the data in the fields?

 

Thank you,
Ransok


Add and Edit an Item from code only.

$
0
0

Hi,

I have the following C# code, which is called from an Action(Item Action for Itemtype1) to create an Item(PRC is my Itemtype) and also to edit the created Item.

In the Itemtype I added 'Can Add' as 'Administrators' and in the Permissions:

Only Administrator Can Update. If I logged in as an Administrator the code is Adding/Updating item. But if I logged in as an User the code is not working.

I think this is because of the permissions given, because I can see the error messages complaining about permissions.

C#:

Innovator inn = this.getInnovator();
string prc_id = this.getProperty("prc_id"); //-- ItemType1's properties
if(prc_is==null || prc_id == "")
{
Item newPRC = inn.newItem("PRC","add");
         newPRC.setProperty("Chk_id",this.getID());
         newPRC.setProperty("file_prc",this.getProperty("file_",""));
         newPRC = newPRC.apply();
this.setProperty("prc_id",newPRC.getID());
}
else
{
Item editPRC = inn.getItemById("PRC", prc_id);
editPRC.setAction("edit");
editPRC.setProperty("file_prc",this.getProperty("file_",""));
editPRC = editPRC.apply();

}
return this;

How to handle the permissions in the code?

I don't want any user to add the item from selecting 'new' / edit the item. Items should be added/edited only from code.

 

Thank you,

ErgR

How to use ParseDate(string date, string formatStr) in C#?

$
0
0

It is a method of the class "Calendar". I cannot create an instance of Calendar. Has anyone an example code?

HTTP Error 500.19 - Internal Server Error

$
0
0

The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information

Config Source:

    3:   <system.webServer>
    4:     <handlers accessPolicy="Read, Script" />
    5:     <directoryBrowse enabled="false" />

 

:

Module

   IIS Web Core

Notification

   BeginRequest

Handler

   Not yet determined

Error Code

   0x80070021

Config Error

   This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

Config File

   \\?\C:\Program Files (x86)\Aras\Innovator\Innovator\web.config

Requested URL

   http://localhost:80/InnovatorServer

Physical Path

   C:\Program Files (x86)\Aras\Innovator\Innovator

Logon Method

   Not yet determined

Logon User

   Not yet determined

Internet Explorer 10 : The browser has failed the minimum browser requirement check

$
0
0

Hi,

I have installed an Innovator 10 on a Windows Server 2008R2 and encounter major problems to get the Internet Explorer on my client computer to work. I get the following error message for Internet Explorer 10.0.9200.16844 on Windows 7:

The browser has failed the minimum browser requirement check. Please contact your system administrator to confirm your client against the platform requirements.

Locally on the server with IE 10.0.9200.16866 it works without any problems. I have made the same internet option settings on both machines. The Firefox works on both machines.

In the troubleshooting part of the IE settings document I could not find any hints to this error message. 

Any hints are appreciated.

Walter

 

Document's old revision items are not displaying old files.

$
0
0

Hi,

I updated the excising Document ItemTpye by adding a new Filed(name:attachment, datatype:Item, source: File) to attach a file and deleted the Files relationship form the ItemType.

I created a new Document Item and attached an  Excel file to the new field. Now we want to create versions for the Documents.Opened the created  Document item and selected 'Check Out' from Menu,  the file is now downloaded to my local folder.  I updated the content of Excel file, saved it.  Now I selected 'Check In ' from menu and the item is saved.

Now the Document is updated with the new file. But the old version of the document(Generation:1) is also showing the updated file not the old file.

Document Generation 1 is also showing File Generation 2. How to make Gen 1 Document to display Gen 1 of Excel file.

Please help. Or there any other way to look for old generation file form old generation document?

 

Thank you

Teskin S

Viewing all 1103 articles
Browse latest View live