Debug the invalid token (date OK)

Hello

I'm trying to get my debug token to work.

I created & installed my token in accordance with the instructions provided in this article. However, on my PlayBook, debugging token appears as invalid (' Valid: No. ").

I checked the date on my PC and my PlayBook (I even tried the PlayBook setting a few days in advance): they are both OK. Also, I used blackberry-debugtokenrequest-check and he didn't tell me something unusual no more.

So, what could cause this problem?

Are you using the PIN exactly as there are shown on the PlayBook (do not convert this number to hex)?  The number would already be in hexadecimal.

The date on the PlayBook should be synchronized with your PC.  If the date of the PlayBook is prior to the date of creation of a token of debugging or 30 days after the time of creation of a token of debugging, it will be invalid.

Can you confirm these two?

Tags: BlackBerry Developers

Similar Questions

  • Debug the invalid token

    I can create a debugging token and see it in flash builder, and with the command line tool. There is no errors during the creation process, and it contains the correct PIN code for my playbook.

    When I download (the .bar file) to the device, I get 'no' next to validate, and the author and expiration fields are left white. I followed the instructions that came with the .csj file, both versions of flash builder and the command line. I also tried following the tutorial video. In any case, I have the same problem.

    Obviously, I'm doing something wrong. Can anyone suggest what I might be missing.

    Thank you

    Andrew

    Resolved:

    The problem is, I didn't properly set the date on my PB. I created the token may 5, but the PB date is something April. Changed the date and it works very well.

  • author of the 881 failure application does not match the author token of debugging

    Hello

    I can't launch my app Android of Eclipse for the BlackBerry PlayBook.

    Error:

    Impossible to deploy the project MYPROJECT
    Info: Send request: install
    Info: Action: install
    Info: File size: 1076852
    Info: installation...
    Info: Treatment 1076852 bytes
    actual_dname:
    actual_id:
    actual_version:
    result::failure 881 the application author does not match the author token of debugging

    Thank you

    Delete the special character of the author fixed the issue.

  • Is unable to connect/add the host to the CR - error: another error occurred at line number 7, not well-formed (invalid token)

    Hello!

    Having a problem with a server ESX 3.5 and VC2.5. Two days ago it became (not answer) in VC and I could not reconnect. Using VI client I can connect directly to the host. I ping the ESX other EWX hosts and to the client with VC.

    I tried mgmt-vmware restart and restart av vpxa. A restart of the ESX host has not helped.

    I have her disconnect the ESX and when trying to connect, I get the Connection Wizard, but when you add the server name and root I get an error saying:

    General error: another error at line 7 number, not well-formed (invalid token) and cannot continue.

    I saw another discussion in the forum saying ban the CDP but that did not help.

    After removing the server ESX of VC, I'm trying to add hos, but run into the same error. I see no particular error in newspaper except errors in certificates, but I'm not sure that that's about it.

    It's one of the things that I read in the newspaper about the VC client:

    Unexpected error connecting host host3.kun.local: incomplete header received

    GetChanges failed on the host /vpx/host/#7863 /: vim.fault.NoHost

    Set the error code of connection (-2) for the host host3.kun.local

    Anyone with any ideas what to look for?

    I'll try to remove vpxa and vpxauser # rpm - e Vmware-vpxa and # userdel vpxuser and see what happens.

    Carpet

    That's good news, glad to hear that the problem has been resolved.

    If you found this information useful, please consider awarding points to 'Correct' or 'useful '. Thank you!

  • Trying to do a simple REST, the security token error installation

    I'm trying to put in place a series of calls to API using c# .net. I have combed through the documents of installation, download the sample code from Github and contacted the support of Eloqua, but I can't seem to shake this same error:

    Eloqua security

    A security token that is associated with your session became invalid.

    This can happen if you open multiple instances of Eloqua, in different browser windows or tabs and then log out of one of these bodies. Please either close this window or tab or click here to log in again.

    I checked with Eloqua to make sure that my user name is configured to perform API calls. Now, I'm just trying to make an API call. Finally, I would like to add contacts, send emails and possibly to other activities through the API fires from a web application. I don't know if it's important, but I noticed that all of the code is a client application, not a web application. Is it possible to make API calls in code-behind to a .aspx page?

    The debug error I get is:

    System.Xml.XmlException: ' > ' is an unexpected token. The expected token ' "' or"'. " Line 3, position 62.

    This error occurs because the answer is the above HTML error message.

    Here's the code I'm running. It fires on a Page_Load handler on a .aspx page that compiles:

    var client = new Eloqua.Api.Rest.ClientLibrary. Customer (Instance, UserId, UserPass, 'https://secure.eloqua.com/API/1.0/');

    int emailId = 1;

    Eloqua.Api.Rest.ClientLibrary.Models.Assets.Emails. email email = customer. Assets.Email.Get (emailId);

    Response.Write (e-mail. (ToString());

    From: EloquaClient/Client.cs:

    public Customer (string site, user string , string password, string baseUrl)

    {

    BaseClient = new BaseClient(site, user, password, baseUrl);

    }

    From: EloquaClient/BaseClient.cs:

    public BaseClient (string site, user string , string password, string baseUrl)

    {

    Client = new RestClient

    {

    BaseUrl = baseUrl,

    Authenticator = new HttpBasicAuthenticator(site + '-' + user, password)

    };

    Client.AddHandler ("text/plain", new JsonDeserializer());

    }

    public T get < T > (int id, depth depth = depthletter) where T: RestObject, new)

    {

    var point = new {id = id} T;

    var request = Request. Get (request. ) Type of. Get, item);

    return Run < T > (request);

    }

    From: EloquaClient/Request.cs:

    internal public static RestRequest Get (Type , type, RestObject restObj)

    {

    restObj.type = restObj.Type;

    var request = new RestRequest

    {

    RequestFormat DataFormat=. JSON

    };

    switch (type)

    {

    case The type. Download:

    request. Method = method. GET;

    request. Resources = restObj.Uri + ' / ' + restObj.id;

    Break;

    case The type. Put:

    request. Method = method. PUT;

    request. Resources = restObj.Uri + ' / ' + restObj.id;

    request. AddBody (restObj);

    Break;

    case The type. Publish:

    request. Method = method. POST;

    request. Resources = restObj.Uri;

    request. AddBody (restObj);

    Break;

    case The type. Delete:

    request. Method = method. DELETE;

    request. Resources = restObj.Uri + ' / ' + restObj.id;

    Break;

    case The type. Search:

    request. Method = method. GET;

    var resource = new StringBuilder(100);

    resources. Append (restObj.Uri);

    if (restObj.id! = null & & restObj.id > 0)

    {

    resources. Append ("/" + restObj.id);

    } else

    {

    resources. Append ("s"); / / pluralize endpoint

    }

    var searchObj is restObj as ISearchable;.

    resources. Append ('? ') Search =" + searchObj.searchTerm +.

    "& count =" + searchObj.pageSize +.

    '& page =' + searchObj.page +.

    "& depth =" + restObj.depth

    );

    request. Resources = resource. ToString();

    Break;

    default:

    throw new NotSupportedException (type. (ToString());

    }

    return request;

    }

    From: EloquaClient/BaseClient.cs:

    internal T run < T > (applicationIRestRequest ) where T: ( new)

    {

    Answer IRestResponse< T > = Client.Execute < T > (request);

    if (answer. ResponseStatus! ResponseStatus=. Completed)

    {

    This is where it is throwing this error:

    ' > ' is an unexpected token. The expected token ' "' or"'. " Line 3, position 62.

    response to throw . ErrorException;

    }

    response to return . Data;

    }


    No idea where the code is a failure and how can I get this (supposedly) simple API call to return a value instead of a security token error?


    Thanks in advance.

    Nick

    Hi Fred,.

    I have cleared my cookies and unfortunately it does not solve the problem. Frank Shih to Eloqua stressed that endpoint was wrong ('REST1.0 ' rather than 'secure.eloqua.com/API/1.0' secure.eloqua.com/API/). I fixed who and receive is no longer the security token error. Now, I get a new error, but I'll make another post for that to keep things organized.

    Thank you.

    Nick

  • "invalid token" error when recording account synchronization; No email

    Hello

    I'm trying to set up a firefox sync account. When I submit the application for sign up / register my account I get a red box that says "Invalid Token" and the verification message never happens.

    I checked the email address works and that it is not going to spam.

    I noticed stuff like that in the newspaper (on about: sync-log) which seems relevant:

    1415409124817 Status.service Sync.Status DEBUG: success.status_ok = > success.status_ok
    {1415409127874 startVerifiedCheck FirefoxAccounts DEBUG {"email": "XXX"}}
    1415409127875 entry pollEmailStatus FirefoxAccounts DEBUG: start
    1415409128102 FirefoxAccounts ERROR getting/recovery_email/status: {'code': 401, "errno": 110, 'error': 'Unauthorized', 'message': 'in the signature of the request invalid authentication token', 'info' ': 'https://github.com/mozilla/fxa-auth-server/blob/master/docs/api.md#response-format' "}
    1415409128417 FirefoxAccounts ERROR error display/recovery_email/resend_code: {'code': 401, "errno": 110, 'error': 'Unauthorized', 'message': 'in the signature of the request invalid authentication token', 'info' ":"https://github.com/mozilla/fxa-auth-server/blob/master/docs/api.md#response-format""}
    1415409129545 Status.service Sync.Status DEBUG: success.status_ok = > success.status_ok
    1415409129546 Sync.Service DEBUG User-Agent: Firefox/33.0.3 FxSync/1.35.0.20141105223254.

    I'm running on Fedora 17 64-bit.

    Any help is much appreciated and happy to provide any additional information.

    Thank you

    ~ ray

    I got it with a different e-mail (thanks for all the help). No idea why he dislikes firefoxsync AT ray.interthingy.net

  • Creating the table and get the invalid identifier

    Thank you so much Ed (and all those who responded) to my previous post!, you all be extremely useful.

    In fact, I have another question... Can I repost a new thread or continue on this one?

    Here's my problem.

    create the table DonationEvent
    ('ID' NUMBER (1,1) Not Null,)
    "EventNumber" NUMBER (1,1) Not Null,
    'Type' char (30) Not Null,
    "OrganizerName' char (30) Not Null,
    'Location' char (30) Not Null,
    'Date' NUMBER (10.1) Not Null,
    'Time' char (30) Null,
    "DonationTotal" NUMBER (10.1) Not Null,

    Primary Key (ID),



    );

    Getting ORA-00904: invalid identifier

    Also I use Express Edition 10g, how can I get a view of context to see the line where error occurs?

    Cushgod wrote:
    I always get invalid identifiers... Your focus is so useful! My teacher is not useful. At his table did not work it would be copy and paste that work and say that he didn't had the time to debug it... I can't even say what my mistake is on in the Express edition...

    What do you use to write/test your sql? That's why I asked sqplus. This is the basic sql shell. In the examples I showed you I had by the sql in a text (doit.sql) file, shot to the top of sqlplus, connect to the base, execute "doit.sql".

    You're my only hope! Thank you very much in advance, I learn a little which makes me question why my teach would even use "" eventid NUMBER (1,1) not null "" after your explanation. " It's not supposed to have a decimal number to a primary key event IDS... anyway thanks in advance.

    create the table DONATIONEVENT
    (eventid NUMBER (5) Not Null,)
    eventnumber NUMBER (9) Not Null,
    EventType VARCHAR2 (30) Not Null,
    OrganizerName VARCHAR2 (30) Not Null,
    location VARCHAR2 (30) not Null,
    EventDate DATE Not Null,
    duration VARCHAR2 (30) Null,
    donationtotal NUMBER (10.2) Not Null,

    Primary Key (ID),

    );

    If I use a DATE instaed (4) no setting, I get "' missing right parenthesis"... once again. I counted my bracket and the match 10 (and 10)
    See below.

    DATE is right. Where did you get the idea of DATE (4)?

    The documentation site (tahiti.oracle.com) Oracle seems to be down at the moment, but you really, * really *, * REALLY * need to get there and take the reference SQL and SQL * reference manuals more.

    create the table DONATIONEVENT
    (eventid NUMBER (5) Not Null,)
    eventnumber NUMBER (9) Not Null,
    EventType VARCHAR2 (30) Not Null,
    OrganizerName VARCHAR2 (30) Not Null,
    location VARCHAR2 (30) not Null,
    EventDate DATE (4) Not Null,
    duration VARCHAR2 (30) Null,
    donationtotal NUMBER (10.2) Not Null,

    Primary Key (ID),

    );

  • How to debug the program Labview that runs in the target of the RT of a Compact RIO

    I use CRIO-9073 for the acquisition of data from sensors. Program Labview is written in RT target and target FPGA. It is posssible to make step wise execution for the program written in the target RT and FPGA target the way purpose us for the debugging of the program in general OS.

    MJM,

    The only way to use the debugging on a VI wrote to FPGA tools is to simulate running on the host computer. You can then deploy the compiled FPGA code on the target and run your VI RT in debug mode if you use the communication of the façade with the host PC.

  • Why do write can not be performed because the number of data channels does not match number of channels in the task.

    Possible reasons:

    Scripture cannot be performed because the number of data channels does not match number of channels in the task.

    When writing, provide data for all channels in the task. You can also change the task so that it contains the same number of channels as the written data.

    Number of job channels: 8
    Number of data channels: 1

    Lama says:

    The DAQmx vi writing gives me the error. If I run a single channel, isn't a problem. Multichannel gives me error.

    You are funny! Why tie yourself to work VI (single channel) instead of one that gives you errors (multichannel)?

    (If your car does not work, you bring car your wives to the mechanic, right!)

    What is the exact text in the multichannel 'physical channels' when you do the AO control?

    Lama says:

    I did a sequence to ensure that each function has been run in the correct order. Wouldn't a race condition.

    All you have to do is wire the 'start of task' error at the entrance of error of the DAQ assistant and then back to 'stop task' and things will run in order. Guaranteed! Think the stream! Everything else can run in parallel or the order is irrelevant.

    First convert the sequence stacked to a sequence of plate, remove the flat sequence and add the mentioned son. Now, do a "cleaning pattern.

    A when stacked with the inhabitants of the sequence is one of the worst construction you can possibly do. It makes the code difficult to follow, impossible to maintain, difficult to debug.

  • HP connection manager exe. Could not load the Assembly system.data, Version = 1.0.61.0, culture = SQ Lite...

    have new laptop dv7 and continue to receive the window... HP connection manager exe.

    "Cannot load the Assembly system.data, SQ Lite, Version is 1.0.61.0, culture = neutrral, db937bc2d44ff139 = public key token.

    The application will now exit.

    Please identify your laptop / pc

    Look at the basic/back/side of the pc/laptop to the sticker with barcode.

    Item number of pole 2 as seen on the following example of label with barcode of a HP laptop. The barcode on your HP product may be slightly different in appearance, but will still have important information necessary for us to help you.

    #Do not post not the serial number of your product because it is private and considered to be personal information. ###

    Display the version of the operating system installed (State whether 32 or 64 bit) and the processor as one product AMD or Intel

    Not showing information as requested could delay our responses and troubleshooting slow the question that led you to create a thread. We want to help you, so please help us help you.

    Have you gone to your laptop's web support portal and tried the HP software box software?

    This would certainly be a good starting point.

    Removing and reinstalling the software HP Connection manager is also a good plan. It is also located on the web portal of support for your laptop.

    Best regards

    ERICO

  • Add or remove programs? Uninstall it says invalid or data has been corrupted, will not continue.

    Add or remove programs. The program I want to uninstall it is Printmaster 150.00 MB. I tried to uninstall it but uninstall it says invalid or data has been corrupted,

    will not continue. How to get out he computer?

    If you have the original installation media, a method that often works when an uninstall program is corrupt is to reinstall the app and then uninstall it.

    Otherwise, you could try free Revo Uninstaller or see http://ths.gardenweb.com/forums/load/comphelp/msg081415488395.html (unfortunately, the link to the manual uninstall instructions doesn't work; support for Broderbund software has been adopted by Encore.com, the search engine it leaves something to be desired; however, you can ask for help in a forum yet http://forums.encoreusa.com/).

    How to contact Technical Support (it is not clear if all Printmaster versions are still supported; I would try telephone assistance rather than on the web):
    http://forums.encoreusa.com/TM.asp?m=24071&mpage=1&key=%E5%B8%87

    The following (below the line *) comes from a post on the support forums forum moderator yet.  I have not linked to it because earlier in the post, it is suggested to use a registry cleaner in the manual uninstall.  Certainly, I do NOT recommend to use any registry cleaner.

    *************************************************************************************************************
    NOTE:
    this message does not apply to PrintMaster 2.0 or Print Shop 2.0.

    Broderbund programs, including (but not limited to) print shop, PrintMaster, designer of Scrapbook memories of creation and creator of calendar, are installed in the Program Files folder where most of the software are installed. However, many Broderbund programs will install also files and folders in other places on the hard drive.

    When one of these programs of Broderbund is uninstalled because it is suspected that the installation is corrupt, it's always a good idea to make sure to manually delete all the files and folders stored on the hard drive that are not deleted automatically during an uninstall normal - to ensure that all corruption is removed before the program, is reinstalled.

    Here are the paths of the additional folders where Broderbund software is commonly installed:

    Windows XP: C:\Documents and Settings\All Users Data\Broderbund logiciels\Print

    and

    C:\Documents and Settings\ [your user name] \Local Settings\Application Data\Broderbund logiciels\Print

    WinVista/Win 7: C:\Users\All Users\Broderbund logiciels\Print

    and

    C:\Users\[your-username]\AppData\Local\Broderbund logiciels\Print.

    and

    C:\ProgramData\Broderbund logiciels\Print

    **********

    PrintMaster address books can be accessed from and saved to the BOOKS folder that is a subfolder of the folder prints shown below (PrintMaster address books may be accessed from or saved to the Documents folder)

    Windows XP: C:\Documents and Settings\All Users Data\Broderbund logiciels\Print

    WinVista/Win 7:Print and C:\Users\All Users\Broderbund logiciels\Print logiciels\ C:\ProgramData\Broderbund

    (As you can see, when PrintMaster address books are registered under WinVista and Windows 7, they are saved in two files).

    For example, the address for PrintMaster 18 books would be saved in these folders on WinVista or Windows7 computer

    C:\ProgramData\Broderbund Software\Print\PrintMaster\18.0\Books

    C:\Users\All Users\Broderbund Software\Print\PrintMaster\18.0\Books

    To make sure that saved the address books are not deleted during the uninstall process, they must be saved prior to PrintMaster is uninstalled. When these address books are restored, it will be necessary to restore these in the same two folders address books - because an address book will not appear in the file. Open list, if not in the two files.

    Address books print shop can easily be stored in the Documents folder. So, if you have registered your address books in the Documents folder, it is not necessary to save the address book before you uninstall the print shop.

    **********

    Files that control the Project Gallery and the Art Gallery are stored in the folders of ART PROJECTS & which are subfolders of this folder to print

    Windows XP: C:\Documents and Settings\ [your username] \Local Data\Broderbund logiciels\Print

    WinVista/Win 7: C:\Users\[your-username]\AppData\Local\Broderbund logiciels\Print.

    For example, ART & for PrintMaster 18 PROJECT files would be in this folder on WinVista or Windows7 computer

    C:\Users\[your-username]\AppData\Local\Broderbund Software\Print\PrintMaster\18.0\PROJECTS

    Because these files can easily become corrupt if the video card driver is out of date or corrupted, the program folder that has been uninstalled (in this case, the folder 18.0) must be removed before the program is re-installed. It is completely safe to delete the folder PrintMaster - because a new facility this 18.0 folder will be performed when PrintMaster is uninstalled.

    If there is only one version of PrintMaster installed on the computer, the PrintMaster folder in this example could also be deleted safely.

    **********

    It is not absolutely necessary to remove the Adbook.exe file that controls the program PrintMaster addressbook. But it's always a good idea to know that this file is installed in this folder

    C:\Program Files\Fichiers Files\Broderbund\UMM

  • ELQ-00107 errors during the export of the activity with the REST API data in bulk (2.0)

    I'm following the flow described in bulk API Documentation v2.0

    I POST to https://secure.Eloqua.com/API/bulk/2.0/activities/exports and back (note: I work in python, so it's all the deserialized json)

    {u 'createdAt': u'2014 - 08-14T 07: 05:17.6413979Z',}

    u 'createdBy': u'P of,

    u 'fields': {u 'ActivityDate': u'{{Activity.CreatedAt}} ',}

    u 'ActivityId': u'{{Activity.Id}} "},"

    u 'filter': u "('{{Activity.CreatedAt}}' > ' 2014-07-31T23:43:02.080971Z' ET '{{Activity.Type}}' = 'EmailOpen') ',"

    u 'name': u 'blarg3 ',.

    u 'updatedAt': u'2014 - 08-14T 07: 05:17.6413979Z',.

    u 'updatedBy': u'P of,

    u 'uri': u ' {/ activities/exports/275 '} '.

    Then I POST on /syncs and get back

    {u 'createdAt': u'2014 - 08-14T 07: 05:31.6571126Z',}

    u 'createdBy': u'P of,

    u 'status': u 'pending',

    u 'syncedInstanceUri': u ' / activities/exports/275 ', '.

    {u 'uri': u'/ synchronization/17790 '}

    Now (unfortunately) I GET/synchronization/17790 and/syncs/17790/logs

    {u 'createdAt': u'2014 - 08-14T 07: 05:31.9330000Z',}

    u 'createdBy': u'P of,

    u 'status': u 'error',

    u 'syncStartedAt': u'2014 - 08-14T 07: 05:32.6570000Z',.

    u 'syncedInstanceUri': u ' / activities/exports/275 ', '.

    {u 'uri': u'/ synchronization/17790 '}

    {u 'count': 2}

    u 'hasMore': false,

    u 'items': [{u 'count': 0}]

    u 'createdAt': u'2014 - 08-14T 07: 05:33.3770000Z',.

    u 'message': u 'There was an error in processing of export.',

    u 'severity': u 'error',

    u 'statusCode': u 'ELQ-00107',.

    {u 'syncUri': u'/ synchronization/17790 '},

    {u 'count': 0,}

    u 'createdAt': u'2014 - 08-14T 07: 05:33.3930000Z',.

    u 'message': u 'Sync to sync 17790, resulting from the error status.',

    u 'severity': u 'information',

    u 'statusCode': u 'ELQ-00101',.

    [{u 'syncUri': u'/ synchronization/17790 '}],

    u 'limit': 1000,.

    'offset' u: 0,

    {'u' totalResults: 2}

    All that I can find ELQ-00107 is "ELQ-00107: there was an error in processing the {type}."

    Any thoughts on what I can hurt? Pointers on how I can further debug?

    Thank you!

    Joel Rothman-Oracle Allison.Moore Christopher Campbell-Oracle Ryan Wheler-Oracle

    Hi pod.

    Try to remove all the void second precision of the elements in date filter.  '{{Activity.CreatedAt}}' > ' 2014 - 07-31T 23: 43:02.080971Z' becomes '{{Activity.CreatedAt}}' > ' 2014 - 07-31 T 23: 43:02Z'.  The second precision is not supported for export activity.

  • Visual Studio - invalid license data

    We try to put an AppStack of Visual Studio 2005 and Visual Studio 2010. All work with the original install and the program opens fine. Clog the AppStack and assign it to a new user for tests and both version open a pop-up message stating "invalid license data. Reinstall is necessary. "

    All the world has overcome this problem?

    Yes, seen this problem with Visual Studio 2010 when entering on an own virtual computer.

    The workaround is to capture Visual Studio on a virtual computer with master/base image that is used for deployment. It worked for me to overcome the problem of license during the assignment of the AppStack.

  • Error: The lines of data with unmapped dimensions exist for period "1 April 2014".

    Expert Hi

    The below error when I click on the button Execute in order to load data in the area of data loading in 11.1.2.3 workspace. Actually, I already put in the tabs global mapping (add records of 12 months), mapping of Application (add records of 12 months) and map sources (add a month "1 April 2014' as the name of period with Type = Explicit mapping") in the service of the period mapping. What else should I check to fix this? Thank you.

    2014-04-29 06:10:35, 624 [AIF] INFO: beginning of the process FDMEE, process ID: 56
    2014-04-29 06:10:35, 625 [AIF] INFO: recording of the FDMEE level: 4
    2014-04-29 06:10:35, 625 [AIF] INFO: FDMEE log file: null\outbox\logs\AAES_56.log
    2014-04-29 06:10:35, 625 [AIF] INFO: user: admin
    2014-04-29 06:10:35, 625 [AIF] INFO: place: AAESLocation (Partitionkey:2)
    2014-04-29 06:10:35, 626 [AIF] INFO: period name: Apr 1, 2014 (period key: 4/1/14-12:00 AM)
    2014-04-29 06:10:35, 627 [AIF] INFO: category name: AAESGCM (category key: 2)
    2014-04-29 06:10:35, 627 [AIF] INFO: name rule: AAESDLR (rule ID:7)
    2014-04-29 06:10:37, 504 [AIF] INFO: Jython Version: 2.5.1 (Release_2_5_1:6813, September 26 2009, 13:47:54)
    [JRockit (R) Oracle (Oracle Corporation)]
    2014-04-29 06:10:37, 504 [AIF] INFO: Java platform: java1.6.0_37
    2014-04-29 06:10:39, 364 INFO [AIF]: - START IMPORT STEP -
    2014-04-29 06:10:45, 727 INFO [AIF]:
    Import of Source data for the period "1 April 2014".
    2014-04-29 06:10:45, 742 INFO [AIF]:
    Import data from Source for the book "ABC_LEDGER".
    2014-04-29 06:10:45, 765 INFO [AIF]: monetary data lines imported from Source: 12
    2014-04-29 06:10:45, 783 [AIF] INFO: Total of lines of data from the Source: 12
    2014-04-29 06:10:46, 270 INFO [AIF]:
    Map data for period "1 April 2014".
    2014-04-29 06:10:46, 277 [AIF] INFO:
    Treatment of the column mappings 'ACCOUNT '.
    2014-04-29 06:10:46, 280 INFO [AIF]: data rows updated EXPLICIT mapping rule: 12
    2014-04-29 06:10:46, 280 INFO [AIF]:
    Treatment of the "ENTITY" column mappings
    2014-04-29 06:10:46, 281 [AIF] INFO: rows of data updates to EXPLICIT mapping rule: 12
    2014-04-29 06:10:46, 281 [AIF] INFO:
    Treatment of the column mappings "UD1.
    2014-04-29 06:10:46, 282 [AIF] INFO: rows of data updates to EXPLICIT mapping rule: 12
    2014-04-29 06:10:46, 282 [AIF] INFO:
    Treatment of the column mappings "node2".
    2014-04-29 06:10:46, 283 [AIF] INFO: rows of data updates to EXPLICIT mapping rule: 12
    2014-04-29 06:10:46, 312 [AIF] INFO:
    Scene for period data "1 April 2014".
    2014-04-29 06:10:46, 315 [AIF] INFO: number of deleted lines of TDATAMAPSEG: 171
    2014-04-29 06:10:46, 321 [AIF] INFO: number of lines inserted in TDATAMAPSEG: 171
    2014-04-29 06:10:46, INFO 324 [AIF]: number of deleted lines of TDATAMAP_T: 171
    2014-04-29 06:10:46, 325 [AIF] INFO: number of deleted lines of TDATASEG: 12
    2014-04-29 06:10:46, 331 [AIF] INFO: number of lines inserted in TDATASEG: 12
    2014-04-29 06:10:46, 332 [AIF] INFO: number of deleted lines of TDATASEG_T: 12
    2014-04-29 06:10:46, 366 [AIF] INFO: - END IMPORT STEP -
    2014-04-29 06:10:46, 408 [AIF] INFO: - START NEXT STEP -
    2014-04-29 06:10:46, 462 [AIF] INFO:
    Validate the data maps for the period "1 April 2014".
    2014-04-29 06:10:46, 473 INFO [AIF]: data rows marked as invalid: 12
    2014-04-29 06:10:46, ERROR 473 [AIF]: error: the lines of data with unmapped dimensions exist for period "1 April 2014".
    2014-04-29 06:10:46, 476 [AIF] INFO: Total lines of data available for export to the target: 0
    2014-04-29 06:10:46, 478 FATAL [AIF]: error in CommMap.validateData
    Traceback (most recent call changed):
    Folder "< string >", line 2348 in validateData
    RuntimeError: [u "error: the lines of data with unmapped dimensions exist for period" 1 April 2014' ""]

    2014-04-29 06:10:46, 551 FATAL [AIF]: COMM error validating data
    2014-04-29 06:10:46, 556 INFO [AIF]: end process FDMEE, process ID: 56

    Thanks to all you guys

    This problem is solved after I maped all dimensions in order of loading the data. I traced only Entity, account, Custom1 and Custom2 at first because there is no source map Custom3, Custom4 and PIC. After doing the mapping for Custom3, Custom4 and PKI, the problem is resolved. This is why all dimensions should be mapped here.

  • PSC external - VCSA Gets the invalid credentials

    I recently deployed a PSC external, using the device of VCSA 6.0 U1 recently made public.  Beginning of the PSC external deployment took place without a hitch.  No problem whatsoever.  However, when it comes to then deploy the VCSA with a PSC external, I get the invalid credentials.

    The PSC and VCSA are on the same subnet, and I deploy from my office.  There is no firewall between them and no control of the East-West traffic that could be disturbing the communication.  I can telnet to the PSC to my office on 443.  No internal certs are used, just the standard self-signed certs of VMware.

    I do NOT use the PSC HA config where an F5 (or any other load balancing program) comes into play.  Just a PSC and a device of vCenter (with the same configuration in another data center and related enhanced modes enabled... If I ever get to this point).

    Any ideas?  I think I've exhausted all the Vmkware KB and google this thing to death.

    VCSA_Error.png

    I also see these things in the newspaper of the csd, that correspond with invalid credentials messages in the vcsa newspapers:

    2015-09-15 15:17:51] request [INFO] 1151 - [sso: QyUT-UDyA-Okks-RXbt] .validate: receipt.

    [2015-09-15 15:18:12] [ERRO] Ask 1151 - [sso: QyUT-UDyA-Okks-RXbt] .validate: ERROR_GET_DOMAIN_NAME error status: failure to the UNIQUE application of '005F2F80' authentication domain: 58

    [2015-09-15 15:18:19] [INFO] Ask 1153 - [session: session] .ping: receipt.

    [2015-09-15 15:18:49] [INFO] Ask 1154 - [session: session] .ping: receipt.

    [2015-09-15 15:19:19] [INFO] Ask 1155 - [session: session] .ping: receipt.

    [2015-09-15 15:19:47] [INFO] Ask 1157 - [sso: QyUT-UDyA-Okks-RXbt] .validate: receipt.

    [2015-09-15 15:20:08] [ERRO] Ask 1157 - [sso: QyUT-UDyA-Okks-RXbt] .validate: ERROR_GET_DOMAIN_NAME error status: failure to the UNIQUE application of '005F2D18' authentication domain: 58

    [2015-09-15 15:20:08] [INFO] Ask 1158 - [session: session] .ping: receipt.

    [2015-09-15 15:20:19] [INFO] Ask 1160 - [session: session] .ping: receipt.

    [2015-09-15 15:20:49] [INFO] Ask 1161 - [session: session] .ping: receipt.

    [2015-09-15 15:21:19] [INFO] Ask 1162 - [session: session] .ping: receipt.

    [2015-09-15 15:21:49] [INFO] Ask 1163 - [session: session] .ping: receipt.

    [2015-09-15 15:22:11] [INFO] Ask 1165 - [sso: QyUT-UDyA-Okks-RXbt] .validate: receipt.

    [2015-09-15 15:22:32] [ERRO] Ask 1165 - [sso: QyUT-UDyA-Okks-RXbt] .validate: ERROR_GET_DOMAIN_NAME error status: failure to the UNIQUE application of '005F2D70' authentication domain: 58

    [2015-09-15 15:22:32] [INFO] Ask 1166 - [session: session] .ping: receipt.

    [2015-09-15 15:22:49] [INFO] Ask 1168 - [session: session] .ping: receipt.

    [2015-09-15 15:23:19] [INFO] Ask 1170 - [session: session] .ping: receipt.

    [2015-09-15 15:23:44] [INFO] Ask 1173 - [sso: QyUT-UDyA-Okks-RXbt] .validate: receipt.

    While this may be caused by an incompatibility of certificate, in my case, it was a problem with the office network.  While port 443 is open to the ESXi host and the PSC external UDP 123 was not, and did not observe in any newspaper, it seems to have been the problem.  NTP on the PSC itself worked fine.

    As a test, I tried to deploy VCSA w/year embedded PSC.  This deployment also failed NTP citing it as a problem.  Changing the setting to synchronize with the host allowed FRO deployment to continue.  If you have a similar problem with invalid credentials, this can be a good test for you as well to make sure that UDP 123 is accessible from your desktop.  I don't know why it should be, but I can only assume that the place from which you are running the installation acts as a proxy for communication of all kinds.

    So in addition to making sure DNS lookup front and rear work correctly, verify the port 443 to the PSC external target host and if these things are good, try to deploy a device VCSA with the PSC incorporated using NTP for time synchronization.  If this fails, you may need to change your deployment location (unless it's easy for you to get this open port).

    Simply, I built a Windows VM base on the same subnet as my other management/infra peripheral, pushed the .iso from a store of data and mounted on this VM and connected to install it there.  Went off without a hitch.

Maybe you are looking for