Hi,
When I attempt to import the tempo account manager accounts via an xml service, i am receiving the error "Empty Account Information - no change error"
We are using JIRA onDemand. I have also made sure that the xml being returned is the same as the required format. Please advise if anything else is required for this to work.
Regards,
Fayez
A snippet of the xml file is below:
<?xml version="1.0" encoding="UTF-8"?> <accounts> <account> <accountId>SR5</accountId> <accountName>BCC: Do Something</accountName> <categoryDescription>Service Request</categoryDescription> <categoryId>SR</categoryId> <customerContactName>David</customerContactName> <customerName>BCC</customerName>
<customerId>BCC</customerId> <employeeName>Fayez Moussa</employeeName> <isGlobal>false</isGlobal> <jiraProjectKey>BCCSUP</jiraProjectKey> <monthlyBudget>0</monthlyBudget> </account> <account> <accountId>SR11</accountId> <accountName>BCC: Migrate SQL</accountName> <categoryDescription>Service Request</categoryDescription> <categoryId>SR</categoryId> <customerContactName>David</customerContactName> <customerName>BCC</customerName>
<customerId>BCC</customerId> <employeeName>Fayez Moussa</employeeName> <isGlobal>false</isGlobal> <jiraProjectKey>BCCSUP</jiraProjectKey> <monthlyBudget>0</monthlyBudget> </account> </accounts>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We had the same issue trying to import data from Salesforce to Tempo and it turned out that the the XML header was there but added via visualforce so apparently Tempo didn't recognize it. We had it added again in the code, but had to leave it on the visualforce page as well. That actually did the trick.
Best,
Joe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fayez
Try to remove the <br> after the </customerName> (both instances).
I think that should do the trick!
Cheers,
Benedikt
Tempo Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, that was a typo as I didn't want to paste the full xml dump which had customer information in it. I have double checked and the real dump does not contain the <br> tags
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.