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

HTTP Error 404.3 - Not Found - after initial install.

$
0
0

Hello,

Trying a new install of Aras 10.0 and am running into some issues.  Server: Windows 2012, IIS8, .NET Framework 4.5, .NET Framework 3.5.

Install proceeds without issue but when trying to access the website the first time I received this error:

HTTP Error 500.19 - Internal Server Error

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

Detailed Error Information:

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

 

In my research I found that I needed to allow handler overrides at the default web site which I did by modifying C:\Windows\System32\inetsrv\config\applicationHost.config to change the ‘deny’ settings to ‘allow’.

    <sectionGroup name="system.webServer">

            <section name="handlers" overrideModeDefault="Deny" />

            <section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />

 

Now I’m receiving this error:

 

HTTP Error 404.3 - Not Found

The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

 

Can anyone point me in the direction of a solution?

Thanks!

Michael


Consulting the contact way of the dealers in China

$
0
0

Due to business needs, our company want to seek advice about ARAS sales model.

Is there a Chinese distributors contact way, please?

Can pls explain polyitem concept in ARAS.

$
0
0

Hi

 

Can pls explain polyitem concept in ARAS. what is advantage and disadvantage of defining a type as polyitem.

Upgrading from Innovator 10 to 11 without subscription

$
0
0

Hello everybody,

I am currently running Innovator 10 with Firefox ESR (works perfectly).
Aras has just released Innovator 11 and in the release notes for Innovator 11, it says:
-------------------------------------

2 Upgrading from Previous Releases 

There are multiple potential states from which a Subscriber may wish to upgrade to Aras Innovator 11. 

1. Aras Innovator 10 is running in production and you wish to upgrade to the Aras Innovator 11 release 

2. You are running a version of Aras Innovator that is previous to release 10 

The following sections will provide you guidance as to how to upgrade from any of the three described states. 

2.1 Upgrading to Aras Innovator 11 from Aras Innovator 10 

For customers with an active Premiere Subscription, Upgrade Services are available to migrate your production Aras Innovator 10 (any service pack) version directly to Aras Innovator 11. 

Customers with an active Premiere Subscription can request Upgrade Services by contacting Aras Support at support@aras.com. 

2.2 Upgrading to Aras Innovator 11 from Earlier Releases 

Customers with an active Premiere Subscription should contact Aras Support at support@aras.com to discuss the available options. 

-------------------------------------
How can I upgrade to 11 as I don't have any active subscription?
Also, I would like to know how to access the (D)FMEA module in Innovator? Does it require a subscription?
Thanks,
Jeroen

Red Cross is appearing on items(main) grid for one of the item type.

$
0
0

Hi all,

I'm facing an unusual issue here..

I'm trying to search for items of one particular item type, items grid is not appearing. In stead, its showing up a red cross all over the page. Attached image below.

This is happening sporadically.

Can anybody please explain why it may have been happening?

Thanks in advance..

 

Upgrading PLM 9.3 to 11.0

$
0
0

Is there a upgrade/migration path to upgrade from Aras PLM 9.3 to 11.0? We find 9.3 very limiting and unfriendly because of the IE requirement.

Configuration Report for 'Life Cycle Map' and 'Workflow Map'

$
0
0

Hi community,

Does somebody have a nice configuration report for 'Life Cycle Map' and 'Workflow Map' items??

Regards,

Peter

 

Problem setting a Lifecycle after creation of item

$
0
0

Hey Community.

i've been trying to set a lifecycle to an allready created item. Thought it is as simply as seting the current_state of the item to the Lifecycle state, but unfortunetly this doesnt work. Any Help is greatly appriciated.


Float Relationship question

$
0
0

I am trying to find a difference between our Live system and our Developement system...

We have an ItemType, which contains a child Itemtype - hence it's own RelationshipType.

There is a different functionality, between our Live & Developement system.

Our Live system functions correctly; the child ItemType/RelationshipType is operating as Float. However our Developement system operates as Fixed.

I have looked at the settings on the Parent ItemType, Child ItemType, the Child RelationshipType and also the LifeCycleMap - they are all identical in both systems.

What else could be affecting the Fixed/Float functionality?

Many thanks

Phill

 

(D)FMEA module

$
0
0

Hi,

who knows how I can access the (D)FMEA capability of Innovator?

I am running Innovator 10 and I have checked also in the Demo database but didn't find any entry related to (D)FMEA while "Ask Innovator" is showing help on this subject.

Maybe it is a subscriber feature :-( ??

Regards,

Jeroen 

Retrieving items in an order based on an attribute of a relationship

$
0
0

Hi all,

Here is my problem:

I have two item types IT1 and IT2 and a relationship R1 between them with an integer attribute AR1 in the R1 item type.

I would like to retrieve the IT2 items which are in relationship with a given IT1 item but in an order defined by AR1.

Here is my AML query:

<AML><Item type='IT1' action='get' where="IT1.id in (select related_id from R1 where R1.source_id = 'A5C0EE7EFAF24392A86CFE178341EC86' order by R1.AR1 asc)"></Item></AML>

I got the following error message:

"The ORDER BY clause is not valid in views, inline functions, derived tables, and subqueries, unless either the TOP or OFFSET and FETCH clauses are also specified."

Any idea how to fix my query?

Thanks

Jeroen

ARAS 10.0 and Firefox 33+

$
0
0

Just as an FYI:  I know ARAS 10.0 only is documented to support Firefox 24, however it still worked just fine for all versions of Firefox up to version 33, which was just released and pushed as an Auto update on Monday (10/20). 

Versions of Firefox > 33 no longer draw main Item grids correctly.  Also, the inBasket no longer displays correctly.

From the little poking around I have been able to do in Firebug, this seems like it may be a Locale/CultureInfo issue, as I consistently get errors from the Aras.I18NUtils._I18NConverter.$B function under the IOM.ScriptSharp.js file

Like I said, Firefox versions 32 and below seem to be A-OK, but 33 or above all have this same issue. 

I will update this post if I am able to come up with any fixes/workarounds. 

 

Populating a form drop down with federated values, please help

$
0
0

Hello,

I am new to innovator development, so am hoping someone can help me out;

Essentially, What I want to accomplish is equal to this;

            System.Data.SqlClient.SqlConnection _conn = null;

               _conn = new System.Data.SqlClient.SqlConnection("connection to another SQL DB");

                _conn.Open();

           

            System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand("SELECT field1, Field2 FROM from table", _conn);

            cmd.CommandType = System.Data.CommandType.Text;

            System.Data.SqlClient.SqlDataReader _rdr = cmd.ExecuteReader();

 

            System.Web.UI.WebControls.DropDownList ddl = (System.Web.UI.WebControls.DropDownList)Page.FindControl("ddlTest");

 

            ddl.DataSource = _rdr;

            ddl.DataTextField = "Field1";

            ddl.DataValueField = "Field2";

            ddl.DataBind();

 

Pull the list values from an external database and populate a list on an Innovator form for selection.

What is the best practise and does anyone have a quick example?

I have been trying to call a server method from a client method.  But I have yet to get it working, here is what I have;

 

//I want to return xml do that I don't have to iterate through the records

strSQL="SELECT Value, label FROM table ITEM order by field1 FOR XML  auto, ELEMENTS";

 

System.Data.SqlClient.SqlConnection _conn = null;

_conn = new System.Data.SqlClient.SqlConnection("connection to another SQL DB");

_conn.Open();

           

System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand(strSQL, _conn);

cmd.CommandType = System.Data.CommandType.Text;

System.Data.SqlClient.SqlDataReader _rdr = cmd.ExecuteReader();

 

string result = string.Empty;

 

while (_rdr.Read())

{

                result = _rdr[0].ToString().Replace("<ITEM>"," <ITEM type='list' action='add'>");

}

_conn.Close();

 

Aras.IOM.Item resItem = this.newItem();

resItem.loadAML("<AML>" + result + "</AML>");

return resItem.apply();

BOM Export To Excel

$
0
0

Perhaps I'm oversimplifying things, but I have been unable to export a Part, with it's BOM, to excel, or to a .csv.  I'm running Aras 10.0 Build: 5846 and accessing it via Firefox.

I have a part, with a BOM.  I'd like to export this information to excel, or even to a simple .csv.

I click on the 'Export to Excel' button in the part, on the BOM tab.  It opens a 'save as' dialog where I can name the item.  The only file type option is .xls.  I click save and the document that is produced is some kind of xml document that excel does not recognize.

Here is a sample of what is created:

"<?xml version="1.0" encoding="UTF-8"?>

<ss:Workbook xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"><ss:Styles/><ss:Worksheet ss:Name="Innovator"><parsererror xmlns="http://www.mozilla.org/newlayout/xml/parsererror.xml">XML Parsing Error: not well-formed

Location: ...../Client/X-salt=std_10.0.0.5846-X/scripts/Innovator.aspx

Line Number 1, Column 3875:<sourcetext>&lt;table &gt;&lt;thead&gt;&lt;th align='c'&gt; &lt;/th&gt;&lt;th align='c'&gt;Sequence&lt;/th&gt;&lt;th align='c'&gt;Part Number&lt;/th&gt;&lt;th align='c'&gt;Revision&lt;/th&gt;&lt;th align='c'&gt;Name&lt;/th&gt;&lt;th align='c'&gt;Type&lt;/th&gt;&lt;th align='c'&gt;Quantity&lt;/th&gt;&lt;th align='c'&gt;State&lt;/th&gt;&lt;th align='c'&gt;Unit&lt;/th&gt;&lt;th align='c'&gt;Reference Designator&lt;/th&gt;&lt;th align='c'&gt;Changes&lt;/th&gt;&lt;th align='c'&gt;Fishbowl #&lt;/th&gt;&lt;/thead&gt;&lt;columns&gt;&lt;column width='24' edit='dropDownButton' sort='NOSORT' order='0' /&gt;&lt;column width='70' edit='FIELD' sort='NUMERIC' locale='en-US' order='1' /&gt;&lt;column width='120' edit='FIELD' sort='NOSORT' order='4' /&gt;&lt;column width='50' edit='FIELD' sort='NOSORT' order='5' /&gt;&lt;column width='200' edit='FIELD' sort='NOSORT' order='6' /&gt;&lt;column width='120' edit='FIELD' sort='NOSORT' order='7' /&gt;&lt;column width='80' edit='FIELD' sort='NUMERIC' locale='en-US' order='2' /&gt;&lt;column width='80' edit='FIELD' sort='NOSORT' order='8' /&gt;&lt;column width='60' edit='FilterComboBox' sort='NOSORT' order='9' /&gt;&lt;column width='200' edit='FIELD' sort='NOSORT' order='3' /&gt;&lt;column width='60' edit='FIELD' sort='NOSORT' order='10' /&gt;&lt;column width='50' edit='FIELD' sort='NOSORT' order='11' /&gt;&lt;/columns&gt;&lt;tr id='CEA9F1FDBC034945AB0B87108D5D9A61' action='CEA9F1FDBC034945AB0B87108D5D9A61' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;1&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;4&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100069-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;FERRULE, 18 AWG, RED&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id='835B346981AE4CEAAAD79ED68D57AA2F' action='835B346981AE4CEAAAD79ED68D57AA2F' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;2&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;1&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100068-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;PCB, A/B TRANSFER SWITCH, LED BOARD&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id='5E17823A1DAB470FB477FC91DB90C4EA' action='5E17823A1DAB470FB477FC91DB90C4EA' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;3&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;1&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100067-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;PLUG, 4 PIN, 5.08MM, 12A, 250V, SPRING CAGE&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id='A8B2924BD0FF42BFBBE949AF65732FDB' action='A8B2924BD0FF42BFBBE949AF65732FDB' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;4&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;1&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100066-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;HEADER, 4 PIN, 5.08MM, 12A, 250V, TH&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id='3BD5BE295F3A4A779CA9E18E7C830C00' action='3BD5BE295F3A4A779CA9E18E7C830C00' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;5&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;1&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100065-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;LED, YELLOW CLEAR, 5MM, 588NM, ALINGAP&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id='22E275E3B2E84E4BA57C5F25B21CF13E' action='22E275E3B2E84E4BA57C5F25B21CF13E' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;6&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;2&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100064-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;LED, GREEN CLEAR, 5MM, 574NM, ALINGAP&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id='D9A2B2E9644447D0A0D2AE086284A8D8' action='D9A2B2E9644447D0A0D2AE086284A8D8' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;7&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;3&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100063-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;HOLDER, LED, PANEL-MOUNT, T-1 3/4&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id='969B143B14B641E7B049A577FCFD9698' action='969B143B14B641E7B049A577FCFD9698' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;8&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;3&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100062-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;SPACER, LED, T-1 &amp; T-1 3/4, 7.6L X 6.5W MM&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id='07031791575F42FAADB1FD49FD4DC472' action='07031791575F42FAADB1FD49FD4DC472' height='26'&gt;&lt;td&gt;&lt;img src=''/&gt;&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;9&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;3&lt;/td&gt;&lt;td bgColor="#f3f3f3"&gt;&lt;/td&gt;&lt;td&gt;100061-001&lt;/td&gt;&lt;td&gt;A&lt;/td&gt;&lt;td&gt;RES, 0 OHM, THICK FILM, 3/4W, 2010, SMD&lt;/td&gt;&lt;td&gt;Component/Electrical&lt;/td&gt;&lt;td&gt;Released&lt;/td&gt;&lt;td&gt;EA&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

^</sourcetext></parsererror></ss:Worksheet></ss:Workbook>"

The data appears to be there, but it seems like it is poorly encoded/formatted, in an xml format that doesn't open with any utility well.

As the 'save as' dialog is the firefox utility, is it a web browser setting, perhaps?

I appreciate any thoughts or assistance.

Peter

Item Grid display multiple itemtype's attributes

$
0
0

Hi all.

I have two item types IT1 and IT2,there is a relation between them. 

When I open IT1 ,there is a grid appear in right frame. I want the grid not  only display attributes of IT1 but also few   attributes of  IT2.

Any idea of  how to realize it?

Thanks

lena


When will QP be added to 10???

$
0
0

We've been waiting since 10's release to get an update as to when QP will be ready. It's such a shame because we wanted Aras specifically for that reason. Does anyone know? Has anyone been able to preview a beta of QP in 10? Anything?

Authentication failed for . How to present more informative text.

$
0
0

Hi

I have configured the following successfully:
Aras Innovator client logon to use logon hooks.
Aras Innovator integrated with Active Directory authentication.

 

Logging in with Active Directory authentication works OK.

 

Attempting to log on to Aras Innovator with a account not defined as a user will present the error-message:

Error -- Webpage Dialog
Authentication failed for <LOGON_USER>

 

I want to present a more meaningful text to the user, who fails to log in and provide a link to a workflow defined for requesting access.
Can the text be changed to meet my wish?
If, yes. Provided hints will be highly appreciated.

ECO/DCO Error - "Change cannot continue while affected items still have Action set to 'Review'

$
0
0

Hello,

    I am a design engineer evaluating Aras as a PLM solution for a small lighting company.  I am trying to run through a basic ECO/DCO change request, but keep running into this error when I try to approve a part.  I can see the Action status in the part listed as review, but I can't see any what to change it.

   Any thoughts or direction is greatly appreciated!

Thanks,
Kevin

 

Importing data

$
0
0
What is the best way to import data from excel or comma delimited text files for parts?

URL for adding a new Item of ItemType

$
0
0

Hey Guys,

i know there is a URL for direct item access from a link.

The format is http://[server]/[innovator]/Client/default.aspx?StartItem=[itemtype]:[id]

 

Is there any way to reform this link to creeate a new Item of ItemType [itemtype] instead of just opening an existing item?

 

Regards

Viewing all 1103 articles
Browse latest View live


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