Run the Intuit Sync Manager, my newly items can't add to QuickBooks - intuit-partner-platform

Using QuickBooks IPP V3.2.0.2, I am creating items that added without errors to the cloud.
When I run the Intuit Sync Manager, my newly added items enter error state. These items do not exist in QuickBooks Desktop 2013 and these items with a status of pending, before I run the sync manager.
How to solve this question?

Using Query endpoint, you can try the following query
select * from Item where status='SyncError'
If you find the Item object in errored state then use the V2 status(deprecated) API to get more details.
https://developer.intuit.com/docs/95_deprecated/qbd_v2/qbd_v2_reference/0600_object_reference/syncstatus#Retrieving_Status
PN - QBD APIs(V2 and V3) are deprecated
You should post these qts in Inuit's live community -
https://intuitpartnerplatform.lc.intuit.com/
Thanks

Related

Powershell Get-AzureAdUser: Authorization_RequestDenied , message : Insufficient privileges to complete the operation (since October 2022)

Context
This question has been asked many times already, but I think this is a special case of Microsoft disabling APIs on newly created app registrations.
I use the (soon to be deprecated) AzureAD module and the included Get-AzureADUser in a context, where I cannot easily switch to the AZ.Connect- Module.
How I got there
Last month I registered an app in my development tenant and gave it the permissions
Microsoft Graph
User.Read.All
User.ReadWrite.All
Everything works: Get-AzureADUser can be called by the powershell script using that app.
Today I registered another app in the same tenant. I used the exact same settings and the exact same permissions. But whenever trying this app registration in the powershell script I get the message:
Error occurred while executing GetUsers
Code: Authorization_RequestDenied
Message: Insufficient privileges to complete the operation.
As soon as I switch back to the "older" app registration it works.
Connect-AZAccount and Get-AzADUser work with both apps, so the issue is not the privileges I think.
Question
Is there any way to make the "new" registration work until I am able to update the code to use the newer modules?
Bonus questions (optional):
Can someone confirm that it is not possible with a newly registered app to use the AzureAD module anymore?
Is this documented anywhere?
I found out the solution together with a colleague of mine: By applying the legacy "Azure Active Directory Graph" permissions you are able to still use the "old" commands even with new apps.
These permissions are "greyed out" in the Dialog under "Microsoft API" with the comment:
Azure Active Directory Graph will be deprecated in June 2022. We recommend using Microsoft Graph APIs for your application. If you are currently using Azure Active Directory Graph, please migrate to Microsoft Graph
But they can still be selected using the "APIs my organization uses" tab by typing "Windows Azure Active Directory" or the Application (Client) ID "00000002-0000-0000-c000-000000000000".
For using Get-AzureADUser you need the "Directory.Read.All" role, to use "Set-AzureADUser" you need the "Directory.ReadWrite.All" role assigned as type "application".
This is how it looks after assignment:

While setting up release pipeline azure subscription error

My account and subscription is active in portal.azure.com and also same account I have been using for azure devops as well, However while trying to add new service connection in release pipeline section I am seeing below error. Please help.
enter image description here
Please follow these steps to troubleshoot the error "You don’t appear to have an active Azure subscription".
Open a new InPrivate/incognito window of browser, and try to create a service connection again.
Go to https://ms.portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade to check if your subscription status is active.
Go to https://ms.portal.azure.com/#blade/Microsoft_AAD_IAM/TenantPropertiesBlade to check whether the Security defaults is disabled.
In addition, when the user is assigned the subscription for the first time, it needs time to sync the changes when logging in to Azure DevOps.
If there is still the error, please report your issue to Developer Community, you could share your detailed messages in private channel (Microsoft Only).

Microsoft Power Automate and Azure Devops with guest users

In our ADO organization, all the users are registered in AD as guest users.
My user is set as the organization owner.
I'm trying to create a flow in Power Automate, but this organization does not appear in the list of organizations.
I tried to type its name manually as a custom value. This work for configuring the trigger, and also a step of "Get Work Item Details". but when configuring a step of "Update Work Item Details" I get an authentication error:
The dynamic operation request to API 'visualstudioteamservices'
operation 'GetWorkItemSchemaForUpdate' failed with status code
'Unauthorized'. This may indicate invalid input parameters

Connecting Excel to a Azure Devops Query

I can not see my queries using Excel Team plugin. I get an error enter image description here
TF8001:An error occurred while accessing the work item database. Contact the administrator
Please use the administrator account to check these:
First, please check whether the current query allows your account to access it.
click on the Shared query-->Security
Make sure that the related options are allowed.
Second, make sure that your account has access to the current work item.
Project Settings--> Project configuration
Finally if you execute the query to tfs work item database, you should contact your Administrator to add permission for your account.

Unable to select Bluemix Organization when attempting to publish API Connect product/API

I am new to API connect and I'm trying to create a simple loopback application and publish the product and API to bluemix.
Steps I've followed so far:-
On Bluemix:-
Added a API connect service to my organization ('subhash.pesh#gmail.com'), US South region and and test space.
Default Sandbox catalog created in APIConnect.
On Local machine:-
Got the APIC CLI
Created a loopback app by running: apic loopback
Ran the API designer by using apic edit
Express server started listening in on a port and the GUI editor opened up in my default browser.
Tried to publish the product by adding a bluemix target.
Here is where I'm facing the issue:
I'm able to enter my bluemix credentials and it chooses US South region by default, but I'm not able to see any organizations within the next dropdown.
I've tried doing this while the app is running locally and while it's stopped (I dont think it should make any difference, but I was getting desperate)
Ive attached the pictures of the publishing option/ empty organization dropdown here:-
Organization dropdown can be seen here
Unable to see any of my organizations, dropdown is blank
I'm sure I'm missing something vital, but I'm just not able to figure this out.
I've tried going through the documentations and video tutorials and by their account, I should be able to select the organizations and then the catalog to which I want to publish the API.
EDIT: I observed something while trying to publish from CLI:
After logging in to us.apiconnect.ibmcloud.com, when I run
apic orgs --server us.apiconnect.ibmcloud.com
I get a blank response.. Not sure why my bluemix organizations are not being recognized
And when I run
apic catalogs --all-organizations --server us.apiconnect.ibmcloud.com
I get
Error: No catalogs found in all organizations
Error: No catalogs found in org null