Use ad service inside a folio

Hi guys,
I'm working with Google DFP as my ad service, and i was wondering if it possible to imply an ad tag inside a folio.
I've targeted an ad on DFP and opened-up InDesign; opened a new project, add the DFP script, locate a container that will wrap the ad and save the project.
When I've tried to upload the project to the cloud, an error message occurred (see img attached).
So... is it even possible to use 3r'd party ad service inside folios?
if so - what have i done wrong?

Hi Daniel,
As per the latest documentation :
http://docs.oracle.com/cd/E12844_01/doc/bip.1013/e12187/T421739T434255.htm#3503342
There is not such XML element to call a webservice method.
Nevertheless you can still do this either:
- Create a store procedure in DB and within this proc call the webservice method, then you can call this procedure/function within your SQL statement in your data template.
- Or create a java servlet and from within this call your webservice and finally in your data template call the URL that invokes the webservice using the URL element.
Just some ideas to get around what you want.
regards
Jorge
p.s. If this answers your question then please grant the points and close the thread

Similar Messages

  • Issue with service entry sheet creation using synchronous service

    Hi,
      I am using a synchronous service inside that i am calling bapi bapi_entrysheet_create with testrun
    set,so that commit doesnot happen inside the bapi,then outside i am explicitly calling commit work.
    Still database table is not updated,commit is not working.

    Hi Venu,
       But I cannot set test run as initial because if testrun is set to initial bapi_entrysheet_create logic
    is written in such a way that it calls commit work inside the bapi....and so we cannot rollback later
    in the synchronous service.
    Regards,
    Tess

  • SSAS cube sync between two servers using analysis service execute DDL task in SSIS

    hi folks:
      I have two AS servers: TOBIDW and TOBIDW2. TOBIDW2 is the production server where users use Excel to connect . TOBIDW has been identified as a backup Cube server in case if TOBIDW2 is not available.   My job is to create a SSIS package that syncs
    cube db from TOBIDW2 to TOBIDW everyday (one way).
       The standard SSIS dev process  for us   is to develop  in the dev environment and deploy  to production env.  The XMLA script has been extracted using Sync wizard of SSMS on production cube server.  Inside this
    XMLA, the connectionstring is using integrated security = SSPI. 
    When deploy to production, what username/password I should use to replace the integrated security? 
    Thanks
    <Synchronize xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
    <Source>
    <ConnectionString>Provider=MSOLAP.5;Data Source=TOBIDW2;Integrated Security=SSPI;Initial Catalog=ORDERDW</ConnectionString>
    <Object>
    <DatabaseID>ORDERDW</DatabaseID>
    </Object>
    </Source>
    <SynchronizeSecurity>CopyAll</SynchronizeSecurity>
    <ApplyCompression>true</ApplyCompression>
    </Synchronize>
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Hi cat_ca, 
    You don't need to replace Integrated Security=SSPI with other Windows username and password. Integrated Security means it uses the Windows user that launches the process (the dtexec.exe that runs your SSIS package) to connect to the server TOBIDW2 you defined
    in your connection string. 
    Actually for SSAS connection string, you don't normally need to specify user name and password because SSAS only takes Windows Authentication and Integrated Security takes care of it for us automatically using SSPI. The only case when you need to manually
    enter user name and password (Windows user) is when you configured a HTTP Pump to sit in front of your SSAS server and use HTTP://servername/ to access your SSAS server. This is because IIS server could be configured to take Basic Authentication which requires
    explicitly supply Windows user name and password for authentication. In that case your connection string should look similar to this:
    Provider=MSOLAP;Data Source=http://serverName/;Initial Catalog=myDataBase;
    User Id=domain\user;Password=myPassword;

  • Using web services in Labview

    Hi!
    I try to use http://zone.ni.com/devzone/cda/tut/p/id/7350 Calculator - web service by Labview vi. When I run my call sum.vi I get "Error 66 occurred at TCP Read in NI_InternetTK_Common_VIs.lvlib:TCP Buffered Read.vi:2->NI_InternetTK_Core_VIs.lvlib:URL Get HTTP Document.vi:1->call sum.vi" - error message. When I put url: "http://localhost/Math/Sum/3/1"- in browser I get answer to the browser but I want to call that service from vi.
    How can I use Labview web services inside Labview?
    Attachments:
    call sum.vi ‏8 KB

    Jörn wrote:
    Hi,
    you are trying to connect to a webserver on your computer (i. e. localhost) and I guess you don't have any installed. Try another address and make sure that Windows does not block LabView to access the internet.
    Jörn
    Yes I try to connect localhost. I think that I have Labview webserver running because I can connect it by web browser (http://localhost)  and this calculator- web service (http:/localhost/math/sum/2/3) is running and I can call it by web browser.
    From different computer:
    1. By browser everthing is ok and I get answer from calculator- web service and see Labview webserver front page.
    2. By Labview Vi (call sum.vi) I get same Error 66.
        - Server side  access.log says:
           "xxx.xxx.xxx.xxx - - [Thu Jun 25 11:34:21 2009] "GET /math/sum/1/2 HTTP/1.0" 200 295"
           where xxx.xxx.xxx.xxx is client computer ip.
    I think that client vi can connet to the server.
    I can read normal web pages from Labview Vi and get web page source. Could this be the problem?
    When I call service from browser Log say:
    "xxx.xxx.xxx.xxx - - [Thu Jun 25 12:16:51 2009] "GET /math/sum/1/2 HTTP/1.1" 200 295"
    From Labview vi HTTP/1.0 and from Browser HTTP/1.1 ?

  • Q: General : When will you use Web Service as opposed to just Servlet and/or EJB?

    Hi,
    I don't know if this is an appropriate question to ask for this class as it's not
    workshop
    specific. I was wondering how will I decide when it is appropriate to use a web
    service as opposed to say servlet or an EJB for my application? What is a good
    rationale to use?
    Thanks,
    Sadhana

    Hi Adam,
    Thanks a lot for giving such a lucid explanation of my vague question!
    I understand now the difference between when to use EJBs/Servlets/Web Services.
    Thanks again!
    Sadhana
    "Adam FitzGerald" <[email protected]> wrote:
    >
    Hi Sadhana,
    Web service versus Servlet versus EJB. Which one to use? That is a very
    good question.
    EJBs should be the core desription and processing of your business rules.
    They generally
    have good performance, are easy to integrate into your security set up but
    they require
    access using the RMI-IIOP protocol. This means that generally EJBs are not
    accessible
    outside of your firewall and their clients have to be written in Java (other
    enterprise
    objects or applets or GUI applications).
    Servlets often form a web-based front end to EJBs. They also have good performance,
    integrate into security and only require HTTP access. This means they are
    accessible
    outside your firewall and any client with a HTTP or web API can call on
    them, however,
    there is no standard contract or rules for this type of interaction so you
    will need
    provide direct input into development of the client.
    Web services are also accessible via HTTP and so can be accessed from outside
    your
    firewall. In fact, Web services internally within Workshop and WebLogic
    actually
    operate by using servlets and EJBs but the main advantage is that the mechanism/contract
    for interacting with the web service is a well defined standard (WSDL) and
    can actually
    be registered or retreived dynamically (UDDI). Since web service standards
    are open,
    most popular programming languages already provide client APIs to interact
    with them
    thus freeing the web service developer from direct interaction with the
    client developer
    and letting the client be developed on any platform. The penalty for this
    openness
    is a small performance hit (XML translation) and a slowly maturing security
    model.
    So in summary, use EJBs for business operations that have Java clients within
    your
    enterprise, use servlets to provide web style access to your business operations
    (like web pages) and use web services to enable automated clients that can
    be written
    on any platform either inside or outside your enterprise (firewall). In
    fact, it
    is common to write the EJB first and then to expose some parts of it outside
    of your
    enterprise by writing a web service wrapper (maybe using the EJB controls
    that we
    saw in class).
    I hope this helps.
    Adam
    "Sadhana Jain" <[email protected]> wrote:
    Hi,
    I don't know if this is an appropriate question to ask for this class as
    it's not
    workshop
    specific. I was wondering how will I decide when it is appropriate to use
    a web
    service as opposed to say servlet or an EJB for my application? What is
    a good
    rationale to use?
    Thanks,
    Sadhana

  • How to sort articles inside a folio?

    I'm working with basic Acrobat account, and before I could sort the articles inside my folios, but now I can't.
    I follow this steps;
    Open my Acrobat account and I select the work space that correspond to the folio that I want to modify. After I make double click in the folio file and I select open document or open document in the new window, but this file never open (always show me loading icon).
    thank you

    Article on creating sidecar.xml file (with a link to a handy generator tool):
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60606c7754128c7a9c00e-7f ff.html#WS67cb9e293e2f1f60-60a064012f65fafa88-8000

  • Web-service inside a DataTemplate

    Hi.
    Is there a way to include the result from a web-service inside a DataTemplate? you can use <dataQuery><sqlStatement> for a SQL Statement, but is there a tag for querying a web-service (calling a specific method)?
    *[url http://www.java-forums.org/blogs/advanced-java/collection/]Java collection*

    Hi Daniel,
    As per the latest documentation :
    http://docs.oracle.com/cd/E12844_01/doc/bip.1013/e12187/T421739T434255.htm#3503342
    There is not such XML element to call a webservice method.
    Nevertheless you can still do this either:
    - Create a store procedure in DB and within this proc call the webservice method, then you can call this procedure/function within your SQL statement in your data template.
    - Or create a java servlet and from within this call your webservice and finally in your data template call the URL that invokes the webservice using the URL element.
    Just some ideas to get around what you want.
    regards
    Jorge
    p.s. If this answers your question then please grant the points and close the thread

  • I lost my iPad 3, using location services and know exactly where there device at.  I called police, they show up at that house

    I lost my iPad 3, using location services and know exactly where there device at.  I called police, they show up at that house, owner denied he doesn't have it.  I even show officers on my iPhone where the missing iPad at and send message, face time, etc.  But officers said owner don't let's they go inside the house, they can't help me to recover it???!!! 
    Are officers doing enough or they didn't do it enough to help me recover my missing iPad?
    Thanks...

    I don't think Apple's Find My [xxx] has been legally tested as constituing probable cause to issue a search warrant by the DA, so the cops can't go in without an invite. You'll need a good lawyer to go in and force new jurisprudence to occur. By which time, the iGadget will be long gone from the place.
    Price to pay for living under the Rule of Law. In shadier parts of the planet, you could get a pack of goons to go in, retrieve the item and pound some common sense into the miscreant.

  • Error when using try catch inside oledb command to run stored procedure

    Hi,
    i'm using the below command to run some jobs  using OLEDB Command
    exec sp_start_job @job_name =?
    and it runs successfully
    when i put this code inside try catch block as below , it generates error and don't accept it
    begin try
    exec sp_start_job @job_name =?
    end try
    begin catch
    end catch
    the error message is "Syntax error, PErmission vaiolation or other nonspecific error"
    do you know is there any problem using TRY catch insdie OLEDB command ?
    Thanks ,
    Ahmed Salah

    Hi Ahmed,
    According to your description, if an error raised that fails the package, then you want the package to continue execute.
    To achieve this requirement, we can use Integration Services (SSIS) Event Handlers that we can create custom event handlers for an OnError event when an error occurs to continue processing rest of the package. For more details, please refer
    to the following blog:
    http://visakhm.blogspot.in/2013/03/error-handling-in-ssis-loops.html
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Need to take SQL Azure database backup into blob using dacpac services, the blob has to be encrypted.

    We are able to take backup of our database into blob storage using dacpac services, but we need to encrypt the blob data. Please suggest the efficient way to do it.

    Hello,
    As per my understanding, Windows Azure Storage does not transparently encrypt data or provide any special encryption mechanisms. Azure Blob Storage protect the data by using a storage key to control access to all data in that Storage Account.
    If you want to encrypt data of file inside Azure Blob Storage Services , you can refer to the following thread about same requirement:
    http://social.msdn.microsoft.com/Forums/windowsazure/en-US/23465a1e-1fce-481a-b375-6e2434186ea6/encrypt-sql-azure-blob-data?forum=windowsazuredata#bf6c9921-176e-4c76-b976-3b94c795cd16
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Manually creating the oracle services inside windows services

    Hi All,
    After discussion we came up for the following conclusion and would like to have further discussion on the topic.
    - We have node 1 windows 2003 enterprise sp2 available on one of the server which has Oracle 11g R1 having custom database installed on it.
    - All database and Oracle server files are stored on shared storage.
    - It created windows services inside which we will be registered under cluster administrator
    - We will install Oracle 11g R1 on node 2 (Passive node of windows cluster) with the software only option.
    - We will manually create the oracle services on this node with the same name as we have on node 1.
    In case the node 1 will be failed, node 2 will fail over and will become active node for the users.
    Is there any one involve in such practice? did it work ?
    Thanks,

    I am installing 10g client and create an ORCL service using the Net configuration Assistant. I don't see this service when i open ontrol panel/administrative tools/services. Is this normal?
    I thought i wld see it and start the service and listener. Some confusion here.... first of all, listener is a server process, which listens for incoming calls, you don't have it on a client.
    Secondly, the service you created with Net Configuration Assistant is just an alias you'll use to connect a remote database to, and does not create any Windows service. You can find its specifications within tnsnames.ora file, in ORACLE_HOME\network\admin directory.
    I'd read some documentation

  • ERROR WHILE CREATING A DATABASE LINK USING HETEROGENEOUS SERVICES

    I'm creating a database link with the Oracle Dataware Builder, and i get the following error:
    Probando...
    Fallo.
    SQL Exception
    Error del repositorio: Excepción SQL.
    Nombre de la Clase: CacheMediator.
    Nombre del Método: getDDEntryFromDB.
    Mensaje de Error del Repositorio: ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC][Informix][Informix ODBC Driver][Informix]Incorrect password or user [email protected] is not known on the database server. (SQL State: 28000; SQL Code: -951)
    ORA-02063: preceding 2 lines from PRUEBA_SEH
    As you can see i'm using heterogeneus services to connect to a informix database. ALTIADM is a valid user for that database, i don't send my ip address 192.168.0.62, but the error says "[email protected] is not known in the database server". how can i solve it?????

    Right places to ask this question are
    Heterogeneous Connectivity
    Warehouse Builder

  • How do we use if statement in labview?moreover can i use if statement inside for loop?

    how do we use if statement in labview?moreover can i use if statement inside for loop?

    The if statement in LabVIEW is the Case structure. You can find that on the Structures palette right next to the For Loop. If you're still on the same subject about terminating a for loop early, then what you do is enclose your functions inside the loop with a case statment and make one of the case's empty except for one or more constants that you might have to wire. Hopefully, the attached picture will explain what I mean. Also, as I mentioned in one of your other posts, I think this technique is not as good as using a while loop. The array in the attached example is the same size no matter what and you may have to handle stripping extra or invalid elements.
    Attachments:
    For_Loop_with_Case.jpg ‏21 KB

  • How do I use the Services menu to convert text to an iTunes track?

    I'm trying to convert text to an iTunes track using the Services option on the Firefox drop down menu, but having trouble with it. I have set my preferences to turn on that option, but all that happens is I get a spinning wheel at the top of my screen, and it doesn't record. I can't see anything in the iTunes settings that I need to change, but wondering if that could be the problem? Any help would be appreciated.

    Then you may be much better off posting your question in the ExportPDF forum,
    http://forums.adobe.com/community/exportpdf

  • How do i use location service to ind my iphone?

    how do i use location service to find my lost iphone?

    Silica Gel usually comes in a porous bag within a perforated box. Put the bag and the phone in a ziplock bag together. If you buy loose silica gel just put it in the plastic bag, then put the phone on top of it. Try not to get the grains of silica gel in the openings on the phone, as it will be hard to get out.

Maybe you are looking for

  • I moved my music to new computer but itunes can't find

    I think I put everything in the correct folder, but I start itunes and it shows no music in the Music Library

  • Grinding noise from hard disk

    I have been going through posts but cannot find specific similar cases so am posting a new topic. I have slow downs and spinning wheels accompanied by 3 grr.grr.....grrr where ..... is a second length pause. Repeats every 2 seconds. ( same timing as

  • Multiple Youtube embedded videos in the same scene

    Hi guys, So, I looked for a AS code in order to embed a Youtube video in a scene. Ok. I found it in the Adobe Forum and it's working like a charm (see bellow). However I have to embed 3 more videos in the same scene. I copied the code and changed the

  • Reconcilation Error

    Hi Experts, I am working on 11g r2. I followed the below document while creating a GTC Connector and Reconciling from a notepad to OIM. But I encountered the following errors. http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oim/10.1.4/o

  • How to decalre a currency variable

    Hi all, how to declare a currency variable of length 23 and 5 decimal places . please help me