KnowledgeLake setup for MFP - scanning

I got following from web but dont know how to set up the network printer/scanner/fax/copier (using Ricoh Afico MP 6001) for KnowledgeLake. The capture server has been setup. \srvcapture\cache
Capture for MFP
Create batches from multifunction peripherals, fax servers or any
other interface.
Enable any capture device to integrate with SharePoint
Batch import documents from multi-function devices
Watch network directories for new documents
Distribute MFPs for decentralized scanning
Support for custom Process Activities
Enable off-hours batch processing by scheduling imports

The particular information you are looking for can be found in the KnowledgeLake Capture and Capture Server documentation provided on the KnowledgeLake Support Portal at http://support.knowledgelake.com.
KnowledgeLake also has a Professional Services team that specializes in assisting in the implementation and setup of these products in customer environments.
The KnowledgeLake Technical Support team would also be more than happy to assist with any questions you may have if you put in a support ticket. This option is also available through the support portal at http://support.knowledgelake.com.
If you currently do not have an account with access to the KnowledgeLake Support Portal, you can select the "Request a New Account" button at the bottom of the previous referenced link.

Related

How do I launch/publish my website? ASP.NET Core

I'm new to web development and just built my first website with .Net Core. It's primarily HTML, CSS, and JavaScript with a little C# for a contact form.
Without recommending any service providers (question will be taken down), how do I go about deploying the website? The more details the better as I have no idea what I'm doing haha.
Edit: I am definitely going to go with a service provider, however the business I am building the website for doesn't have a large budget so I want to find the best provider at the lowest cost.
Daniel,
As you suspect, this is a bit of a loaded question as there are so many approaches. One approach is to use App Services within Microsoft Azure. You can create a free trial Azure account to start that includes a 200.00 credit, which is more than enough to do all of this for free. Then, using the Azure Management Portal, create an App Service (also free) on an App Service Plan in a region that makes sense for you (i.e. US West). Once you do that, you can download what is called a Publish Profile from within the App Service's Management Portal in Azure.
If you're using Visual Studio, for example, you can then right click your project and "Publish" it (deploy to the cloud, or the App Service you just created). One option in that process is to import an Azure Publish Profile, which you can do with the one you just downloaded. This makes it really simple. The Publish Profile is really just connection information to your Azure App Service (open it in Notepad to see). It will chug for a bit and then publish and load the app for you. You can also get to the hosted version of your app by clicking the Url of the app in the App Service management portal on the main page.
This may be oversimplifying what you need to do, but this is a valid direction to take. AWS and others have similar approaches.
Again, tons of ways to do this, but this is a free approach. :-) I don't consider Azure a Service Provider in the sense that you asked us not to. Instead, I wanted to outline one turn-key approach with specific details on how to get there.
You can find specific steps in a lot of places, such as this link:
https://www.geeksforgeeks.org/deploying-your-web-app-using-azure-app-service/
DanielG's answer is useful, but you mentioned you don't want use any services from service provider.
Usually, there are only three ways to deploy the program,
first one is the app service provided by the service provider mentioned by DanielG,
**Benefits of using service provider products:**
1. Very friendly to newbies, follow the documentation to deploy the application in a few minutes.
2. It offers a very stable, scalable service that monitors the health of our website.
3. We can get their technical support.
**Shortcoming**
It is a paid service, and although Azure's service has a free quota, it will run out.
**Suggestion**
It is recommended that websites that are officially launched use the services of service providers.
second one is to use fixed IP for access (it seems that fixed iPv4 IP is not provided in network operations),
**Benefits of using fixed IP:**
If there is a fixed IP address, or if the carrier supports iPv6, we can deploy our website, and the public network can access it. And if you have domain, it also can support https.
**Shortcoming**
1. There are cybersecurity risks and are vulnerable to attack.
2. Without perfect website health monitoring, all problems need to be checked by yourself, and it is very troublesome to achieve elastic expansion.
**Suggestion**
It is generally not recommended because there is no fixed IP under normal circumstances. Broadband operators used to offer it, but now it doesn't.
If you are interested, you can try ipv6 to test.
the last one is to use tools such as ngrok or frp for intranet penetration.
**Benefits of using intranet penetration:**
Free intranet penetration services such as ngrok, the URL generated by each run is not fixed, and there are some limitations, such as a new URL will be generated after a certain period of time, which is enough for testing.
Of course you can purchase the service of this tool, which provides fixed URLs and supports https.
**Shortcoming (same as the second one)**
**Suggestion**
The functional implementation is the same as the second suggestion, and the physical devices used by the website are all their own. The intranet penetration tool (ngrok, or frp) solves the problem of not having a fixed IP, providing a URL that you can access.
There are few users and the demand for web services is not high, so it is recommended that individual users or small business users use ngrok and frp in this scenario. Generally suitable for OA use in small businesses.

How do I connect Power Virtual Agent to Bot Framework Composer?

I'm trying to use an Adaptive Card I created with Power Virtual Agent via Power Automate. According to the following Microsoft article, I should be able to just click a button on the Topics section of the Power Virtual Agents dashboard, and it'll pop open the Bot Framework Composer, but I don't see this button.
https://learn.microsoft.com/en-us/power-virtual-agents/advanced-bot-framework-composer#troubleshooting
I have installed the Composer, Emulator, and upgraded .Net in preparation. I've tried multiple browsers to see if, by some slim chance, that was the issue. No luck. According to the Power Virtual Agents blog, this feature became a publicly available preview 11/16/2020.
Am I missing something in the settings or installation that would allow me to connect the two?
Do you have a MS Teams integrated license or a full license or trial? Based on the documentation, a full license is required to access this capability.
Bot Framework Composer integration is not available to users who only have the Teams Power Virtual Agents license. You must have a trial or full Power Virtual Agents license.
There was an issue in January 2021 where the button is not showing up for certain users even though they had a full license. This was resolves on January 21st.

How to Client Side and Server Side integration of IBM TeaLeaf

I have to implement TeaLeaf analytics for our application so i am doing sample POc for android and iphone environment for hybrids application. Anyone please advice me how can i implement the TeaLeaf stuff in my POC.
Below that activity i did,
create sample app version project and add android/iphone environment
application-descriptor.xml i added IBM teaLeaf SDK
what else i have do? i was searching google and following ibm knowledge center also there is not much clarity for tutorial and how can i test in development environment.
below that link i referred :
http://www.ibm.com/support/knowledgecenter/SSHS8R_6.3.0/com.ibm.worklight.integ.doc/integ/t_tealeaf_client.html
If I understand your question correctly, it seems like you're attempting to create a connection between IBM MobileFirst Platform 6.3.0 and IBM Tealeaf. I work on integrations of IBM Tealeaf On-Cloud with client e-commerce platforms and it seems like you might be dealing with IBM Tealeaf On-Premise.
That being said, my understanding of the process for the On-Cloud implementation is that there are a few libraries you need to make sure are being included on pages you'd like Tealeaf to observe:
Tealeaf.js (distributed by IBM)
Sizzle.js
JQuery, if the page uses it ... also note that if the site uses JQuery, you need to provision from IBM the JQuery flavor of Tealeaf.js instead of the W3C flavor.
Hammer.js
Pako.js (again this assumes the On-Cloud version of Tealeaf, as this is a library for compressing data a being sent to IBM cloud-service collectors. In the On-Premise version my understanding is that this data is written to a file that is saved to the local hardware.)
How the libraries are included is something you'd decide when working with the client's server and development team - every organization has their preferences. Generally though they'd be inserted on pages that need to be monitored and the Tealeaf.js config would be edited to specify the endpoint of the collector for the regional data center on which space was provisioned for the client (in the US, either in Dallas or Washington DC.)
As for the On-Premise implementation of Tealeaf, you can jump in to the documentation here: http://www.ibm.com/support/knowledgecenter/SS2MBL/tealeaf_product_family_welcome.html

IBM Worklight - Can commercial apps be created using the Developer Edition?

Can we build commercial apps using the IBM Worklight free Developer Edition?
I searched the IBM official site and I sensed that we have to buy the license to develop commercial apps. But, can someone please clarify it?
Legally speaking: No, you cannot.
Non-Production Limitation
The Program can only be deployed as part of the Licensee's internal
development and test environment for internal non-production
activities, including but not limited to testing, performance tuning,
fault diagnosis, internal benchmarking, staging, quality assurance
activity and/or developing internally used additions or extensions to
the Program using published application programming interfaces.
Licensee is not authorized to use any part of the Program for any
other purposes without acquiring the appropriate production
entitlements.
Technically speaking: you could create an application that does not utilize Worklight features that in order to use them in a production environment, you'd have to buy the Consumer or Enterprise Edition of IBM Worklight.
By doing so you will lose:
The ability to install Worklight Server on an application server
The ability to utilize Worklight Adapters for backend connectivity, that rely on Worklight Server
The ability to secure your application using numerous built-in security features (application authenticity, device provisioning, ...)
The ability to manage your applications (notify, disable, ...)
The ability to remotely update (Direct Update) your applications
The ability to leverage Worklight's unified Push Notifications
The ability to see operational analytics
... and the list goes on.
Instead, you will have to rely on AJAX requests and spend time on (re-)implementing various aspects required for an application (but that's also of course depending on the scope and purpose of the application).
Also see:
https://stackoverflow.com/questions/17030963/ibm-worklight-license-is-worklight-free-to-use/17031953#17031953
IBM Worklight - Limitations of Worklight Studio for Developers
For any inquiries about Worklight I would suggest to contact IBM:
https://www14.software.ibm.com/webapp/iwm/web/signup.do?source=raq&S_TACT=109HE02W&lang=en_US

Test sending of mqseries messages without installing WebSphere MQ

Is there any environment to test sending of mqseries messages without installing WebSphere MQ?
We are developing some application which will be cooperate with WebSphere MQ system and we are wondering how to test it without buying one. We just want to know whether we send are messages correctly.
I don't know of anything that simulates a QMgr. On the other hand, there are options for development using WebSphere MQ at low or no cost.
There is a free 90-day trial here.
You can run an Amazon Machine Image on which the IBM licenses are free for development use. (You still pay Amazon for the image usage, just not for the IBM licensing.)
If your company owns a current license and support of WebSphere Message Broker, you are entitled to put all of it's components, including WebSphere MQ, onto all developer desktops in your organization as described in the Infocenter here.
If you are developing software for resale, you can register as an IBM Business partner and gain access to WebSphere, Rational, Tivoli and InfoSphere software through the Software Access Catalog offering for $795 a year. That's per enterprise, not per person, by the way.
If your company is an IBM Business Partner and is planning to obtain IBM certification for many developers, the Value Plan Option costs $2k but reimburses up to $6k of testing fees and includes the Software Access Catalog.
I am a product manager for WebSphere MQ so I'm always interested in whether potential users are able to get access to WebSphere products that they need for trial or development purposes. If none of the options here meets your needs, and this goes for anyone reading this post, I'd invite you to contact me directly using the address in my profile.