Show DPS internal Log content in a DIV box show in webview

Does anyone know the link to the Adobe article that shows how to add a div in the DPS webview, which is used to show the content of DPS log?
I already used the tip of that article, but I cannot  find it anymore.

You can call external pages into an iframe on your site.  But you cannot crop that content to exclude the parts you don't want.  I believe the best way for you to proceed would be to edit the current pages, excising only the parts involved with the search functionality, and paste that into your new pages.  This may be more of a job than you bargained for....

Similar Messages

  • Regarding Job Log Content.

    Hi all,
    I want to sent the content of the job log through mail for the failed jobs.
    Can anybody tell me how to get the content of the joblog in an internal table?
    I am able to check the status of the job from the table TBTCO.But unable to
    find how the joblog information is being fetched??
    Please help me out with this.
    Thanks and Regards.
    syed.

    syed,
    you can use the FM 'BP_JOBLOG_READ' passing the client, jobcount, joblogid and jobname. The jobcount and joblogid can be obtained from the TBTCO table for the date/time of the job execution.
    the log content is then returned back in the tables parameter 'joblogtbl'.
    - Kester

  • See the logged content for clip markers at sequence level?

    I'm working on my first long form documentary, and I'm using a work flow a colleague recommended – although he typically works with Avid and an older version of Final Cut Pro, so there may be some areas where this work flow is broken.
    I've vascialleted a bit, as I've recently began to use Prelude to do the logging instead of Premiere Pro. Obviously logging in PL is quite a bit easier as it's set up with some handy keyboard shortcuts for doing so. Basically I'm adding clip markers to interview stringouts that contain transcriptions of what the person is saying at that point of the interview.  Now that Premiere Pro CC allows me to navigate to the clip makers the same way I could navigate to the sequence markers (Command-Shift-M for previous and Shift-M for next), it's pretty handy and it makes sense to use clip markers since they'll always be there no matter what sequence you put the source footage into.
    So, great. All makes sense right? Well...turns out I've run into a bit of a problem.
    There is the handy Markers pallete (windows>Markers) which highlights the text I captured for a specific marker, making it easy to navigate or search for a certain question or answer in a given interview. Trouble is, that only shows content at the sequence marker level. While I can navigate to a clip maker within a timeline, the Markers pallette stays blank for that clip marker. Which, is kind of a show stopper in terms of navigating the logged clip once it's in a sequence or stringout. I can still see what's in that clip marker if I hover the mouse over it and wait for a tool tip to show up, but that's not exactly optimal.
    I'm thinking about going back to logging in Premiere just to keep the sequence level markers easily searchable at the stringout level. Any feedback? I'd certainly prefer to do the logging in PL, but I'm dealing with a lot of footage here, and I need at least the stringouts to be easily searchable.
    Mind you, my colleague isn't a Premiere Pro power user, so he may have recommended a workflow that isn't exactly optimal for the tool. Any insight would be welcomed, but if there were some way for the Markers pallete to show the content of the clip marker, I'd be off and running.

    Well, I figure if I can get to both the sequence markers and clip markers with command shift M and the like, I may as well be able to see the content for said marker if content exists. My work flow here is probably a bit of an anomoly – but this is my first long form project, and it being a documentary, you can imagine that there are a lot of assets and stringouts to keep track of. Any shortcuts to getting to the logged content is a huge help throughout the entire process.

  • Script to pull all connections from one IP out of DPS access logs...

    I need an efficient script to pull all of the connections for 2 IP's (or match the first two octets of the IP will cover both addresses also) from multiple DPS access logs out and write them to a file.
    The current one-liner I've been using doesn't work well with multiple access log files. So I tried combining multiple logs into one access log, and then trying to parse that large log file (around . The problem is, I am now getting the error: "bash: /usr/bin/egrep: Arg list too long", which is because it takes all of the connection numbers and builds a grep with them.
    Here is the one-liner I've been using:
    FILTER='client=192.168.1.1|client=192.168.2.1'; FILE='access.*'; for j in $FILE; do unset CONN; for i in `egrep -h "$FILTER" $j | awk '{print $8}'`; do CONN="$CONN|$i"; done; if [ -n "${CONN+x}" ]; then egrep -h $CONN $j; fi; done | sort -t '/' -k2,2M -k1n
    Is there a faster and more efficient way to pull out all of the connections from one or more IP's in access logs? I would think someone out there would have written something to do this?
    Thanks everyone!!!
    Edited by: keesor on Aug 17, 2011 2:49 PM

    It could be as simple as
    lgrep -O conn <IP> access
    If you have more logs you can cat them and pipe the output to lgrep in a pipeline, like:
    cat access.1 access.2 ... access.n | lgrep -O conn <IP>
    Just make sure that the logs are listed in sequence. The script won't produce reliable results if the log is non-sequential.

  • Alert Log Content

    Hello!!!
    I want to see the alert log content for a specific date. But whenever I select a date window (date from.... date until) using the calendar utility there is none to be displayed!!!!
    Without search criteria the utility displays the last 10000 lines of the alert log content.
    Why this happens????
    Simon

    Hi ,
    When I say 'a window (date from... date to)' I mean a date period for example 01/01/2006 until 03/01/2006.
    On Enterprise Manager Console 10g there is the capability to select this date period using the built-in calendar (on right of each text item where I can write down the dates (begin/end date)).
    The answer you gave me means that I cannot search the log file content giving specific criteria , as I want?
    Thanks for your help !!!
    Simon

  • Insert a div box background for one document only while using external CSS style sheet.

    I am trying to set a background image in one of my div boxes, but because I am using an external style sheet it changes it in all my documents. How can I do it with just this one page? Preferably in design mode.

    What i did to slove this problem was:
    Open my external CSS style sheet
    Copy the contents of it
    Remove the CSS link in the one page i wanted to be different.
    Pasted the contents in the <head> under the rest of the CSS rules for that page.
    Then I could set the background for that box w/o altering the other pages..
    I tried the other suggestions, but could not get them to work. Not saying they are wrong, but maybe i was implementing them wrong.

  • 100% vertical, but not horiz DIV Box?

    Hopefully I can describe this well enough to be able to get
    some help, fingers crossed!
    You can see one of the websites using the layout I'm having
    problems with here;
    http://proceduresonline.com/bexley/chapters/values.html
    (please bear in mind they aren't meant to be pretty or flashy
    as they're simplified online manuals, essentially)
    OK so,
    The layout is a fixed size as the original layout, which
    filled 100% of screens (as in it fitted automatically to your own
    screensize) meant that people with large resolutions had far too
    much text horizontally, making it hard to read, but people with
    smaller resolutions were having trouble with elements overlapping
    and missing buttons and so on.
    So this one is fixed at such a size as to fit perfectly in a
    1024 screen, but that does mean a lot of dead space on higher
    resolutions.
    The layout is just made up of three div areas; the container
    to hold it all, one left-hand column, and one right-hand column
    which holds the content of each page.
    Here's the container code
    .twoColFixLt #container {
    width: 780px;
    margin: 5px auto;
    text-align: left;
    Here's the left side code
    .twoColFixLt #sidebar1 {
    float: left;
    width: 150px;
    background: white url("../required
    parts/side-shadow-alt.png") no-repeat bottom right ;
    padding: 10px 25px 10px 20px; }
    Here's the right side code
    .twoColFixLt #mainContent {
    background: white url("../required
    parts/content-shadow-alt.png") no-repeat bottom right;
    margin: 0 0 0 210px;
    padding: 10px 10px 25px 15px;
    In that right hand column is a very simple styled div box
    which makes all the text in it display as a scrollbox rather than
    force the page off the screen; <div
    style="width:100%;height:500px;overflow:auto;border-width:0px;">
    What i'd like to be able to do is to allow the right-hand
    column (the one which holds the content) to fit 100% to a persons
    screen.
    I have tried various methods to make this section fit 100%,
    but no matter what I try that div-box-scroll-bar part refuses to
    accept percentage values. If its not got a fixed-height value it
    just displays all of the contents, and so loses its scroll bar. and
    this also forces the right-hand column that it sits in to go off
    the page too, giving the whole page a scrollbar, which is what I
    want to avoid.
    What annoying is there its only that scrolly-div that has any
    height value! none of the containers do, so presumably all I need
    to do is to get that to fit and it'd work?
    Sorry, II know this is a bit of a bad explanation - any
    ideas?

    I wish I could explain this better, but that will not help as I need the height to be dependant on the 100% width. Here is a sample of the problem in action:
    http://www.johnkalnin.com/flash/banner.html
    See how you have to scroll down to see the content.
    As you can see the 100% width of the movie is messing up the height of the containing div.

  • Dynamically change the contents of one combo box based on the other

    Hi Forum,
    I have a question which might have a possibly simple answer. Well anyway help me out since i could not find the simple answer.
    I am building an application using Swing and binding with BC4J using JClient. My GUI has combo boxes, grids, editboxes. My requirement is that i should be able to dynamically change the contents of one combo box based on the selected item in trhe previous combo box. For example, when i choose a country in the "country combo box", the "states combo box" should show the list of the states of the selected country.
    Now how do i do this using binding. If not, how do i write custom querirs in BC4J layer and return a resultset to the remote application so theat i can populate the dependent combo boxes.
    I will appreciate if anyone can help me out in this regard.
    Thank You
    Sumit

    there could be quite a few number of ways of solving this problem.
    One way is through event handlers.
    taking your example as a model when user selects a country you could fire an action with a flag set to ture. A method will return the states from the DB or your temporary files or what ever and then the true flag will be used in the states combo box rendering.
    other way: javascript
    this might be a bit clumsy as you will need the states information in a property file and you can get the info as the user selects a country.
    regards,
    raj

  • I need help Centering a div box to a background image using dreamweaver cs5.5.

    I need help Centering a div box to a background image using dreamweaver cs5.5. Everything shift left when viewing on different size monitors?  See what I mean at
    www.woodlandhospice.com

    Have you looked at your page with images disabled?
    I urge you to re-think this approach to web design because images of text are not indexed by search engines, screen readers or translators.  Given the demographic group your site is targeting, you really need to ensure maximum web accessibility for all users.
    Navigation, headings and descriptions all need to be in real text -- not images of text.
    Ken is right.  Absolute positioning is pure poison for such a simple layout.  My advice is to start over with one of the pre-built Starter Pages in DW.  Go to File > New > Blank page > HTML.  Select a layout from the 3rd column and hit CREATE button.
    Nancy O.

  • Div box gets relocated depending on browser and monitor size. HELP!!!!!!!!!!!

    div box gets relocated depending on browser and monitor size. HELP!!!!!!!!!!!

    This is usually caused by malformed HTML, CSS and/or the use of absolute positioning in primary layouts.  Without a link, it's all guesswork on how to fix it though. 
    Nancy O.

  • Div box shifted position when previewed on browsers??

    Hi,
    Can anyone please advise why one of my div boxes (the third one) in Dreamweaver shifted position when previewed on Firefox and IE?  My other two div boxes have no problem when previewed on browsers.
    #textBoxForDesignTitle {
        height: 40px;
        width: 372px;
        font-size: 15px;
        color: #C9B042;
        background-color: #0E103E;
        text-align: center;
        margin-left: 414px;
        border-collapse: collapse;
        border-spacing: 20px 0px;
        font-style: normal;
        font-weight: lighter;
        border-radius: 20px;
        -webkit-box-shadow: 2px 2px 9px 1px #000000;
        box-shadow: 2px 2px 9px 1px #000000;
        border: medium ridge #C9B042;
        padding-top: 1px;
        margin-top: -4px;
    #textBoxTwoForDesignTitle {
        height: 40px;
        width: 372px;
        font-size: 15px;
        color: #C9B042;
        background-color: #0E103E;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 20px 0px;
        font-style: normal;
        font-weight: lighter;
        border-radius: 20px;
        -webkit-box-shadow: 2px 2px 9px 1px #000000;
        box-shadow: 2px 2px 9px 1px #000000;
        border: medium ridge #C9B042;
        padding-top: 1px;
        float: left;
        position: relative;
        left: 35px;
    #textBoxThreeForDesignTitle {
        height: 40px;
        width: 372px;
        font-size: 15px;
        color: #C9B042;
        background-color: #0E103E;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 20px 0px;
        font-style: normal;
        font-weight: lighter;
        border-radius: 20px;
        -webkit-box-shadow: 2px 2px 9px 1px #000000;
        box-shadow: 2px 2px 9px 1px #000000;
        border: medium ridge #C9B042;
        padding-top: 1px;
        position: relative;
        left: 166px;
        float: left;
    Thanks very much!!
    mykw123

    Hi Preran,
    Sure, I can share with other users but I am not sure this solution was the best, but it works for me.   Somehow something about Dreamweaver is very complicated to use and understand- just in my opinion.  All I did was to add another div box outside of the 3rd text box which I created as div box (also did it for the 2nd text box since they aligned close to each other).  I know it shouldn't be needed since the text box is already a div box itself and my 1st and 2nd text boxes were okay.
    Preran- please see my other question posted and maybe you can help?  Thank you.
    http://forums.adobe.com/message/6172302#6172302
    Thanks,
    mykw123

  • Image doesn't rest on top of div box

    Round two, newbie.
    How can I get the images to ride up against the top of the
    div boxes that contain them? I can't get images from multiple div
    boxes to line up because the image floats in middle with white
    space above and below. On top of this, I can get them lined up in
    the view box, but they don't line up in the browser.
    ???

    Possibly you have padding around your div boxes? Hard to tell
    unless you
    post a URL to the page.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "willbell" <[email protected]> wrote in message
    news:g342q8$55$[email protected]..
    > Round two, newbie.
    >
    > How can I get the images to ride up against the top of
    the div boxes that
    > contain them? I can't get images from multiple div boxes
    to line up
    because
    > the image floats in middle with white space above and
    below. On top of
    this, I
    > can get them lined up in the view box, but they don't
    line up in the
    browser.
    >
    > ???
    >

  • I get unexpectedly logged out from my mail box and and recieve the following message: "The custom error module does not recognize this error."

    I am repeatedly and unexpectedly logged-out from my mail box when working on a document. It frequently happens when I choose Send or Save, but it could happen any time. The file that I worked on disappears completely. Before, the file could be found in the draft box or some other place categorized as Auto Recovery. Now, instead, I get the following message: "The custom error module does not recognize this error." I am working at home, connected to a university server. The same problem appears with both of my computers, which are connected by a router. I have a MacBook Pro and am working with Firefox 6.0.2. I have a wireless broadband connection with Internet. AirPort is connected to Lindstrom and has IP address 192.168.0.198. Router: D-Link Model DIR-635. Modem: ZyXEL Model No. 660H D Triple Play Modem.
    Best wishes,
    Lars Lindström, Professor
    <[email protected]>

    Hi Phil,
    Generally, when a user sends an incoming request to an Exchange 2010 Client Access server using Outlook Web App and the user’s mailbox is on an Exchange 2010 mailbox in a different Active Directory site,
    Exchange 2010 determines whether the Client Access server has the
    ExternalURL property set in that Active Directory site. If it is and the cross-site silent redirection has been enabled, the user will be automatically redirected to the specified URL.
    Thus, please make sure the External URL property is set properly in your environment. And also
    disable the WindowsAuthentication for OWA VD to have a try. If the issue persists, please try the following KB to reset the Outlook Web Access-related virtual directories:
    http://support.microsoft.com/kb/941201
    Thanks,
    Winnie Liang
    TechNet Community Support
    Sorry for the late reply.  Yes, the ExternalURL is set; otherwise, it wouldn't work at all.  98% of the time everything is fine.
    My issue described a problem that appears only during session timeouts.  I've pretty much verified that this is the case; Exchange 2010 does not appropriately handle the timeouts sometimes when using cross-site redirection.

  • When i log onto the internet a box come up on the bottom "show all content" how do i stop this

    When i log into windows a message comes up on the bottom of the screen "SHOW ALL CONTENT" how do I stop this message from coming up it is so annoying.
    This question was solved.
    View Solution.

    Hi,
    Close any open Internet Explorer windows.
    Open windows Control Panel, open Internet Options, click the Security tab and click Custom Level.  About half way down, under the heading Miscellaneous, there is an entry for 'Display Mixed Content' - click Enable and then Ok, then click Apply and Ok in the previous window.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • DI Administrator not show job log content

    Post Author: ineta.lapina
    CA Forum: Data Integration
    Hello!
    We have installed BO Data Integrator 11.7 and also DI Management console. In Administrator we always loking in logs how jobs was processed, but after Job server removing and new adding, I can saw that batch job was runned(in batch job status list), but job log contain only message" Connection refused: connect" (trace/monitor pages) and I can see that it is linked to old job server log files location.
    I tested repository parameters, tested DB connection - all are fine. Job server working, jobs running, but logs I can read only when I open Data Integrator Designer.
    Before Job server name changes all working fine.
    Can you help me to get back normal status here?

    The logs are stored in a directory with the name of the job server. Since you changed the job server name the directory accessed does not contain the old job server logs.
    I.e. [install path]\Log\[job server name]\[repository name]

Maybe you are looking for