Questions tagged [archer]

Archer refers to the (RSA) Archer GRC Platform. It is a 5th Generation Application Development Suite / running system/database application for [corporate enterprise] Governance, Regulation, and Compliance. It is very similar in concept to PeopleSoft and it's accompanying tools for building applications.

RSA purchased Archer Technologies in early 2010 for an undisclosed amount. EMC purchased RSA in 2006 for $2.1 billion.

88 questions
0
votes
1 answer

Installing RSA Archer with IIS with windows credentials not logging in

I have installed RSA Archer with IIS server on my windows server, Its working on localhost, but I am not able to login with windows creds. Any help?
0
votes
1 answer

Error Encountered: Value is not valid number: B2 Parameter name: serialDate

I'm trying to create my own calculation in RSA Archer. I'm comparing to Date fields. Sample calculation: Field name Field Type Field 1 Date Field 2 Date Field 3 Values List IF(DATEDIF([Field 1], [Field 2]) > 0, VALUEOF([Field…
0
votes
3 answers

RSA Archer Notification content

I am trying to edit the content on standard notification. I want to split the body into two equal columns. When I try doing that in the HTML it always mess the CSS and automatically re-write it. I am adding the following:
0
votes
1 answer

Is there a function in Archer that could draw a line separating two outputs in a single field?

I am trying to concatenate 2 outputs in calculated text field. But I would like to draw a line in between them or at least give them a heading, so that the users will be able to identify them easily. I could make different fields and have them…
0
votes
1 answer

I am trying to import data into Archer from an XML file using File Transport data Feed. But no records are getting created

I am providing XML input as below: SPH0 Alberta XSLT input in navigation as:
Shivani
  • 3
  • 2
0
votes
1 answer

RSA Archer data feed uses plaintext password

RSA Archer, version 6.4 SP1 P2. I use Database Query Transporter for Oracle DB. I configured ODBC Data Provider with a connection string: Driver={Oracle in instantclient_19_3};Dbq=my_id;Uis=my_username;Pwd=my_password; It works, but I hate to have…
Diodak
  • 80
  • 8
0
votes
3 answers

How to consume the RSA Archer REST API to fetch Report?

Unable to retrieve ANY data when I try to fetch simple content from Archer via REST API calls through Postman or Mule. 1. Is URL below correct? What am I missing? 2. How to get Reports via Archer REST API i.e what API resource to use. Have seen the…
tulip
  • 1
  • 1
  • 2
0
votes
2 answers

Is there a way to store sum using calculated fields in RSA Archer GRC?

There are two fields. The first contains numeric value. The second should contain the sum of the all changes of the first field. Can I use calculated field for this task? If so what would be inside the formula? For example: Update 1 First field…
Alexander
  • 19
  • 8
0
votes
2 answers

How to execute script on every tab changing in RSA Archer GRC?

I'm trying to change styles of many text fields on a layout of an application in RSA Archer GRC using custom object. I wrote a script and it runs only once, when the application is opened. The problem is that the layout contains multiple tabs. When…
Alexander
  • 19
  • 8
0
votes
1 answer

How to get ID's of the records in Cross-reference field using Web API in RSA Archer?

I need to get the ID's of the records in a cross-reference field using Web API. Is there an API method to solve this type of task? Or at least I want to know, how to get the value of a specific field? There are many different methods described in…
Alexander
  • 19
  • 8
0
votes
2 answers

How to count the number of records in cross-reference field in RSA Archer GRC?

I need to create a numeric field that would calculate the number of records in a cross-reference field. My version of RSA Archer GRC is 6.5. As I understd, there isn't any standard function for this type of calculations. At least I can't find it. I…
Alexander
  • 19
  • 8
0
votes
2 answers

How to get current session token in RSA Archer?

I'm working with RSA Archer GRC 6.5 and trying to create an iView block with custom content. It's supposed to show results of an ExecuteSearch request using JavaScript. To do that I need to get a current session token, but I can't find the…
Alexander
  • 19
  • 8
0
votes
1 answer

Archer - How to implement Automatic Findings

I would like to know in what circumstances the Automatic Findings can be set. Is it related to a workflow? If not, how can you trigger an Automatic Finding with a simple example that I can carry out as a test? Thanks in advance for your kind…
0
votes
1 answer

RSA Archer - Multiple application layouts and their use

I have found the possibility to define multiple Layouts for an Archer application but I didn't understand how to use them. For example when I add a record I see the default layout and the promo I created. How can I point to some other Layouts and…
0
votes
2 answers

How do I retrieve the ContentID from a record?

I have the metadata of all the required fields and modules/levels. I'm trying to use the REST API's content/contentid to get details on a single record. When I make a call and use the ID for that record (ticket number) it doesn't return anything.…
cam
  • 1
  • 2