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

Import Data (using method "Create")

$
0
0

Hi All,

Normally, I am using "NASH" tool data for importing around 100 entry and using method "Add". However sometimes the entry that going to import may be a duplicate entry (already exist in the database), thus the "NASH" will report error and will not importing any of entry (will not adding any entry).

My question is, how can we importing the entries and some of them may be already exist in the database. can we tell the "NASH" to skip any duplicate entry and continue importing the rest of new entries? is the method "create" able to do it, if so how to do it? (can anyone provide some example code).

Thank you

Alex AYC


Workflow Activity Status In form!!

$
0
0

Guys,

Do anyone know how to display the WF status inside the form....??????

Please help me out in this issue.

Thanks

Gowdru

How to create Dynamic Relationship Grid?

$
0
0

I want to display data in grid format as per user selection. I have a multiselect Listbox which contains ItemType property names(for ex 50 names), whenever user select values from listbox (for ex 10) it should display in RelationshipGrid as column. Therefore number of columns and rows are not fixed so i need to create dynamic RelationshipGrid .Please help me to solve this problem.

Thanks.

Import Data (with file attach for thumbnail)

$
0
0

Hi All,

I am new in Aras, understand there is a tool - NASH to import data to the database. My question is that can we also import the file also.

Example: ItemType - "PART"

How can we attach the picture (jpg file) on the property filed  of  thumbnail under Item "Part"?

 

thank you

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 client has failed to initialize

$
0
0

I know that this type of an error has been discussed several times in the past, the last one I believe was 2009.

This is a .NET security setting issue, I have tried everything I read for the past two days and apparently I am missing something. I can start the Innovator on the server with no problem, so I think it's a client issue. I am running Win 7 pro on a 64 bit and explorer 8 (256-bit).

Any help I can get is appreciated.

Eldad

Workflows

$
0
0

Hi ,

I have an activity on workflow which has four approvers P,Q,R,S. Approval from these four is mandatory and hence given the weightage as 25 for each.

There is rework path which goes from this activity to previous activity('ActivityX') and there is a default next activity 'ActivityY'

I got to know that all the approvers have to choose rework to send it for rework.

If one of the four approvers sends for rework, will the request go to previous activity?

Also, the request has to go for approval only by those who sent for rework, on submission for approval again.Can you please let me know if this is possible in workflows and how to achieve this with configuration only?

Is customisation required by writing server methods?

Regards

Rekha

Unable to create Identities!

$
0
0

Guys,

Can anybody help me out on this issue. I'm unable to create identities it says below error.

Line number -41, Error Number: CS0176, Member 'Aras.Server.Core.XML.IsItemPropertyNull(ref System.Xml.XmlElement, ref string)' cannot be accessed with an instance reference; qualify it with a type name instead Line number -41, Error Number: CS1502, The best overloaded method match for 'Aras.Server.Core.XML.GetRelId(System.Xml.XmlElement, string)' has some invalid arguments Line number -41, Error Number: CS1615, Argument '1' should not be passed with the 'ref' keyword <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[Line number -41, Error Number: CS0176, Member 'Aras.Server.Core.XML.IsItemPropertyNull(ref System.Xml.XmlElement, ref string)' cannot be accessed with an instance reference; qualify it with a type name instead
Line number -41, Error Number: CS1502, The best overloaded method match for 'Aras.Server.Core.XML.GetRelId(System.Xml.XmlElement, string)' has some invalid arguments
Line number -41, Error Number: CS1615, Argument '1' should not be passed with the 'ref' keyword
]]></faultstring><detail><af:legacy_detail><![CDATA[Line number -41, Error Number: CS0176, Member 'Aras.Server.Core.XML.IsItemPropertyNull(ref System.Xml.XmlElement, ref string)' cannot be accessed with an instance reference; qualify it with a type name instead
Line number -41, Error Number: CS1502, The best overloaded method match for 'Aras.Server.Core.XML.GetRelId(System.Xml.XmlElement, string)' has some invalid arguments
Line number -41, Error Number: CS1615, Argument '1' should not be passed with the 'ref' keyword
]]></af:legacy_detail><af:exception message="Line number -41, Error Number: CS0176, Member 'Aras.Server.Core.XML.IsItemPropertyNull(ref System.Xml.XmlElement, ref string)' cannot be accessed with an instance reference; qualify it with a type name instead&#xA;Line number -41, Error Number: CS1502, The best overloaded method match for 'Aras.Server.Core.XML.GetRelId(System.Xml.XmlElement, string)' has some invalid arguments&#xA;Line number -41, Error Number: CS1615, Argument '1' should not be passed with the 'ref' keyword&#xA;" type="System.ApplicationException"/></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>


Working of pre/post methods in Workflow Map Path on client side

$
0
0

When I run the a method on client side as a pre/post method in a Workflow Map Path, I am getting a message "The method type(JavaScript) for (name of method) is not currently supported". Can any body please tell me if this is a problem with the Aras or I am missing some thing?

Thanks in advance.

Aras innovator page opening performance issue.

$
0
0

Hi;

When i trying to login in to innovator server on my local machine and analyze my http traffic using HTTP analyzer or Fidler analyzer then i see very large number of request to innovatorserver.aspx almost more than 100 requests.

Because of number of request my innovator server performance and network performance is decreased.

So my question is that is any method for single request to innovatorserver.aspx.

 I am attaching Screenshot with this.....

 

Part "BOM Structure" Tab Customization

$
0
0

I was trying to customize the "BOM Structure" tab on the part form to show additional part information.  It doesn't appear to behave the same way as most of the tabs in that it doesn't automatically show or hide columns based on the "hidden" or "hidden2" properties for the part.  I can't seem to figure out where the selection of which properties to display is controlled.  Can anyone point me in the right direction?  Thanks,

Derek.

Is ARAS compatible with SQL 2012

$
0
0

Hello Everyone,

I'm running ARAS version 9.3.0 on MS SQL 2005 32bit and now I would like to upgrade the SQL server to SQL 2012 64bit. I would like to see if any one could confirm for me that ARAS 9.3.0 will run on SQL2012 64bit? Is anyone currently running ARAS on SQL2012?

Thank you,

Milton

Importing a Package (the short version)

$
0
0

Packages that are downloaded from the Projects page are usually a ZIP file containing a folder structure full of XML files.    You can use NASH to import these files into your Innovator instance,  one at a time,    or use the Import.Exe to import the complete package.

Documentation on Import.Exe is not clear,  so here's a quick step-by-step. 

 Import Screen Shot

1)       Unzip the package you donwloaded into a folder on the Innovator server.

2)    Run  Import.Exe on the server (should look like the screen shot above)

3)       Specify the Server  (e.g.    http://localhost/InnovatorServer )

4)       Click on the  ….  Icon to the right of Database.   This will fetch the list of available databases

5)       Select a database from the list

6)       Select a Username.  For importing,  this is usually someone in the Administrators group,  such as Admin or Root

7)       Enter a password  (for a default Innovator installation,  the username=admin and the password=innovator)

8)       Click on the Logon button

9)       Specify the path to the Manifest file for the Package (use the …. Icon to file browse for it).  This will populate the lower left window “Available for Import:

10)       Select the Package you want to install in the lower left window. 

11)   Use the Import button at the top of the form.

I usually run  with the “Merge” and “Thorough” modes selected.

how to set/show end date for the Inbasket in aras

$
0
0

Dear All,

How to show or set value of end date in my Inbasket  in case of workflow activities ?

Pravin

Deliverable Restriction in Projects!

$
0
0

Guys,

I'm facing some issue in restricting the deliverable in Projects. Can i get a help from anyone. describing the issue below.

Deliverables are specified in project templates.
While attaching the deliverables in activities its showing the complete list of deliverables in pick related and create related, but how to restrict that to display only Specified deliverebles.

Thanks
Gowdru


Implement Aras Convertere Framework (TSystems-Project)

$
0
0

Hey,

Something doesn't work using the Import.exe to implement the Aras Converter Framework (Project from T-Systems).

Of course i tried to follow exactly the terms in the TSystems-PDF. The Import of the Converter-Package worked but an error occured
during the next steps:

5. Reconnect to the database and select com.aras.innovator.core
6. Select type Merge.
7. Press the Import button
8. Now you can use the new solution within Aras


Doing these steps i get the following Error (sorry for the German language):

It says something about a double key in relation to the object name "innovator.FILE".

I did it with Innovator 9.3.0 in the original state.

I would really appreciate any kind of help!

Best regards!
bitzram

Source Item' s property value on Related Item

$
0
0

Hi,

 What is the easier way to get the source item' s property value on the related item? 

For ex: ItemTpye1(source item) has a field and a relationship, where Itemtype2 is the related item. Itemtype2 has a field. I can only 'Create Related' from Source Item. When I create a related item and save then its field should get the same value what source item' s field have. 

 

For this I have created a ServerEvent and added under Itemtype2 with OnBeforeAdd. The way I tried is, I added a property on Relationship Itemtype data typed as Foreign pointing to SourceItem' s property. And I' m setting this property value to the related item's field.

 

Dim id As String = Me.getID()

Dim relitem As Item = inn.newItem("RelationshipItem","get")

relitem.setAttribute("where","[RelationshipItem].related_id = '"+id+"' ")

Dim res As Item = relitem.Apply()

Me.setProperty("stage_id",res.getProperty("test","")) 

 

OnBeforeAdd it says 'Not A single Item' , OnBeforeUpdate it is working. Where I need to save the Source Item first to add the relationship and two times save of related item.

Is there any other best way of doing this?

Thank You 

Exporting a project

$
0
0

Hey,

sorry for my third new thread in a short time span.

This should be a question to handle my requirements in general.

My task is to export a whole project with attachments. The export file format could be e.g. html or word maybe in a zip-file.

What is the easiest way to provide this? Do i have to write a new method?

Unfornutaley the PDX Export Tool from Minerva is only for aras subscribers.


Thank you!
bitzram

Change Part BoM Sort Order Numbering

$
0
0

Is there a way to change the way the sort order for the part BoM sort order? I would like it to sequence step by 10 instead of 1. So if I enter a part today the sort order is 1, 2, 3, 4. What I would like it look like is 10, 20, 30, 40. Is this possible? Thank you

Error loading ui_resources.xml file

$
0
0

Hello,

after a test installation we got the following error with the login popup "Error loading ui_resources.xml file" instead of the appropriated text (buttons etc.). The file ui_resources.xml is installed and exist though. After login the ARAS system works fine... anybody an idea, maybe something with file access rights?

 Martin

Viewing all 1103 articles
Browse latest View live


Latest Images