I am trying to create something in IBM Bluemix.
Stuck at the beginning.
I installed the Extension lib x_15 from openNTF.
In the DDE preferences I selected the UK Bluemix server.
Entered my credentials and pressed the "test connection" button.
A connection error pops-up.
In that dialog there is only.
com/ibm/icu/impl/ICUBinary
Any idea's?
I can connect via the command line cloud foundry. So the username and password is correct.
Also when I try to import the sample app. via Tools - IBM Bluemix Starter Code I get the same error.
Regards,
Peter
Make sure the DDE BLUEMIX URL is api.eu-gb.bluemix.net because that is needed if you connect against the UK datacenter.
You need to install FP5IF1 that should solve the issue, as Per Henrik Lausten suggested. I got secondary confirmation of this from the Designer team so it should work.
You can download it here http://www-01.ibm.com/support/docview.wss?uid=swg24037141
or perhaps here
Download center link for FP5IF1
Related
I followed all the steps described in Assistant SDK and installed the Assistant on my Raspi 3
I have no problems with recording and playback
Raspi running Python 3.4 in a virtual environment
Assistant Python Library (no gRPC)
Troubleshooting Permission Issues did not help much (I have enabled all my activities)
I have searched a lot for some similar issue but found all related with Google Home App and the enable of activities (I do not have any GH app as the get started example in "Assistant SDK" does not require it)
When I run "google-assistant-demo" or the "hotword.py" script the assistant detects my voice saying "hey Google" but it answers "actually there are some basic settings that need your permission first" to any question.
Is anybody having or had this issue?
Thanks a lot in advance!
After 2 days of trying and trying I found the problem.
Make a click on the option box "Include Chrome browsing history ..." when enabling your "Web & App Activity" ! (see pic below)
If you do not click on it you will receive the message :
"Actually, there are some basic settings that need your permission first. Just go into the Google Home app on your phone for more details"
I hope this is useful for other people too because I did not imagine when I enabled my "Web & App Activity" control that this would be a problem...
The following list of permissions is required to work with Google Assistant API: https://developers.google.com/assistant/sdk/guides/activity-controls
Ensure the following toggle switches are enabled (blue):
Web & App Activity
In addition, be sure to select the Include Chrome browsing history and activity from websites and apps that use Google services checkbox.
Device Information
Voice & Audio Activity
I am trying to change the look and feel of the IBM BPM portal's login page. I read about it in this link. I have installed the windows hotfix suggested in the link and i have also checked 'Default to basic authentication when certificate authentication for the HTTPS client fails' in Websphere application server but still i am facing an error when i am trying to upload files into the WebDAV folder using Cyberduck. It just gives a message saying 'bad request'.I can browse and see all the files and folders but I just can't upload. I can upload using cyberduck in my friend's PC without installing the hotfix or checking the authentication option in websphere application server. So now i am sure that the problem is in my BPM or my operating system. Me and my friend are using Windows 7 and the same BPM version. I am trying to find the solution for this since 3 days on google but no luck. Someone please help me with this issue.
Thanks in advance
make sure you are using the WAS administrator to connect. It seems like a privileges issues. Switch to Admin ID and retry.
Customization of IBM BPM login page is needed admin authorization for example your tw_admin to connect to it using cyberduck , note: if you install fix pack your customization will be lost and restore the old login page.
You may have to use the Deployment Manager password to alter contents through CyberDuck.
while saving the item in list "The server was unable to save the form at this time. Please try again" error. NLB is configured, for SQL we have seperate server.
i have done the following but no luck.
1) IISRESR in App server and NLB servers .
2)Restart All servers including SQL server.
3)Enabled anonymous authentication in all IIS.
4)Sharepoint search host controller restart.
5) search host controller restart. in Central admin also .
No Luck. But i can upload a document in document library.
can any 1 help??
:(
We had faced same issue and tried all five step but no luck. After that we restarted the server and issue fixed. In-spite of this if issue not fixed then rebuilt your system. if you have got any answer then let us know.
Thank you
Lovkesh Patel
I am assuming that this has been solved in SharePoint StackExchange site. But in case somebody gets directed to this page via search engine:
Occassionaly this happens because Anonymous Authentication is disabled in IIS Manager and Enabling the Anonymous Authentication solves this issue.
Please go to the web application in IIS Manager and enable Anonymous Authentication.
The other day I was having this issue and after fixing it, created a blog post Here
Hope this helps to other people having the same issue.
I have created an extension library component but my XPages Extension Library is working on my local Notes Browser. If I run my XPage in notes itself it works fine.
When I run it in the browser I get the following error is thrown:
Cannot find the library com.example.blank.library, required by the application /ForLearnCopy.nsf.
What does this mean, and how can I solve it? Thanks!
You have to install your plugin like a server plugin.
Have a look here:
Running XPages Extension Library on local machine
Hope this helps
Sven
Ramakumar,
check the documentation of the extension library. It shows nicely what you have to do to get a plugin working everywhere. There are 3 places:
install using an update site in Notes client - to work in the Notes client. Usually ends in NotesData/workspace/applications
install into NotesData/domino/workspace/applications (look for plugins/features folder there) - to make it work on the local browser preview
in the Domino server (use the updatesite.nsf and the right parameter)
Hope that helps
I have recently installed a website project on Azure and that was relatively easy to do thanks to great docs online. We are having a problem with the back office (admin) login though, it's a bit strange, as it didn't happen straight away, I shall elaborate....
When I go to http://www.keelycattschoolofdance.co.uk/umbraco/ it takes me to the login page, which seems fine.
(The url at this point becomes www.keelycattschoolofdance.co.uk/.../login.aspx)
I then login, which works and it starts to display the admin panels but then bounces back to the login and the URL becomes www.keelycattschoolofdance.co.uk/.../login.aspx
I am running this on Azure using the Accelerator, latest version of Umbraco and using SQL CE 4.0 rather than SQL Server.
has anyone seen this before?
Please let me know if you need more information, I shall respond :-)
Thanks in advance
Nick
It sounds like it may be a Session error. This is a problem for Azure and Umbraco because Azure uses round robin load balancing.
The normal way of setting up an Umbraco site using the accelerator would be to have a separate session DB where the shared session state is stored.
Make sure you are using this accelerator for Umbraco on Azure as it's the latest and best.
http://waacceleratorumbraco.codeplex.com/
We have several large production sites using this and I can confirm they all work fine (including the backend editing environment).
Things to watch out for are that you need to follow the instructions closely as they are easy to get wrong :-)
Make sure you don't have dashes in your db names as this makes things go wrong as well.
Finally if you are using more than one web role the Umbraco preview can sometimes yellow screen, as the preview XML may not be on the server that gets to the preview request. This is again because of the round robin load balancing.