Regarding a criteria.Please see my query

In my table 'Posting' i have the columns
id_trade_ref        type
5V973781B           NEW
5V973781B           SET
5V973781B           REV
Criteria:
If the posting is booked having type SET and REV with identical 'id_trade_ref',
then display only 'NEW'
So I am using this in my where clause:
SQL Query
from posting p
where p.id_ref_type = '5V973781B '
and .type in ('NEW')
Because I know there are MULTIPLE identical id_ref_type, I will display NEW.
But suppose,there is only one record in the POSTING TABLE with type as REV.
id_trade_ref        type
5V973781B        REV
As there is only one record,REV,this needs to be displayed too.
How can I make this check in the where clause?
ie,If identical id_trade_ref,then display 'NEW'
   If single,then display that one only
   Do I use the CASE Select?
Can someone help?
Has anyone understood my query?

Well, you never give any hint about your business logic, so we can only provide low help.
Anyway, the following query gives the required resuld on your data sample...
TEST> CREATE TABLE monal
  2  (
  3  id_trade_ref     NUMBER,
  4  id_posting_ref   NUMBER,
  5  id_posting_type  CHAR(3 CHAR)
  6  );
Table created.
TEST> INSERT INTO monal VALUES (2231229, 11749444,'SET');
1 row created.
TEST> INSERT INTO monal VALUES (2231229, 11749446,'REV');
1 row created.
TEST> INSERT INTO monal VALUES (2231229, 11749448,'SET');
1 row created.
TEST> COMMIT;
Commit complete.
TEST> SELECT *
  2  FROM monal
  3  ORDER BY id_trade_ref, id_posting_ref;
ID_TRADE_REF ID_POSTING_REF ID_
     2231229       11749444 SET
     2231229       11749446 REV
     2231229       11749448 SET
TEST> SELECT *
  2  FROM monal up
  3  WHERE id_trade_ref IN (SELECT id_trade_ref
  4                     FROM monal
  5                     WHERE id_posting_type = 'SET'
  6                     GROUP BY id_trade_ref
  7                     HAVING COUNT(*) >1)
  8  AND id_posting_type = 'SET'
  9  AND id_posting_ref = (SELECT MAX(id_posting_ref)
10                     FROM monal
11                     WHERE id_trade_ref=up.id_trade_ref
12                     AND id_posting_type='SET')
13  ;
ID_TRADE_REF ID_POSTING_REF ID_
     2231229       11749448 SETYoann.

Similar Messages

  • Please see this query, not showing data Why?

    I created a report and write following query,it was working well since last 4 months but today automaticly not showing data I can undertstand why?
    Becuase I didnt make any changes in this query.
    Please help me
    Urgent
    SELECT ALL MERCH_ORDER.ORDERNO, MERCH_ORDER.ORDERDATE, MERCH_ORDER.SHIP_DATE, MERCH_ORDER.PONO,
    MERCH_ORDER.SUBPP, MERCH_ORDER.PJNO, BUYER.B_NAME, BUYER.B_AJENT,
    MERCH_ORDER.ITEM, MERCH_ORDER.FABRIC, MERCH_ORDER.QUALITY, MERCH_ORDER.COMPOSITION,
    MERCH_ORDER.P_SIZE, MERCH_ORDER.QUANTITY, MERCH_ORDER.Q_UNIT,
    MERCH_ORDER.NETWHT, MERCH_ORDER.WT_UNIT, MERCH_ORDER.TERM, MERCH_ORDER.COMM,
    MERCH_ORDER.PRICE, MERCH_ORDER.CUR_SYMB, MERCH_ORDER.STATUS, MERCH_ORDER.REMARKS,
    MERCH_ORDER.WONO, MERCH_ORDER.PRONO, MERCH_ORDER.PES_QUANTITY,
    MERCH_ORDER.PES_Q_UNIT, MERCH_ORDER.PES_PRICE, MERCH_ORDER.PES_CUR_SYMB
    FROM BUYER, MERCH_ORDER
    WHERE MERCH_ORDER.CANCEL IS NULL
    AND (MERCH_ORDER.B_CODE = BUYER.B_CODE)
    and merch_order.orderno not in
    (select export_order1.orderno from export_order1)
    ORDER BY MERCH_ORDER.ORDERNO

    Where "first table" is merch_order and "second table" is export_order1?
    How many distinct orders are in each table?
    Are there any NULL order numbers in either table?
    I'd put money on the fact that if commenting out a clause causes a number of rows to be returned, that clause is filtering out all the rows. You'll need to go through your data to figure out why the NOT IN clause is filtering out all your rows.
    Justin

  • See my query and error, see my query and error

    hi master
    sir i use inner query but not run
    please see my query with error
    query :==========
    select accid as acccode,fstatus, case when fstatus=1 then
    (select sum(drbal) from accbal where substr(accbal.accid,1,length(acccode))=acccode)
    end what
    from chartofacc
    error :========
    SQL> /
    (select sum(drbal) from accbal where substr(accbal.accid,1,length(acccode))=acccode)
    ERROR at line 2:
    ORA-00904: "ACCCODE": invalid identifier
    please sir give me any idea *

    Does this column ACCCODE exist in your table accbal?
    The columns in the outer query will not be visible in the inner query but the vise versa is true.

  • See sql query from crystal report without crystal report

    see sql query from crystal report without crystal report 

    Hi,
    Depends on datasource type but you could have a look at ODBC trace or if you have access to the SQL Server you could use profiler to monitor the session.
    Regards,
    Craig
    And this will only be of use if you know which Server/Insstance/Database the Report is connecting to...
    Please click "Mark As Answer" if my post helped. Tony C.

  • How to see a query?

    I get the following message when I try to delete a row using BC4J and JSP:
    Error Message: JBO-26080: Error while selecting entity for GenesisSalesGroup
    Error Message: ORA-00936: missing expression
    I've added a transient column to an entity class. Best I can figure, it is this column that is causing the missing expression, but, since I cannot see the query, I cannot confirm it is the problem.
    So, what is the best way to view a query in JDeveloper and BC4J, I just need to see the code it generated so I can figure out what's going on here.
    Regards,
    Ed.

    Hi,
    If you are accessing a View Object to remove a row, you can
    see the associated query in the properties panel of the VO in
    JDeveloper.At design time? Or run time?
    I can see a query for the View, but it is a select query and is valid. I cannot see the Delete statement that is generated by the Business Object. That is what is failing.
    You may want to check the Attribute Settings of the entity
    to make sure that transient attribute is not mapped to any
    table column. The View Attributes "Entity Tab" shows a "Database Column" value of "$none$", which I assume is correct.
    Regards,
    Ed.

  • When trying to create connection using Contribute 6.5, get error message "Unknown error.  Please see the log for detail."  The log says "Network connection timed out."  What do I do now?

    Have been using Contribute 6.5, and earlier versions, for years with Hostway without any problems.  All of a sudden I cannot create a connection to our website.  Tried to chat with Adobe a twice now and got no help.  Yesterday they started a chat with me, then ended the session without any communication!  My problem has been going on for several weeks now.  I uninstalled Contribute, downloaded and installed again, but it did not help.  Hostway had me connect with Zilla and everything worked fine.  So, they say the problem is with Adobe.    The last attempt ended with "Unknown error. Please see the log for detail."  The log says "Network operation timed out."  Does anyone have any suggestions?

    Hi There,
    Can you please try using any other Internet connection outside your company's network and see if it is working? Alternatively, Can you please try the below settings from the Advanced... Menu while creating the connection using FTP details and try to create the connection again:
    Regards,
    Mayank

  • Please see the log for more details.... where to find the log???

    Hi everyone,
    I have a WebI document in our DEV environment that I am trying to transport to PROD.
    When I try I get the message:
    Commit Status=Commit attempted and failed., Promotion Status=Failure : Object  has failed to promote. Please see the log for more details
    But where do I find this log that has more detail?
    As background, the document in PROD is corrupt and I want to replace it with the working copy from DEV. Perhaps the fact that the PROD document is banjaxed is the issue but I don't know.
    Many thanks
    Gill

    Hi Arvind,
    We are going live to live on the promotion side of things.
    Test promotion tells me everything is OK :-(
    I appreciate your workaround solution, I would like to understand full what's happening and put a more permanent solution in place.
    With regards
    Gill

  • Unknown error please see log for details...

    Hi,
    I have been having major issues with not being able to
    connect or administer a site, so I deleted the site from the server
    and uploaded a fresh version as the error suggested the files where
    corrupt?
    Now I get the error "Unknown error please see log for
    details" the log is as follows;
    Date: 12/22/2006
    LocalTime: 12:36
    Host: ftp.caitlin-labradoodles.co.uk
    Port:
    LoginID: caitlinlauk
    Path: /
    Passive Enabled: false
    ProxyHost: NoneContribute Alternate Rename: no
    Contribute Optimized: yes
    ======================== Test Results
    ==========================
    NOTE: For more information on FTP server compatibility
    issues, please see
    http://www.macromedia.com/support/contribute/ts/documents/ftp_info.htm
    Login: SUCCESS!
    Changing Directory To: / SUCCESS!
    Directory Listing Test: SUCCESS!
    Make Directory Test: SUCCESS!
    Change Directory Test: SUCCESS!
    Upload a File Test: REMOTE_IO_ERROR - Error reading or
    writing remote resource.
    ----------------------- FTP log from the last operation
    > CWD /mm_diagnose_9qw83
    < 250 Directory successfully changed.
    > PORT 192,168,165,54,207,26
    < 200 PORT command successful. Consider using PASV.
    > TYPE I
    < 200 Switching to Binary mode.
    > STOR upload_test1_reg_.htm
    < 425 Failed to establish connection.
    Cleaning Test Directory: Contribute could not create
    "mm_diagnose" because it already exists. Please remove this folder.
    ----------------------- FTP log from the last operation
    > CWD /
    < 250 Directory successfully changed.
    > RMD mm_diagnose_9qw83
    < 550 Remove directory operation failed.
    > CWD /mm_diagnose_9qw83
    < 250 Directory successfully changed.
    > PORT 192,168,165,54,207,27
    < 200 PORT command successful. Consider using PASV.
    > TYPE A
    < 200 Switching to ASCII mode.
    > LIST
    < 150 Here comes the directory listing.
    < -rw-r--r-- 1 6518 99 0 Dec 22 12:34
    upload_test1_reg_.htm
    < 226 Directory send OK.
    Any suggestions would be great at this stage as Im scratching
    my head with confusion and my customer is getting very irate as she
    can not do anything.

    Hi,
    Can you please verify whether user has
    read/write/delete/append/create directory rights as an FTP user for
    the FTP home directory. If not give the same and try creating the
    connection.
    Please let me knwo if it helps.
    Regards,
    Manoj

  • Is there any link to download these KB updates (Please see description)

    Hi Everyone,
    I would like to request a download link from KB below:
    KB976932
    KB254850
    KB268591
    KB249162
    Unfortunately, I can't see these updates from any search engine.
    Thank you.

    Hi,
    KB976932:
    https://support.microsoft.com/en-us/kb/976932
    In general, all available Update can be find and download on Microsoft Download Center(https://www.microsoft.com/en-us/download/default.aspx), but, I haven’t find any related information
    about KB254850, KB268591,KB249162. I want to confirm with you about the number of these KBs.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Regarding total number of rows in query analyzer

    Dear all,
    I have one query. when i execute the query using analyzer i get upto 65000 rows only in excel file. We have 2007 excel format and it has row-capacity more than that. 
    From report i should get around 80000 rows. Is there any setting to extend the no. of rows, so that i can get complete report?
    i can give some restriction on query, but that is another option.
    Plz guide me for the same.
    Regards,
    Omkar
    Edited by: omkar patil on Jul 23, 2008 12:09 PM

    Query JumpTargets are nothing but going one query to 1.another Query,
    2. Any Transaction Code( screen) at cube level OR ODS level.
    Clearly I am specifing that If u wnt to diplay Detailed data( ODS data) for respect Record at the cube level we will use this QueryJump Tagets .
    It is also called as Report to Report Interface.
    Example scenario:
    On Cube level query Diplaying Different vendor balances but it is not diplaying the document details for the balances for that perticuler vendor .
    so at this situation u have to create Interface between Cube query with Vendor details & ODS query with document Details of that perticuler vendor.
    How to do This : steps to do this:
    1.Goto Transaction code RSBBS.
    2.There ur having two tabsrips 1.Query 2.Infocube
    3.click on query tabstrip it will ask query name ---> enter the query name ( Base query Which u created on Cube vendor details)
    4.click on create button it will give some some screen in that select REPORT TYPE as BW Bex Query radio button-->select Traget system Local-->at Report u have to enter ur Detailed report which u created on ODS.
    5. Click on Transfer (f8)
    6.Save it.
    How to check query jump:
    1. Execuite ur base Query ( Query which is created on ur cube )
    2.click on any( vendor) column of that report -
    >right click->select goto-> there u will see the query name which u created on ODS ->click on it
    It will dispaly the detail report for that (vendor) column.

  • Cannot acces to the selection criteria of a local query in web browser

    We cannot access to the selection criteria of a local query in using the web browser
    It seems this issue is already known, a local query created with BW release 7 cannot be used with the web browser.
    But this is a blocking issue in our case because we cannot create another local query in using BW 3.X and if we are using the analyser with RRMX and Excel we cannot displayed more of 65000 rows due to Analyser R3.X or R7.
    That's why we want to use the web browser because we can export the extraction from the intranet in MS Excel 2007 without limitation of rows.
    Thanks in advance to find a solution asap

    Hi Mustafa,
    I checked your requirement but it is not possible to display first value as default value for a drop down list because the list will be generate when you click the drop down list. You can use a 'list box' instead of drop down list.
    Regards
    Basheer

  • See my query problem for sub query

    hi master
    Sir see my query
    select lpad(' ',2*(level-1)) || to_char(chartofacc.child),parent,accid as accounted ,title,
    case when fstatus=1 then
    (select sum(drbal) from accbal where parent = accounted)
    when fstatus is null then
    (select drbal from accbal where accid = accounted)
    end subtotal
    from chartofacc
    start with chartofacc.parent is null
    connect by prior chartofacc.child = chartofacc.parent order by chartofacc.accid
    I try but not success how I pass main query value or code in sub query or inner query
    My requirement is inner query get total from accbal table how have accid that in main query accid or accounted
    How I pass main query value or accid code to inner query and inner query give result as per main query accid
    How I get subtotal and total by one query
    Please give me idea or code
    Thanking you
    aamir

    You could write your main SELECT statement as inline view or use the WITH clause, like this:
    WITH ctf AS (SELECT LPAD (' ', 2 * (LEVEL - 1)) || TO_CHAR (chartofacc.CHILD), PARENT,
                        accid AS accounted, title,
                   FROM chartofacc
                  START WITH chartofacc.PARENT IS NULL
                  CONNECT BY PRIOR chartofacc.CHILD = chartofacc.PARENT
                  ORDER BY chartofacc.accid
    SELECT ctf.*,
           CASE WHEN fstatus = 1
                THEN (SELECT SUM (drbal)
                        FROM accbal
                       WHERE PARENT = accounted)
                WHEN fstatus IS NULL
                THEN (SELECT drbal
                        FROM accbal
                       WHERE accid = accounted)
           END subtotal
      FROM ctf
    not tested
    C.

  • I have problem when updating the latest version of Pro-X, I tried for several times, so I uninstall and re-install it. It is unsuccessful to re-install the Pro-X and it direct me to ask help from CS,also showing this message: Exit Code: 6  Please see spec

    I have problem when updating the latest version of Pro-X, I tried for several times, so I uninstall and re-install it. It is unsuccessful to re-install the Pro-X and it direct me to ask help from CS,also showing this message: Exit Code: 6  Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW025, DW050 ... WARNING: DW024, DW025 ..., please advice me the step to re-install the Pro-X. Thanks

    Please follow Errors "Exit Code: 6," "Exit Code: 7" | CS5, CS5.5
    Do let us know if it worked.
    Regards
    Rajshree

  • Please explain the query?

    hello all,
    please explain below query used in solution below, thanks in advance!
    ELECT MAX(P1.ET) AS ST, P2.ST AS ET
    FROM XYZ AS P1
    INNER JOIN XYZ AS P2 ON (P1.ST < P2.ST)
    GROUP BY P2.ST
    HAVING MAX(P1.ET) < P2.ST
    IF OBJECT_ID('XYZ') IS NOT NULL
    DROP TABLE XYZ
    GO
    CREATE TABLE XYZ
    id int identity(1,1),
    ST smalldatetime NOT NULL,
    ET smalldatetime NOT NULL
    GO
    INSERT INTO XYZ (ST, ET)
    VALUES ('2010-01-01 9:00AM', '2010-01-01 10:00AM')
    INSERT INTO XYZ (ST, ET)
    VALUES ('2010-01-01 9:00AM', '2010-01-01 12:00PM')
    INSERT INTO XYZ (ST, ET)
    VALUES ('2010-01-01 1:00PM', '2010-01-01 2:00PM')
    INSERT INTO XYZ (ST, ET)
    VALUES ('2010-01-01 3:00PM', '2010-01-01 5:00PM')
    INSERT INTO XYZ (ST, ET)
    VALUES ('2010-01-01 11:00AM', '2010-01-01 12:00PM')
    GO
    WITH Gaps(Gap) AS
    SELECT COALESCE(SUM(DATEDIFF(MINUTE,ST,ET)), 0)
    FROM (
    SELECT MAX(P1.ET) AS ST, P2.ST AS ET
    FROM XYZ AS P1
    INNER JOIN XYZ AS P2 ON (P1.ST < P2.ST)
    GROUP BY P2.ST
    HAVING MAX(P1.ET) < P2.ST
    ) gaps
    SELECT (
    COALESCE(DATEDIFF(MINUTE, MIN(ST), MAX(ET)), 0)
    - (SELECT Gap FROM Gaps)
    ) / 60.0 TotalHrs
    FROM XYZ

    SELECT MAX(P1.ET) AS ST, P2.ST AS ET
    FROM XYZ AS P1
    INNER JOIN XYZ AS P2 ON (P1.ST < P2.ST)
    GROUP BY P2.ST
    HAVING MAX(P1.ET) < P2.ST
    Finds all of the gaps (that is time that is not in any interval in your original data.  To see how it works, let's look at an example.  I'm going to use data that is a little different than your original data because your data has no gaps. 
    The query still works if you have no gaps, but it is easier to see what it is doing if the data has some gaps.  Also, I'm going to explicitly set the id column instead of making it an identity.  This will make it a little easier to identify each
    row in the following explanation. So the data I'm going to work with is
    CREATE TABLE XYZ
    id int,
    ST smalldatetime NOT NULL,
    ET smalldatetime NOT NULL
    GO
    INSERT INTO XYZ (id, ST, ET)
    VALUES (1, '2010-01-01 9:00AM', '2010-01-01 10:00AM')
    INSERT INTO XYZ (id, ST, ET)
    VALUES (2, '2010-01-01 9:00AM', '2010-01-01 12:00PM')
    INSERT INTO XYZ (id, ST, ET)
    VALUES (3, '2010-01-02 1:00PM', '2010-01-02 2:00PM')
    INSERT INTO XYZ (id, ST, ET)
    VALUES (4, '2010-01-03 3:00PM', '2010-01-03 5:00PM')
    INSERT INTO XYZ (id, ST, ET)
    VALUES (5, '2010-01-03 7:00PM', '2010-01-03 9:00PM')
    Notice that the gaps here are from row 2 to row 3 (12PM on the 1st to 1PM on the 2nd) and row 3 to row 4 (2PM on the 2nd to 3PM on the 3rd) and row 4 to row 5 (5PM on the 3rd to 7PM on the 3rd).  So that's what the above subquery should be finding for
    us.
    To see what a query you don't understand is doing, simplify it to the smallest part you can and see what it returns and then build it up to the final query.  So the simplest thing we can do is just the from clause.  That gives us
    SELECT *
    FROM XYZ AS P1
    INNER JOIN XYZ AS P2 ON (P1.ST < P2.ST)
    /* That gives us the result
    1 2010-01-01 09:00:00 2010-01-01 10:00:00 3 2010-01-02 13:00:00 2010-01-02 14:00:00
    2 2010-01-01 09:00:00 2010-01-01 12:00:00 3 2010-01-02 13:00:00 2010-01-02 14:00:00
    1 2010-01-01 09:00:00 2010-01-01 10:00:00 4 2010-01-03 15:00:00 2010-01-03 17:00:00
    2 2010-01-01 09:00:00 2010-01-01 12:00:00 4 2010-01-03 15:00:00 2010-01-03 17:00:00
    3 2010-01-02 13:00:00 2010-01-02 14:00:00 4 2010-01-03 15:00:00 2010-01-03 17:00:00
    1 2010-01-01 09:00:00 2010-01-01 10:00:00 5 2010-01-03 19:00:00 2010-01-03 21:00:00
    2 2010-01-01 09:00:00 2010-01-01 12:00:00 5 2010-01-03 19:00:00 2010-01-03 21:00:00
    3 2010-01-02 13:00:00 2010-01-02 14:00:00 5 2010-01-03 19:00:00 2010-01-03 21:00:00
    4 2010-01-03 15:00:00 2010-01-03 17:00:00 5 2010-01-03 19:00:00 2010-01-03 21:00:00
    Now we want to Group by P2.ST and get the MAX(P1.ET) and P2.ST, so that gives us
    SELECT MAX(P1.ET) AS ST, P2.ST AS ET
    FROM XYZ AS P1
    INNER JOIN XYZ AS P2 ON (P1.ST < P2.ST)
    GROUP BY P2.ST
    /* Result is
    2010-01-01 12:00:00 2010-01-02 13:00:00
    2010-01-02 14:00:00 2010-01-03 15:00:00
    2010-01-03 17:00:00 2010-01-03 19:00:00
    Now with this sample data there are no rows in the output with MAX(P1.ET) > P2.ST.  But if there was one, you would not want that row because it is not a real gap (obviously, a gap can't start today and end yesterday).  (If you want to see how
    you could get a case like that, add a row 6 to the sample data with a ST of 2010-01-01 7:00PM and an ET of 2010-01-03 9:00PM.)
    So we add a HAVING MAX(P1.ET) < P2.ST to remove those cases.
    That leaves us with all of the gaps.  So then with
    SELECT COALESCE(SUM(DATEDIFF(MINUTE,ST,ET)), 0)
    FROM (
    SELECT MAX(P1.ET) AS ST, P2.ST AS ET
    FROM XYZ AS P1
    INNER JOIN XYZ AS P2 ON (P1.ST < P2.ST)
    GROUP BY P2.ST
    HAVING MAX(P1.ET) < P2.ST
    ) gaps
    we get the total amount of time in all gaps.  Then the final result is just the time from the earliest ST to the latest ET minus the total time from the gap.
    Tom

  • Critical errors were found in setup. Please see setup log file for details.

    What fixes this problem in IE? I have read a lot of forums with many replies saying they got by it, but they never explain how. One guy posted a link, but the link is dead now.
    I need to know how to fix this problem. Only thing I can gather is its a Java issue, but my java is up to date. In fact I just reinstalled it make sure that it was updated.
    With as many people having this issue I can't believe I have not found something from Adobe on this issue.
    Regards,
    Scott

    I run the setup file and it does the checking system process... then goes into the actual install menu and not more than 10 seconds into that 2nd menu I get "critical errors were found in setup. Please see setup log file for details". That is all I can get out of the install.
    The message window that I get the error in indicates windows Internet Explorer.
    That is the my entire process. I have searched and found the log file and I have looked through it, but I am having a hard time finding the actual cause of the error. Out of shear frustration I removed all my adobe products and tried the install again and had the same exact problem. So I know there is something stopping me some where... just don't know what it could be.
    Thanks,
    Scott =

Maybe you are looking for

  • How do I find highlighted text, one-by-one, in a document?

    Hi, I have highlighted many lines, texts at lot of places in a document. I just want to "find" the hightlighted text one by one (like a find-next) so that I can just view the important information immediately. Till now I have been scrolling and looki

  • Hsodbc

    Hi I followe these url and step to connect from Oracle to sqlserver http://www.dba-oracle.com/t_heterogeneous_database_connections_sql_server.htm SERVER X -- SYBASE SERVER Z -- ORACLE DATABASE Below is a series of steps that are needed to set up the

  • Three-Point Edit Missing Frames

    Hello, So I am exerpiance a very stange problem, with a very simple operation, and I have no idea why this is happening. I am using a three-point eidt to cover some heavy breaths in a voice over. I have 20 seconds or so of roomtone loaded into my sou

  • I am looking for a USB 2.0 Flash Drive with a fast read/write speed as possible

    Around a price of $100 or less. I am looking for either a 64 GB of 128 GBs Flash drive OR a very small portable USB 2.0 ( if available would prefer FW800 connection) hard drive that I can conveniently carry on my with complete system and data on it.

  • LMS 4.2 and PSU Error, Rtr2900 package

    Hallo, WARNING :  Rtr2900(5.1):Consistency check failed for base package NGMARShare(1.27) i get this error by installing Rtr2900 package, but in the notes for this package NGMARShare 1.26 dependent, and this is already installed, is the Rtr package d