Aveksa Archive
by IDAMGroup
Setup Aveksa Collector to authentication using Windows Authentication
Setup MSSQL Server connection using Windows Authentication To setup aveksa collector to connect to MSSQL Server using Windows authentication. 2 ways to connect to MSSQL Server to collect data SQL Authentication SQL Authentication is straight forward to setup in Aveksa Collector. Windows Authentication Download the jtds-*.jar file any latest version Copy it to Jboss_HOME://server/default/deploy/aveksa.ear/aveksa.war/WEB-INF/LocalAgent/common/lib/jtds1.2-5.jar restart…
by IDAMGroup
RSA Aveksa Self Signed Certificate Creation
RSA Aveksa (Jboss) Self Signed Certificate Creation Aveksa Jboss Certificate Store location #/home/oracle/jboss-<version>/server/default/conf/keystore Aveksa has two Keystore Keystore : aveksa.keystore Truststore : server.keystore IMPORTANT : Before doing anything take backup of above two keystore Create certificate oracle@acm-dev:~/jboss-4.2.2.GA/server/default/conf/keystore> keytool -genkey -alias aveksa_dev -keyalg RSA -keystore aveksa.keystore Enter keystore password: What is your first and last name?…
by IDAMGroup
RSA Aveksa SOAP Webservice Node
RSA Aveksa supports to make SOAP Webservice call using 2 ways 1. Using AFX SOAP Webservice Connector 2 Using SOAP Webservice Node within workflow In this post we are gonna see how to configure the SOAP Webservice Node within the workflow to make simple webservice call and get the result. SOAP Webservice node can be…
by IDAMGroup
Next Value component in the Workflow – RSA IMG
NextValue Component In Aveksa This post will show you how to perform the Looping using the Nextvalue components in the workflow Let’s take an example that i need to iterate through the user list and perform some action for each user. This is achieved through Nextvalue compoenent Components used SQL Node Select user_id …
by IDAMGroup
RSA Aveksa Adding Prefix to Change Request Name or Number
How to add prefix to your Change Request Name or Number In the Master Request workflow Request –> Workflow –>Request tab Check the highlighted box, it prefix the Requester Name for “Add to my access” and Target user name for “Add Access” for every request. ——————————————————————————————————————————————— Disclaimer: Content posted here worked…
by IDAMGroup
RSA Aveksa Request Workflow
Request Workflow In this Post i will give you idea of how to setup request workflow with approvals In RSA IMG (Aveksa) any request you make (Add/Change/Remove) will call a workflow which you can define under Request –> Workflow–> Request The workflow you choose here will be called when you submit any type of…
by IDAMGroup
RSA Aveksa Backup Planning
Planning RSA Aveksa Backup In Aveksa backup can be taken in different level and for different components Fullbackup Fullbackup will take the current state of the aveksa environment. acm stop acm stopdb acm startdb run the backup/export script /home/oracle/database/DBA/AVDB/scripts/AVDB_Export_AVUSER.sh -t _backup_before_patch. This will create the database dump in the following location /home/oracle/AveksaExportImport/ After backup…
by IDAMGroup
RSA Aveksa – Schedule a Workflow or Run on Demand
Setup a workflow to run on scheduled basis or On-Demand In RSA IMG/Aveksa you can create a workflow and execute it on a scheduled basis or on demand. This can be done with the Custom task workflow By default this is not enabled. You need to first enable the “Custom task tab” to create…
by IDAMGroup
RSA Aveksa – Uploaded file size can not exceed warning
RSA Aveksa – Uploaded file size can not exceed warning RSA IMG / Aveksa Import size limitation warning will pop up when you import the metadata file size is greater than this limit “Max upload file size ” Admin –> Import/Export–> import RSA Aveksa can be configured to set the file size upload/ import of…