<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>srikumarradha さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/srikumarradha</link><description>srikumarradha さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Discussion Starter I</title><link>https://www.aras.com/community/achievements/21025ab1-febb-4fb4-a872-d32a921cb45c</link><pubDate>Sat, 04 Jan 2025 09:26:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b0f4d594-fd96-48ca-9a4a-dccfd965c5be</guid><dc:creator /><description>Start a discussion in a forum that receives 5 replies.</description></item><item><title>Unable to download Aras Innovator Community Edition through email Link</title><link>https://www.aras.com/community/f/getting-started/55347/unable-to-download-aras-innovator-community-edition-through-email-link</link><pubDate>Tue, 12 Nov 2024 14:44:56 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a7f164b4-918a-4cbc-a711-91fa3303cd38</guid><dc:creator>srikumarradha</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am unable to download the Aras Innovator Community Edition received through email. Will appreciate if it can be resolved.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;with warm regards&lt;/p&gt;
&lt;p&gt;Srikumar&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/6/aras_5F00_download.png" alt=" " /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>&amp;quot;Classification cannot be changed after saving the item&amp;quot; error using the .Net API to update requirement</title><link>https://www.aras.com/community/f/development/6100/classification-cannot-be-changed-after-saving-the-item-error-using-the-net-api-to-update-requirement</link><pubDate>Mon, 24 Jun 2019 10:24:19 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6b7bc16f-31b8-4521-988f-daae7800b5dd</guid><dc:creator>archan96</dc:creator><description>&lt;p&gt;I am using Aras 11 SP15. I am trying to update a requirement I created. Here is my code:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;using System;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;using System.Collections.Generic;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;using Aras.IOM;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;namespace TestArasProject&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;nbsp; &amp;nbsp; public static class Program&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;nbsp; &amp;nbsp; { &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public static void Main(string[] args)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;HttpServerConnection conn = IomFactory.CreateHttpServerConnection(serverUrl, dbName, username, password);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Innovator inn = IomFactory.CreateInnovator(conn);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;conn.Login();&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Item updateItem = inn.newItem(requirement, &amp;quot;edit&amp;quot;);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;string internalId = &amp;quot;FB20D91203DC4E3EB30DBA0CFBE4FD0F&amp;quot;;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;updateItem.setAttribute(&amp;quot;where&amp;quot;, &amp;quot;[" + requirement.Replace(' ', '_') + "].&amp;quot; + &amp;quot;config_id&amp;quot; + &amp;quot; = &amp;#39;&amp;quot; + internalId + &amp;quot;&amp;#39; AND [" + requirement.Replace(' ', '_') + "].&amp;quot; + &amp;quot;is_current&amp;quot; + &amp;quot;=&amp;#39;1&amp;#39;&amp;quot;);&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;// updating the name of the requirement&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;updateItem.setProperty(&amp;quot;req_rm_title&amp;quot;, &amp;quot;Test Requirement&amp;quot; + Guid.NewGuid());&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Item result = updateItem.apply();&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(result);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(result.isError());&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Console.ReadLine();&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;conn.Logout();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;nbsp; &amp;nbsp; }&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;I am getting the following error:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&amp;quot;&lt;a href="http://schemas.xmlsoap.org/soap/envelope/" /&gt;&amp;quot;&amp;gt;schemas.xmlsoap.org/.../&amp;quot; xmlns:i18n=&amp;quot;&lt;a href="http://www.aras.com/I18N"&gt;&amp;quot;&amp;gt;www.aras.com/I18N&amp;quot;&amp;gt;&amp;lt;SOAP-ENV:Body&amp;gt;&amp;lt;SOAP-ENV:Fault&amp;gt;&lt;/a&gt;&lt;br /&gt; &amp;lt;faultcode&amp;gt;1&amp;lt;/faultcode&amp;gt;&lt;br /&gt; &amp;lt;faultactor /&amp;gt;&lt;br /&gt; &amp;lt;faultstring&amp;gt;Classification cannot be changed after saving the item.&amp;lt;/faultstring&amp;gt;&amp;lt;/SOAP-ENV:Fault&amp;gt;&amp;lt;/SOAP-ENV:Body&amp;gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;I checked the XML which was getting created to update, this XML did not even contain the Classification property nor am I trying to update it. Here is the XML:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;Item isNew=\&amp;quot;1\&amp;quot; isTemp=\&amp;quot;1\&amp;quot; type=\&amp;quot;re_Requirement\&amp;quot; action=\&amp;quot;edit\&amp;quot; where=\&amp;quot;[re_Requirement].config_id = &amp;#39;3AFD850B785E43F1B854EE404469FA87&amp;#39; AND [re_Requirement].is_current=&amp;#39;1&amp;#39;\&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;req_title&amp;gt;2019_06_24_12_25_42_850_-{AB}&amp;lt;/req_title&amp;gt;&lt;br /&gt;&amp;lt;/Item&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;I noticed that Classification (Type) is a default value on UI still I need to explicitly pass it through the API. This is not the case with Risk or Complexity type of fields. How do I update a requirement?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Wed, 12 Dec 2018 22:57:24 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d1b96f93-58fe-4e5d-b210-bb3afc245744</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>Email &amp;quot;onafteradd&amp;quot; not working for some users</title><link>https://www.aras.com/community/f/development/3920/email-onafteradd-not-working-for-some-users</link><pubDate>Sat, 08 Sep 2018 03:10:10 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ff56b85f-9128-4502-b1ae-9d5ac0547a7a</guid><dc:creator>srikumarradha</dc:creator><description>Hi

I am in the process of testing email notifications after creation of a certain item using CCO.Email.SendEmailToIdentityEx(....), which is set to trigger after &amp;quot;onAfterAdd&amp;quot;. I need to configure this for users across couple of geographical locations (on the same network). Required permissions to add, update, etc for creating and updating the item have been granted.

While this works very well for all users at my geographical location, it is not working (ie, I am unable to save-unlock-close the new item) when I test it with the logins of users from other locations , unless, the user(s) are added to the &amp;quot;administrators&amp;quot; identity.

The code being used as as follows: -

If Me.GetType() &amp;lt;&amp;gt; &amp;quot;My Item&amp;quot; Then Return Me
Dim inn As Innovator = Me.newInnovator()
Dim itemAction as String = Me.getAttribute(&amp;quot;action&amp;quot;)
Dim inItem = Me.apply(&amp;quot;do_l10n&amp;quot;)
If inItem.isError() Then Return inItem

Me.setAttribute(&amp;quot;action&amp;quot;, itemAction)

&amp;#39;+++ Email to My Team
Dim myTeam As String = &amp;quot;MY TEAM&amp;quot;

&amp;#39;+++ Generate and fill todentityName array +++

Dim myitemProperty As String = inItem.getProperty(&amp;quot;myitem_property&amp;quot;)

Dim myItemId As String = inItem.getID()
&amp;#39;--- Generate and fill fromIdentityName ---
Dim fromIdentityId As String = CCO.Permissions.GetIdentityIDbyName(&amp;quot;Innovator Admin&amp;quot;)

&amp;#39;+++ Getting the Login Name for From Identity for EMail+++
Dim xml As String
xml = &amp;quot;&amp;lt;AML&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;Item type=&amp;#39;User&amp;#39; action=&amp;#39;get&amp;#39; select=&amp;#39;login_name&amp;#39;&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;Relationships&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;Item type=&amp;#39;Alias&amp;#39; action=&amp;#39;get&amp;#39;&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;related_id&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;Item type=&amp;#39;Identity&amp;#39; action=&amp;#39;get&amp;#39; id=&amp;#39;&amp;quot; &amp;amp; fromIdentityId &amp;amp; &amp;quot;&amp;#39; /&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;/related_id&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;/Item&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;/Relationships&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;/Item&amp;gt;&amp;lt;/AML&amp;gt;&amp;quot;

Dim res As Item = inItem.getInnovator().applyAML(xml)
If res.isError() Then Return res

Dim fromUserName As String = res.getProperty(&amp;quot;login_name&amp;quot;)
&amp;#39;+++ Generate and fill the Body of the EMail using Project and Activity Details +++
Dim protocol As String = &amp;quot;http&amp;quot;
Dim host As String = HttpContext.Current.Request.Url.Host
Dim port As String = HttpContext.Current.Request.Url.Port
Dim vDir As String = &amp;quot;&amp;quot;
Dim count As Integer = HttpContext.Current.Request.Url.Segments.Count
For index As Integer = 1 To (count - 3) &amp;#39;Ignoring &amp;quot;Server/InnovatorServer.aspx&amp;quot;
vDir += HttpContext.Current.Request.Url.Segments(index)
Next
If port &amp;lt;&amp;gt; &amp;quot;80&amp;quot; Then
host += &amp;quot;:&amp;quot; + port
End If

If HttpContext.Current.Request.IsSecureConnection &amp;lt;&amp;gt; False Then
protocol = &amp;quot;https&amp;quot;
End If
Dim htmlBody As String = &amp;quot;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;body&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;A new my item has been created.&amp;quot; &amp;amp; _
&amp;quot;The details of the item created are given below.&amp;quot;&amp;amp; _
&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;My Item Property: &amp;quot;&amp;amp; myitemProperty &amp;amp; &amp;quot;&amp;lt;br&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;quot; &amp;amp; _
&amp;quot;&amp;lt;/body&amp;gt;&amp;quot;

&amp;#39;+++ Complete generating the Body of the EMail +++
If Not String.IsNullOrEmpty(myTeam ) Then
CCO.Email.SendEmailToIdentityEx(myTeam , &amp;quot;New My Item Created for : &amp;quot;&amp;amp; myTeam &amp;amp; &amp;quot;&amp;quot;,&amp;quot;&amp;quot;, htmlBody, fromUserName)
End If

&amp;#39;+++ The command for sending the EMail +++

Return Me

&amp;nbsp;

Will be great if someone has also faced this issue and can indicate the solution.

Regards

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>