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

Problem while setting values for Class specific properties

$
0
0

Hello,

I have classified the OOTB Component class into a lot of sub classes namely Capacitor, Resistor, Diode etc. In the Part ItemType, I added new properties Mount type, Package, Polarity and Type and made them applicable only to Capacitor. In the Part ItemType Views Tab, I added the Part Form once more and made the Type as Add and chose the classification as Component / Capacitor. Then I edited the form Part and added the Capacitor specific properties to the Form Part. Now when i try to create a new Part by choosing the class as Capacitor, I get a error message on the Form as follows:

Resource with key = "'class_spec_field.Part_Capacitor'" is not found.

I have attached the screenshot of the same. Why is this message shown? Please let me know and how to solve this. Thanks in advance!

 

 

 


New custom property(only for a sub class for part) not showing up in "Unused Properties" in the Part form

$
0
0

Dear all,

Iam using ARAS innovator 9.3, and exploring the features.

I created a sub class in part called "CustomPart".

I created a property called Location that is applicable only to this custom part , done through specifying

the "Class Path"  as "Custompart" in the property.

Now in order to make this appear in the form, I went to the Part form and expected the property "Location" to

appear in the "Unused Properties". Strangely its not showing up there.

It worked perfectly a week back.

Please help!

Thanks

Hari

 

Integrated Spell Check for forms

$
0
0

Has anyone looked into integrating Spell Check functionality on Innovator forms?  We have several users requesting it as they often print out items and deliver them to customers, they would like it if Innovator could catch their spelling issues.

 

If not, does anybody support adding it to the roadmap?

How to get the project name inside the deliverable item?

$
0
0

Hi,

I have one ItemType called Scope, that instances(item) is used in many Projects. But i need the latest Project name should display in my Scope item grid.

Tell me how to approach, either relationship grid event or any easiest way is their to get.

Thanks in advance! Its Urgent.

 

 

How to get databases of WebLink programatically in .Net?

$
0
0

Hello,

any examples out there how to get related databases running on http Link of webserver?

Example:

URL: http//aras-server/InnovatorServer940/

What kind of steps are mandatory to get the databases running within this link ?

Thanks, Jens

NTT DATA Germany

Show Current and Next Workflow Steps inside ECO

$
0
0

I’m looking to create a box inside of the ECO form to show users who is currently assigned to the ECO. Then below that I would like to show what the next steps are and who owns those steps. Should I be looking into the Workflow Processes to get this information? I’m not really sure where I can find what the next steps are in the workflow. Thank you for your help. Its greatly appreciated.  

 

Example

Current Step – Planning

Owner – Team Manager – Bob

 

Next Steps

Option 1 – Plan Review

Owner – Team Member – Tom

 

Option 2 – Draft Changes

Owner – Team Member – Tom

Debug C# server side method

$
0
0

Hi All,

I have set up a test machine to debug ARAS server side methods. So installed Visual Studio 10 on the machine where ARAS server is running. I have enabled debugging in IE (version 9 on windows 7).

When I code a C# method and put System.Diagnostics.Debugger.Break() in the code, the debugger is activated but the only visible code is InnovatorServer.aspx. It does not show any of the method code nor can I step into the code.

I am out of options, so all help is appreciated.

 

Thanks,

 

Leon

Hide complete category in TOC

$
0
0

Hi,

i would like to hide a complete category(directory) in TOC for specific user or group. Is it possible to do it?

I use ItemTypes and TOC View, but it is not administrator friendly, becouse i have to disable all item types which are included in the category.

Thank you for reply,

TSing


Error 0x80070021

$
0
0

Hi to everyone,

anyone can help me with this error? Thank you.

onChange trigger for field type = Item

$
0
0

I have a problem where the onChange event is not being triggered on a Form field in Innovator 9.3 SP8.  The Form field is of type = Item.  When the user clicks on the Item selection widget, Innovator displays the Item search dialog.  Then the user searches/selects the desired Item and clicks on the green check.  The Form field is updated and shows the keyed-name of the selected Item, but the Field event method that I have for onChange does not execute.  If the user manually keyes in the keyed_name for an Item into the Form field, instead of doing the search/select, the onChange event does trigger.  Has anyone else run into this problem?  I have a work around, but it is not exactly what I want.

Attaching existing file to an existing part document

$
0
0

I have a problem while trying to attach an existing file in the vault to an existing document.

  //get Document Item                    

            Item qryItem1 = MyInnovator.newItem("Document", "get");

            qryItem1.setAttribute("select", "item_number");

            qryItem1.setProperty("item_number", "5003");

            qryItem1.setPropertyCondition("item_number", "eq");

            Item results1 = qryItem1.apply();

            int count1 = results1.getItemCount();

            Item Doc1 = results1.getItemByIndex(0);

            int iLstat1 = Doc1.getLockStatus();

 

            if (iLstat1 == 0)

                Doc1.lockItem();

 

           Item relItem1 = MyInnovator.newItem("Document File", "add");

            relItem1.setProperty("source_id", id1);

            Item FileItem = relItem1.createRelatedItem("File", "add");

            FileItem.setProperty("filename", itemNumber1);

            FileItem.attachPhysicalFile("c:\\temp\\rrrr-test.txt");    /// It crashes at this line

            Item res2 = relItem1.apply();

 

            if (res2.isError())

            {

                Console.WriteLine(res1.getErrorString());

            }

            Doc1.addRelationship(relItem1);

///////////////////////////////////////////////////////////////////////////////////

 

it gives an error that the ITEM ID is not set at the statement :  FileItem.attachPhysicalFile("c:\\temp\\rrrr-test.txt"); 

Executing a Method within a Report

$
0
0

I'm working on executing a method within a report. As an administrator I don't have any issues executing the report. The other users are getting a client side error. I have the permissions for the method set to All Employees. Is there another area of ARAS where I need to assign the appropriate permissions for the method to be executed through a report? Thank you for your help. Its greatly appreciated. 

Life Cycle State

$
0
0

Hi,

i want to add a new life cycle state and in that state user can update the document but the revision of the document should not be changed after updating. So what i can do for this, please help me i am beginner to Aras.

Thanks in advance.

How to open a search dialog window programatically

$
0
0

Dear friends,

Good afternoon !

How to open a search dialog window programatically.

simillar functionality is available inbuilt  in ARAS - if we use data type = "Item" to any property.

I am designing a form in ARAS innovator 9.3. on this form, I placed one HTML control and wrote html code for it.

My intension is to create a complete user defined custom made input form.

 

Best Regards,

Ashok

 

 

Search Dialog: How to get other Properties?

$
0
0

Hi all,

How can we get a specified property of a selected Item from the Search Dialog? For ex: If I select an User from User Search dialog the User's name will be displayed in the field.  If I need to get any other property of the selected User (ex: 'cell') how do I get that.  

If any coding required, please help me with some sample code.

Thank you

 


access denied to page "/Client/default.aspx"

$
0
0

I try to install aras innovator v9.4 in Windows XP, but result in access denied  to page "/Client/default.aspx", and the page show me nothing.

I found it failed to access the dll "cbin/IEHostTestControl.dll#IEHostTestControl.Control" in default.aspx.

 

The error is

[

   Web ページ エラーの詳細

  ユーザー エージェント: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.5; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET  CLR 3.5.21022; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
  タイムスタンプ: Wed, 14 Aug 2013 08:51:44 UTC


  メッセージ: アクセスが拒否されました。

  ライン: 34
  文字: 5
  コード: 0
  URI: http://localhost/InnovatorServer/Client/X-salt=std_9.4.0.5804-X/default.aspx

]

Deployment Error

$
0
0

Does anyone recognize this Error message? We are trying to move this new Item "PR" from Dev to Test. and got the following error message. Cannot make out what it is trying to say.

 

faultstring:ItemType Life Cycle with source_id 'PR' Class Path " already exists.

faultdetail:ItemType Life Cycle with source_id 'PR' Class Path " already exists.

faultcode:-1


Thanks for the help 

 

Hosting .net controls in Internet explorer is disabled

$
0
0

Good day,

I have recently installed Aras Innovator 9.4 on Windows 2008R2 server. I can log into the client on the server.

On a separate computer on the network running Windows 7 and IE10 I have followed all the procedures for setting up client. .Net 4 and 4.5 are installed. I get error trying to access:

Aras Innovator client has failed to initialize.

Hosting .net controls in Internet Explorer is disabled.

 

I have been all over this forum looking and trying tricks for ie10 and .net 4.5... no luck.

Can someone help?

 

Thank you.

April

 

 

Access file from a document connected to a Part

$
0
0

ERROR while trying to execute the statement to create iDownload_file, the array goes out of bound... the count is 0..

 

I am not able to traverse the relationship between the Part Document and file ... Please have a look at the code below and give me a suggestion of where i could be wrong..

I want to download the text file that is attached to the document.

public int Export_File(Innovator MyInnovator, string sPart_num, String sRevision_num, string sPath)
        {
                    //Check if the Part Item  exists                 
                    Item iQryItem = MyInnovator.newItem("Part", "get");
                    iQryItem.setAttribute("select", "item_number");
                    iQryItem.setProperty("item_number", sPart_num);                   
                    iQryItem.setPropertyCondition("item_number", "eq");
                    iQryItem.setProperty("major_rev",sRevision_num);
                    iQryItem.setPropertyCondition("major_rev", "eq");
                    Item iResults = iQryItem.apply();
                    int nCount = iResults.getItemCount();                
                   
                    if (nCount == 1)
                    {
                        Item iPart_doc = iResults.fetchRelationships("Part Document").getRelationships("Part                      Document").getItemByIndex(0);
                        Item iRes_doc = iPart_doc.apply();
                        string id1 = iPart_doc.getID();
                        iRes_doc.lockItem();

                        Item iDownload_file = iRes_doc.fetchRelationships("Document File").getRelationships("Document File").getItemByIndex(0);
                        Item iRes_file = iDownload_file.apply();
                        string id2 = iRes_file.getID();
                       
                        int lock_status = iRes_file.fetchLockStatus();
                        if (lock_status == 0)
                        {
                           
                           
                          
                        }
                        else
                        {
                            Console.WriteLine("Unable to lock the file\n");
                        }

                        iPart_doc.unlockItem();
                    }
                    else
                    {
                        Console.WriteLine("This item not found on the Aras database.\n");
                        return 0;
                    }

                    return 1;
        }

Aras 9.4 Installation failure

$
0
0

Hello,

 

I was trying to install Aras 9.4 on a Windows 2008 Enterprise SP2 box. Obtained the license key from Aras' support website and also have all the prerequisites installed. But I could only go as far as entering the licensing information , once I enter the license key that Aras gave me and click Next., I get this popup which says "Error occured:-2147219705 (null)". I do not know what this error means. I have attached the screenshot of the error. 

Any clues?

 

Thanks,

Hemanth

Viewing all 1103 articles
Browse latest View live


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