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

How to extend the BOM report to include ManufParts ?

$
0
0

Hi,

how hard would it be to extetnd the standard report "MultiLevel BOM" ? To a format like this

IndentureLevel | Part Number | Rev | Name    | Qty  | AML-PrefStatus | Manufacturer | Manufacturer Part

(if multiple manufacturer parts are assigned then list them in subsequent rows starting with the AML-PrefStatus )

IndentureLevel | Part Number | Rev | Name    | Qty  | AML-PrefStatus | Manufacturer | Manufacturer Part

                                                                          | AML-PrefStatus | Manufacturer | Manufacturer Part

IndentureLevel | Part Number | Rev | Name    | Qty  | AML-PrefStatus | Manufacturer | Manufacturer Part

How would I need to adapt the report's query and the XSLT ?

/Rolf


How to build the connection to Aras with API(Iom.dll ) on aras innovator 11 ?

$
0
0

 Hi,

 On aras innovator 10(use Iom.dll 10), I can use following to connect to aras successfully. But now with innovator 11(use Iom.dll ver.11), , this way failed. It prompted an error about "Aras.Net.WindowsAuthenticationHelper". How does that? Anyone help?

Dim MyConnection As Aras.IOM.HttpServerConnection
    MyConnection = Aras.IOM.IomFactory.CreateHttpServerConnection("http://localhost/innovatorserver/Server/InnovatorServer.aspx", "InnovatorSolutions11", "admin", "innovator")
     MyConnection.Login()

Lin

Feedback Request - How are you using the Product Engineering Application??

$
0
0

Customers/Users,

 

Id like your input as to your use cases for the Product Engineering Application of Aras Innovator.  I'm a new PM and Id like to get a feel for what our customers are doing, what is working, what is not,etc.  

Please keep the conversation centered on the PE Application to manage the scope.  (See Product Engineering Here)

 

Thanks for your feedback.

 

Dave

[Please visit the site to access the poll]

Removal of names length limitations

$
0
0

Hi,

I'd like to suggest to the developers of Aras to remove the current limitation of 32 characters for the names of methods.

Same suggestion for the names of the relationships and maybe others.

Jeroen

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

How to prevent untrusted clients from accessing Aras Innovator?

$
0
0

Any enabled Innovator user, can write an application using the IOM.dll and then export all Items for which he has "get" access, and nobody will notice.

This is a threat to the system performance, uptime and most of all a data security risk.    

To prevent this, perhaps Aras needs to create a way to only let "trusted applications" log in to Aras.

mechanism so external programs must be registered and authorized

- Christoffer

ARAS 9.3 in Internet Explorer 11

$
0
0

Is it possible for ARAS 9.3 to work inside of IE 11? I know that ARAS 11 works with IE 11, but we need more time to make the migration to a newer version of ARAS. While IT is wanting us to move to IE 11. With the testing I have done so far, I have had trouble with getting it to work. If I have the URL in compatibility mode, I get an error saying it only works with IE 7 +. If I remove it from the compatibility view, then I get an error saying I need to review my .NET settings. Any ideas on how to or if ARAS 9.3 will work with IE 11. Thank you for your help. 

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();


Innovator 11 issues

$
0
0

Hi,

I have manually upgraded from 10 to 11 (no subscription).

At this initial point, I have one issue and one question.

Issue:

It looks like, in an item form, the "show/hide tabs" button on the top bar (to show and hide the relationships) is gone. Please confirm.

In some cases, when the tabs are hidden when the form opens the first time, it is a problem as there is no way to show the relationships tab.

Question:

I don't have access to the textual comments. Is it normal? Is it part of the subscription?

Thanks

Jeroen

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.

validating the Search option

$
0
0

i wanna add a validation to the search grid on a relationship type but the relationship type is a no related relationship type... Can anyone tell me how to do it??????

Quality System on Innovator 10

$
0
0

Is Quality System solution for Innovator 10 already available?

If yes, how to install.

Aras on high DPI monitors

$
0
0

There is a problem with Aras 9.4 on monitors with a high DPI. For high DPI in Windows 7 you have to enable text scaling, e.g. mine is set to 200%.  This seems to work with all websites in IE10, but not in Aras.

E.g. On a Part ItemType, the main form is ok, but the relationship tabs are squashed up to the left.

I've not tried Aras 10 or 11 or on IE11 (or Firefox) yet can anybody confirm the problem still exists in newer installs.

Cheers,

Jason

 

Existing items and new life cycle maps

$
0
0

Hi,

I have searched the forums but couldn't find an answer to what I see as an important question:

If you create a lifecycle map, link it to a given item type, only the items which are created *after* the lifecycle map creation, are linked to an instance of the lifecycle map. If you try to open the lifecycle of an item created *before* the lifecycle, Innovator tells you that there is no lifecycle attached to it.

It seems to me that this must be a general issue because a PLM is never finished as we always add new functionalites and for instance life cycles to an existing system.

I am quite confident that somebody somewhere has develop a database query or an Innovator method to fix this.

Thanks

Jeroen.

Process Planner in Aras Innovator 11

$
0
0

Hello Friends,

 

I need help regarding process planner in Aras Innovator 11 version. Can anybody help me regarding process planner exist in aras innovator 11 or not. 

I already installed Aras Innovator 11 with sample data but i am not succesful to find out process planner in ARAS 11.

 

Reply Please ASAP

 

Thanks

Best Regards

Abhishek Srivastava


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?

Buliding an application using IOM.dll

$
0
0

Hi,

We want to design a simple scheduler, which will alert us by sending some notifications about the items(Items exists in Innovator database) to be renewed and to do some more tasks. For this I want to use IOM.dll(10) reference in my project. Can I use it without any license/is it legal? If so, where can I find it to download?

Thank you,
Erg R

Hide Relationsip Tab on Field Event and Populate a Form on Field Event

$
0
0

Hi Everyone,

                    I have two Questions

                  1)  I need to hide relationship tabs onChange of value from a list box. How can i achieve this?

                   2) open a form on field Event.

Regards,

Naresh

 

 

 

 

Increasing the width of structure browser

$
0
0

Hello,

I wanted to increase the width of the structure browser window that appears when we right click on an item..

It works fine when the keyed name of an item is small but it does not work suitably for items having large keyed names..

The Structure browser window seems to be divided into half and then a scrollbar appears at the bottom....

I want to make the Structure browser window to utilize the window completely rather than using half...

kindly suggest me with something ASAP....

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.

Viewing all 1103 articles
Browse latest View live


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