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

developing and customization aras software

$
0
0

hey am new to aras plm software..

and i wish customize the plm software as part of curriculum. plz help me ....

and give me some hint from where to start ....for customization and which thinks i refer to start .. i doing mtech in PLM so i wish to do project

 


C# method to get the ids of all selected parts

$
0
0

Hello,

I have created a server method with C# and integrated the method as action in the ItemType“Part”. The method reads the id of a single selected part and does some other stuff. This works well.

But now, I want to select multiple parts, start the method and use the ids of all selected parts within a single call of the method. At the moment the method starts for each of the selected parts and only reads the id of the current part.

So is it possible to get an ID-list of all selected parts within a single call of the server method?

Regards

Marcel 

BOM export with Java (html field code)

$
0
0


I've tried the java-script to open a BOM in Excel, as specified in Programmers guide, 7.22 on page 61.

The problem is that it isn't always reliable.

Here's the steps to reproduce:
1) I open a part
2) I click on the button to execute the script, I confirm the ActiveX, and it opens correctly in Excel.
3) I close Excel
4) I add another part to the BOM and save it (I do not close the form! Just press save)
5) I click on the button to execute the script, Now I don't need to confirm the ActiveX?, and it opens without the change, in Excel!
6) I then close both excel and the part, and then re-opens the part.
7) I click on the button to execute the script, I now need to confirm the ActiveX again, and it opens correctly in Excel.

So, how can I make the script open the correct BOM every time? Clear a cache in the script?
I don't want to close the form in order to have the lastet BOM configuration.

 

Capture comments from Workflow Activity.

$
0
0

Hi,

I am trying to capture the comments that the approvers enter while completing a workflow activity, and append them to the comments on the Item.

I have tried doing this on the "Activity" Server event on "on Vote" event, but the comment value is null or blank, possibly because the value is still not updated in the db.

<Code>

Dim MyInn As Innovator = Me.getInnovator()
Dim CtrlItem As Item = MyInn.newItem("Activity", "Get Controlled Item")
CtrlItem.setID(Me.getID())
CtrlItem = CtrlItem.apply()


Dim ActivityAsgn As Item = MyInn.newItem("Activity Assignment", "get")
ActivityAsgn .setAttribute("select", "id,state,current_state,buyer,comments,related_id(keyed_name)")
'ActivityAsgn .setProperty("current_state", "Active")
ActivityAsgn .setProperty("source_id", Me.getID())
ActivityAsgn = ActivityAsgn .apply()



'
For I As Integer = 0 To (ActivityAsgn .getItemCount() - 1)
    Dim CurrActAs As Item =  ActivityAsgn .getItemByIndex(I)
    Dim currIden As String = ActivityAsgn .getItemByIndex(I).getRelatedItem().getProperty("keyed_name")
    Dim strComm As String = CurrActAs.getProperty("comments")
Next I

<!Code>

To complicate things, there are 3 Approvers, A B and C, the comment has to be against each approver

eg. : 

A : Comments from A

B : Comments from B

C: Comments from C

Thank you,

Naveen

Aras Innovator 10.0

$
0
0

Hello Friends,

I have installed Aras Innovator 10.0 and facing a wired error while i m trying to add instance for any Item type

eg. I m trying to add new user .

[ "404 - Page is not found ]

Below are confugration of Server and clients

OS - Windows server 2008 r2 Datacenter

IIS - Version 7.5.7600.16385

.Net Framework -3.5 [ i can see this one is selected in  fetures ] . I have installed .net framework 4 as well

Thanks in Advance for any help :-)

Sagar Makhesana

 

Deleting released component and associated ECO

$
0
0

Hi all,

My first time posting on these forums - I worked for a small engineering company, and am currently evaluating implementation of Innovator within our business.

We are using simple change management, so just simple ECOs to change parts.

We have already added a number of current parts, however - I added a part 'testpart', just to try out completing an ECO to change a part, so I now have a revised, Rev B 'testpart' that is released, and an associated released ECO.

However, I wish to delete both the ECO and the part - as if they never existed in the system. If I try to delete the part, I get the error message 'Part cannot be deleted. It is used in Affected Item affected_id B015BA25821B42DA9068228B14E8C812.'

The affected Item must the ECO. If I try to delete the ECO, I get the error 'Insufficient permissions to delete the item.'

 

Any input on how to delete these items would be greatly appreciated.

Kind Regards

Server Method trace messages and errors

$
0
0

Hello,

I wrote a Server method associated with Item onAfterUpdate event and I need to trace messages/errors.

I used "CCO.Utilities.WriteDebug" to write a log file on Server but I'm not sure that it is the best choice because of concurrent access.

Is this choice anyhow valid ?

If the log file is already open and another call to the method is arised there could be an error when the second call tries to write messages to the same log file ?

Are there other ways/best practices to trace server method messages/errors?

Thanks, Claudio

 

 

Installed Innovator 10, is there a demo database availble

$
0
0

Hi,

I am totally new to Aras Innovator. I just installed Innovator 10 (build 5846) and was wondering if there is a DEMO database I can use. I can see a Demo System (Alternative) database, demo93_v2.zip, Build 930-2 but will that work with Innovator 10?

There is also a Demo Database (Standard Solutions Plus), Aras10-0-Extended-Demo DB v1-6.zip, Build AB10.1-6 but this looks like someting that should be installed on top of the Demo System (Alternative) ?

Anyone?


most items read only - can't edit despite being root super user

$
0
0

Hi there

I am new to Aras.

I can't seem to edit much besides the existing product and part lists. I cant edit item types, or permissions or identities, most of these are "read only". I am logged in as the root super user.

I am wanting to add another property to a part as in the demo video.

Please help :(

Thanks

Heidi

 

Importing data

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

File naming convention within a PLM system

$
0
0

Morning all,

 

We're currently working on the implementation of Innovator within our company, but have come across somewhat of a stumbling block - not with the system itself, but rather a PLM 'issue'.

Previously, we used an intelligent part number system - with computer files, (solidworks data, documents etc) named the same as the part number.

We are now moving instead to a server assigned number, with no frills - just part 3562 for example, with no revision within the part number - as Aras now manages this.

So, what does typical best practice state that a file name should be?

For example, part number 873 is at revision A, the solidworks part file attached, I presume should be named 873-A, and when changing part number 873 and up-revving to rev B, the part number remains 873, but the file name attached to rev B would be 873-B.

Any thoughts and input would be greatly appreciated.

Report Stylesheet shows only html

$
0
0

Hi,

I want to modify existing reports, but the code shown in the stylesheet tab is html instead of xsl.

I use Innovator 10.0 with Firefox 24 ESR. I didn't get IE10 working. IE11 is not supported.

Any ideas are welcome.

Thanks,

Andreas

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

exception after the first login (on the server)

$
0
0

Hi,!

Just installed Aras and the first time to use it.

P.S it will appear twice and the detail is the same.

 

 

 

 

The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.<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><![CDATA[The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.]]></faultstring><detail><af:legacy_detail><![CDATA[The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.]]></af:legacy_detail><af:exception message="The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception." type="System.TypeInitializationException"><af:innerException message="error CS2001: Source file 'C:\Windows\TEMP\cc3ijb5r.0.cs' could not be found

warning CS2008: No source files specified

" type="Aras.Client.Controls.CompilationException"/></af:exception></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.

$
0
0

Hi

I've installed innovator 10 on a MS server 2008 R2.

everything looks ok but when i log in i get this error 2 times

-<SOAP-ENV:Envelope>
-<SOAP-ENV:Body>
-<SOAP-ENV:Fault>
 <faultcode>SOAP-ENV:Server</faultcode>
 <faultstring>The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.</faultstring>
-<detail>
 <af:legacy_detail>The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.</af:legacy_detail>
-<af:exceptionmessage="The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception."type="System.TypeInitializationException">
 <af:innerExceptionmessage="error CS2001: Source file 'C:\Windows\TEMP\cadbp4sz.0.cs' could not be found warning CS2008: No source files specified "type="Aras.Client.Controls.CompilationException"/>
 </af:exception>
 </detail>
 </SOAP-ENV:Fault>
 </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>
I click the 'OK' button 2 times and then i get this ...
'The Working Directory path is invalid. Please, choose another directory.'
With a selection option that says 'OK'
I click the OK button and the file-explorer opens and I can select a working directory ??
Any suggestions ??
Regards
Michael

Copy of all related item

$
0
0

Hello,

I am new in Aras and I would like to be able to do a "Save As" which makes a copy of the selected Item and all the related Items. For instance, I have an assembly named "Assy" which has 3 related components, when I do a "Save As" on "Assy" Aras only makes a copy of the "Assy" Item but not of the 3 related elements. Would it be possible to create a new Actions that makes possible the creation of a copy for all related items?

I tried by writing a Javascript method on client-side on but I am not a programming expert.


Thanks in advance for any help :)

 

msxml4.cab not loaded

$
0
0

Hi all,

I received an error during initialization. Can any one help regarding this issue?

 

 

Regards,

suresh

Wrong with Consume a Web Service in a Server Method

$
0
0

I want  to Consume a Web Service in a Server Method .

I have created a Proxy DLL that represents the connection to the remote server
, installed  the Proxy into the Innovator Server code tree
,and  declared the Proxy’s name space within Innovator Method
or so created an instance of the Proxy inside a specific server method,  and transfer data.

But When I applying  the method ,it provoids wrongs:

<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>

<detail><af:legacy_detail>

The server was unable to process the request.Object reference not set to an object instance

</af:legacy_detail>

<af:exception message="

The server was unable to process the request.Object reference not set to an object instance" type="System.Web.Services.Protocols.SoapException" />

</detail></SOAP-ENV:Fault>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope> 

My code is as follow:

       EDIService ed = new EDIService();  ---> my web service
     
  
      DataSet ds = ed.GetDataInfo("iTEC_MES"," MaterialStock", "11", "MCH000001MSAA", "F11", "", "", "", "IfxByFormNo");   

  // when  debuge here  it coms out wrong!  
            
       int count= ds.Tables[0].Rows.Count ;

Strangly, when  I  apply method in Visual Studio. It works well.

Please help me ! Thanks regard!

 

 

 

 

How to read 'Foreign' property from Database table?

$
0
0

Hi,

I am in a situation that I need to read property(column) values directly from Database table. I am able to retrieve all types of property values except 'foreign' type property values.

There are no columns exists for 'Foreign' properties in the table. How to retrieve these values from Database.

 

Thank you,
Ransok S

BOM Structure

$
0
0

Does anyone know how to duplicate the Part BOM Structure and use it for another Item type. I created another item type called  "delivered components" that are basically parts with serial numbers. These "delivered components"  can also have other "delivered components" inside of them like a BOM, which I have working, but I don't know how to display them in a "BOM Structure" view. Any help?

Thanks

Dominic

 

Viewing all 1103 articles
Browse latest View live


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