Question about server (element) joining dispatcher

Hi Experts-
   I have two implementations of EP6 SP2 on two separate servers.
   For database server, one uses Oracle 9i and the other uses SQL Server 2000.
   Something different happens on these two server when I run the "go.bat" files from dispatcher and then the server.
   In the case of Oracle, when both the "go.bat" files have loaded sucessfully, the dispatcher windows shows the text ">Element 1234567890 joined". [1234567890 being an example]
   In the case of MS SQL2K, when both the "go.bat" files have loaded sucessfully, nothing happens. The dispatcher windows does not show the text ">Element 1234567890 joined". [1234567890 being an example]
   In both these cases, EP runs fine (and intriguingly) similar.
   What is the cause for this difference? Has anyone else noticed this?
Thanks,
- Vik.

That is odd that you do not have joined under SQL 2000. I am running an EP6 portal under SQL 2000 and the Joined shows up for me. If you run the go.bat from the dispatcher directory you should definitely get this message although it may take several minutes

Similar Messages

  • Newbie question about Premiere Elements Organizer

    This is a pre-newbie – let’s say “virgin” question. If there is an answer already posted elsewhere, please send me a link.
    I’m about to install Premiere Elements 9 to do some clip editing and animation from still images.  This would be my first attempt to edit clip or do some animation from still images, besides using Windows Media Maker with my HS students. However, I have been a pretty serious photographer for 20+ years with 1,000’s of images which I now work on in PS CS5 Extended and Lightroom 3. I use Adobe Bridge and LR library to catalogue and organize my images. I’d like to continue to use AB / LR Library to organize my new clips and projects. From reading Bill’s posts, it seems I can use Adobe Bridge, copy my original file, resize in Photoshop, and save in a new folder to use for a Premiere project. This would seem to be most intuitive way for me to work. I already have keywords, metadata, actions in PS… etc. But I think Bill is using Premiere Pro, while I’ll be installing Premiere Elements, which comes bundled with Elements Organizer. Do I need to install or use Elements Organizer? What are the advantages/disadvantages or EO?  I guess I’m a little worried about installing the programs and having EO automatically acquire images using presets/defaults that I don’t want to use as well as issues with subfolders, etc. I'm running Windows 7.
    Thanks
    FYI- this is a great animation project
    http://www.thejohnnycashproject.com/#/explore/TopRated

    ziggycat4 wrote:
    I guess I’m a little worried about installing the programs and having EO automatically acquire images using presets/defaults that I don’t want to use as well as issues with subfolders,
    EO doesn't do much with the files themselves, just maintains links to the sources.
    For folders you are best to use the folder view in EO to move them as it doesn't keep track of folder locations when changed in Windows Explorer. From the File options in Bridge I think that is pretty much the same.
    ziggycat4 wrote:
    I would like to get as much input as possible on the advantages/disadvantages of using EO vs say Adobe Bride from others who use Elements Organizer.
    Any insights would be appreciated.
    Can anyone who has used both EO and AB comment on how EO handles missing (hidden) files, syncing issues, computer hanging up or crashing....etc?
    I've only messed around a little with Bridge. But to me it seems lightening fast by comparison to EO. The features Albums and Tags in EO seem much the same as Collections and Keywords in Bridge.
    EO has Face Recognition abilities - getting more sophisticated in each version. I've not seen this feature in Bridge.
    By default EO allows you to open a file in any of:
    Photoshop
    Photoshop Elements
    Premiere Elements
    A single used-defined application (I have mine set to ColorPilot).
    Bridge only seems to link to Photoshop.
    Missing files can be located manually or by allowing EO to search for them.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • 11g client questions about Server Explorer lookup functionality

    At my job we are looking to replace another sql developer tool with ODT but there appears to be some bugs in the system still. Maybe I could get some help with these issues. We are currently using VS2005.
    First of re-opening a connection after it has timed out is painful. The only way I have found to reconnect (besides restarting VS) is to close the connection, open the connection and then go to modify connection and say OK, but that procedure is not 100%.
    Second in package bodies when double clicking on a procedure in the body it may or may not take your cursor to that selected procedure. I have been trying to figure out what the conditions are that will allow this lookup to work correctly I have even re-created existing packages with the ODT package wizard and it will still not focus on the selected procedure.
    Another thing I dont really like is that is the package body is broken you don't know it just by looking at the package tree, you have to explode the package spec to see the body with the red x. It would be nice if the body broke it would break the spec for easy scan for broken packages.
    One more request for a feature and I'm done. I wish there was a Find that would work with the server Explorer where I could say I want all the EMP table references and it would give me all of the views, procedures, packages where that table is used. This is one of the popular functions with our current sql developer tool and would be nice to it in ODT.
    I am really excited about this product and can't wait to see what features are added next.

    Thank you very much for the detailed feedback! See below for my comments:
    user10913552 wrote:
    At my job we are looking to replace another sql developer tool with ODT but there appears to be some bugs in the system still. Maybe I could get some help with these issues. We are currently using VS2005.
    Glad you are looking into ODT. However, keep in mind that it is not a 100% replacement for Oracle SQL Developer which has more features. ODT is geared towards the Visual Studio developer. You should still have a look at Oracle SQL Developer as well, in case it suits you better.
    First of re-opening a connection after it has timed out is painful. The only way I have found to reconnect (besides restarting VS) is to close the connection, open the connection and then go to modify connection and say OK, but that procedure is not 100%.
    In general with any Oracle application, when a connection times out you generally have to close and then reopen the connection to get going again. So what you are seeing is expected. I guess we could try to automate this for you, set via an options page. But, a better question is - how come the connections are timing out so often? Maybe you should discuss with your DBA if the timeouts are set unreasonably. Or even better, if you manage the database, just turn off the connection time out.
    Second in package bodies when double clicking on a procedure in the body it may or may not take your cursor to that selected procedure. I have been trying to figure out what the conditions are that will allow this lookup to work correctly I have even re-created existing packages with the ODT package wizard and it will still not focus on the selected procedure.I have heard this being reported but I haven't been able to reproduce it myself. It always works for me. Can you attach a create script to this thread that could let me reproduce it?
    >
    Another thing I dont really like is that is the package body is broken you don't know it just by looking at the package tree, you have to explode the package spec to see the body with the red x. It would be nice if the body broke it would break the spec for easy scan for broken packages.
    That's an interesting suggestion - a top level icon to indicate that something in the package is broken, the spec or the body. In Oracle a package is really two pieces, the spec and body and we are trying to portray it as one thing.
    One more request for a feature and I'm done. I wish there was a Find that would work with the server Explorer where I could say I want all the EMP table references and it would give me all of the views, procedures, packages where that table is used. This is one of the popular functions with our current sql developer tool and would be nice to it in ODT. This is an excellent suggestion. What tool are you currently using?
    >
    I am really excited about this product and can't wait to see what features are added next.One of the biggest new features is Performance Analyzer. The tricky part of Perf Analyzer is to get enough database activity to generate helpful reccommendations. But once you do, I think it is a great feature.

  • Basic questions about Premiere Elements 8

    I'm new to this forum and although I use Photoshop Elements extensively, I am just trialling Premiere Elements 8. I have a number of questions from my (very limited) testing so far:
    1. Most of the videos that I download from my Sony DCR-DVD110 DVDs behave fine, but one of them only has half an audio track. The full audio was there on the DVD, but in the project it appears that the second half of the audio has been moved to overlay the first half, instead of following on. The video format is VOB. Has anyone else had this problem, or could suggest how it can be remedied?
    2. I understand from the help that I can split incoming video from a DV camcorder using the timecode on the tape. However, I do not seem to get the same option when downloading from DVD as above. The scene-splitter in the project list only allows content detection (which is unreliable), or regular divisions. Does anyone know if there a timecode on the VOB files, and is there a way of using this to split video into clips that is more reliable than scene detection?
    3. I do not understand the red/green line that appears under the Timeline ruler, just above the video. In one project, I have cleared clips out of the timeline and copied new ones in. The green or red line no longer changes at clip boundaries. Where it is green, the clip audio plays back, but not the video. Where it is red, both play. I do not seem to be able to find out what this means, let alone how to change it, and do not know how I set it in the first place. Does anyone know what this coloured line means, and how to change it so that all of the clips play both audio and video?
    4. When I start the program from the Welcome Screen, it gives me the option of opening an old project. Even though I select the project that I wish to open, this does not happen. Premiere Elements 8 starts, but the project does not load. Is this just a limitation of the trial version, or a common problem? Can I skip the Welcome screen and go straight into Premiere Elements 8?
    I'm looking to buy Premiere Elements 8 along with an upgrade to Photoshop Elements 8, for the compatibility and common file organiser, but so far the above problems are putting me off a purchase. The programme also does not seem to be as intuitive as Studio 7, which was the last video editing software that I used (some years ago, taking data from a DV camcorder).
    Your help and any recommendations that you may be able to add would be most welcome.

    Virtually all of your problems are related to your trying to edit video from a DVD camcorder. Although the program is supposed to be able to work with these video files, they can be very problematic if your computer's operating system is not fully updated, you lack the current version of Quicktime and you do not have the proper codecs installed.
    The red lines you're seeing above your video on the timeline are indications of this. These are indications that your video needs to be rendered by the program in order for the program to work with it.
    If you'd like to try to work with DVD cam video despite these liabilities, there are things you can do to improve performance somewhat.The FAQs to the right of this forum explain how and why.
    http://forums.adobe.com/thread/415317?tstart=0
    But I recommend you convert your VOB files to DV-AVIs before you bring them into Premiere Elements. This will likely remedy nearly all of your problems (assuming your computer's hardware and software are up to the necessary specs and are fully updated).

  • SQL 2008 R2 standard reports - question about server dashboard and what it refers to as "adhoc" queries

    So I have started looking at some of the standard reports available with SSMS and in particular, the "server dashboard".   One thing that caught my attention were the charts that referred to "adhoc" queries.  I wondered how
    those were being defined, and as I expected, they are most likely those statements not in a stored procedure.  This was answered in
    this thread.  
    On a particular server Im interested in, this % value is well over 50% and the primary applications that interact with the databases on this system are Microsoft based products such as Dynamics and another commercial application which I know uses hundreds
    of stored procedures.  Now, Im sure there are some sql statements being used, possibly "dynamic" type sql, by these applications, but would the metrics really be skewed this far?
    What these charts tell me, with the "adhoc" statement types pushing CPU and Disk I/O %  this far, is that there is a BUNCH of these statements being run against the various databases.  The disk I/O might be a bit off since I only recently
    added dozens of missing indexes, but my question is this:
    With the "adhoc" type statements taking up this much of the CPU and Disk resources, can we say that there are likely a lot of these going on ?  I suppose one way to find out is to launch profiler and listen in while there is moderate
    to heavy user activity.
    Thoughts?

    Hello,
    Adhoc queries are DML statements with not parameterization. Sometimes users use this statements, and sometimes these statements come from applications.
    Use Query #2 on the following link to identify those adhoc queries:
    http://mssqlfun.com/2013/04/08/dmv-5-queries-runing-are-adhoc-or-proc-single-or-multi-use-sys-dm_exec_cached_plans/
    Identify if those adhoc queries belong to specific users or applications.
    One of the options you have to deal with is is the following configuration option:
    sp_CONFIGURE 'show advanced options',1
    RECONFIGURE
    GO
    sp_CONFIGURE ‘optimize for ad hoc workloads’,1
    RECONFIGURE
    GO
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • The question about cost element

    business scenario:
    1,now create a blended activity type rate that includes three costs(water + electricity, etc...). That way, when confirm an activity,  it have all the costs taken care of. However, here three costs will goto a single cost element.
    question: after confirmation, how to translate the cost into original three cost element?
    Please explain me all the steps to be required.
    Thanks in advance!

    Use Costing sheet to book the cost of Water, Electricity etc. to different Cost Elements.
    1. T.code: OPL1, select the costing variant that has been mantained in the T. Code OPUV "CstgVariantPlan".
    2. Go to the valuation variant in control tab of the costing variant.go to the overhead tab and click on the costing sheet.
    3. Inside the costing sheet select the costing sheet and check the base for that costing row. Here you ca see that the cost element range or the Groups are mentioned so any cost that is hitting these cost elements will be used for the calculation of the overhead and that will be calculated and distributed based on the overhead rate and the will be loaded on the credit cost element.
    Reward points if helpful.
    Venkat

  • I have a question about photoshop elements 11

    can i create templates on elements 11 of customize templates of skins on games with elements 11

    I believe that Amazon (the actual Amazon, and not semi-affiliated merchents) WAS a certified Adobe reseller. However, with the CC (Creative Cloud), I am not sure about that any longer - others can verify their certification.
    As CS 5 is discontinued software, I would NOT expect Adobe to be selling that version - anywhere.
    Research ANY reseller, and very, very carefully.
    Also, do gain the rights to manipulate and post ALL © material - that is not only smart, but also honest and ethical.
    Good luck,
    Hunt
    PS - you might also want to explore two other, current Adobe programs: Photoshop Elements 11, and Premiere Elements 11. They are often sold in bundles, for about the MSRP on one. Together, they will handle most Still Image editing needs, and also Video creation and editing. They are both very inexpensive, but powerful programs.

  • Question about "server"

    I am looking to put all of my media on a "server". I currently have an iMac that I seem to never have on at the right time. I have the opportunity to get a "nettop" with an Intel Atom D410 with 1GB of RAM and XP. Is this powerful enough to a) run iTunes 10.1 and b) to stream HD video. Is the computer responsible for playing the HD video, or is it more about streaming the video and the aTV decoding it?
    Any help would be much appreciated.

    [email protected],
    >Can Server Management be installed on the same
    >server?
    Yes it can, I use this type of scenario a lot.
    Jared Jennings - Data Technique, Inc.
    Novell Support Forums Sysop
    My Blog and Wiki with Tips, Tricks, and Tutorials
    http://jaredjennings.org

  • Question about a conditional join

    Is it possible to do a conditional join based on a field in a table?
    say I have the query below and the table fields ate the bottom. I am trying to get the exact syntax for doing a conditional join. Can any one help?
    Thanks
    select e.fname,e.lname,a.areaname
    FROM employee e
    JOIN area a ON (If e.newareaid is not null and date being searched for >= e.movedate then a.areaid = e.newareaid ELSE a.areaid = e.areaid
    ======================================================
    For example
    Employee table
    empid
    areaid
    fname
    lname
    newareaid
    movedate
    Area table
    areaid
    areaname

    Hi,
    In this particular case, the complicated join condition can be simplified considerably.
    There are 2 situations that have different join conditions, but in each situation a.areaid has to match something (let's call it join_id) from the employee table, and that can be determined just by looking at the row in the employee table. If we decide what join_id is before starting the join, then the join condition will be quite simple:
    WITH     got_join_id
         SELECT     fname, lname, areaid, newareaid
         ,     CASE
                  WHEN  newareaid              IS NOT NULL
                  AND       date_being_searched_for   >= movedate
                      THEN  newareaid
                   ELSE  areaid
              END     AS join_id
         FROM     employee
    SELECT  e.fname, e.lname, a.areaname
    FROM      got_join_id  e
    JOIN      area           a   ON  a.areaid = e.join_id
    ;You could also skip the sub-query, and put the CASE expression in the join condition:
    SELECT  e.fname, e.lname, a.areaname
    FROM      got_join_id  e
    JOIN      area           a   ON  a.areaid = CASE
                                 WHEN  newareaid              IS NOT NULL
                                     AND       date_being_searched_for   >= movedate
                                        THEN  newareaid
                                  ELSE  areaid
                             END
    ;This is basically what Hoek did, except Hoek complicated it by putting the comparison to a.areaid inside the CASE expression.
    Edited by: Frank Kulash on Apr 15, 2013 3:22 PM

  • Question about Photoshop Elements 11, Windows 8, and new Dell Computer

    Since I bought a new Dell Inspirion 660 computer, running Windows 8, my Photoshop Elements 11 occassionally gives me an error message saying I cannot save the file because I do not have enough RAM.  I have 8GB of RAM.  I never had this problem on my Old Dell Windows XP computer.  Any suggestions?

    Try reinstalling the application and see if this works.

  • Question about Premiere Elements

    I am considering purchasing Premiere Elements but I need to know if one can use it to add effects to an animated gif file.
    For example, in Photoshop Elements one can add certain effects to a gif image, such as giving it certain textures or filters.
    Can one do the same kind of thing in Premiere Elements and if so can it be done to an animated gif file?
    Thanks for your help.

    Premiere Elements does not work with animated GIFs as source video.
    Photoshop Pro would be a much better choice.

  • Question about multiple table JOIN syntax

    Good morning,
    I'm trying to join three tables and getting an error. Here is the query:
    with
      p (messageid, parentmessageid, subject) as
        select 2001, null, 'xyz'    from dual union all
        select 2002, 2001, 'ngh'    from dual union all
        select 2003, 2001, 'nghj'   from dual union all
        select 2004, 2001, 'pppp'   from dual union all
        select 2005, null, 'hhhhh'  from dual union all
        select 2006, 2005, 'hhhhj'  from dual
      m (thread, messageid) as
        select 1004, 2001           from dual union all
        select 1005, 2006           from dual
    select p2.messageid, p2.parentmessageid, p2.subject
      from (p p2 left outer join m m2
                              on (p2.parentmessageid = m2.messageid))
           join m m3
             on m3.messageid = p2.messageid
    ;                which gives an "ORA-00918: column ambiguously defined.
    I can't figure out why it gives that error. I fail to see the ambiguity.
    Thank you for helping,
    John.
    P.S: In case someone wants to get a good laugh, here is a "solution" that does not have any ambiguity:
    with
      parentchild (messageid, parentmessageid, subject) as
        select 2001, null, 'xyz'    from dual union all
        select 2002, 2001, 'ngh'    from dual union all
        select 2003, 2001, 'nghj'   from dual union all
        select 2004, 2001, 'pppp'   from dual union all
        select 2005, null, 'hhhhh'  from dual union all
        select 2006, 2005, 'hhhhj'  from dual
      messagethread (thread, messageid) as
        select 1004, 2001           from dual union all
        select 1005, 2006           from dual
      j1 as
       select p.messageid, p.parentmessageid, p.subject, m.thread
         from parentchild                     p
              left outer join messagethread   m
                           on p.parentmessageid = m.messageid
      j2 as
       select j1.messageid, j1.parentmessageid, j1.subject, j1.thread, m.thread t2
         from j1 left join messagethread m
           on j1.messageid = m.messageid
    select j2.messageid, j2.parentmessageid, j2.subject, nvl(j2.thread, t2)
      from j2
    order by messageid
    ;

    440bx - 11gR2 wrote:
    Hi Sven,
    >
    I guess the explain plan woudl show that there is some strange query rewrite going on. Where the outer join is added later then needed and therefore the columns do not match anymore as it was in the original query.
    >
    Is there a "hint" that could be used to test that hypothesis ?
    John.I tried NO_QUERY_TRANSFORMATION and MATERIALIZE but the error still was there. So it might not be a problem of rewriting the query.
    However I checked the explain plan for a similiar query which is working.
    sql> with
      2    p as ( select 2002 messageid, 2001 parentmessageid, 'ngh' subject   from dual)
      3   ,m as ( select 1004 threadx, 2001 messageid2 from dual )
      4   ,m3 as ( select * from m)
      5  select *
      6  from p p2
      7  left join m m2 on p2.parentmessageid = m2.messageid2
      8  join m3 on m3.messageid2 = p2.messageid
      9  ;   
    no rows selected
    Execution Plan
    Plan hash value: 4005120224
    | Id  | Operation           | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT    |      |     1 |     2 |     0   (0)|          |
    |*  1 |  FILTER             |      |       |       |            |          |
    |   2 |   NESTED LOOPS OUTER|      |     1 |     2 |     6   (0)| 00:00:01 |
    |   3 |    NESTED LOOPS     |      |     1 |       |     4   (0)| 00:00:01 |
    |   4 |     FAST DUAL       |      |     1 |       |     2   (0)| 00:00:01 |
    |   5 |     FAST DUAL       |      |     1 |       |     2   (0)| 00:00:01 |
    |*  6 |    TABLE ACCESS FULL| DUAL |     1 |     2 |     2   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       1 - filter(NULL IS NOT NULL)
       6 - filter(NVL2(ROWID(+),2001,NULL)=2001)
    Statistics
              0  recursive calls
              0  db block gets
              0  consistent gets
              0  physical reads
              0  redo size
            357  bytes sent via SQL*Net to client
            231  bytes received via SQL*Net from client
              1  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              0  rows processed
    sql> I can remember some other thread here where a very similiar filter criteria was also mentioned in the context of a "bug".

  • Question about Photoshop Elements 8

    I am a new user and just downloaded the trial version of Photoshop Elements 8.  I have Windows 7.  When I go to Create/Slideshow I get the message "Phfotoshop Elements not responding?  Can I correct this and if so, how?

    Try reinstalling the application and see if this works.

  • Question About Reinstalling Elements 11

    I have a brand new laptop that I purchased specifically to edit photos while on the road.  The first thing I did when I received it a couple days ago was to load Elements 11 (the second computer I loaded this version onto from disc).  The second thing I did was inadvertantly uninstall a couple of other pre-loaded programs I need, while trying to self-teach myself Windows 8.  Since the computer is so new, I figured I would just restore to factory settings, but I'm worried that will erase the Elements program I loaded, and, because I've already loaded the program twice, will not be able to use the disc again to restore it to this machine.  Am I wrong in thinking I cannot reload Elements onto a machine it has previously been loaded onto?  Or does the program recognize that it is a machine where it has previously been loaded, and let me reinstall? Thanks for any help you can provide.
    J. Hajduk

    First you have to deactivate Photoshop. If it is ok you can find the deactivate button on the Help screen. Then you can remove Photoshop from you computer. Go back to factory settings and install Photoshop again. Be sure to deactivate first before you remove Photoshop.
    Greets, Sjudel.

  • Question about Photoshop Elements, not sure where else to post at.

    I am looking to be able to add layers and do some fun type editing for photos to use as backgrounds and media shows. I'm new to this. I am planning to add Photoshop Elements and was just curious if it does enough different stuff from iPhoto 11 to make it worth it as well as enough to avoid purchasing the bigger more expensive Photoshop programs. I am also wondering where to get good tutorials on learning to use it, if so. Any help? Thanks.

    PhotoShop Elements will do what you want, and is a good complement to iPhoto. For learning it, I suggest Barbara Brundage's excellent Missing Manual for PhotoShop Elements (Macintosh).
    http://oreilly.com/catalog/9780596804961
    Adobe also has lots of tutorials on their website.

Maybe you are looking for

  • How do I remove the "Web" bar in F4 - I don't use any of the social sites

    A black toolbar with "Web" on the LHS has appeared in my latest version of FF. It is near the top of the page. How do I get rid of it - it is annoying and I don't use any of the sites it has (like Facebook or Twitter etc)

  • Cannot activate due to error in predecessor activity

    Hi, The activity cannot be activated(moved to active workspace) as the predecessor activity results in compile error. I would like to remove the predecessor activity as it is not significant anymore and is rather a hindrance to my future activations.

  • Search in Messages Issue

    Just noticed that when using Search in Messages, if I'm trying to locate messages prior to installing iOS7 update, nothing comes up...  Tried every name in my Messages folder and all people I've messaged with since the update came up but none of the

  • MBST - Update Delivery completion indicator

    Hi, In tcode MBST. I want to select Delivery completion indicator check box and save it . There is any BAPI for it. I tried BAPI_GOODSMVT_CANCEL is not working for this requirement. I also tried MB_CHANGE_DOCUMENT, its not working. I wrote BDC / call

  • Settlement rule determination in case of FXA

    Hi Experts My project is meant for settlement to asset. W.r.t. Networks, the settlement rule can be automated using strategy as 'receiver is WBS'. But, can we automate settlement rule determination except the specification of receiver for WBS? Becaus