AgentryToolkit from SMP3 SDK - OpenUI-app.agxz Documentation ??

Hi,
I downloaded the SDK and the latest EBF for SMP3.
Opening the AgentryToolkit folder I found
OpenUI-app.agxz
OpenUIPlayersDB.linq
First of all there is no readme and the documentation does not specify (or it is very well hidden? ) the steps to get this very sample project working.
However i hacked around and have done the following:
Created DB on the server and ran the OpenUIPlayersDB.lonq script to create the database
          I had to edit the script to remove the comments around the create table statements...
          I also had to rename the Table name because it did not match what was in the agentry project for the Step GetPlayers SQL definition.
Created an ODBC connection mapping to the database
Changed the System Connections name in the agentry project from Northwind to the one i specified for ODBC
Created an Agentry app on SMP3 cockpit + configured backend + Autentication
Restarted the server
Added the certificate of my server on my android device
Checked the "I am here" status page of the app - OK
When i start the Agentry client form my Android device, this is what happens
Client
Logging user into server
Server error - please contact your administrator (13)
Server
06/25/2014 15:15:25, 0, 0, 12, Thr 4336, AG-3ea-2143C712-9A30-4A49-896D-E08348B6703E
06/25/2014 15:15:25, 1, 16, 103, Thr 4336, BackEnd SqlBE.ini [Misc] getUserName=getUserName.sql, 3: SA_DBMS_API_Error, DB Code: 102, DB Text:42000 [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near '*'.
42000 [Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared., query.cpp#145:SQLQuery::run
Note that i also tried changing the GetPlayers SQL later removing the "select * ..."  and replacing it by "select name, ave, ...." , still giving the same results.
So my two questions are the following
Where can i find documentation about setting up the provided SDK sample OpenUI-app.agxz
Do you have some ideas about my error ?
Thanks a lot !

On the Application Setting in the managment console go to the SpinDoc section and place the following lines:
os=windows 
facePath=sql\custom;sql 

Similar Messages

  • Why are Player 10.1 source libraries missing from LCCS SDK Navigator?

    I have downloaded the LCCS SDK Navigator. Player 9 and 10 both have SWC and Source files, but 10.1 only has SWC files. This is further confirmed when navigating to the com.adobe.afcs plug-in folder. When installing the 10.1, I have no choice but to "source attach:" the src folder for Player 10.
    This is causing an error. When using Flash Builder 4 to import AFCS componenets (such as <rtc:SimpleChat>), I am recieving a notifications:
    1046: Type was not found or was not a compile-time constant: GroupSpecifier / NetGroup.These error messeges do not appear when using the Player 10 SWC.
    I realize that these errors are related to the new p2p features in 10.1. Others have complained about this issue prior to the release of 10.1 and were able to bypass it by using playerglobal.swc, but that shouldn't be needed anymore. I have installed 10.1 on my machine, including in the C:\Program Files\Adobe\Adobe Flash Builder 4\player\win\ folder that my copy of Flash Developer 4 uses.
    I am left with the assumtion that either the Player 10.1 SWC cannot be used yet (until the source files are available) or that I have somehow incorrectly set up Player 10.1 for Flash Builder. Any assistance would be appreciated.

    Thank you for the advice. I have managed to follow your instructions (add playerglobal.swc 10.1 to the Library Path) and get the messege to disappear, but this leads to another problem in AIR.
    I have set up a basic LCCS SDK tutorial app (the one from the AFCS Developer Guide on page 92-93). Running that app with my email address, password and roomURL works fine in a Web version. I repeat, a Flash web version of this app works fine.
    However, when using it in a playerglobal.swc-added AIR app, I get the following error:
    VerifyError: Error #1014: Class flash.net::GroupSpecifier could not be found.
        at com.adobe.rtc.session::ConnectSession()
        at com.adobe.rtc.session::ConnectSessionContainer()[C:\work\main\connect\cocomoPlayer10.1\sr c\com\adobe\rtc\session\ConnectSessionContainer.as:94]
        at NewPlayer007/_NewPlayer007_ConnectSessionContainer1_c()
        at NewPlayer007/_NewPlayer007_Array1_c()
        at mx.core::DeferredInstanceFromFunction/getInstance()[E:\dev\4.0.0\frameworks\projects\fram ework\src\mx\core\DeferredInstanceFromFunction.as:105]
        at spark.components::SkinnableContainer/createDeferredContent()[E:\dev\4.0.0\frameworks\proj ects\spark\src\spark\components\SkinnableContainer.as:985]
        at spark.components::SkinnableContainer/createContentIfNeeded()[E:\dev\4.0.0\frameworks\proj ects\spark\src\spark\components\SkinnableContainer.as:1014]
        at spark.components::SkinnableContainer/createChildren()[E:\dev\4.0.0\frameworks\projects\sp ark\src\spark\components\SkinnableContainer.as:827]
        at mx.core::UIComponent/initialize()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\ UIComponent.as:7250]
        at spark.components::Application/initialize()[E:\dev\4.0.0\frameworks\projects\spark\src\spa rk\components\Application.as:916]
        at spark.components::WindowedApplication/initialize()[E:\dev\4.0.0\frameworks\projects\airsp ark\src\spark\components\WindowedApplication.as:1833]
        at NewPlayer007/initialize()
        at mx.managers.systemClasses::ChildManager/childAdded()[E:\dev\4.0.0\frameworks\projects\fra mework\src\mx\managers\systemClasses\ChildManager.as:189]
        at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()[E:\dev\4.0.0\framework s\projects\framework\src\mx\managers\systemClasses\ChildManager.as:341]
        at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\4.0.0\frameworks\projects\fr amework\src\mx\managers\SystemManager.as:2810]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\4.0.0\frameworks\projects\fra mework\src\mx\managers\SystemManager.as:2637]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\4.0.0\frame works\projects\framework\src\mx\managers\SystemManager.as:2539]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx \preloaders\Preloader.as:515]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    Since this error is related to GroupSpecifier (but did not occur in the web-version), it seems to be being caused by a conflict between the added playerglobal.swc and afcs.swc. Is it possible I am using conflicting versions or an out-of-date SWC? Or do you think there is another reason for the error in AIR?
    Can you also provide me with download links to the newest compatable playerglobal.swc and afcs.swc? Thank you.

  • How can I retrieve/compute an X509 certificate's thumbprint in Python and then use it for accessing Service Management APIs from Python SDK?

    Hello,
    I am using Azure Python SDK to perform calls to ServiceManagement APIs.
    I have a .publishsettings file generated for my account which includes an encoded version of my X509 certificate and all of my subscription IDs.
    How can I retrieve/compute an X509 certificate's thumbprint in Python?
    Following is the code snippet that helps us do it in .Net.
    Is there a similar approach to do it in Python?
    var publishSettingsFile = @"C:\temp\CORP DPE Account-11-16-2011-credentials.publishsettings";
    XDocument xdoc = XDocument.Load(publishSettingsFile);
    var managementCertbase64string = xdoc.Descendants("PublishProfile").Single().Attribute("ManagementCertificate").Value;
    var importedCert = new X509Certificate2(Convert.FromBase64String(managementCertbase64string));
    thumbprint = importedCert.Thumbprint;
    Once I have the thumbprint, how can I use that thumbprint to access Service Management APIs from Python SDK?
    Thank you in Advance!
    Regards,
    Vaibhav Kale

    Hi,
    Please have check on the below article and check if it helps.
    http://azure.microsoft.com/en-in/documentation/articles/cloud-services-python-how-to-use-service-management/
    Regards,
    Mekh.

  • [svn:fx-4.x] 14630: -remove AIR SDK Readme.txt from packaging ( SDK-25470 )

    Revision: 14630
    Revision: 14630
    Author:   [email protected]
    Date:     2010-03-08 12:55:23 -0800 (Mon, 08 Mar 2010)
    Log Message:
    -remove AIR SDK Readme.txt from packaging ( SDK-25470 )
    -remove nai directory after expanding the AIK into the tree during a build ( SDK-25613 )
    -I also removed the svn:mergeinfo properties for build.xml and the frameworks directory since merging will only take place from the root of a branch and added the values to the root property
    QE notes: no 
    Doc notes: no
    Bugs: SDK-25470, SDK-25613
    Reviewer:
    Tests run: package target
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25470
        http://bugs.adobe.com/jira/browse/SDK-25613
        http://bugs.adobe.com/jira/browse/SDK-25470
        http://bugs.adobe.com/jira/browse/SDK-25613
    Modified Paths:
        flex/sdk/branches/4.x/build.xml
        flex/sdk/branches/4.x/frameworks/build.xml
    Property Changed:
        flex/sdk/branches/4.x/
        flex/sdk/branches/4.x/build.xml
        flex/sdk/branches/4.x/frameworks/

    I had to overlay the 3.5 Air SDK over 2 locations in the FB 4.7 app.
    /Applications/Adobe Flash Builder4.7/sdks/4.6.0 - this was so that my projects all have 4.6.0 + 3.5 Air. Then I overlayed
    /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK - This is where the tools compile and cause the main problem.
    I hope this helps you.

  • My iPhone 4 will not sync my new voice memos from the "Voice Memos" app to my computer. This is frustrating, should not be so hard, can someone please help. I use PC with windows 7 with iPhone version 6.1.3 and iTunes most recent. Thanks.

    My iPhone 4 will not sync my new voice memos from the "Voice Memos" app to my computer. This is frustrating, should not be so hard, can someone please help. I use PC with windows 7 with iPhone version 6.1.3 and iTunes most recent. Thanks.

    In the Music tab of iTunes, do you have 'Include Voice Memos' checked?

  • How can I transfer a sound file from my "Voice Memos" app on my iPhone to my iPad?

    How can I transfer a sound file from my "Voice Memos" app on my iPhone to my iPad?

    In iTunes with your iPhone connected, click on the iPhone device, select the Apps tab, scroll down to the File Sharing section and pick an app that plays Quicktimes ("Files Connect" works in this example, but I'm open to suggestions of better apps for playing transferred Quicktimes) and drag your Quicktime from Finder to the Documents pane for the File Sharing app.   Once the file transfer is complete, go to the app on your iPhone to play the Quicktime.

  • Is it possible to add music from the music downloader app to the original music app?

    I have a bunch of music downloaded on the music downloader app, and i want to play it on the airmusic app, but the airmusic app only shows music from the original music app, and not the music downloader. Is there any way to move my music from the music downloader app to the original music app so it can be played? Sorry if this is confusing to read

    I understand what you are trying to do. It's a somewhat complicated process, but here's how it goes:
    -Connect your iPod to iTunes and select it in the sidebar. Select "Apps" along the top and scroll down to File Sharing.
    -Click on your music downloading app in the apps column. All the music you've downloaded using your music downloading app is downloaded as documents under the app. Select the music files you want, and use the "Save to..." button to save the files to somewhere on your computer (just temporarily), say, Downloads.
    -Open Downloads and drag all the newly saved music files into iTunes.
    -When the music files finish copying into iTunes, sync your iPod and you should be ready to go.
    Let me know if you have any questions.

  • How do I show/refresh data from an Access Web App in an Excel spreadsheet saved in a Document Library on Sharepoint 2013 online

    I have an Access 2013 Web App in my Sharepoint 2013 online website. It contains a query to report on its data (several, actually, but let's keep it simple). I want to connect an Excel spreadsheet to the query, visualise the data in pivot tables/graphs/whatever,
    save the spreadsheet in a Document Library, and let other team site Sharepoint users open the spreadsheet (preferably in Excel online, but with Excel client if it has to be) and see/copy the data, refreshed with the latest information from the Access Web App.
    Simple, surely!
    The way I'm doing it at the moment is to create an ODC file to connect to the cloud-based Access 2013 database, save that ODC in a Data Connection Library in the SP site, and use the saved ODC file as data source in the Excel spreadsheet. This works and
    successfully keeps everything 'in the cloud' but I can't get it to refresh in Excel Online, and if I open the spreadsheet in Excel Client I have to enter the database password every time to refresh it. I don't really want to issue this password to everyone
    who might want to view the data. There must be a better way than this ODC method, I suspect.
    Googlings on this have led down various blind alleys - Excel Services, PowerPivots, Web Parts - but I'm stuck on which to follow through. Please, someone, point me to an article/book/website that explains how to do this step-by-step in simple language..
    thanks
    Jonathan

    I don't see any quick way of achieving it - at least there's no such functionality exists in SharePoint. All you can do, develop an event receiver that will update the fields in the list item once the excel file is added/updated. You can use OpenXml API
    to manipulate the excel file.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • Full page prints from iPhone but not from iPad using photo app with AirPrint ?

    Full page prints from iPhone but not from iPad using photo app with AirPrint ? iPad only prints 4x6 on full size paper. It's an HP 8600.

    I also have this problem printing photos from an iPad to an Epson WF-2540 printer. It prints only 4x6 and without border (so print starts at extreme top left corner of paper). Borderless printing is not selected on printer. Printing a square photo just crops to 4x6 size.

  • How do I download a movie from my ipad2 video app to apple tv

    How do I view a recently downloaded movie from my Ipad2 video app to Apple TV?

    If it is from the iTunes store you can watch it from iCloud on ATV.  If it is not from the iTunes store the next best option is to add it to your local copy of iTunes and have ATV play it from there.  You can always do it from AirPlay but that is a very error prone and degrages the quality.

  • Bug Report iOS 7 iTunes. Since it is repeatable on 3 iPhones and 4 iPads here, I'm sure others are experiencing the same thing. Apple, might want to take a peek at this. When a tv show or movie is deleted from Videos, the Videos app shuts down.

    Bug Report iOS 7 iTunes. Since it is repeatable on 3 iPhones and 4 iPads here, I'm sure others are experiencing the same thing. Apple, might want to take a peek at this. When a tv show or movie is deleted from Videos, the Videos app shuts down instead of returning to video playlist.
    Restarting videos works and looks like video is getting deleted.
    Just a bug report

    You might want to report that to Apple instead of to the other users in this forum.
    http://www.apple.com/feedback/iphone.html

  • Unable to open a report from Java SDK

    Hi,
    I am trying to open a report from the SDK in a java application. Here is the code :
    package com.metrixware.test;
    import com.crystaldecisions.sdk.occa.report.application.OpenReportOptions;
    import com.crystaldecisions.sdk.occa.report.application.ReportAppSession;
    import com.crystaldecisions.sdk.occa.report.application.ReportClientDocument;
    import com.crystaldecisions.sdk.occa.report.lib.ReportSDKException;
    public class MyBoTest {
    @param args
         public static void main(String[] args) {
             ReportClientDocument myDoc = new ReportClientDocument();
             try {
                  ReportAppSession sess = new ReportAppSession();
                  sess.setReportAppServer("AGIRC-DEMO");
                  sess.initialize();
                  myDoc.setReportAppSession(sess);
                   myDoc.open("rassdk://D:/Document8.rep",OpenReportOptions._openAsReadOnly);
                   System.out.println("Titre du doc : "+myDoc.displayName());
              } catch (ReportSDKException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    but i always get the following error stack (ReportSDKException) on the open method of the doc :
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Impossible de charger le rapport.---- Error code:-2147483123 Error code name:failed
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at com.metrixware.test.MyBoTest.main(MyBoTest.java:22)
    The document is at the right location on my local machine where my test is running. The RAS server is up and running on the CMS.
    Can you help me on this problem.
    Also i have another question. Can you tell me if i'll be able to read through this object the generated SQL select statement of the report.
    Thanks.
    Julien Pignatel

    try the following instead:
    ReportClientDocument myDoc = new ReportClientDocument();
    myDoc.setReportAppServer("AGIRC-DEMO");
    myDoc.open("rassdk://D:
    Document8.rpt",OpenReportOptions._openAsReadOnly);
    Also make sure that on RAS command you have added: -ipport "1566" -reportdirectory "D:/"
    Please note:
    1. Don't need to use ReportApSession class
    2. what do you use Document8.rep, you cannot open a Deski document with RAS. RAS can be used only with crystal reports.
    Hope that helps.
    Best Regards
    Aasavari

  • How do I fully delete an email account from my Apple Mail app on my iMac?

    Hello all,
    How do I fully delete an email account from my Apple Mail app on my iMac?
    When I go here: Mail > Preferences Mail > Accounts
    I got the message that I needed to delete it from my Internet Accounts.
    When I go here: System Preferences > Internet Accounts > select the account >
    I cannot select or click the minus sign on the bottom left to delete the account because it does not appear in the list.
    Yet the email account still shows up in my email logs with errors that it cannot connect.
    The email account no longer appears in the left column where all my email accounts are in Apple Mail as I have deleted that domain and no longer use it, so the email was deleted at the server level. However, again, the email account still shows up in my email logs with errors that it cannot connect.
    This is driving me bananas!
    Thank you for any help you can provide!
    ~ Angela

    If you haven't already done so, please quit and relaunch Mail. See whether the account goes away.

  • How to delete unused entries in the FROM selectbox in mail.app

    Hi,
    In the FROM selectbox in mail.app I find entries, that are not in the accoutlist and that are not in the list of the smtp accounts.
    How can I get rid of them
    Tnx
    Micho

    Oh sorry. I just found it. My french system is not always helping me.

  • How can I control the volume in a Appletv movie from my remote control App. In my IPad ?.

    How can I control the volume in a Apple Tv movie from my remote control App. In my IPad ?.

    There is not now, nor has there ever been a version of flash for any iOS device.
    Adobe has abandoned mobile flash, so there never will be.
    Browsers like iswifter or photon may work for you, but don't hold your breath.
    Check app store for an app of whatever game you want.

Maybe you are looking for

  • How to maintain itunes on a drive other than the system drive

    I would like to have itunes on a drive other than the Windows 7 operating system drive, and have it stay there. Never mind...I found a post which applies.

  • Nokia 7020 MMS Configuration

    Does anyone know the MMS configuration for Nokia 7020 on the ATT system?  I cannot picture text at the moment. 

  • HT201077 Photo stream crops photos

    I uploaded some photos into my MBA iPhoto. I have Photo stream enabled on iPhone and iPad. Some photos show up cropped, although I have never cropped them. Any ideas?

  • Did the yosemite upgrade now i cannot get text on mac or iPad

    did the yosemite upgrade and now i'm only getting text on my phone, not my iPad or mac. i also had issues with my iCloud password so i had to reset it. is that causing the problem? if so can someone help me fix it. i'm use to using all three if neede

  • Cisco 2811 PVDM 32

    Hi guys I am currently trying to configure a 2811 with a PVDM2-36DM and a HWIC-1CE1T1-PRI to allow remote users to dial in using both ISDN and pstn modem access. Is this possible using this combination of WICS?