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

A new state on lifecycle to reflect for existing items

$
0
0

Hi ,

There is a new state to be added on the existing lifecycle of an item type. 

I understand that this new state will reflect only on the newly created items after the change.

Can anyone tell me how we can get the new state reflect on existing items also? 

Thank you in advance.

Regards

Rekha


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.

Scripting Error - Client/javascript/scriptset6.aspx

$
0
0

I have a few users that are getting a scripting error when they open search windows. An example would be opening the parts window inside of the BoM tab or inside of an ECO. Any ideas on what is causing this error and how I can fix it? Thank you for your help its greatly appreciated. 

Line: 903

Char: 2

Error: object doesn't support this property or method, code 0

Code: 0

URL: http://URL/innovator/Client/javascript/scriptset6.aspx

 

Help with First method

$
0
0

Everyone:

I'm working on my first method.  A small piece of code to return a top assembly part #.

Item qryItem = this.newItem("A_CN", "get");
qryItem.setAttribute("select", "top_assy_pn");
qryItem.setProperty("id", "XXXXXXXXXXXXXXX");
Item results = qryItem.apply();

string pn = results.getProperty("top_assy_pn");
results.setProperty("tap", pn);

When I 'Run Server Method', the return data is:

<top_assy_pn keyed_name="11093-8" type="Part">6B44F561DD104C41AF08A73C7D3865A3</top_assy_pn><tap>6B44F561DD104C41AF08A73C7D3865A3</tap></Item>

The data is correct, what I want to get with the results.getProperty("top_assy_pn") statement is the keyed_name value of 11093-8, not the GUID.  I've tried several things with no luck.  How can I pull that keyed_name value out?

Sincerely,

Dale Williams

 

LockedItems Use Source Access results in inability to Unlock

$
0
0

This has been a fun one to track down...

I have an item that has a Lifecycle State permission (Let's call the permission PermA) of:

World -> Get
Owner -> Get, Update
Admin -> Get, Update, Delete

When the user (owner) locks one of these items while in the state with those permissions, the LockedItem gets a permission id of PermA.

When the user then tries to unlock that item (without making any changes) they get an error: "Insufficient permissions to delete the item.".

LockedItems has a default permission allowing the Creator to Delete and Update, but it also has "Use Src Access" checked, giving it the permissions of the Source Item, PermA.  Since PermA only mentions Owner and the LockedItem is not getting an owner populated, they don't have permissions to delete the LockedItem, thus they can't unlock it.

Am I missing some setting that prevents this from happening?  Is turning off "Use Source Access" on "LockedItems" a sufficient solution?

Thanks

Jen

Web Service Configurations problem

$
0
0

Hi all,

I need your help because an apparently stupid problem: when I try to publish (by a web service configuration) the properties of a Relationship ItemType (es. "Program Project"), I can choose all the properties of the Relationship but the property "source_id". It's obvious that without that property, the Relationship is unusable (I cannot recover the Source Item).

So, there's something that I don't know about publishing Relationship ItemType? Maybe I can obtain that information in another way?

Thanks.

Guido

Actions based on voting

$
0
0

Hey,

I have a workflow for a document and at one of the activities, I would like to take some action after voting.  Basically, I need to see what they voted for. I think I can attach a server method to the "onvote" event, but I am not sure exactly when this triggers, or how to find our what the user voted.  Any help would be greatly appreciated!

Unable to get License Key

$
0
0

When trying to obtain license key, the confirmation page does not list the e-mail to which the key is being sent.  When checking the e-mail, no e-mail is ever received.  We've tried different addresses, but come up with the same issue and have tried using different browsers.


503: Service unavailable

$
0
0

Hi!

I installed Aras Innovator 9.4.0 on our newly installed Windows Server 2008 R2 Datacenter.

I followed the instructions from this video:

http://www.youtube.com/watch?v=osLK5k2_Zxs

and installed all prerequisites mentioned in the video.

 

When I open the url: http://localhost/InnovatorServer on the server I get the error:

HTTP Error 503. The service is unavailable.

 

How can I fix this?

Thanks for the help!

 

There are also some events logged in the event viewer:

(Translated from german):

Event ID: 2276, The worker processfailed to initializecorrectlyandtherefore could notbe started

Event ID: 5009, A process serving applicationpool '"ArasASP.NET 4.0AppPool""has unexpectedly quit.The process IDis "278896".Theprocess exitcode is "0xfffffffe"

I attached the full event log (it should also contain english error messages).

 

Here is a list of all the installed programs on the Server:

Name                                                      Version
Microsoft Application Error Reporting                     12.0.6015.500
SQL Server 2008 R2 SP2 Database Engine Services           10.52.4000.0
MSXML 4.0 SP3 Parser                                      4.30.2100.0
Microsoft SQL Server 2008 R2 Policies                     10.50.1600.1
Microsoft SQL Server 2008 R2 RsFx Driver                  10.52.4000.0
SQL Server 2008 R2 SP2 Database Engine Shared             10.52.4000.0
Microsoft SQL Server 2008 R2 Setup (English)              10.52.4000.0
Microsoft SQL Server Browser                              10.52.4000.0
Microsoft SQL Server Compact 3.5 SP2 Query Tools ENU      3.5.8080.0
SQL Server 2008 R2 SP2 Database Engine Services           10.52.4000.0
Microsoft SQL Server 2008 R2 Native Client                10.52.4000.0
SQL Server 2008 R2 SP2 Management Studio                  10.52.4000.0
Microsoft SQL Server 2008 Setup Support Files             10.1.2731.0
Microsoft Report Viewer Redistributable 2008 (KB971119)   9.0.30731
SQL Server 2008 R2 SP2 Database Engine Shared             10.52.4000.0
Microsoft Visual Studio Tools for Applications 2.0 - ENU  9.0.35191
SQL Server 2008 R2 SP2 Common Files                       10.52.4000.0
Aras Innovator                                            9.4.0
Microsoft SQL Server Compact 3.5 SP2 ENU                  3.5.8080.0
Microsoft SQL Server VSS Writer                           10.52.4000.0
SQL Server 2008 R2 SP2 Common Files                       10.52.4000.0
SQL Server 2008 R2 SP2 Management Studio                  10.52.4000.0
Sql Server Customer Experience Improvement Program        10.50.1600.1


.NET Security Settings Error on startup w/ Windows 7Pro and IE8

$
0
0

There are a lot of posts with this error and I think I've tried all of the solutions available to me.  I'm running Windows 7 Pro x32 and IE8.  I ran the SDNS tool from my desktop as an administrator.  I got this log:

[========================================================]
   Setting security for .NET 2.0 ...
[========================================================]


WARNING: It seems like a group with the membership URL similar to
         "http://161.242.85.11/InnovatorServer/" already exists:
   ...
   1.6.  Url - http://161.242.85.11/InnovatorServer/Client/cbin/*: FullTrust (Exclusive LevelFinal)
   ...

NOTE: creation of multiple groups with the same name or the same 
      membership URL can cause problems when running Innovator


Removing existing group shown above and create a new
group with membership URL "http://161.242.85.11/InnovatorServer/" ....


[--------------------------------------------------------]
   Delete old group with membership URL "http://161.242.85.11/InnovatorServer/" ...
[--------------------------------------------------------]

Microsoft (R) .NET Framework CasPol 2.0.50727.5420
Copyright (c) Microsoft Corporation.  All rights reserved.

Removed code group from the Machine level.
Success


[--------------------------------------------------------]
   Create new group with name "http://161.242.85.11/InnovatorServer" ...
[--------------------------------------------------------]

Microsoft (R) .NET Framework CasPol 2.0.50727.5420
Copyright (c) Microsoft Corporation.  All rights reserved.

Added union code group with "-url" membership condition to the Machine level.
Success

 

Per other forum entries, I've downloaded and run MSXML 4.0 SP3.  My Microsoft.Net\Framework directory has entries for v1.0.3705, v1.14322, v2.0.50727, v3.0, and v3.5. 

 

I've added http://161.242.85.11/InnovatorServer/ to my list of trusted sites and enabled everything that I have access to change in the custom configurations.  Is there a list of what specific options need to be checked?

 

Any other tips/tricks/ideas would be appreciated.  Also, I'd like to run the .Net config utility shown in the .NET configuration file on the support page.  What is the executable name and if it's not part of the standard 2.0 install anymore can I get it separately? 

 

thanks,

Ron CK

Aras Innovator client has failed to initialize

$
0
0

Hi All,

I have an installation of Aras innovator on my machine.  That is working fine .

But whenever I tried to access from the client machine, it is showing the below error.

 

But I followed all the instructions given in the "Aras Innovator 9.0 - .NET Client Configuration.pdf" guide. I have installed ".Net Framework 2.0 Redistributable version" also.

Anyone knows about this problem? 

Both machines have configuration of  Windows XP SP2,  1.5GB of RAM, IE6.0, .Net Framwork2.0.Only difference is I don't have administrator for the client machine. Is 'administrator' privilleges required for accessing the Aras Innovator from client machine?

...Review your .NET security settings

$
0
0

Error:

Aras Innovator client has failed to initialize.  Please, contact your system administrator to review your .NET security settings.

 

Using:

Innovator 9.3
32 bit IE9 with browser settings per IE Client Machine Configuration doc
sdns.exe downloaded from support and correct url entered (shows .net 2.0 at the bottom)
.NET 4.5 uninstalled

Workstation is Win 7 Pro fully updated.  It is the dev machine for the DBA and will have sql 2005, vstudio express 2012 and possibly other tools.  This was working two weeks ago.  I have gone as far as system restore back to that date with no change.

Thanks for you help! 

 

 

.Net Security settings. Cant log from clients.

$
0
0

Good day,

 

I keep having this error when trying to connect to  my innovator server from  clients.

 

URL:  http://ip_address/innovatorserver

Aras Innovator client has failed to initialize.

Please, contact your system administrator to review your .NET security settings.

 

I have read and followed the .net client security documentation, I ran the  sdns.exe tool on my clients AND on the server but im still having the error message on all clients (even after clearing the cache/history/temp folders).

I can  log from the server no problem. I just have this message when connecting from clients.

 

Clients are Vista with IE7 and XP with IE7.   .Net framework 1.1 and 2.0 are used.

 

Anyone with a clue on why this is happenning?  Any help is much apreciated.  Thanks.

Assign administrative rights to user

$
0
0

I'm new to Aras Innovator so sorry for this question!

 

How can I assign to a newly created user administrative rights/permissions? The user should be able to have the same rights as 'root' user.

 

I already logged in with root user and created the user but couldn't find any window where to set the user permissions.

 

Thanks for your help!

Run EXE File from Client /Server Side

$
0
0

Hi All,

  How to run a .exe file from aras. Both from client and Server side.

Naresh.

 


Remote Debugging in Win7 & VS2010

$
0
0

After figuring out that the programmers manual was outdated, I had to fool around with things to get this working for myself. Just thought I'd post how I did it so others could give it a try.

Note: You don't need to do this if the server is local, just turning on Just-In-Time debugging will work if you add the line 'System.Diagnostics.Debugger.Break();' into the code. Otherwise attach to the process 'w3wp.exe'. Also I'm pretty bad at explaining things for the most part, so feel free to point things out.

Also, the process 'w3wp.exe' will only run once you have Innovator open and are trying to run code, as far as I've found at least.

First set up Remote Debugger on the server computer. Make sure to uncheck the 'run as a service' option.

http://msdn.microsoft.com/en-us/library/bt727f1t.aspx

Now run Visual Studio 2010 Remote Debugger, go to Tools -> Options and set it to No Authentication and choose a port, then set it back to Windows Authentication. (for some reason we couldn't get it to connect with No Authentication O_o)

Then set up the firewall, using the port you selected above instead of the one it tells you to use.

http://msdn.microsoft.com/en-us/library/ee126350.aspx

Once that's done open up your Control Panel, go to Administrative Tools then run Computer Management. In here open up Local Users and Groups and click on Users. Go to Action -> New User and add an account that has exactly the same username and password as the one you use to log into the computer you're trying to debug remotely from. Once that's done make sure the user is in the Administrator group and close that window.

Now open up Internet Information Services from the Administrative Tools window and press the arrow next to your computer name on the right. Choose the first option under your computer name, right click on Aras Innovator AppPool ASP.NET 2.0, go to advanced settings. Scroll down to Ping Enabled and switch it to false, and set Ping Maximum Response Time to 300 or greater.

Lastly open up 'C:\Program Files\Aras\Innovator\Innovator\' and share either the 'Server' folder or the 'Server\dll' folder so that the remote computer can find the source file to look at.

Log into your Innovator server (hopefully a test environment!) and run Visual Studio 2010 on the remote computer, then go to Tools -> Attach to Process and in the Qualifier box put the the server name that Visual Studio 2010 Remote Debugger shows to connect to. Select 'w3wp.exe' and hit attach. Now if there's an error or you have the line 'System.Diagnostics.Debugger.Break();' in your server side code it should automatically open up in VS2010. 

Wall of Text crits readers for 20k! Anyway, tell me if that works for anyone else, or if it's too confusing to understand. That's what we had to do to get it to work. Enjoy.

Planned setup. Is this possible?

$
0
0

Hi

We are in the beginning process of implementing a PLM system

Our needs are like this:

When project starts we know that we will build 3 prototypes and a release part with a BOM list

First build will be called A1 second A2 third B and the release  C

All will have a BOM list and the importance  here is that if A1 is released with a BOM that have 3 items and a certain revision not will change, when we increase revisions for A2 or B BOM list items.

This for purchase to order the correct BOM item revision to correct prototype.

We made a test on this and we got this result:

Released part 11 Rev A

Created Part 11 Rev B

Changed some Rev on BOM items

Released Part 11 Rev B

Created Part 11 Rev C

Now we have to change Rev A and this get me confused

A new Rev B is created?

A new A1 or new C would have worked but not a new already released version.

Can I do what i want?

I'm not here to get a full solution just if it's possible and some hint's would be very appreciated.

 

Cheers

Thobbe 

File download permissions.

$
0
0

Hi,

How to restrict the Users to download the file related to a CAD Document. 

As per the Permissions given some Users are not able to 'Edit' the CAD Documents, but they can still download the attached files.  

Thank you,

Harsha 

How much bandwidth (approximately) is required when 100 users are using aras client at a same time?

$
0
0

How much bandwidth (approximately) is required when 100 users are using aras client at a same time? 

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

]

Viewing all 1103 articles
Browse latest View live


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