Problem comparing two variables to help assess variable

Hello
IAM using 10.1.3.3 designer ODI where in I have a case to compare two variables.
IAM using evaluate variable for it as Var1 = #Var2
My case is as below
If
Var1 = Var2
flow goes to xxx
on the other
flow goes to yyy

I was faced with number format exception when I stated as digital variables. I changed to alpha numeric and tried again. This time the exception has disappeared, but the comparison happens as expected. I have the variables satisfying the real condition (var1 = var2 = 1234). But still the flow occurs for the condition false, which indicates that the comparison goes as planned. My DB is oracle.
Any suggestions on this are appreciated.
Thank you
Naveen.

Published by: 798664 on November 9, 2010 02:24

Project you drag and drop your var1 and var2 in refreshing fashion
Now do drag var1 in evaluation mode and make the comparison

It must also include the code in your project.

That is to say var1 = #. Var2
then implement your business logic

Thank you
Fati

Tags: Business Intelligence

Similar Questions

  • Problem of VORowImpl - compare two lists of LINE]

    Hello world

    I have a huge problem right now, I am trying to compare two list VO with the same values, it's because a he tied to an advancedtable the xml page where the user can change some values and the other is the table values, but DB, the reason is in fact a validation to compare the original values from the DB with the tabla list and update only lines that users made changes in their values, here is my code for the better explain what I'm doing:

    {} public void saveChanges()
    OADBTransactionImpl oadbtransactionimpl = (OADBTransactionImpl) getDBTransaction ();
    Row [] rows1 = getAppVO1 () .getAllRowsInRange ();
    Row [] rows2 = getDBVO1 () .getAllRowsInRange ();
    for (int i = 0; i < rows1.length; i ++) {}
    int j = i;

    To compare collections
    R1: collection of the app
    R2: collection of comics
    AppVORowImpl r1 = rows1 (AppVORowImpl);
    DBVORowImpl r2 = (DBVORowImpl) rows2 [j]; <-here in the second iteration is displayed the following error message:
    "oracle.apps.fnd.framework.OAException: java.lang.ArrayIndexOutOfBoundsException: 1.

    string variables to check if changes in the column
    String columnAPP = r1.getId (m:System.NET.SocketAddress.ToString ());
    String columnBD = r2.getId (m:System.NET.SocketAddress.ToString ());

    "If" that commits the changes
    {if (! columnAPP.Equals (columnBD))}

    SP string variable
    StringBuilder procedureCall = new StringBuilder();
    the call to SP
    try {}
    procedureCall.append ("... stored proc...");
    OracleCallableStatement oraclecallablestatement = (OracleCallableStatement) oadbtransactionimpl.createCallableStatement (procedureCall.toString (),-1);
    oraclecallablestatement. Execute();
    getOADBTransaction () .commit ();

    } catch (SQLException sqlexception) {}
    System.Err.println ("SQL Exception:" + sqlexception.getMessage ());
    getOADBTransaction () .rollback ();
    throw OAException.wrapperException (sqlexception);
    } catch (Exception e) {}
    System.Err.println ("Exception:" + e.getMessage ());
    getOADBTransaction () .rollback ();
    throw OAException.wrapperException (e);
    }
    }

    }
    }

    the first iteration works fine, but the second and the futher shows an exception error, what can I do to make this method work?
    I'll be waiting for your answers, I really hope you can help me with this one

    Kind regards
    Mentor

    Here's the code to dump for you. Code, you should write in AmImpl and the same controller class call.

    Code AMImpl

     public void executeBothViewObjects() //Calls this method from Controller *ProcessRequest*
         {
    
            OAViewObject vo = (OAViewObject)getMainViewObjectVO1();
            OAViewObject dvo = (OAViewObject)getDBViewObjectVO1();
           if (vo != null && dvo != null)
             {
                         //1st VO
                           dvo.setWhereClauseParams(null);
                          //Set where clause if Any  dvo.setWhereClauseParam(0,xx);
                          dvo.executeQuery();   
    
                         //2nd VO
                         vo.setWhereClauseParams(null);
                          //Set where clause if Any  dvo.setWhereClauseParam(0,xx);
                         vo.executeQuery();  
    
       }
      }
    
     public void compareViewObject()   // Calling this method to compare Attribute of both View Object *Process Form Request*
      {
          OAViewObject vo = getMainViewObjectVO1();
          OAViewObject OrigVO = getDBViewObjectVO1();
    
          MainViewObjectVORowImpl rowi = null;
          DBViewObjectVORowImpl rowii = null;
    
          int fetchedRowCount = vo.getRowCount();
          int OriginalfetchedRowCount = OrigVO.getRowCount();   
    
         RowSetIterator originalSelectIter = OrigVO.createRowSetIterator("originalSelectIter");
         RowSetIterator selectIter = vo.createRowSetIterator("selectIter");
    
         if (fetchedRowCount > 0 && OriginalfetchedRowCount >0)
            {
              selectIter.setRangeStart(0);
              selectIter.setRangeSize(fetchedRowCount);
              originalSelectIter.setRangeStart(0);
              originalSelectIter.setRangeSize(OriginalfetchedRowCount);
              for (int i = 0; i < fetchedRowCount; i++)
              {
    
                rowi = (MainViewObjectVORowImpl)selectIter.getRowAtRangeIndex(i);
                rowii = (DBViewObjectVORowImpl)originalSelectIter.getRowAtRangeIndex(i);
    
               //Compare Attribute here
    
                   if((!(rowi.getRoleStartDate().equals(rowii.getRoleStartDate())) 
    
                    {
                            // Comparing Start date here of both View Object
                    }
    
                 else if(((rowi.getRoleEndDate().equals(rowii.getRoleEndDate()))
                   {
                       // Comparing End date here of both View Object
                    }
              }
           }
    
    }
    

    Thank you
    -Anil
    http://oracleanil.blogspot.com/

  • With the help of &amp; lt; CFIF &amp; gt; to compare two sets of time

    I use < cfif > to compare two sets of time, if there is a match, and then display the link. I do something wrong because it displays is not a link even thought it is a football game. I'm using the Access database, any help is greatly appreciated!

    Here is my code:

    < CFQUERY DATASOURCE = "testDB" NAME = "gettasks" >
    SELECT id, event_name, from_date
    calendar
    where from_date > = # #dateformat(daterequest,'mm/dd/yyyy') #.
    AND from_date < = # #dateformat(daterequest,'mm/dd/yyyy') #.
    < / CFQUERY >

    < CFSET startTime = CreateTime (0,0,0) >
    < CFSET endTime = CreateTime (23,59,59) >

    < TABLE BORDER = "0" CELLPADDING = "0" CELLSPACING = "0" STYLE = "" border-collapse: collapse "WIDTH ="100% "ID ="AutoNumber1">"
    "< = CFLOOP" "#startTime #" TO = "#endTime #" INDEX = "i" STEP = "#CreateTimeSpan (0,1,0,0) #" >
    < CFOUTPUT >
    < b >
    < TD WIDTH = "6%" HEIGHT = "20" onClick = "javascript: popup ('addevent.cfm?)" addDate = #daterequest #& addTime = #TimeFormat (i, "h: mm tt") #")" VALIGN = "TOP" ALIGN = "right" BGCOLOR = "# A0AB84" CLASS = "smallWtext" STYLE = "cursor: point;" " cursor: hand; border-left: 1px solid ##EAEAEA; border-top: 1px solid ##EAEAEA; border-right-style: Double; border-right-width: 3 "> #TimeFormat (i, 'h tt') # < table >"
    < TD WIDTH = "94%" HEIGHT = "20" STYLE = "border-right: 1px solid ##EAEAEA;" border-top: 1px solid ##EAEAEA; border-bottom-style: dotted; border-bottom-width: 1 "BGCOLOR ="##FFFFEB"CLASS ="text">
    < CFLOOP QUERY = "gettasks" > <! - problem cannot match time - >
    < TimeFormat (from_date, "h tt") CFIF is ' #TimeFormat (i, 'h tt') # "> < A HREF =" editevent.cfm? id = #id # & daterequest = #daterequest #"> • #event_name # < /A > < br / > < / CFIF >
    < / CFLOOP > < table >
    < /TR >
    < b >
    < TD WIDTH = "6%" HEIGHT = "15" onClick = "window.location ='daily.cfm? disp = add & addDate = #daterequest #& addTime = #TimeFormat (i,"h: mm tt") #"; return true; "ALIGN ="right"BGCOLOR =" # A0AB84 "STYLE =" cursor: point; cursor: hand; border-left: 1px solid ##EAEAEA; border-right-style: Double; border-right-width: 3; < cfif #TimeFormat (i, 'h tt') # is "23:00" > border-bottom: 1px solid ##EAEAEA < / cfif > ' > < table >.
    < TD WIDTH = "94%" HEIGHT = "15" STYLE = "border-right: 1px solid ##EAEAEA;" "< cfif #TimeFormat (i, 'h tt') # is"23:00 "> border-bottom: 1px solid ##EAEAEA < / cfif > ' BGCOLOR ="##FFFFEB"> < table >
    < /TR >
    < / CFOUTPUT >
    < / CFLOOP >
    < /table >

    OK, let's try another direction. Keep as an object DateTime from_date and use the createodbcdate() and createodbcdatetime() functions to convert your variable daterequest to date/time objects and compares the range.


    SELECT id, event_name, from_date
    calendar
    WHERE the from_date BETWEEN #createodbcdate (daterequest) #.
    AND #createodbcdatetime(daterequest+"23:59:59") #.

    Phil

  • Faced with the question all by merging two variable result sets in BPEL 2.0

    I am facing problem while merging the response of the two variables (operations and list of objects) in BPEL 2.0

    My code snippet is as below:

    <assign name="AssignJobList">
      
    <extensionAssignOperation>
      
    <bpelx:copyList>
      
    <bpelx:from>$InvokeJobDetailsPSGetUpdatedJobObjectsResponse.JobProxyResponse/sfabmabo:Job</bpelx:from>
      
    <bpelx:to>$MergeJobListResponseMessage.JobProxyResponse/sfabmabo:Job</bpelx:to>
      
    </bpelx:copyList>
      
    <bpelx:insertAfter>
      
    <bpelx:from>$InvokeJobDetailsPSGetEffectiveJobObjectsResponse.JobProxyResponse/sfabmabo:Job</bpelx:from>
      
    <bpelx:to>$MergeJobListResponseMessage.JobProxyResponse/sfabmabo:Job[last()]  </bpelx:to>
      
    </bpelx:insertAfter>
     
    </extensionAssignOperation>
    </assign>


    For CopyList operation, its updates the target variable but for the insert after operation on its merger nor her raise an error.

    Could you please help me in the same.

    Thank you

    Hello

    The above problem can be solved by adding a tag for each operation of bpelx as shown below:

    $InvokeJobDetailsPSGetUpdatedJobObjectsResponse.JobProxyResponse / sfabmabo:Job

    $MergeJobListResponseMessage.JobProxyResponse / sfabmabo:Job

    $InvokeJobDetailsPSGetEffectiveJobObjectsResponse.JobProxyResponse / sfabmabo:Job

    $MergeJobListResponseMessage.JobProxyResponse / sfabmabo:Job [last ()]

    Kind regards

  • How to plot two variables when neither are expressed in time?

    I know how to trace a variable against time, but how to plot two variables when neither one of them are time against each other. For example if I want to draw Let's force against remote what is the best approach to use?

    Thank you.

    Use an XY Chart. Use context-sensitive help to see the expected data type and refer to the examples. Consider what follows, don't forget to rename the scale labels and name:

  • I have two variables A and B. I mean "if (A or B &gt; 0) event.value = A + B.

    I have two variables A and B. I mean "if (A or B > 0) event.value = A + B.

    You must combine two compare different operations:

    If ((A > 0) |) (B>0)) {

    Event.Value = A + B;

    }

  • Date between two variables

    Hello

    I need to create a report, which Date is between the current Date and the current Date of 365 days.

    I create two variables, Current_Date (select to_char (sysdate, ' dd/mm/yyyy') of the double) and
    Current_Date-365 (Select to_char ((sysdate-365), ' mm/dd/yyyy') of double)

    In the Oracle replies I select column Date and Date filter between above two variables, but I get an error message when I run the report.
    If I remove the filter from the report works very well.

    Is there another way to do this?

    Thank you

    Hello user.

    Add a filter for the date field that you want to restrict (we'll call it TIME. DATE_VALUE for the sake of this exercise).

    In the filter, click on "Advanced > convert this SQL filter '.

    Add this line in your filter SQL (replacing the TIME. DATE_VALUE with your date field):

    Time.DATE_VALUE <= current_date="" and="" time.date_value="">= (SQL_TSI_DAY,-365, CURRENT_DATE) TIMESTAMPADD

    This will give you all the records with your date between the current date and a year ago.

    I hope this helps and please assign points if you found it useful!

    Kind regards
    Jason

  • problem with bind variables in the SQL query view object

    Hi all

    I use JDev 11.1.2.4.0.

    I have a problem with bind variables in the SQL query view object.

    This is my original SQL

    SELECT sum(t.TIME) , t.legertype_id
    FROM LEDGER t
    WHERE t.nctuser_id = '20022' 
          AND to_char(t.insertdate,'YYYYMMDD') in ('20130930','20130929')
    group by t.legertype_id
    

    In my view .xml object query tab, I am writing this

    SELECT sum(t.TIME) , t.legertype_id
    FROM LEDGER t
    WHERE   t.nctuser_id = '20022'
        AND to_char(t.insertdate,'YYYYMMDD') in :dddd
    group by t.legertype_id
    

    Davis here is a variable of Type liaison: String, updatable and necessary.

    I try to deal with Davis as ('20130930 ', ' 20130929') hoping the view object, run as my original SQL.

    But failed. The view object retrieves 0 line after that I run.

    Why?

    Thank you! ('2original SQL0130930', '20130929') ('20130930 ', ' 20130929')

    A variable binding cannot be used as this is why you must use years table. Check decompilation binary ADF: using oracle.jbo.domain.Array with ViewCriteria to see a solution.

    Timo

  • Addition of two variables inside xslt

    Hi all

    I try to add two variables inside xslt. The result is written to a target node, but I am getting "Nan" in output.

    Here's my xslt.

    < name of xsl: variable = "Amount1" >
    < xsl: choose >
    < template test ='(po:ID = «Distributeur») and (po:TypeCode = "Text_products_base_price7")' >
    < xsl: value-of select = "po:Amount" / >
    < / xsl: When >
    < / xsl: choose >
    < / xsl: variable >
    < name of xsl: variable = "Amount2" >
    < xsl: choose >
    < template test ='(po:ID = «Distributeur») and (po:TypeCode = 'VAT') ">"
    < xsl: value-of select = "po:Amount" / >
    < / xsl: When >
    < / xsl: choose >
    < / xsl: variable >
    < name of xsl: variable = "Value TotalAmount" select = "$Amount1 + $Amount2" / >
    < customer: priceDistributorUnitInclVAT >
    < xsl: value - of select = "number ($TotalAmount)" / >
    < / client: priceDistributorUnitInclVAT >

    I want to add Amount1 and Amount2 and use it to map it to the target node.

    The entries on the way to the sum in a third variable. ?

    Kind regards
    Vikas

    Hi Vikas,

    You must include xsl: otherwise in your xsl: choose the clause, it seems to me that your state of health one of the variables will be always Nan and a number + Nan will always result in Nan.

    Look at this
    http://w3schools.com/xsl/xsl_choose.asp

    See you soon,.
    Vlad

    It is considered good etiquette to the answerers rewards with points (as "useful" - 5 pts - or 'correct' - 10pts)
    https://forums.Oracle.com/forums/Ann.jspa?annID=893

  • Number of months in two variables

    Hello

    In the procedure with 2 parameters to the format YYYYMM (year and month), I have musto to know how many months there is between two variables, example:

    201112 and 201111 about a month ago
    201112 and 201110 two months ago

    I tried to multiply year by 12 and months in summary and to make a difference, but no job, some body have some idea


    using 9.2.02

    MONTHS_BETWEEN

  • Assign the values of the two variables in a select statement

    I'm trying to set two variables in a select statement in my definition of the procedure. I get the error identifier not valid "ATTRIBUTE" running the following code.
    create or replace procedure tbl_auth (
    Email in varchar2,
    UserLevel out number)
    as
      v_Email varchar2(100) := lower(Email);
      v_login_chk number := 0;
    begin
     select UserLevel into p_UserLevel,
            v_login_chk into v_login_chk
     from tbl_User
     where eMail=v_Email  
    
    exception
     when no_data_found then
      UserLevel := 0;
    end tbl_auth;
    Can I not connect two different values to two different variables in the same select?

    Thank you

    Published by: jerry8989 on August 22, 2011 07:06

    Published by: jerry8989 on August 22, 2011 07:06

    change as follows:

     select UserLevel, v_login_chk into p_UserLevel,
            v_login_chk
    

    IN ONE ALONE is enough.

    BTW, don't you have "login Check" column in the "tbl_user"? If you do, your selection should be like this:

    ...
    select UserLevel, loginChk into /* check the column name in your table */
             p_UserLevel, v_login_chk
     from tbl_User
    ...
    
  • Addition of two Variables

    Hi experts,

    I have only one requirement to sum up the values of the two variables. Can you explain what is the syntax for it. ?

    Thank you..

    If you two xml elements you may have directly as
    If you mean variable xdoxslt, you can summarize their as usual.

  • with regard to the exchange of two variables

    I have two variables of type varchar2. I need to exchange them using a procedure which takes two variables as arguments and returns them exchanged.
    can someone give me the procedure complete pl - sql for the same thing.
    I'm new to pl sql.

    Thank you.

    Published by: user12773921 on March 9, 2010 08:48

    Published by: user12773921 on March 9, 2010 08:50

    Hello

    You can use variables in the end.

    create or replace the swap procedure (IN OUT VARCHAR2 var1, var2 IN OUT varchar2) as
    Temp varchar2 (100);

    Start
    Temp: = var1;
    var1: = var2;
    var2: = temp;
    end;
    To check the output, I stated an anonymous pl/sql block

    declare
    VARCHAR2 (100) var1;
    VARCHAR2 (100) var2;

    Start
    var1: = 'A ';
    var2: = 'B ';.
    dbms_output.put_line (' before swap var1:' | var1);
    dbms_output.put_line (' before swap var2:' | var2);
    dbms_output.put_line ('swapping');
    swap (var1, var2);
    dbms_output.put_line (' after swap var1:' | var1);
    dbms_output.put_line (' after swap var2:' | var2);
    end;

    Published by: user8962436 on March 9, 2010 11:08

  • Need a group of clause for two variables in a table

    I can't find any way to merge the two variables in a group statement with vertical output and horizobtable.
    The statement that I had for a vertical output is (10 gr 2):

    Select to_char (d.begin_interval_time, 'YYYY-MM-DD') as Datenumber,
    w.wait_class as Type,
    round (sum (w.total_waits) / 1024/1024, 0) while "Tot-wait."
    dba_hist_snapshot d, dba_hist_bg_event_summary w
    where d.snap_id = w.snap_id
    To_char (d.begin_interval_time, 'YYYY-MM-DD') group, w.wait_class
    order by to_char (d.begin_interval_time, 'YYYY-MM-DD');

    2010-02-28 system IO 234567
    2010-02-28 user IO 34444
    .
    .
    2010-03-01 system I / 0 773777
    .

    But I wanted to have the following summary output in a SQL:

    User IO system IO Idle commit... and so on
    2010-02-26 3442322 344555 335455 5
    2010-02-27 533222 2233 445455 2334
    2010-02-28 3434444 244444 345555 39
    2010-03-01 34444 55445 3444 534

    Someone has an idea?

    Do you mean that?

    SQL> select to_char(d.begin_interval_time, 'YYYY-MM-DD') as Datenumber,
      2  round(sum(decode(w.wait_class,'Concurrency', w.total_waits/1024/1024, 0)),0) as "Concurrency",
      3  round(sum(decode(w.wait_class,'System I/O', w.total_waits/1024/1024, 0)),0) as "System I/O",
      4  round(sum(decode(w.wait_class,'User I/O', w.total_waits/1024/1024, 0)),0) as "User I/O",
      5  round(sum(decode(w.wait_class,'Configuration', w.total_waits/1024/1024, 0)),0) as "Configuration",
      6  round(sum(decode(w.wait_class,'Other', w.total_waits/1024/1024, 0)),0) as "Other",
      7  round(sum(decode(w.wait_class,'Commit', w.total_waits/1024/1024, 0)),0) as "Commit",
      8  round(sum(decode(w.wait_class,'Idle', w.total_waits/1024/1024, 0)),0) as "Idle"
      9  from dba_hist_snapshot d, dba_hist_bg_event_summary w
     10  where d.snap_id = w.snap_id
     11  group by to_char(d.begin_interval_time, 'YYYY-MM-DD')
     12  order by to_char(d.begin_interval_time, 'YYYY-MM-DD');
    
    DATENUMBER Concurrency System I/O   User I/O Configuration      Other     Commit       Idle
    ---------- ----------- ---------- ---------- ------------- ---------- ---------- ----------
    2010-02-22           1        298          0             0          2          0       2107
    2010-02-23           1        299          0             0          2          0       2114
    2010-02-24           1        300          0             0          2          0       2121
    2010-02-25           1        301          0             0          2          0       2129
    2010-02-26           1        303          0             0          2          0       2136
    2010-02-27           1        304          0             0          2          0       2143
    2010-02-28           1        305          0             0          2          0       2150
    2010-03-01           0        140          0             0          1          0        988
    

    Max
    http://oracleitalia.WordPress.com

  • Problems with Bind Variables

    SELECT co.ref_num, co.forename, co.surname, co.dob, a.address, a.postcode,
           co.ni_num
      FROM address a, contact co
     WHERE co.ref_num = a.ref_num
       AND (:1 IS NULL OR co.forename = :2)
       AND (:3 IS NULL OR co.surname = :4)
       AND (:5 IS NULL OR a.postcode = :6)
       AND (:7 IS NULL OR a.address = :8)
       AND (:9 IS NULL OR co.dob = :10)
       AND (:11 IS NULL OR co.ni_num = :12)
    With a jdbc connection, we use a web front end for a new management system. The SQL above runs since a search screen. We meet a few serious problems with bind variable and execution plans. When the above query is sent by the database 'AND' clauses could evaluate as follows:
    AND ('Tim' IS NULL OR co.forename = 'Tim')
       AND ('Clarke' IS NULL OR co.surname = 'Clarke')
       AND ('' IS NULL OR a.postcode = '')
       AND ('' IS NULL OR a.address = '')
       AND ('25051981' IS NULL OR co.dob = '25051981')
       AND ('' IS NULL OR co.ni_num = '')
    We cannot dynamically assign 'AND' conditions so they are sent through to the database. This translates FTS 99% of the time as the execution plan never prescribed any of the available indices.

    Someone has suggestions on how to better 'control' bind variables?

    Hello

    Don't you think that 'OR' Conditions are necessary to check for Null, where the binding variable is NULL or not.

    I think that rather than running the query from the front to FB, try to convey the values of some MS and run this query in the procedure, the extraction from the point of view Design coding application. Never fire the query of the frontal part.

    To come to the problem.

    SELECT co.ref_num, co.forename, co.surname, co.dob, a.address, a.postcode,
    Co.ni_num
    ADDRESS, contact co
    WHERE co.ref_num = a.ref_num
    AND (: 1 co.forename IS NULL or =: 2)
    AND (: 3 co.surname IS NULL or =: 4)
    AND (: 5 a.postcode IS NULL or =: 6)
    AND (: 7 a.address IS NULL or =: 8)
    AND (: 9 co.dob IS NULL or =: 10)
    AND (: 11 co.ni_num IS NULL or =: 12)

    Use the procedure.

    Fact exits of the indexes on the tables and stats are updated...?
    Try to predict explain it. ??

    -Pavan Kumar N

Maybe you are looking for

  • «the server offline...» "and he did not. and I can not connect

    I had no problem with thunderbird, but since yesterday, I am not able to receive emails, check e-mail or copy them to the folder send... I have a mac with version 10.8.5 error message «the server offline...» » I can't find help anywhere. my settings

  • Firefox freezes constantly after about 5 min (not in safe mode)

    Basic information: using Firefox 14, worked very well until I came back from vacation, have pulled up to my PC and updated 3 things, Adobe Flash, Windows 7 ultimate (64 bit) and AMD Catalyst control center with the new 12.8 update, then rebooted. Slo

  • NB510 - 10 d: unable to launch the disk external multi PA3834E-1DV2

    I have a new NB510 - 10 d with 1 GB of memory mounted factory and bought the Toshiba external drive cross (PA3834E-1DV2) recommended, but I can't seem to run on my computer even when connected to the 2 USB ports and current alternative. The drive wor

  • HP-17-F113dx: notebook not to resume after having closed the lid.

    Hello I have a HP Pavilion laptop 'HP-17-F113dx. It does not repeat the operation after you close the lid. I have to restart the computer to make it work again. What is the driver for this problem?

  • e Print apps on iPhone 5 s

    History: e printed on my old iPhone 4 works very well and... Downloaded the new e Print apps on my new iPhone 5 s. set up my gmail account. When I press the sign in rocking it says "error checking". We found an error. You want to try again? How many