May 07, 2020
09:12 PM
For a quick and easy solution, we've had consistent success with the following: https://community.flexera.com/t5/FlexNet-Manager-Forum/Invoke-Expression-Exception-calling-quot-LoadFrom-quot-with-quot/m-p/144983/highlight/true#M6533
... View more
May 02, 2020
03:52 PM
2 Kudos
** Easy & universal fix provided by Microsoft ** Enable Windows to load files, such as the aforementioned (~Ionic.Zip.dll) from "remote" sources (different drives in this case). -------------------------------------------------------------- Steps: 1. FIND `machine.config ` (*replace [VERSION] respectively see reference #1): o 32-bit location: %windir%\Microsoft.NET\Framework\[VERSION]\config\machine.config o 64-bit location: %windir%\Microsoft.NET\Framework64\[VERSION]\config\machine.config 2. UPDATE `machine.config` (see reference #2 for Microsoft verification): <configuration> <runtime> <loadFromRemoteSources enabled="true"/> </runtime> </configuration> 3. SAVE `machine.config` 4. CLOSE (important) & RE-OPEN `powershell` (allows new changes to take place) 5. RE-RUN `Config.ps1` same way you did before -------------------------------------------------------------- I recommend following this solution, as provided by Microsoft, because each environment is different. Also, there are a variety of reasons people would choose to have these items on another local drive or even a shared drive. In some cases, the other mentioned solutions worked for us, other cases they did not. In many cases, this issue will have nothing to do with Flexera/FNMS or there will be underlying reasons the config is setup the way it is. Additionally, you can always copy the original `machine.config` and plug it back in once you've completed your upgrade or installation. References: 1. Find `machine.config`: o https://stackoverflow.com/questions/2325473/where-is-machine-config 2. How to update `machine.config` appropriately (loadFromRemoteSources enabled="true"): o https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dd409252(v=vs.100)?redirectedfrom=MSDN#example
... View more
Apr 22, 2020
03:27 PM
Awesome, this appears to be a fantastic supplement. Will update once I dive into it.
... View more
Apr 20, 2020
12:28 PM
Update from Flexera support: "Your enhancement request has been accepted by our Engineering Team as issue number: FNMS-68292. At this moment, there is no estimated time frame regarding when this feature might be incorporated into the product. However, you can track the status of this issue by checking product release notes or searching our Knowledge Base through the Flexera Customer Community."
... View more
Apr 15, 2020
12:24 AM
10 Kudos
Looking to create a business adapter which will import (add, update, or delete) Compliance Operators (table: ComplianceOperator) & respective tables that define the roles, permissions, groups, membership, & access in WebUI (examples listed in bottom of this post). The proposed solution is to populate a staging table that defines the access/groups a user belongs to. For example, the staging table is populated based on Active Directory groups that designate what permissions a user should have in the FNMS Web UI. The goal here is to eliminate operational effort / manual tasks that consistently take place when, for example, a new stakeholder desires access to the tool, a new teammate joins, or someone leaves the team. I noticed there are stored procedures that appear to handle creation (add) of the admin user in the upgrade/install docs (~ ComplianceProcedures.sql); however, this appears to only work for initial creation of admin user. I was looking for a query/sp to supply to a business adapter, which would be executed on a schedule to audit & provision intended access for users (ComplianceOperator) in the FNMS Web UI. Any help in this space would be greatly appreciated. I would be more than happy to collaborate on a potential solution as I can imagine this would be a useful adapter for anyone implementing FlexNet Manager Suite. Again, the goal here is to eliminate operational effort / manual tasks that need to take place when a new stakeholder desires access to the tool, a new teammate joins, or someone leaves. From digging through tutorials, learning modules, & schema references, I've created Related_Helper_Queries.sql (attached) & narrowed down a handful of tables that appear to be linked to user/role/ComplianceOperator access, which are: ComplianceOperator ComplianceOperatorTenant OperatorTenantSetting_MT GroupEx_MT (Note: Default role IDs ~ groupId = 10,9,8,7,6 ~ Business Reporting Portal Admin, Web Service, View Only, Operator, Administrator) MemberEx_MT (Note: TargetTypeID = 16 = Operator) RoleRight_MT Tenant TBD Gaps (this is where I could use the most help): SQL query/queries that would fetch all the respective details for the default/generic roles & tables that come with FNMS out of the box Business adapter logic to map related tables that handle what access/roles/permissions/operators have in the FNMS UI or.. stored procedure to execute all Create, Read, Update, Delete (CRUD) operations required for this adapter - related query found in Related section (below) Useful resources: UsingFlexNetBusinessAdapters2019R1.pdf (FNMS 2019 R1 On Prem) "The Link Operator - Role Object" (pg. 156-157) "The Operator Object" (pg. 162) FNMSSchemaReference.pdf (FNMS 2019 R1 On Prem) FlexNet Manager Suite Operations Class > Managing Users in FlexNet Manager Related: Stored procedure to add initial admin account (from install > db create) ~/FlexNet Manager Suite Installer 2019 R1/FlexNet Manager Suite\Database\Partitioned\FlexNet Manager Platform\ComplianceProcedures.sql Changing a Service Account into an Interactive Account (Flexera Community > Forums) User vs. Account (Flexera Community > Forums) Thank you for your time & I hope we can find a solution that will be useful to everyone.
... View more
- Tags:
- Accounts
- compliance operator
- ComplianceOperator
- FlexNet Manager Suite 2019 R1 On-Prem
- fnms
- fnms Group
- fnms Member
- fnms OperatorTenantSetting
- fnms RoleRight
- fnms web ui access
- fnms-on-prem
Labels
- Labels:
-
Idea
Latest posts by austinraun
Subject | Views | Posted |
---|---|---|
1583 | May 07, 2020 09:12 PM | |
4707 | May 02, 2020 03:52 PM | |
2462 | Apr 22, 2020 03:27 PM | |
2525 | Apr 20, 2020 12:28 PM | |
2682 | Apr 15, 2020 12:24 AM |
Activity Feed
- Posted Re: InstallCognos.ps1 fails to install jdbc driver "Could not load file or assemply 'file:///...\Support\Ionic.Zip.dll' or one of its dependencies. Operation is not supported. (Exception from HRE on FlexNet Manager Knowledge Base. May 07, 2020 09:12 PM
- Got a Kudo for Re: Invoke-Expression : Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly 'file:///C:\Program Files (x86)\ManageSoft\WebUI\bin\Ionic.Zip.dll'. May 04, 2020 09:12 AM
- Got a Kudo for Re: Invoke-Expression : Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly 'file:///C:\Program Files (x86)\ManageSoft\WebUI\bin\Ionic.Zip.dll'. May 04, 2020 06:58 AM
- Posted Re: Invoke-Expression : Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly 'file:///C:\Program Files (x86)\ManageSoft\WebUI\bin\Ionic.Zip.dll' on FlexNet Manager Forum. May 02, 2020 03:52 PM
- Got a Kudo for Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI. Apr 30, 2020 02:47 PM
- Posted Re: Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 22, 2020 03:27 PM
- Kudoed Re: Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI for marius. Apr 22, 2020 03:26 PM
- Got a Kudo for Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI. Apr 20, 2020 01:26 PM
- Posted Re: Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 20, 2020 12:28 PM
- Tagged Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 15, 2020 05:24 PM
- Tagged Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 15, 2020 05:24 PM
- Tagged Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 15, 2020 05:24 PM
- Tagged Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 15, 2020 05:24 PM
- Tagged Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 15, 2020 05:24 PM
- Tagged Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 15, 2020 05:13 PM
- Tagged Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 15, 2020 05:13 PM
- Tagged Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI on FlexNet Manager Forum. Apr 15, 2020 05:13 PM
- Got a Kudo for Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI. Apr 15, 2020 03:06 PM
- Got a Kudo for Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI. Apr 15, 2020 02:39 PM
- Got a Kudo for Business Adapter to audit Compliance Operators' respective roles, access, memberships, & permissions associated with the Web UI. Apr 15, 2020 02:31 PM