open report created in embeddable report service - ibm-cloud

I have successfully created a report studio report in bluemix using the embeddable reporting service. I can display the report by going through the bluemix login process and then through the embeddable report service but I don't want users following this path - ideally I would have thought there is an url to give to display the final report. The url I see when I run the report is https://erservice.ng.bluemix.net/viewer/viewer.jsp but if I copy/paste this into a new chrome tab I get the following error -
Error 404: java.io.FileNotFoundException: SRVE0190E: File not found: /null/reports/phtml.
Is there an endpoint to add to the url so that users can open the report or some other url to give to report consumers?

The endpoint is your Bluemix Application name. Please refer to instructions on how the ERSFit sample app is deployed (https://console.ng.bluemix.net/docs/services/EmbeddableReporting/index.html#gettingstartedtemplate)

Related

There was an error getting a Chat authorization token. Refresh and try again

I recently created a chatbot via http://dev.botframework.com/bots (the page initially displayed the info that I did not have any bots). The form redirected me to Azure Portal where I chose a new "Web App Bot" option. I also created all required resources (RG and even setup a new tenant with admin rights).
After successful deployment I got the following issues:
Test in Web Chat in bot settings (Azure Portal) shows "There was an error getting a Chat authorization token. Refresh and try again."
Channels in bot settings shows "Unable to find the bot with the specified id."
dev.botframework.com/bots shows there are no bots created
Have anyone had this issue?
I also get same issue and it got resolved, Please refer below url , it may help you as well.
https://github.com/Microsoft/BotFramework-Emulator/issues/1068

Trying to access SSRS Web service in my .NET Project using web reference - getting error permissions are insufficient for user

I am trying to access a SOAP web service in my VB.NET Project so that I can print a report directly to printer without any pop up or confirmation click by user .I tried to access the SOAP web service in my project using this link
http://myservername/reportserver/ReportExecution2010.asmx
But i get the error permissions granted for this user are insufficient to perform this operation .
For a normal report i know that i should go to reports folder and give access to datasets,datasources and any other folder with the id's that i want to deploy and also access.
But i dont know where to give access for accessing SOAP web service .I searched on the internet majority of the solutions are about report access and not web service .
ReportExecution2010.asmx web service uses the same security behaviors as the SSRS website. Try giving your domain\user account the Content Manager role within the SSRS website first.

Unable to access apex or sql-developer through Oracle Cloud web console 404

I'm having issues with the Oracle Cloud ADW (always free tier). The status of the server is available, but when I navigate to tools and click APEX or sql-developer I am met with the message:
404 Not Found --- The request could not be mapped to any database. Check the request URL is correct, and that URL to database mappings have been correctly configured.
When I navigate to the resource monitor, it seems that the server is running but all REST API calls fail. In using the web console to perform all these actions, any insight or help would be greatly appreciated.

Postman request showing IBM cloud down for maintenance

I am trying to send post request to create a toolchain on ibm cloud but getting this error mentioned in screenshot since last three days.
Why this error is coming up,am i doing something wrong?
Also i checked ibm none of the servers are down,cloud is normal
EDIT:So now i am able to create the toolchain,seems it was Authorization token error.
But now i am not Able to add a delivery pipeline through an api to an existing toolchain,is this functionality provided in IBM?
We are trying to understand your situation, but we have not been able to reproduce that Error 500 and "IBM Cloud console is down for maintenance" error you're seeing.
Could you try it again and let us know the datestamp&timezone of when you tried (so we can check our logs)?
Also can you give us the details of your default region, please?, as in if you open
https://cloud.ibm.com/devops/toolchains
does it redirect to:
https://cloud.ibm.com/devops/toolchains?env_id=ibm%3Ayp%3Aeu-de
or to some other non-(eu-de) region?
We did see this entry in the log files:
[2019-07-31T15:06:43.934] [ERROR] template-v2 - Failed to read template from repo https://github.com/open-toolchain/simple-toolchain, branch master, type null: Authorization header contains invalid or expired credentials.
but that occurs when using an invalid Authorization header token, and the response to the browser is not Error 500, but is Error 400 with:
"errorDetails\":\"Property 'access_token' either missing or empty \"
Also, when attempting to create the open-toolchain/simple-toolchain template, it doesn't work; it gives Error 400:
"description":"Failed Schema Validation at prod-region,prod-organization,prod-space,api-key for pipeline"
but creating a toolchain works ok using the repository:
https://github.com/open-toolchain/headless-toolchain
You can provision a toolchain with components such as a delivery pipeline using a GET request. The building blocks are described in the documentation for the IBM Cloud Continous Delivery service as part of creating a "Deploy" button.
There are some tutorials that use that deploy button to build more complex solutions, like the secure-file-storage, logistics-wizard-toolchain, or insurance-toolchain.
The GET request starts off a more complex flow because you need to log in, often provide values, etc. So I would recommend to try that request in a browser and not POSTMAN.
I am now able to create toolchain using POST request.
I was using wrong token for Authorization and got confused since no error message was shown instead "IBM cloud is under maintenance" popped up.

Configure iReport with BigQuery

I am trying to configure iReport from Jaspersoft with BigQuery and I am following every step posted on the Internet but they don't work.
The specific steps to configure this are following those from here
The main step is to create a Project in BigQuery which gives you 3 main things:
the Project ID
the Client ID
the Client Secret
With these parameters you can create the JDBC URL explained here which is required to connect iReport with BigQuery.
BUT, when you get to the part when you only have to put the Credentials (username, and password) on the "New Database JDBC Connection" creation of iReport, I can't use my Client Secret, iReport requests the <path to key file>, which I think is a *.p12 file, because iReport gives this error:
QL problems: java.io.IOException: toDerInputStream rejects tag type ##
Please help either on creating this *.p12 file and see what happens or maybe giving me the exact steps to make this configuration work, if any of you have configured this correctly.
Thank You.
The *.p12 file is used when you want to connect with a ServiceAccount.
Please go to Google apis console and select your project.
At the Dashboard there will be your Project ID
To obtain username, and password please go to the API Access menu and select: Create another client ID From here you either select service account or Installed application.
If you choose service account you'll get the .p12 file and the username.
If you choose installed application then you should select the Other then press Create Client ID then you have your client ID and client Secret
Hopefully this will solve your problem, if not, then feel free to ask.