Is it possible to see who lock the universe in SAP BusinessObjects Universe using .NET SDK? - business-intelligence

Goal: I want to gather the information about who lock the universe with using .NET sdk

Related

What Non-4.* .NET App Versions play well with Standard?

I am building an MVC Web API (Service) with Views returned in specific cases. As an architectural decision, I've been directed to NOT build the service project in .NET Framework 4.*. Rather, I am to attempt .NET 5.0 first, and then Core 3.1 if 5.0 doesn't work.
This service project in my solution will depend on a few class library projects, call them DataLibrary, ComplexLibrary, and DocLibrary. DataLibrary will depend on a Nuget package of Oracle, be it ODP or Oracle Managed Data, in order to query an Oracle database via an Oracle Package on that database. DocLibrary will depend on a Nuget package of Aspose Word & Aspose PDF. ComplexLibrary will depend on Oracle AND Aspose.
Here's my dilemma:
Aspose Word's latest stable release (21.6) will report that it is compatible with 5.0 and Standard 2.0, but not .NET Core.
Oracle Managed Data reports that it is compatible with Standard 2.1 or Standard 2.0, but not 5.0 or .NET Core.
My own libraries have reported that they are not compatible with my API .csproj if...
3a. The API is 5.0 and the libraries are .NET Core or .NET Standard
3b. The API is Core 3.1 and the libraries are .NET Standard.
Since my compile script naturally requires a run of Nuget to retrieve all the necessary dependencies, I cannot get a clean compile because I seemingly have no combination of versions for my WebAPI and libraries that satisfy each others' compatibility needs. Since Standard libraries are the only common .NET version that satisfy the needs of both Aspose & Oracle, What available version for my WebAPI (i.e. I don't believe that Standard is an option for anything other than a class library) is compatible with .NET Standard libraries?
Thanks.
Please see the following article https://learn.microsoft.com/en-us/dotnet/standard/net-standard.
.NET Standard is not a framework it is kind f specification and .NET Core, .NET 5, Mono framework etc are .NET Standard implementations.
So for library projects I would select .NET Standard and for the service .NET Core or .NET 5 (which is actually the next version of .NET Core)
Well, don't I feel silly.
Turns out, the issue wasn't incompatibilities within Aspose, Office, .NET Core, 5.0, and Standard, but a failure of a prior version of NuGet to handle the different versions.
While my VS 2019 install was able to compile the whole solution effectively, my local install of NuGet was not. This was due to VS2019 likely using the most up-to-date version as of this post (5.9.#), while my locally installed version was 4.9.#. Thus, VS was able to sail through while my compile script kept failing at the NuGet stage (which I have included prior to the actual compile.) Once I ran a NuGet update, everything was good to go.
Long story short: KEEP YOUR NUGET VERSION UP-TO-DATE!!!

What is the compatible .NET Framework for ADF Custom .NET Activity?

Actually I am developing a .NET tool for ADF custom .NET activity. The tool is running fine if the .NET framework is 4.5 or 4.5.2. But it is not running if I switch the framework version to 4.6. It is not even writing log in adfjobs folder. But it creates an empty stdout.txt file. Which means it's not supporting the v4.6? But actually I need the tool in v4.6 to support my further development. Should I have to do something with the batch account?
Storage Type: Azure Lake Storage Gen 2.
In ADF v2, custom activity runs in an Azure Batch pool. That pool has a server defined (ex: Windows Server 2016, 2019, etc). That server/vm level will determine what version of .NET is installed. You may need to create a new pool with a more up to date server version.

does Motorola EMDK 2.8 for .net supports Motorola MC3090Z RFID

we have developed a program on Motorola's EMDK 2.8 for .net for Motorola MC3090G and it worked just fine, but when running on MC3090Z it did not work and we wonder if the EMDK 2.8 for .net supports the MC3090Z RFID.
For the device MC3090Z, the only EMDK one can use is the 2.5 for .NET, from EMDK 2.6 and upwards only compatible with MC3190Z
Actually if you have your MC3090Z up to date with the correct .Net CF and OS, and current DLLs installed, then you'll be able to develop many type of software using any version of EMDK for .Net. But there are some specific APIs and DLLs depending on hardware requirements you won't be able to use. In order to help a little bit with documentation you may check these links out from official Motorola website:
a link to EMDK for .Net filtered search
Enter on current v2.5 and further versions and go to the Release Notes link on Public Software section. You'll notice in the table from Device Compatibility section the devices approved for each version which means best compatible rates between hardware and software.
I think you should know also the best way to test this is deploying directly to your Mobile device from Visual Studio IDE
Hope this may be usefull

When will microsoft push Silverlight as part of Windows OS or through windows update?

What is your educated guess? Have you seen/heard any news/interview/quotes from any Microsoft employees?
As I commented, Microsoft does push Silverlight via Windows Updates. Refer to this example KB article.
An update (version 4.0.50524.0) is
available for Microsoft Silverlight.
This update offers a new build that is
an upgrade to earlier versions of
Silverlight. This update is included
in current Silverlight installers. If
your computer does not have
Silverlight installed, the installer
will be offered to you by Microsoft
Update or by Windows Server Update
Services (WSUS).
Note: Micosoft includes silverlight in optional update category. So most probably corporates and people with low bandwidth may not install it.
When you click through those EULAs for Windows Update, part of the agreement between you and Microsoft is the definition of a "High Priority" update (i.e. ones that get installed automatically). This agreement details that these updates are pushed out only for specific reasons, security being the primary one. This should give you enough information to infer when Silverlight will get pushed out as a non-optional update.

Wireless synchronisation program

hi I have been looking for help with not much luck till i arrived here.
I want to develop an SQL server database and an application which will act as a server to allow a pda to send data to and wirelessly synchronise and information to sendAs it uses mobile application I would like to utilise it over a WIFI network.Any information would be very apreciated. I will be using visual studio to develop as it has SQL SERVER in built.
Thanks
Verma
If you use SQLCE on the PDA there are two technologies that could help.
SQL Merge Replication
ADO.NET Synchronisation Services
Microsoft Sync Framework v2.0 CTP1 is fairly new (Oct '08 release from MS) You can get more information about it, and the latest releases from the Microsoft Sync Framework page.
"Microsoft Sync Framework is a
comprehensive synchronization platform
that enables collaboration and offline
access for applications, services and
devices. It features technologies and
tools that enable roaming, sharing,
and taking data offline. Using
Microsoft Sync Framework, developers
can build sync ecosystems that
integrate any application, with any
data from any store using any protocol
over any network."

Resources