Openshift: App deleted after one month of inactivity - openshift

I have a free openshift account and I created an app in July. After a month of inactivity i tried to use the app and:
-The web browser cannot resolve the url
-If I log in openshift I cannot see the app (the account is the same)
I'm not interested in finding the code because I have it on my pc, but I spent a lot of time in filling the database, is there anyway to restore it? After that, can someone explain me why my app has been deleted?

The OpenShift Online (Next Gen) environment is only in developer preview mode at this time. The FAQ on the main page at:
https://www.openshift.com/devpreview/
where you would have passed through when signing up states:
HOW LONG WILL I HAVE ACCESS TO THE ENVIRONMENT?
You will have access to the OpenShift Online (Next Gen) Developer Preview environment for 30 days, at which point your account will expire.
WHAT HAPPENS WHEN MY ACCOUNT EXPIRES?
Your account, applications, and data will be permanently deleted to free up resources for other users when your account expires. This means that you will no longer be able to log in to the web console, authenticate using the OpenShift CLI tools, or access your applications and related data.
CAN I CREATE A NEW ACCOUNT AFTER MY ACCOUNT EXPIRES?
If you're interested in trying the OpenShift Online (Next Gen) Developer Preview again, just complete the registration form after your account expires and we will provision a fresh set of resources for you as soon as they become available.

Related

Publishing Azure APIM Portal Does Not Work

I am trying to publish the Azure APIM developer portal - it is enabled for user/pass - authentication. We haven't customized it and are just trying to get it to work.
When I click publish and go to view the portal in a different browser I get the following message
"This is a home page of the Developer portal - an automatically generated, fully customizable website for publishing your API documentation where consumers can discover APIs, learn how to use them, request access, and try them out.
The content hasn't been published yet. You can do so in "Developer portal" section of your API Management Service in the Azure portal. Learn more."
When I go back to the Portal publish page, it resets to show "Publish" as if nothing has happened?
Are there any logs or anything I can test to get this to work?
BTW - the Legacy portal works 100%.
Thank you.
I have Created the APIM instance and added the HTTP Trigger API from Function App and published the developer portal by enabling the CORS option also.
Next, I have created the user and given all APIs Level access in the APIM Instance and opened both deprecated and legacy portal in different browser, logged in with the non-administrative user:
You can see logs of all activities in the Activity log of APIM Instance:
To see the Function App API imported in the APIM Instance, you have to add that API to the products subscribed by that user:
Published the developer portal again with new changes:
Activity Logs:
Result:
You can check each log activity from the Activity log to see complete details whether the operation publish or other is succeeded and how much time it took to complete.

I can no longer access OpenShift Online Starter console

Around last 1-2 weeks, I got e-mail notice from OpenShift Online that my starter account would be suspended due to inactivity.
I thought I've been using the cluster recently. But anyhow I tried deploying a new app.
After that, I got this another mail informing that:
"Your access to OpenShift Online Starter was removed for account ****** due to a prolonged period of inactivity.
Whenever you are ready to use OpenShift, you can subscribe at http://manage.openshift.com/ to get access to an OpenShift Online cluster again."
I tried re-subscribing, and saw "Starter: Canada (Central)" again on my "Active Subscriptions" page.
However, when I tried to click "Open Web Console", I got message: "An authentication error occurred. Sign up for OpenShift Online"
Can anyone suggest? Thanks.
Best regards,
Chakrit W.
If you have no project, or there are no deployed pods, then the account will be retired. You can re-create your account if it happens. If you are having issues with login still, then you can use the contact form at:
https://help.openshift.com/forms/community-contact.html
to report any issue. I would suggest just keep re-trying in case it is a transient issue.
You can also find out whether there are any current issues with the clusters at:
https://status.starter.openshift.com/

SSRS Permission settings in Report Service

I am running Report Service Manager - Web portal for accessing the Reports. For Development and Testing purpose, Report service is running from my computer.
Whenever Testing Team tries to access the web from their end, report service is asking an Initial Authentication of my computer account. ( Windows Authentication ). How to skip this authentication mode ? This is an Internal Application, i want Report service to run on any computer without asking any authentications.
If you are all on the same domain, simply add "DomainName\All Users" with the appropriate role to the portal. The testers may also need to add your site as a trusted site in their browsers. "All Users" is exactly as it sounds - any user account on that domain will have the access you grant.
Alternatively, if you need to disable security entirely (bad idea), you'll have to configure a new security extension - it's relatively simple to do, especially with all the samples you can find online (google "SSRS custom authentication" or "SSRS anonymous authentication"), but if you've never done anything like this before, you may struggle if you run into any unexpected issues.
See here for one example on how to enable anonymous access:
http://blogs.msdn.com/b/jameswu/archive/2008/07/15/anonymous-access-in-sql-rs-2008.aspx

SSRS reporting service UAC error, already tried everything

Been trying to get SSRS reporting service set up for a while now, and been stuck on the issue with UAC.
After setting up the Reporting Service Configuration Manager settings, with service account using my PC's login account, Database using ReportServer$SQLEXPRESS, etc. when launching the server # 127.0.0.1/Reports it directs me to 127.0.0.1/Reports/Pages/Folder.aspx and then after login with my PC's login this is what I get on my browser -
"User 'OCTETHP\Support' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed."
And I have done my researches online, I turned off UAC, I am on the administrator account, and I also tried to run the browser with right click to run as administrator option on both chrome and IE. Still does not solve this problem. Could anyone help me out with this??
I am currently running on windows 8.1. Thanks so much!
It is likely the problem is with the account the reporting server is running under (OCTETHP\Support). You may need to add this user to the web user group (IIS_WPG depending on your OS version). If that doesn't work, you can set the user to be a local administrator and work the permissions back from there.
If you want to run the reporting services from another account you'd want to follow these steps:
Open IIS Manager
Under websites locate the SSRS website (/Reports in your case)
In basic properties check the App Pool the site is running under
Go to the App Pools section of IIS and open the advanced properties
Setup the user that the App Pool runs under
You'll need to make sure the user is assigned to the web user group, and has permissions to access the folder that the website points to.

Legacy Connect Auth stopped working

I'm working with an application that was built and integrated to Facebook using the legacy connect auth:
https://www.facebook.com/login.php?api_key={appkeyhere}
Starting sometime the week of Oct 22, 2012, existing users who login to the app using the above URL get redirected to https://www.facebook.com/login.php?login_attempt=1 and have a blank white screen.
New users signing up to the app for the first time get redirected back to the application site.
I had the people who maintain the site check the deploy logs to see if there were breaking changes deployed to the pages that service the back end OAuth and they haven't made any changes.
Any ideas on where to start to try to debug this issue?
Only the current documented authentication flows in the Login documentation are supported - last week the last of the legacy endpoints (most of which were deprecated in October 2011) were removed - For desktop apps there's more specific documentation at https://developers.facebook.com/docs/howtos/login/login-for-desktop/ which covers the details