BrandKarma/TrustYou interface stuck with error about System.UnauthorizedAccessException

BrandKarma/TrustYou interface stuck with error about System.UnauthorizedAccessException

So, your BrandKarma/TrustYou interface is acting up.  It's generating a line like the below in it's error log:

20190221 14:05:32 | ExtractDataFromFile: .sftp System.UnauthorizedAccessException: Access to the path 'e:\Datavision\Programs\BrandKarma\Files\.sftp' is denied.


DON'T LOSE HOPE!  You, yes you, can resolve this issue.

First, delete that folder from the files folder.

Second, login to Exavault Web interface.  Unless you are an Exavault Admin, you will need to use the BrandKarma userid/password from the config file.

Third, highlight the .sftp folder, and delete it.

Forth, in the interface Files folder, delete the files for the days that have been missed.

Fifth, rerun the interface.  The files deleted in step four will be transferred again, and then processed.

Sixth, check that everything loaded okay, then pat yourself on the back for a job well done.


    • Related Articles

    • Bartell Duetto Interface

      The Duetto interface runs in the DataVision server. Every day we receive a .zip file from Angie Hughes (ahughes@bartellhotels.com). The interface has two parts. First part is called dvPop and it takes the .zip file, renames it to Duetto.zip, extracts ...
    • DValert BOB loading error - OLE DB error: OLE DB or ODBC error

      When you have an issue processing the PMS Bob like “Internal error: The operation terminated unsuccessfully. OLE DB error: OLE DB or ODBC error: Invalid column name ''''LengthOfStayAsOf2YrsAgo''''.  That error is from OLAP when processing the PMS ...
    • DV Addin getting an error for SSPI Context

      Hi all, So, you are getting an error about the SSPI Context in your addin, and you want to know what to do next. First check that users are not in a different domain. Cross domain authentication may cause the SSPI context error. Second, check if the ...
    • Clearing 'stuck' data writes in DVUpload Status

      Get a list of what is currently outstanding:   select * from DVENTERPRISE.dbo.StagingRequests where StatusId < 4   Fail those currently outstanding records   Update DVENTERPRISE.dbo.StagingRequests Set StatusId = 5 where StatusId < 4
    • DVAlert Error - Number of records don't match between tmp and inc...

      So, DVAlert is failing, the message is something like this: "IdBatch: 658 The numbers of records between tmpfactPMSBOB and incfactPMSBOB not match for cube PMS BOB" The problem is most likely that one of more of the dimensions has duplicate All ...