Jan 13, 2023
04:12 AM
Hi,
I removed the Exporter.config step for the MetricDataExport.xml and now it works fine. Is there another fix for this?
Stefan
... View more
Jan 13, 2023
04:02 AM
Hi Chris,
I did some more testing. The step "Snapshot Optimization_Snapshot_FACT data" fails with both settings ('1' and '0').
The Mitigation does not work for me
Stefan
... View more
Jan 13, 2023
02:22 AM
Hello,
After the upgrade to 2022 R2 (on-prem) I had above issue. Setting the KPIDataExport setting to '0' did not fix the issue and the step was still being executed. In the reader in step "Snapshot Optimization_Snapshot_FACT data" the following filter runs:
IF (@ExportKPIData = '0')
BEGIN
So changing this setting to 0 will not work and the reader will still executed the step.
I changed the setting to 1 and now the step is being skipped
UPDATE cts
SET SettingValue = '1'
FROM dbo.ComplianceTenantSetting cts
JOIN dbo.SettingName sn ON sn.SettingNameID = cts.SettingNameID
WHERE sn.Name = 'KPIDataExport'
... View more
Oct 12, 2022
06:35 AM
1 Kudo
Hi,
With Powershell scripting, I'm able to install the beacon software (with installbeacon.ps1) and all the IIS requirements (features, Certificates, bindings etc) but the only thing which I cannot do is enabling the IIS web server under the Web Server Settings automatically.
Is there a way for enabling the IIS web server with HTTPS via the answer file or via any other method?
Stefan
... View more
Labels
- Labels:
-
Beacon
Jul 11, 2022
01:59 AM
1 Kudo
Hi,
Flexera published for the Database migration scripts and database certificate a V2 version in FNMS version 2021 R1
Stefan
... View more
Jul 11, 2022
01:47 AM
Hi,
I would suggest to rerun the Powershell config again as the service Account. the config scripts from Flexera install and configure MSMQ.
Run the config scripts with the flag forceupdateconfig
Stefan
... View more
Jul 08, 2022
07:52 AM
1 Kudo
Run as service account (or user with DB permissions) the following command in an elevated CMD:
C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\DotNet\bin\BatchProcessTaskConsole.exe list-tasks
This will show you a list of pending and running tasks. If there is a long list of outdated and pending tasks, use the fail-tasks parameter to remove the old records.
Each time you run the compliance import for example, a record is being created in the MSMQ which you can see in the batchprocesstaskconsole
Stefan
... View more
Jul 08, 2022
04:57 AM
1 Kudo
Hi,
I had the same issue and the only solution was to change the db owner of the compliance database to the sa account
USE [FNM_Compliance]
GO
exec sp_changedbowner 'sa'
GO
Also enabled trustworthy for the Compliance database but disabled it after the upgrade.
I would suggest changing the DB owner first and check if that helps you
Stefan
... View more
Jun 21, 2022
02:38 AM
2 Kudos
Hi,
You could login with your personal account and do a run as the service account.
Stefan
... View more
Feb 01, 2022
07:00 AM
Setting the JavaFullVersion=false fixed the issue for me! Thank you
... View more
Oct 22, 2021
04:39 AM
1 Kudo
Hi, Could you verify the latest .Net version is installed on your server? I had similar issues and had to install a newer .Net version Stefan
... View more
Aug 26, 2021
02:33 AM
Hi, I had the extact same issue and fixed it by importing the certificates as listed above in my first command. Because you get the issue when manually importing the cab files. The underlying connection was closed: An unexpected error occurred on a receive. is almost always related to SSL/TLS or Certificates
... View more
Aug 24, 2021
04:31 AM
Hi, The message occurs when the certificates used to sign the cab files are not trusted. Open for example the PURL-IBM.cab and navigate to Digital signatures. The chain must be trusted, in this case Root = Verisign Inter = Symanted Class 3 SHA256 Code Signing CA Make sure these certificates are in your trusted CA list on Windows (you may download them directly from this cab file)
... View more
Aug 17, 2021
08:35 AM
Hi Kasi23, Do you know if you are able to start the service from the CogConfig.bat executable? (Cognos Configuration), are all the test succesfull? Please test your settings first before starting the service. If the Cognos service does not start, most likely there is a misconfiguration in your settings. Stefan
... View more
May 07, 2021
02:42 AM
Hi, The first check you should do is run the ndschedag -t machine in C:\program files (x86)\Managesoft\schedule agent\ in an elevated commandline. You should see 4 or 3 schedules depending on the agent version. With right mouse click on Generate Inventory, you can trigger an inventory gathering. Validate the outcomes in the tracker.log and uploader.log (uploader.log is only used if upload=false was specified, otherwise upload occurs in the tracker.log) My guess, the schedule of your inventory in the settings did not occur yet. Stefan
... View more
Latest posts by stefange
Subject | Views | Posted |
---|---|---|
968 | Jan 13, 2023 04:12 AM | |
981 | Jan 13, 2023 04:02 AM | |
1000 | Jan 13, 2023 02:22 AM | |
292 | Oct 12, 2022 06:35 AM | |
1087 | Jul 11, 2022 01:59 AM | |
1545 | Jul 11, 2022 01:47 AM | |
1684 | Jul 08, 2022 07:52 AM | |
1223 | Jul 08, 2022 04:57 AM | |
309 | Jun 21, 2022 02:38 AM | |
2214 | Feb 01, 2022 07:00 AM |
Activity Feed
- Posted Re: Known Issue: Data warehouse export step "Snapshot Optimization_Snapshot_FACT data" may fail with error: "Conversion failed when converting date and/or time from character string." (IOK-1005577) on FlexNet Manager Suite Known Issues. Jan 13, 2023 04:12 AM
- Posted Re: Known Issue: Data warehouse export step "Snapshot Optimization_Snapshot_FACT data" may fail with error: "Conversion failed when converting date and/or time from character string." (IOK-1005577) on FlexNet Manager Suite Known Issues. Jan 13, 2023 04:02 AM
- Posted Re: Known Issue: Data warehouse export step "Snapshot Optimization_Snapshot_FACT data" may fail with error: "Conversion failed when converting date and/or time from character string." (IOK-1005577) on FlexNet Manager Suite Known Issues. Jan 13, 2023 02:22 AM
- Got a Kudo for Web server settings in Unattended Beacon installation. Oct 12, 2022 08:21 AM
- Posted Web server settings in Unattended Beacon installation on FlexNet Manager Forum. Oct 12, 2022 06:35 AM
- Got a Kudo for Re: FNMS Databases moved from SQL 2012 to SQL 2017, Config fails with "System.IO.FileLoadException: Could not load file or assembly 'sqlproceduresclr...". Jul 11, 2022 09:32 AM
- Posted Re: FNMS Databases moved from SQL 2012 to SQL 2017, Config fails with "System.IO.FileLoadException: Could not load file or assembly 'sqlproceduresclr..." on FlexNet Manager Forum. Jul 11, 2022 01:59 AM
- Posted Re: No reconciliation - No error on FlexNet Manager Forum. Jul 11, 2022 01:47 AM
- Got a Kudo for Re: FNMS Databases moved from SQL 2012 to SQL 2017, Config fails with "System.IO.FileLoadException: Could not load file or assembly 'sqlproceduresclr...". Jul 11, 2022 01:28 AM
- Got a Kudo for Re: No reconciliation - No error. Jul 08, 2022 09:47 AM
- Posted Re: No reconciliation - No error on FlexNet Manager Forum. Jul 08, 2022 07:52 AM
- Posted Re: FNMS Databases moved from SQL 2012 to SQL 2017, Config fails with "System.IO.FileLoadException: Could not load file or assembly 'sqlproceduresclr..." on FlexNet Manager Forum. Jul 08, 2022 04:57 AM
- Got a Kudo for Re: Analytics Install - Import Sample Reporting Package. Jun 21, 2022 10:21 AM
- Got a Kudo for Re: Analytics Install - Import Sample Reporting Package. Jun 21, 2022 04:29 AM
- Posted Re: Analytics Install - Import Sample Reporting Package on FlexNet Manager Forum. Jun 21, 2022 02:38 AM
- Kudoed Data Platform intermittent error 'The system failed to connect to the User Console service. ' 'The remote server returned an error: (401) Unauthorized.' for jasonlu. Feb 17, 2022 06:27 AM
- Posted Re: Known Issue: Inventory gathering process may terminate on Unix-like operating systems while gathering Java version details (IOJ-2241253) on FlexNet Manager Suite Known Issues. Feb 01, 2022 07:00 AM
- Kudoed Known Issue: Inventory gathering process may terminate on Unix-like operating systems while gathering Java version details (IOJ-2241253) for FlexeraBot. Feb 01, 2022 06:56 AM
- Got a Kudo for Re: Flexnet application server issue after upgrading OS from 2012 to 2016. Nov 01, 2021 03:31 AM
- Posted Re: Flexnet application server issue after upgrading OS from 2012 to 2016 on FlexNet Manager Forum. Oct 22, 2021 04:39 AM