I have downloaded and installed the SAP NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version from SAP website.
I logged in with DDIC user account and wanted to create a program, but I couldn't do that. And I have read that I can't do that with DDIC account.
So I created a dialog user account, put it in the user group DEVELOPERS and when I try to go to SE80, there's the following error:
You are not authorized to use transaction SE80
How can I authorize my newly-created account?
Go to transaction SU01 and add profile SAP_ALL to your user.
Instead of SAP* or DDIC, you should be using the username BCUSER that comes with the trial.
See Page 9:
How to Administrate the ABAP Trial Version
To be able to do custom development at the system you'll need to enter your license info and developer key. You can get these for free at http://www.sap.com/minisap.
Copy the SAP* user and use that user.
Related
I can't log in to YouTrack. My teammate sent me a link to join to his project but when I want to log in it says: Incorrect username or password. I'm sure that the username and the password is correct because it's the same as my JetBrains profile.
How can I solve this problem and join to this project?
Usually JetBrains account and YouTrack account are not the same, so you shouldn't be able to log in to YouTrack with your JetBrains credentials. It can be possible only if your YouTrack is explicitly integrated with JetBrains Account to allow authentication with JBA credentials.
So when you are invited to join a project, you are expected to create a new account or to log in via configured auth modules (like JBA, Google, GitHub). The solution here depends on the YouTrack setup, so if my answer doesn't help, please provide more details about what you see on the login screen and how exactly you were invited to join the project. Your teammate should either create an account for you, or send you an invitation link, or this particular YouTrack instance should allow new users to create accounts. You can read more about each option here: https://www.jetbrains.com/help/youtrack/incloud/Create-User-Accounts.html#InvitingNewUsers
My goal is to create a business PayPal sandbox account which has the account type Business Pro and which allows me to grant access to third party APIs.
Currently there are two ways of creating sandbox accounts in PayPal. The first method involves creating an account from the developer dashboard and linking that account to the PayPal dev account via the link provided on the Sandbox Accounts page. However, creating an account this way does not allow me to link third party APIs. When I log into the sandbox account and click the link to update Api Access it gives a browser error of "Too many redirects".
The second way of creating a sandbox account involves going to sandbox.paypal.com and signing up a Business account on there. I am then able to link this sandbox account to the PayPal dev account from, again the link provided in the dev dashboard. Creating a sandbox account this way also allows me bypass the browser error and link third party APIs. However, it doesn't allow me to upgrade that sandbox account to Business Pro, and gives me the following error: Something went wrong. PayPal Payments Pro could not be enabled. Try again.
Is there any way I can create a sandbox account which is able to link to third party APIs and be a Business Pro type?
To anyone else that might have this problem, I had to create a ticket here: https://www.paypal-techsupport.com/app/ask and ask them the question of why it wasn't linking. They had to change my account type to a new one that they were/are developing.
I am developing an app using VB.Net for accessing my GMail accounts. I was able to follow the steps given at .Net Quickstart and was able to able access one of my accounts. So whenever I run my app, it accesses my first gmail account automatically, which is fine. Now I would like to access my other gmail account using the same app. How to change the gmail account that is automatically accessed by my desktop app?
This is similar to this question, but I am not able to understand the answer provided there
Thanks in advance for your answers
Before using your app, you need to log out of the default gmail account (i.e., first gmail account in your case). So I think you need to log out from that first gmail account, then log in with the second gmail account and try to sign in from your app. Hope this helps!
Finally I found out where the authorization information is stored. It is stored in Environment.SpecialFolder.ApplicationData folder. A folder named Google.Apis.Auth is created under this folder and a new file with the authorization information is created under it (in my case it is C:\Users\myWindowsUserName\AppData\Roaming\Google.Apis.Auth). I deleted the file which was there, which had the token for my first gmail ID. When I ran my app again, it asked for user login and consent once again, at which point I provided details of my second gmail account. This pearl is available here
I am trying to have Azure federation in one of my MVC application, but ending up having this error
Sorry, but we're having trouble signing you in.
Account 'soandso#microsoft.com' is not configured to sign-in to this application.
Sign-out and sign-in with another account.
Additional technical information:
Trace ID: b94e380f-8234-4221-a59d-6efb5e644c83
Timestamp: 2014-06-25 08:35:00Z
ACS50001: ACS50001: Relying party with identifier 'http://testsmb.azurewebsites.net/testsmb' was not found
Not sure where I am doing wrong. Any help would be highly appreciated. I tried doing googling but nothing helps.
Vinod
Did you try running the browser in in-private mode? It looks like you are signing in automatically to the microsoft.com directory, whereas you want to use a test directory for your development.
Azure AD does not issue a token to an application if the application hasn't been installed in the directory. The installation of the application can happen in two modes: Administrator consent and User only consent. With administrator consent, the application can sign-in any user in the organization, however with user only consent, the application can sign-in only that specific user. This help topic (msdn.microsoft.com/en-us/library/azure/dn151789.aspx) explains how to get consent in the 'Add Sign-Up Capabilities to the Application' section.
I have a registered Windows 8 Developer account. I do not have any applications published or event sent for testing. Is it possible for me to change the publisher name I requested originally?
This is possible. From here:
The publisher display name is the name under which your apps are
listed in the Windows Store.
Note You can change this after you sign up, but, if you decide to do
this, you will need to modify that entry in your app's packages,
upload the updated packages, and then submit the apps for
certification again.
On this page, it also tells you how to change this info. To access your developer account info, sign into your developer account, go to your Windows Store Dashboard, and then click "Account" under Profile in the left menu.