Mar 30, 2023
09:49 AM
We are still wanting to move to Flow Designer for the interface between AppBroker and ServiceNow since ServiceNow workflow is an old technology and our technical team is better trained in the current Flow Designer. Would Flexera converting to Flow Designer need for extra license cost since we believe Flow Designer would require use of ServiceNow's Integration Hub subscription?
... View more
Mar 28, 2023
03:32 PM
It is frustrating the following local query take 5 minutes to return only 5,000 records. I have an PK index on UserResourceID. Executing CUSTOM User query select * from ( select FirstName,LastName,DisplayName,OS,Office,City, PostalCode,Department,Title,UserName,Email, Manager,UserResourceID,ADSPath,FullName, vru.Name,UniqueName,UserDomain,Company,UserOU from Custom_ConfigMan_v_r_user vru join Custom_AD_Enabled_Users ADUsers on ADUsers.SamAccountName=vru.UserName) u WHERE EXISTS (SELECT * FROM (select T.c.value('.','nvarchar(50)') as Id from @Ids.nodes('/L/I') T(c)) Ids where u.UserResourceID = Ids.id)
... View more
Mar 21, 2023
11:35 AM
Is there a release schedule for AppPortal 2022 R2 or 2023 R1 to help with our planning?
... View more
Mar 17, 2023
01:15 PM
Thank you. Changing the option to 'Not Defined' fixed that problem but now performance of the sync is extremely slow. I have a primary key defined on UserResourceID but that does not seem to improve. Syncing to configuration Manager took seconds and using tables local to the AppPortal database is taking about 4 minutes per 5000 record block.
create table dbo.Custom_ConfigMan_v_r_user ( UserResourceID int not null
constraint Goodyear_ConfigMan_v_r_user_PK primary key, FirstName nvarchar(64), LastName nvarchar(64),
---
... View more
Mar 17, 2023
12:08 PM
I have created two custom tables in AppPortal database. One table contains enabled AD users and the other table contains data from Configuration Manager. Modified the "Custom User Sync Connection String" to use the AppPortal SQL database. I click on "Test User Sync Settings" and it returns success. I save changes and click on 'Sync Data Now'. Problem is I get an error stating the table name I used is an invalid object, although it tested find and when I past the query in a SQL Query windows, it returns data as expected. But when I sync data, DataSync.log indicates the table I'm referencing is an invalid object. Exception occurred while getting the User IDs for sync Invalid object name 'Custom_ConfigMan_v_r_user'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
... View more
Mar 09, 2023
01:40 PM
The idea of a staging table sounds useful but would that staging table have to reside on the SCCM database or could we join to a new staging table on our AppPortal database server using the custom query. Our SCCM team is not too excited about creating a custom table on their side. We are also investigating running a purge routine in SCCM to get rid of disabled employees so they don't come across in our sync and would not be rediscovered. Is there a naming convention to follow for creating tables on the AppPortal database so as not to conflict with future updates from Flexera?
... View more
Mar 07, 2023
02:56 PM
Is it possible to limit AppPortal, using custom query, to only import users from SCCM that are marked as "Enabled" in Active Directory? If we cannot determine user status from reading SCCM, is there a convention for creating a custom table in AppPortal that we can populate with only "Enabled" users from AD and then use that in the custom query to join with our SCCM query to limit to importing only the active users?
... View more
Oct 28, 2022
02:39 PM
Over the years we have upgraded beacons and removed beacons from our FNMS environment but if you look in uploader.log or installer.log you still see the old beacons, as well as new, being referenced. I have verified the old beacons are still in /var/opt/managesoft/etc/config.ini on Unix and in the registry of Windows devices in the DownloadSettings and UploadSettings of Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ManageSoft Corp\ManageSoft\Common\.
Is there a simple method to remove all the beacons defined in the agent config.ini or registry and allow the agent to receive a new list of beacons, based on the "Bootstrap Server 1" of DownloadSettings? Would be nice to have an option to force all devices get a current list of beacons.
Would configuring Inventory Group Settings with a target of devices work to refresh the list of beacons?
... View more
Oct 11, 2022
02:41 PM
I have selected "Upgrade selected platforms" under "Inventory agent for automatic deployment" but some of the devices are not updating even though they have "Policy specifies" set to new agent version and "Policy effective date" is current. Some of the supported platforms have "Policy effective date" and "Policy specifies" blank for platforms that support self update of agent which results in those devices not self-updating but I'm not sure why those are blank.
/var/opt/managesoft/launcher/cache/Launcher has the new version of the agent to install but it never installs and I see no errors in installation.log.
I have forced policy updates on a few devices but still no updates occur. Is there a way to force the agents to update on these systems appear to be ignoring policy? Thank you.
... View more
Oct 10, 2022
01:15 PM
Thank you John. This is very interesting. I am guessing I would would first need to determine what minimal bandwidth would be required successfully allow agent self-updates to download without causing the update to stop and have to restart from the beginning. Is the agent able to resume an interrupted download or would it need to download the entire package again since starting over would make self-updating take forever?
... View more
Sep 26, 2022
01:33 PM
We are have concerns that bandwidth between a beacons and managed devices is reaching threshold limits and impacting other services when we enable self-upgrade of the agents. Is there a tool either recommended or available from Flexera that could be used to limit the number of simultaneous requests for downloading the new agents to a managed device?
something similar to the algorithms used in Low Extra Delay Background Transport (LEDBAT) https://en.wikipedia.org/wiki/LEDBAT
Building target lists of thousands of devices is time consuming and a maintenance issue.
Thank you.
... View more
Sep 19, 2022
04:31 PM
We have many Ubuntu servers that we will be required to manually update the inventory agent on since they are not currently supported by the auto-upgrade process. Are there plans to support auto-upgrade of the inventory agent on Ubuntu servers?
... View more
Sep 06, 2022
08:35 AM
To clarify my question.
If we previously targeted a selection of devices for agent upgrade using "Upgrade selected platforms in the selected targets", then selected "Upgrade selected platforms" to get all devices. Would the warning indicate that devices previously targeted will never auto upgrade? The section of the warning that is concerning me is: "and ignores the platform for all future automatic upgrades"
... View more
Aug 24, 2022
01:37 PM
I had a target of selected Unix/Windows platforms to automatic upgrade FlexNet Inventory agent on, and, when I remove those targets and say update all platforms, I get a message indicating the platform will be ignored for all future automatic upgrades. Is this true? It seems that having targets to test an automatic upgrade on a platform would mean that those devices in the targeted list will never work for any future automatic upgrades.
Below is text from confirmation box when you which from "Upgrade selected platforms in the selected targets" to "Upgrade selected platforms"
Confirm platform deselection
You have removed the following platform, previously selected for automatic upgrades: Windows. This interrupts any incomplete upgrades, and ignores the platform for all future automatic upgrades. Press OK to save this change, or Cancel to reconsider.
... View more
Labels
- Labels:
-
agent
Aug 11, 2022
08:25 AM
The query does work when running as the Service Account. Is there a reason it does not return values if not using the Service Account?
By the way. That view is an impressive SQL statement.
... View more
Latest posts by kevin_christens
Subject | Views | Posted |
---|---|---|
18 | Mar 30, 2023 09:49 AM | |
47 | Mar 28, 2023 03:32 PM | |
143 | Mar 21, 2023 11:35 AM | |
261 | Mar 17, 2023 01:15 PM | |
272 | Mar 17, 2023 12:08 PM | |
328 | Mar 09, 2023 01:40 PM | |
421 | Mar 07, 2023 02:56 PM | |
529 | Oct 28, 2022 02:39 PM | |
220 | Oct 11, 2022 02:41 PM | |
443 | Oct 10, 2022 01:15 PM |
Activity Feed
- Posted Re: Is there a plan on migrating all AppPortal workflows used in ServiceNow from Workflow to the new Flow Designer? on App Broker Forum. Mar 30, 2023 09:49 AM
- Posted Re: User Custom query to limit AppPortal import from SCCM to only include AD users with Enabled=True on App Broker Forum. Mar 28, 2023 03:32 PM
- Posted App Broker/Portal Release Schedule on App Broker Forum. Mar 21, 2023 11:35 AM
- Posted Re: User Custom query to limit AppPortal import from SCCM to only include AD users with Enabled=True on App Broker Forum. Mar 17, 2023 01:15 PM
- Posted Re: User Custom query to limit AppPortal import from SCCM to only include AD users with Enabled=True on App Broker Forum. Mar 17, 2023 12:08 PM
- Kudoed Re: User Custom query to limit AppPortal import from SCCM to only include AD users with Enabled=True for jdempsey. Mar 09, 2023 03:03 PM
- Posted Re: User Custom query to limit AppPortal import from SCCM to only include AD users with Enabled=True on App Broker Forum. Mar 09, 2023 01:40 PM
- Kudoed Re: User Custom query to limit AppPortal import from SCCM to only include AD users with Enabled=True for CharlesW. Mar 09, 2023 01:33 PM
- Posted User Custom query to limit AppPortal import from SCCM to only include AD users with Enabled=True on App Broker Forum. Mar 07, 2023 02:56 PM
- Posted Either refresh agent beacon list or remove old beacons from config.ini and registries? on FlexNet Manager Forum. Oct 28, 2022 02:39 PM
- Posted Why would not all supported self-update platforms not update the agent even when we are getting current inventory? on FlexNet Manager Forum. Oct 11, 2022 02:41 PM
- Posted Re: Limit bandwidth taken by self-upgrade of agents on FlexNet Manager Forum. Oct 10, 2022 01:15 PM
- Posted Limit bandwidth taken by self-upgrade of agents on FlexNet Manager Forum. Sep 26, 2022 01:33 PM
- Kudoed Re: Are there plans to support auto-upgrade of inventory agent on Ubuntu servers? for tjohnson1. Sep 20, 2022 06:09 AM
- Posted Are there plans to support auto-upgrade of inventory agent on Ubuntu servers? on FlexNet Manager Forum. Sep 19, 2022 04:31 PM
- Posted Re: Does removing a target from automatic upgrade mean those devices will never upgrade? on FlexNet Manager Forum. Sep 06, 2022 08:35 AM
- Posted Does removing a target from automatic upgrade mean those devices will never upgrade? on FlexNet Manager Forum. Aug 24, 2022 01:37 PM
- Kudoed Re: How can Business Adapter change inventory device status when device has linked asset? for kclausen. Aug 12, 2022 08:27 AM
- Kudoed Re: Is there a way to view vm Hosts on a vCenter? for ChrisG. Aug 12, 2022 08:25 AM
- Kudoed Re: Is there a way to view vm Hosts on a vCenter? for kclausen. Aug 11, 2022 12:11 PM