What is the best process for creating a webi document?

I inherited a BI 4.0 environment with published repositories, dashboards, and webi documents.
For development purposes, I tried creating the webi document local to my machine (due to how slow it was to create the document using BILaunch pad and/or the webi rich client on the "console")
I created it as 'standalone, pointing to a local universe'; however, I can't figure out a way to move it back into my enterprise world.
I was able to convert and publish the local universe to my enterprise repository; however, because I created the document in standalone mode, it doesn't appear to want to let me change the data source to a universe.
So right now .. I have a webi document that won't let me select a universe for a data source.
Any help or proven methods for creating documents then moving them to an enterprise environment would be appreciated.
Thanks in advance.

I don't think Acrobat, or the Acrobat SDK can help you. Acrobat cannot be run on a server.

Similar Messages

  • What is the best app for creating and signing documents on the iPad?

    I am a home organizer and I am typically in a clients home when I need to have them sign a contract and I want to become a 'paperless' organizer.  I need to take my service agreement, enter their information, have them sign the document and then email it to both them and myself.  I don't want my 'template' altered in the process and I don't need to worry about saving the document since it will be in my inbox.  Can anyone suggest the best app to accomplish this?  Thank you in advance for all your help.

    You may want to look at a company called Docusign at:
    http://www.docusign.com
    My company uses this service to have customers sign all kinds of documents. I don't know what the cost is.

  • What is the best process for creating, opening, editing, etc PDFs from within Visual Studio 2008?

    I am the project manager on a web-based application that will need to:
    Create, open, edit, save, etc PDFs from within a Visual Studio 2008 web application (Visual Basic).
    Populate PDFs from SQL server 2010 database.
    Allow users to use PDF editing tools from within the website.
    BTW, the application is being written in Visual Basic.
    Will the SDK allow us to do this? What licenses do we need to purchase?
    Are there 3rd party plugins that make doing these things much faster and simpler?
    Any input is GREATLY appreciated!!!
    Sincerely,
    Mike

    I don't think Acrobat, or the Acrobat SDK can help you. Acrobat cannot be run on a server.

  • What is the best process for adding a long text scroll into a video?

    I have an hour video and need to insert a narrated poem that will either scroll or have lines fade in / out. What is the best process to create that poem? Do I use Motion? Live Type? compose it directly in FCP? I'll have either a still image or a looping video for the background. Once I know the best starting point, then I'll refine my questions. The poem is about 4 minutes narrated. Appreciate any help to get me started.

    In the effects window try "Scrolling Text". Set it to be the length you need it (duration) and paste in your text and render and see how you like it. I think scrolling text has a nice little fade at the top and bottom too.
    Or, you can make the text an image in something like Photoshop and keyframe it to slowly move in FCP for the duration of the video.

  • What is the best application for creating a monthly staff rota?

    what is the best application for creating a monthly staff rota? I need to display annual leave due and taken, days off, training days etc

    Thanks Luis.
    Can't beleive I missed that. I am so used to using Compressor or Toast. This method works great. Thanks.
    Best.
    Tom

  • What is the best practice for creating primary key on fact table?

    what is the best practice for primary key on fact table?
    1. Using composite key
    2. Create a surrogate key
    3. No primary key
    In document, i can only find "From a modeling standpoint, the primary key of the fact table is usually a composite key that is made up of all of its foreign keys."
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16579/logical.htm#i1006423
    I also found a relevant thread states that primary key on fact table is necessary.
    Primary Key on Fact Table.
    But, if no business requires the uniqueness of the records and there is no materilized view, do we still need primary key? is there any other bad affect if there is no primary key on fact table? and any benifits from not creating primary key?

    Well, natural combination of dimensions connected to the fact would be a natural primary key and it would be composite.
    Having an artificial PK might simplify things a bit.
    Having no PK leads to a major mess. Fact should represent a business transaction, or some general event. If you're loading data you want to be able to identify the records that are processed. Also without PK if you forget to make an unique key the access to this fact table will be slow. Plus, having no PK will mean that if you want to used different tools, like Data Modeller in Jbuilder or OWB insert / update functionality it won't function, since there's no PK. Defining a PK for every table is a good practice. Not defining PK is asking for a load of problems, from performance to functionality and data quality.
    Edited by: Cortanamo on 16.12.2010 07:12

  • What is the best practice for creating master pages and styles with translated text?

    I format translated text all the time for my company. I want to create a set of master pages and styles for each language and then import those styles into future translated documents. That way, the formatting can be done quickly and easily.
    What are the best practices for doing this? As a company this has been tried in the past, but without success. I'd like to know what other people are doing in this regard.
    Thank you!

    I create a master template that is usually void of content, with the exception I define as many of the paragraph styles I believe can/will be used with examples of their use in the body of the document--a style guide for that client. When beginning a new document for that client, I import those styles from the paragraph styles panel.
    Exception to this is when in a rush I begin documentation first, then begin new work. Then in the new work, I still pull in those defined paragraph and or object styles via their panels into the new work.
    There are times I need new styles. If they have broader applicability than a one-off instance or publication, then I open the style template for that client and import that style(s) from the publication containing the new style(s) and create example paragraphs and usage instructions.
    Take care, Mike

  • What is the best process for conversion moving district data to city data?

    Hi ALL,
    I Need to write one conversion which will move the district field data into city field data in infotype 6..
    It need to apply for only one  Specific country which can be identified by Employee Personnel Area..and it should be apply for all active , Terminated employee as well...
    What is the best process so that i can catpure all the data records of  employees of the Specific country?
    my approacH is..
    LDB: PNP.
    Start-of-selection.
    RP_PROVIDE_FROM_LAST P0001 space pn-begda pn-endda.
    check p0001-weks = '5200'.
    rp_provide_from_last p0006 space pn-begda pn-endda.
    Loop at p0006.
    move p0006 to T_p0006.
    if ort01 is not initial
    Move P0006-ORT01 TO T_P0006-ORT02.
    endif.
          CALL FUNCTION 'HR_INFOTYPE_OPERATION'
            EXPORTING
              infty         = '0006'
              subtype       = P0006-subty
       objectid      = P_record-objps
              number        = p0006-pernr     "employeenumber
              validityend   = validityend
              validitybegin = validitybegin
             record        = T_p0006.
              recordnumber  = p_record-SEQNR
              operation     = 'MOD'
              nocommit      = nocommit
              dialog_mode   = '0'
            IMPORTING
              return        = return_struct
              key           = personaldatakey
            EXCEPTIONS
              OTHERS        = 0.
          Endloop.
    Is this using Loop is fine? or Using PROVIDE * from p0006 between PN-BEGDA AND PN-ENDDA
    ENDPROVIDE is fine?
    Is my code is accurate...Bapi_employee enque bapiemployee_deque i  will add apart from that is this code is fine for my requirement or any additional need to take care to capture all the employee data ?
    Regards
    sas

    Hi,
    Please use the following code: -
    RP_PROVIDE_FROM_LAST P0001 space pn-begda pn-endda.
    check p0001-weks = '5200'.
    rp_provide_from_last p0006 space pn-begda pn-endda.
    provide * from p0006 between PN-BEGDA AND PN-ENDDA
    move p0006 to T_p0006.
    if ort01 is not initial
    Move P0006-ORT01 TO P0006-ORT02.
    endif.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
    EXPORTING
    infty = '0006'
    subtype = P0006-subty
    objectid = P_record-objps
    number = p0006-pernr "employeenumber
    validityend = p0006-endda
    validitybegin = p0006-begda
    record = p0006.
    recordnumber = p0006-SEQNR
    operation = 'MOD'
    nocommit = nocommit
    dialog_mode = '0'
    tclass = 'A'
    IMPORTING
    return = return_struct
    key = personaldatakey
    EXCEPTIONS
    OTHERS = 0.
    endprovide.
    Hope this will help you.
    Thanks & Regards,
    Gaurav

  • What is the best program for creating cd inserts for coverart of a  CD?

    I am in a band and need to know the best program for cd artwork.

    If you're more concerned about designing them than about printing them yourself (which would cost a comparative fortune using an inkjet printer, and look crummy using a color laser printer), then Photoshop and Illustrator are by far the best design tools available.

  • What is the best app for powerpoint and word documents

    What is the best app or apps for doing powerpoints and word documents. Dont mind how much I have to pay once they work well

    Documents To Go Premium and QuickOffice HD both support Powerpoint and Word (and Excel) in the one app

  • What are the best options for creating a PDF with bookmarks and a hyperlinked TOC?

    What I'm interested in is whether or not there is an alternate process I could follow that would side step Word 2011's inability to export to PDF with bookmarks and hyperlinked TOCs. How do you create PDF documents with bookmarks and hyperlinked TOCs in your documents?
    Some background:
    In Word 2010 and 2013 for Windows (and I'm sure this applies to older versions as well), you can export documents to a PDF file format where the exported file will carry over the bookmarks and hyperlinked table of contents. Specifically, by making specific text headers, will appear in the final PDF file as bookmarks on the side (see image taken from Adobe's website).
    Regarding the table of contents, using Word's built in Table of Contents feature successfully ports the ability to navigate to a specific section by clicking on its chapter in the table of contents to the finished PDF file.
    I've read several forum discussions that say it's not possible to do this from Word 2011, so my current solution is to just finish all documents on a Windows machine (either with parallels or a separate computer). The alternate process flow of creating a word document, exporting it to PDF, then rehyperlinking everything in Acrobat is just too time consuming to consider.

    Hi, beejasaurus
    I found a possible kluge from this discussion here
    https://forums.adobe.com/thread/1008480
    Create the hyperlinks in Word, save the file
    Open that file with Pages, export as PDF.
    The links work from that PDF.
    Note, I did not try this with TOC but it worked with hyperlinks embedded in the Word document

  • I am gifting my iMac to my niece and need to wipe the disc for her use.  I have an external backup and also (smile) a brand new iMac I'll need to set up.What is the "best" process for ensuring the safety of my information as well as providing a "new" comp

    Gang,
    I've just purchased a new iMac for myslef and am gifting my "old" iMac to Niece.  Original iMac has Snow Leopard upgrade (came with Leopard) as well as Word for Mac -student addition.  I also have an external backup drive and use Time Machine as specified.
    What are the easy and appropraite steps to provide my niece a "new" iMac (clean and free of my items) as well as protect my info so I can place on my new iMac?  Will I also need to de-authorixe audible for iTunes?
    Thank you for your help.  I know this is probably a very basic procedure but I want to get it correct and ensure I don't harm either iMac.
    Best,
    pshdawg1

    pshdawg1 wrote:
    Gang,
    I've just purchased a new iMac for myslef and am gifting my "old" iMac to Niece.  Original iMac has Snow Leopard upgrade (came with Leopard) as well as Word for Mac -student addition.  I also have an external backup drive and use Time Machine as specified.
    Well I don't think your niece is going to rob you blind or sell your company secrets to the highest bidder, so a full 7x- 35x government grade overwrite and operating install is likely overkill.
    Just likley some personal files, pictures and videos, stuff like that you want to make sure doesn't get seen.
    My suggestion is to clean out your user level files manually in each of your Documents, Pictures etc folders, any bookmarks in browsers (reset Safari, clear cache) and emails you don't want carried on.
    Then download and run the cleaning aspects of OnyX, followed by a Disk Utility > Erase Free Space option. (in your Applications/Utilities folder)
    http://www.titanium.free.fr/
    You can create another Admin account in her name/nick and delete the first one with your name and all that.
    If you really want to get rid of your name from everywhere in the comptuer, then the only option is a c boot from the installer disk, Disk Utility Erase with Zero (7x or even 35x overwrite) and then resintall OS X and shutdown the machine,
    When this is done, OS X boots into the first "Welcome to OS X" video you saw when you first setup the machine. Of course you lose Word as that's not on the installer disk. But LibreOffice is free and much much better.
    http://www.libreoffice.org/
    pshdawg1 wrote:
    Will I also need to de-authorixe audible for iTunes? 
    Your allowed up to 5 computers with your iTunes content, but you can deauthorize the computer in iTunes so it doesn't take one of your authorizations.
    Also before you do anything, make a MANUAL backup of your data to another drive just in case Time Machine/Migration ***. etc doesn't screw the new pooch on you like it's been known to do.
    I always c boot off the new installer disk on new machines and Disk Utility Erase with Zero option the entire boot drive then reinstall OS X, it's not that I'm paranoid, it's that drives are not checked for bad sectors at the factory, they just slap OS X on it and off it goes, problems appear later on as people use the drive or can't read the software correctly off the drive.
    So I map off the bad sectors ahead of time, so the software is on good sectors and never have a post issue like others do with new machines.
    If you ordered a Mac with custom software installed, obiously your going to need to reinstall it after this.

  • What is the best software for creating SCC/MCC files for closed captioning in Premiere pro?

    I have experiemented with the demo version of MacCaption to create SCC/MCC files that I am importing into Premiere Pro for Closed Captioning. It seems to work okay, but before I purchase it I was wondering if it is the best software choice for my workflow? Would anyone recommend something different? Thanks!

    PMJI, but I recently started using a program called Subtitle Edit (http://www.nikse.dk/SubtitleEdit/) not to be confused with another program called Subtitle Editor. 
    Subtitle Edit is open source, full featured and supports dozens of file types(in/out and convert).  I use it in conjunction with our Accordent(now Polycom) Capture Station webinar systems.  I haven't used in conjunction with AdobeCS products yet, but it does list Encore and Captivate in it's I/O list.  It's definitely worth a look-see.

  • What is the best method for creating a simple DVD from X?

    Now that I no longer have DVD SP on my system, I need to know the preferred method of creating a simple menu driven DVD. The DVD needs to have a simple (one click) since the local cable company needs that so it will trigger at a specified time. I shoot in 720p 60. The DVD is SD. I do have Toast, Compressor, and iDVD on the computer. Any input will really be appreciated. Thanks in advance.
    Cheers.
    Tom

    Thanks Luis.
    Can't beleive I missed that. I am so used to using Compressor or Toast. This method works great. Thanks.
    Best.
    Tom

  • Which is the best API for creating restful web services.

    Hi guys,
    I have tried a lot of apis to create a restful web service. But none of them has perfect documentation or examples. Which is the best one that has good support and future.

    "Best" automatically implies opinions and speculation; one I personally believe has a bright future is Jersey. Jersey is the reference implementation (RI) for [JSR-311|http://jcp.org/en/jsr/detail?id=311] ("The Java API for RESTful Web Services" or JAX-RS).

Maybe you are looking for

  • RAID test on 8-core with real world tasks gives 9% gain?

    Here are my results from testing the software RAID set up on my new (July 2009) Mac Pro. As you will see, although my 8-core (Octo) tested twice as fast as my new (March 2009) MacBook 2.4 GHz, the software RAID set up only gave me a 9% increase at be

  • How do I restore a custom item in the Search bar?

    I have just bought a new comouter. One of the things I want to set up on it is the same set of options in the Firefox Search bar. In my old computer I set up the ARTFL Roget's Thesaurus as as one of the list of options for search engines. (This Thesa

  • Macbook pro screen & external display not workin

    Hey. Last night I accidently dropped my macbook pro, not from very high, and I didn't think it would of damaged the computer this bad. When you turn the computer on the screen is basically white, if you let it load for a while two vertical bars appea

  • Unable to connect to Windows Live

    Strange problem on my fully upgraded Arch system. Seems I'm able to connect to every website except Windows Live. I can load live.com and see the login form. Attempting to submit the form (in Chrome) results in a timeout, followed by the error messag

  • Using Adobe Production Studio on Bootcamp

    I am currently a pc user; however, I am very interested in the new Mac Pro. I would like to run my current software which is the Adobe Production Studio Video bundle. It is meant to run on Windows. If I were to switch to the Mac Pro and run bootcamp,