TransactionCannotConnectToServerError - Adobe DPS - Library and Store SDK 2.30

Hi
Adobe DPS - Library and Store SDK 2.30 
What does the adobeDPS-TransactionErrorType.TransactionCannotConnectToServerError  mean?
I wanted to run a login request throught the authentication service. Our entitlement server sends back the authentication token with a status code 200 but the authentication is incorrect because if this transaction error.
adobeDPS-TransactionErrorType.TransactionCannotConnectToServerError 
   Value: -110
Indicates the Library could not connect to the particular server needed to complete a transaction.
Thanks,
Peter

This line in Colin's video is incorrect:
"Access to Store/Library API creates new possibilities in an article"
The information in the articles is correct. Specifically, if you launch the Information Screen from within an HTML article or a Web Content overlay, you reference the Reading APIs. If you launch the Information Screen from within an entitlement banner, a custom library, or a custom slot, you reference the Library/Store APIs.

Similar Messages

  • Information Screen Library and Store SDK or Reading SDK within a folio

    There are conflicting materials in regards to new r30 Information Screen functionality:
    adobeDPS.dialogService.displayCustomWebview(url)
    From Adobe TV's Information Screen & Scheduled Text Notifications by Colin Fleming, it states:
    Similar to digital blow-ins, but
    - Access to Store/Library API creates new possibilities in an article
    However, this capability conflicts other articles by Adobe, in which only the Reading SDK is available from an Information Screen when loaded within a folio.
    From Adobe Digital Publishing Suite Help, Using HTML and JavaScript APIs to extend DPS, it states:
    For HTML content within a folio, such as an HTML article or a Web Content overlay, you can reference the Reading API. The Reading API includes some some features available in the Library and Store API as well as APIs for geolocation, camera, calendar, and device detection.
    Any HTML content you specify in DPS App Builder can reference the Library and Store API. HTML articles or Web Content overlays in a folio can reference the Reading API.
    From Adobe's New APIs and features in r30, including folio navigation, article metadata and calendar events:
    The API that the webview can access depends on where the webview was invoked. If invoked from within the app, the webview will have access to the Library/Store API. If invoked from within a folio, the webview will have access to the Reading API. If your transparent webview was opened from a custom tab you will need to include the library/store API. If it was opened from a folio, you will need to include the reading API.
    Because this API is accessible from the library/store and reading APIs, this API is available to both DPS Enterprise and DPS Professional customers.
    Loading an Information Screen within a folio with the Library and Store SDK fails silently, unable to bring up the web view.
    Loading an Information Screen within a folio with the Reading SDK is functional.

    This line in Colin's video is incorrect:
    "Access to Store/Library API creates new possibilities in an article"
    The information in the articles is correct. Specifically, if you launch the Information Screen from within an HTML article or a Web Content overlay, you reference the Reading APIs. If you launch the Information Screen from within an entitlement banner, a custom library, or a custom slot, you reference the Library/Store APIs.

  • How to read excel file in document library and store excel content in sql table

    Hello,
    Can anyone help me how to read the excel file present in document library and store the content inside excel into sql table?
    Please let me know the ways to acheive this. Feel free to give your suggestions.
    Thanks,
    Cool Developer

    Hi!
    this code i have written becuase i donot find any soltions on net for this , u can try with this . :)
    System.Data.OleDb.
    OleDbConnection ExcelConnection = null;
    FileMode fileMode;
    string filePath = ConfigurationManager.AppSettings["TempLoaction"] + "\\" + fileName;
    using (SPSite _site = new SPSite(SPContext.Current.Web.Url))
    using (SPWeb _web = _site.OpenWeb())
    string docLibrary = ConfigurationManager.AppSettings["DocumentLibrary"];
    SPFile _file = _web.GetFile("/" + docLibrary + "/" + fileName);
    fileMode =
    FileMode.Create;
    byte[] byteArray = _file.OpenBinary();
    MemoryStream dataStream = new MemoryStream(byteArray);
    Stream stream = dataStream;
    using (FileStream fs = File.Open(filePath, fileMode))
    byte[] buffer = new byte[4096];
    int bytesRead;
    while ((bytesRead = stream.Read(buffer, 0, buffer.Length)) != 0)
    fs.Write(buffer, 0, bytesRead);
    fs.Close();
    //Create the Connection String
    try
    string ConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;
    Data Source ='"
    + filePath + "'; Extended Properties=Excel 5.0";
    //Create the connection
    ExcelConnection =
    new System.Data.OleDb.OleDbConnection(ConnectionString);
    //create a string for the query
    string ExcelQuery;
    //Sheet1 is the sheet name
    //create the query:
    //read columns from the Excel file
    ExcelQuery =
    "Select * from [Sheet1$]"; // from Sheet1";
    //use "Select * ... " to select the entire sheet
    //create the command
    System.Data.OleDb.
    OleDbCommand ExcelCommand = new System.Data.OleDb.OleDbCommand(ExcelQuery, ExcelConnection);
    //Open the connection
    ExcelConnection.Open();
    //Create a reader
    System.Data.OleDb.
    OleDbDataReader ExcelReader;
    ExcelReader = ExcelCommand.ExecuteReader();
    //For each row after the first
    while (ExcelReader.Read())
    thanks,
    kshitij

  • Purchased itunes store films disappearing from library and store.

    I purchased 'Home Alone' last Xmas and now it has gone from my itunes library and no longer available to download in the UK store, does anyone know why?

    This seems to be an issue with iOS 8.1.1.  Contact iTunes Support as you shouldn't have to pay for ringtones you can't use.
    http://www.apple.com/support/itunes/contact/

  • Adobe DPS prof. and free monthly magazine

    Hello!
    We want to produce free monthly magazine and we are ready to get adobe dps prof. edition and we are ready for annual payment.
    The question is:
    1. Can we make our magazine free? We need that everybody can download each new issue for free.
    2. Can we make version for Iphone and Android?
    Alex

    1. Can we make our magazine free? We need that everybody can download each new issue for free.
    Yes, you can make the Magazine free and can also enable free subscriptions as a Newstand App.
    2. Can we make version for Iphone and Android?
    Yes, using DPS Professional Edition you can create apps for iPad/iPhone and Android - (Google Play and Amazon)

  • Adobe DPS apps and cryptography/encryption

    Hello,
    We just used the Adobe DPS Single Edition to create an awesome animated storybook for kids (by placing m4v video overlays on every page).  So, we are now ready to upload our app to the App Store.
    As part of the submission process, we are being asked the following:
    "Is your product designed to use cryptography or does it contain or incorporate cryptography?"
    What does this mean??  Does this apply to apps created with DPS Single Edition?  How would a DPS user even know the answer to this?

    Select No. The custom viewer doesn't include cryptology.

  • Adobe DPS: connect custom stores front to external server?

    I found this page which has instructions on how to create a custom store front. http://www.adobe.com/devnet/digitalpublishingsuite/articles/dps-custom-store.html#articlec ontentAdobe_numberedheader_2 My question is, would I be able to host the folio files myself (ie. change the serviceUrl from edge.adobe-dcfs.com to one of my own)? My users would download my custom multi folio viewer app and then connect to my webserver where they could download and view folios hosted by me. Is this possible? Nothing in the API seems to suggest this.

    Ok, I figured as much.
    If I need to interface with the Adobe Distribution Service, is it possible to do this from an app other than the provided multi-viewer? eg. Can I use the DPS API in my own app?
    As I'm sure you've gathered, I'm tring to interface folio files into a larger project.

  • Adobe DPS Folio and Content Viewer Query

    Hello,
    I am currently creating folios using the Foilo Overlays and Folio Builder and then previewing them on the Content Viewer on the iPad. My question is after the 1st May will I still have the ability to do this? I don't create app just preview them on my iPad to see how they work. If anyone can give me an answer it would be much appreciated.
    Regards,
    Alan

    Yes, after May 1, you'll still be able to create, edit, and share folios, and you can use Adobe Content Viewer to view folios. You just won't be able to build single-folio apps using a Single Edition or Creative Cloud license.

  • Adobe DPS, Android and HTML

    I have been having problems with my multi-folio DPS app on a Galaxy Note 10" (GTn8010).
    It was built for ipad and works fine on ipads 2 & 3.
    On the Galaxy it is very laggy/clunky with loading wheels and all edge animations(.oam's) really struggle and some are cropped? I have to tap the screen to complete the animations in stages.
    Some animations are very simple and small, yet not working at all?
    Also my interactive html forms with dropdowns don't work. A simple html form with nothing fancy...
    I have a contact form in Muse too, which doesn't work? The keyboard pops up, but it hides the form and doesn't input text?
    Has anyone had simlar problems and is there a work around?
    I have tried 1024x768 with pillarboxing and folio renditions at 1280x752 and still not working?
    I hear there is an update on Jan 11th, but unsure if these issues are addressed?
    Any help is much appreciated.
    Thanks,
    Nick.

    We starting to test publish to Android. Our 1024x786 PDF iPad edition is showing OK on content viewer for android. There is black boarders, but with pich and zoom, it's perfectly viewable. HTLM and web content works fine. We simply don't have the time to recreate folios at various sizes. So our solution works for us.

  • Hi everyone !!! im a rookie in these adobe dps matters, and this is my first app launch!!!

    I did a multi folio app, but apple reject it, because my multifolio app shell appears empty, without the first folio inside, i thought that  apple after the app review process ,i wiil be available to upload the different folios, and at first the app it will be appear empty, but then i can upload the folios and therefore appears inside the app !!! Is this correct ? i don't understand why, when i tested the app in my ipad, appears the app the shell (the interface) perfectly but without the folios inside.... i mean like a nutshell without the folio inside...in fact the app appears empty. Can anyone help me please to understand this ??? so i can resubmit my app for review again to apple!!!! thanks a lot !!!

    Hi Thanks for answer Bob you are so cool  !!! but since i was read in the adobe IOS publishing companion guide pro and enterprise edition guide, and i saw, that before and after i submit the multi folio app shell to the apple for review, i can publish the folios after ...i thought that: 1. my app will appear approved by apple, appears empty 2. publishing the folio with the folio producer... but something went wrong, because at first when i tested my app in my ipad i saw that the app(shell) appears without the folio that i build !!! i said something is wrong, but i thought that i could be able to publish the folio after the app appear at the apple appstore...and in some way with the folio producer, tie up the folio to the app !!! but it didn't work !!! What i did wrong ??? Thanks a lot Bob !!! But i need your precious knowledge !!!
    this is the apple message and pict from the resolution center: We were unable to locate some of the features described in your marketing materials or release notes. Specifically, the app loads to an empty storefront. Please refer to the attached screenshot.

  • Adobe DPS - using video

    I am trying to set up an FAQ page with a list of questions on the left which activate videos that appear in the same frame area on the right. I’ve uploaded the video as an object state, and used the button to activate and play the relevant video/state. It works ok in the SWF preview, but crashes InDesign everytime I attempt to upload it as an article. can anyone help me?

    Having spent quite a bit of time scratching my head and googling i ended up finding the answer to this myself - so i thought i best post it to help others out.
    What i could not comprehend was why a functioning backbone example on the ipad could not be directly copied across to work on the android device - what transpired was that the backbone example was using an older version of the AdobeLibraryAPI  - taken from Derek Lu articles (from a few years ago) whilst the Angular version was using the most up to date version of the AdobeLibraryAPI. I found this mentioned and explained on another forum post:
    https://forums.adobe.com/thread/1622729
    so i went to Adobe DPS - Library and Store SDK 2.32 : Class Index : JsDoc Reference and got the latest version of the API, swopped it out and hey presto the backbone version now works on the android.

  • Adobe DPS Android custom viewer using Angular

    Hi
    I have recently developed a custom viewer app for the ipad using the excellent articles and code examples that Derek Lu provided.
    This app used backbone as the MVP framework and communicated with Adobe DPS to retrieve folios and information using the provided API.
    I have now been tasked with developing a similar version for the Android device and have been able to get hold of example code for the Android device from.
    https://www.dpsapps.com/dpsapps/store_configurator/
    However this code uses Angular as the MVP framework instead of Backbone - whilst i appreciate there are going to be device specific differences between the IPad and Android which will impact on what can / cannot be done on Android, i wondered if there was any particular reason why the code example for the Android viewer uses Angular over Backbone?
    I was hoping to be able to leverage the Backbone code written for the IPad version  but when i try to put this on the Android device i seem to recall it either not allowing me (when using the webbuilder) or that nothing seemed to work / appear on the device, whilst the Angular version (freshly downloaded and unchanged - but configured to bring down my folios with the relevant guid) from the dps app store configuration link (provided above) does work.
    Additionally i seem to be unable to test the Android Angular version on my desktop in the same way i was the backbone version.
    Has anyone else encountered similar problems?
    Thanks
    Dave

    Having spent quite a bit of time scratching my head and googling i ended up finding the answer to this myself - so i thought i best post it to help others out.
    What i could not comprehend was why a functioning backbone example on the ipad could not be directly copied across to work on the android device - what transpired was that the backbone example was using an older version of the AdobeLibraryAPI  - taken from Derek Lu articles (from a few years ago) whilst the Angular version was using the most up to date version of the AdobeLibraryAPI. I found this mentioned and explained on another forum post:
    https://forums.adobe.com/thread/1622729
    so i went to Adobe DPS - Library and Store SDK 2.32 : Class Index : JsDoc Reference and got the latest version of the API, swopped it out and hey presto the backbone version now works on the android.

  • Adobe DPS HTML/Javascript/CSS Web Console: why it is so difficult?

    Why?
    This is the type of question that i can not understand. Is it that difficult to make? Maybe an airpor to Google Chrome Adobe Edge Inspect? I have many files well written with CoffeeScript, that uses RequireJS, that is impossibile to forget a semicolon etc. that works like a charm on Google Chrome (desktop, AND Chrome iPad, AND Chrome Android). That works like a charm in the native iPad/iPhone web browser and in the native Android browser. But it didnt in Adobe DPS. And guess what: i cant find why it doesnt, because Adobe doesnt have a simple Web Console inside DPS / InDesign.
    Is there any news on this field? Because using Adobe Edge Inspect is not a option: my code works inside EI because im browsing the page with my desktop browser. I want to know what is going on inside DPS.
    And my code it is not "soooo" advanced. It is just a simple button with "on touchstart" event listener. Am i doing some stupid error? Fine! Just help me find out what it is, so i can fix it. Because in every single browser i tried, it works. But inside DPS. A sample code? Sure, here you go:
    [Javascript Code]
    Main.prototype.clicks = function() {
            var _this = this;
            $('#btnA').on('touchstart', function(evt) {
              evt.preventDefault();
              _this.buy('productA');
              return false;
            $('#btnB').on('touchstart', function() {
              return _this.buy('productB');
            return $('#clear_data').on('touchstart', function() {
              return _this.clearData();
    [/Javascript Code]
    The Javascript above is being generated by Node.JS compiling a CoffeeScript file. The buttons do work at DPS for iPad, but doesnt on Android. Maybe Android has a problem with 'touchstart'. Maybe jQuery has a problem inside Adobe DPS. But who knows? I dont have a decent web console inspector to check what is going on. Really frustrating.
    Maybe Apple and Google dont give the neccessary hooks to implement the web console? But if you can do the Inspector from the desktop to the device, why not from the device to the desktop? Am i missing something on Edge Inspect? The strange part is: the above code works well on Edge Inspect but doesnt work on Android DPS.
    Sorry if im a little angry or pissed. But this would be really great: a simple web inspector: HTML, Javascript, CSS. A way to inspect the <head> tag of the HTML, what was loaded, in what order. What script is missing, Javascript breakpoints, etc.
    Thank you.

    There is this one little widget called Safari Web Inspector, provided that you're using a Mac: https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safa ri_Developer_Guide/Introduction/Introduction.html.
    Besides, referring to http://helpx.adobe.com/digital-publishing-suite/kb/create-html-articles-android-viewers.ht ml, you can give window.onappear a try when you are doing JS initialization.

  • Adobe PDF Library DLE General Question

    Has anyone here experience with the use of the Adobe PDF Library and/or Datalogics Enhancements (DLE) in a DOT.NET environment?
    I don't know if this is the right place to ask questions here.
    I will ask more specified questions if anybody knows somethings about.

    Hi,
    Since upgrading from Windows 95 to Widows XP Home Edition 18 months ago I have had problems opening PDF files. Using Windows 95 I could open PDF files in emails or contained in Web Sites.
    I have Adobe Reader 6 on my hard drive and have downloaded the latest reader.
    The problem I have opening PDF files shows up several different ways:
    1. When I try to open an Acrobat Doc. on my hard drive I get a message insert Adobe Reader 6.0.1.disc which of course I do not have. If I then open my copy of Adobe Reader 6 and select file and find the same doc. on my hard drive it will open.
    2. If I try to open an email with an attached PDF file I cannot open it but if I save it to my hard drive I can open it as above.
    3. If I visit a web site that contains PDF files I cannot open them, all I get is a blank screen with a little box containing an x in the top L/H corner. This a particular problem as I am at present considering paying for/downloading some British Wills in PDF format and am unsure whether I will be able to save them to my hard drive and then open them OR whether I am wasting my money and will only get a blank screen.
    When I open the Adobe 6 program on my hard drive I get a window showing available updates containing various updates including Adobe 7, when I select add Adobe 7 and click on update I get a message saying that updates will be loaded, etc, so I click O/K, I then get a message Download cannot be completed unable to access server.
    HELP please.
    Maurie Prendergast
    Melbourne
    Australia

  • Publish two publications from different customers with the same Adobe DPS ID

    Hello:
    I have a publication made on InDesign and I have uploaded it to the Adobe Server with my Adobe DPS account. For the first publication, I published the publication with the Folio Producer on the digitalpublishing portal, and then I created the app using the Adobe Viewer Builder. Then, I tried it locally on my iPad. It was working fine and I could see my publication.
    Now, I do need to upload a new publication for a different customer with the same Adobe DPS account and I need to create a different app with the new customer look and feel but I don't want to show the first publication in this new app, only the last one.
    In a nushell, I need to keep separated two publications (or more) when they are published if I'm using the same DPS Account... Is that possible?
    Saludos Cordiales,

    Hi Leo,
    Every title should have its own publication AdobeID (a title can contain multiple editions / folios).
    So you have to request for every title you want to work on a provisioned account with Adobe. Make sure that you have setup the corresponding emailaddress / emailalias. For example [email protected] and [email protected]
    After the accounts have been provisioned you can:
    * upload and organize multiple folios for that publication in the corresponding Folio Producer
    * Create a viewer with your Viewer Builder and on the first page supply the AdobeID for the give publication
    You can request new publication accounts any time and these are included with your DPS subscription.
    When you first account got provisioned, you should have received an excel document to request provisioning for the various publications. In this document you can list the accounts you want to use for publications, individual users of the system and viewer builder access.
    With kind regards,
    Klaasjan Tukker
    Adobe Systems Benelux

Maybe you are looking for

  • How can I use table control to enter data

    Hi all, I want to use table control to enter data, instead of using textboxes. So that the user can enter many data at once and just click the save button at the end of the work, only one click. How can I use the table control at this context? Thanks

  • Album List view in iTunes is black with white text

    iTunes just started doing this yesterday. All other views appear normal. I uninstalled and reinstalled iTunes and the problem persists. Anyone have the same problem?

  • Usage of Variable Transport Binding(Receiver SOAP adapter) in multimapping

    Hi All, Mentioned below is the flow of the scenario that I am facing issues with: ECC -> PI (A) -> PI (B) - Receivers(1,2,3..n) I am working on PI(A). An Idoc containing multiple Plants is triggered which is mapped to an XML in PI(A). Depending on th

  • JMS Adapter - data conversion xml- structured data has extra characters

    Further to [Using MQ / JMS adapter with legacy system to talk to SAP;, I am using the Module tab on my receiver JMS Adapter to convert the xml payload to a structured format. It converts to the mainframe ebcdic code set.  I am on PI 7.11, and the MQ

  • Unable to convert pdf into xlsx file.  Can you help?

    I'm trying to convert my pdf file into an xlsx file.  I have the Adobe Export Subscription, yet Adobe Reader hasn't been able to convert it, although it will convert the file into an rtf file.  Any suggestions on how to make the conversion?