ODI procedure

Hello

I currently still use ODI 10 g.

I have interfaces and pacakges that works properly.

And I created a database procedure.

Name of the procedure: Test_Procedure

I want run this procedure of ODI, rather than creating a new post in the database. (Run it after my interfaces are executed successfully)

If possible can you please get me how to approach.

I tried this approach:

1 role "Run" for the user of ODI awarded.

2. in the project that contains interfaces, modules of knowledge etc...

There is a procedure - law clicked procedure - insert available 2 options, import procedure.

Then, click on the Insert procedure.

Opens a window of the new procedure.

Name: Test Procedure

Technology source: undefined

The target technology: Oracle (as my target database is oracle)

Add details.

Opens the new window command.

Name: Test Procedure

Log count: undefined

Log level: 5

Command on the target:

Tecnology: Oracle, Context: Global, diagram: logical schema of my target, Transaction: autocommit

commnad: run Test_Procedure;

Executed. But displays error - Sql statement invalid.

I would like to know how to proceed.

Thank you.

Hi, GRK,.

The approach is good, you were near. Unfortunately, Execute is not recognized, you must use a PL/SQL block:

BEGIN
  <%=odiRef.getSchemaName()%>.MY_STORED_PROC;
END;

GetSchemaName using is to get the physical schema related to the schema logic you choose, during the execution.

It will be useful.

Kind regards

JeromeFr

Tags: Business Intelligence

Similar Questions

  • In the mapping of an interface using ODI procedure

    Hello

    Yesterday, I asked question how will you use ODI procedure in the mappings of an interface for complex operations on the fields?

    I don't know if this can be done in ODI.

    Any help on this would be helpful.

    Kind regards

    Mahesh

    Don't forget the basic principle of procedure and function.

    Now coming to your question, first of all to a large no second thing its an impractical and immature question to ask someone to use the ODI procedure in the mappings of an interface for complex operations on the fields. (Or maybe issue was something and you wrote something. Too bad)

    The main reason for the ODI process must allow group of actions that do not fit within the Interface and considered that when something can be achieved with the interface. She's. I always encourage to turn against the interviewer in such circumstances.

    What should have been the question is if we can use the DB procedure in the interface mapping. Answer is that it depends. I can use the phases of analysis to write some java-based codes to call a db procedure. But this isn't for my fields from the source to the complex functioning and codes based on java will be isolated from each other.

    For a complex operation, you use a function that can be called without flaw inside the DML and DQL statements. Inside the function, you can use as many procedure to do the massage/validation/transformation.

    Chantal

  • ODI procedure stores in which SNP table

    Hi all

    Can someone help me please in which SNP procedure ODI table will store.

    I'll give clearly at all, if you have created the variable ODI in studio ODI then store the information in SNP_Variable and store details logic diagram in table snp_lschema and details scenarios will store in the snp_sess table as wise, if you create an ODI procedure in the studios of ODI which SNP table it will store.

    Currently Iam using the 11g (11.1.16.0) ODI version in windows 7, 32 - bit architecture.

    Kind regards

    Phanikanth

    Give a look at SNP_TRT and SNP_TRT_STEP. Don't forget to filter the TRT_TYPE...

  • Pass the value to an ODI procedure

    Hello
    I need to pass the value of a variable ODI ODI procedure.
    Let me tell you what I did:
    (1) first make an ODI procedure and passing the name of the variable of ODI that I spend in the options of the procedures such as #V_Test.
    (2) now, I did the screenplay for this procedure.
    (3) next I used the scenario of the procedure in other ODI package and also added that the variables I have to spend in the procedures.
    (4) but now when I'm passing the values of the variables in this package, procedures is not accept the values.

    Please suggest.

    Thank you

    Select the scenario, and then go to the Properties tab. You will get an additional variable that you want to pass.
    Provide your value of the variable y

  • an odi procedure will have another odi procedure?

    an odi procedure will have another odi procedure? If so, how?

    This can be done by compiling the procedure as a scenario and then call it from the parent procedure by using the OdiStartScen tool

  • Make a request for generic insertion in the ODI procedure

    Hello
    I am writing an ODI procedure to insert into a table my sql is simple:

    Insert into ci_txn_header_k
    Select t.txn_header_id, f.env_id
    of ci_txn_header t, f1_installation f
    where t.bo_status_cd = 'HANGS' and t.txn_header_id not in (select txn_header_id from ci_txn_header_k)

    I want to make this generic query and use the functions of REF ODI in it.can I get the schema name and table using the Odiref functions. If yes then please guide me how

    Hello

    Import all tables referred to in your query in a logic model / models.

    ci_txn_header_k
    ci_txn_header,
    f1_installation f

    Suppose you import the tables into a logic model / schema called "GENERICS".

    Then just reference them using <%=odiRef.getObjectName("L""CI_TXT_HEADER","GENERIC","GLOBAL","D")%>

    IM using the "GLOBAL" context in my example above, replace with your context.

    So, something like:

    Insert in <%=odiRef.getObjectName("L","CI_TXT_HEADER_K","GENERIC","GLOBAL","D")%> k
    Select t.txn_header_id, f.env_id
    Of
    <%=odiRef.getObjectName("L","CI_TXN_HEADER","GENERIC","GLOBAL","D")%> t,
    <%=odiRef.getObjectName("L","F1_INSTALLATION","GENERIC","GLOBAL","D")%> f
    where t.bo_status_cd = 'HANGS' and t.txn_header_id not in (select txn_header_id from <%=odiRef.getObjectName("L","CI_TXN_HEADER","GENERIC","GLOBAL","D")%>)

    Hope this helps, check out the ref of the Substitution of the API for a guide, also worth looking at knowledge Modules and how they accumulate clauses in LKM and IKM steps - you can learn a lot by referencing existing code that is supplied with the product.

    Concerning
    Alastair

  • Tab of transaction in the ODI procedure

    Hi Experts,

    Can anyone help me on what and how exactly the Transaction tab in step ODI procedure? Thank you!

    Best regards,
    VERIFIED BY VISA

    Hello

    I take you means the deposit Transaction on a step in the procedure box?

    That you can use to isolate operations within the session and commit at the end. For example, if you want to load data from various sources in a table, you can set the Transaction for each step of the procedure on the same value of transaction isolation, with the 'Commit' as 'No commit' and when all data are loaded in the table, having a validation step in your procedure to validate this specific transaction. If for any reason, a step fails, then no data within this transaction will be validated in the database.

    Its the same as using SQL Developer and have auto commit turned off. You must manually validate the database if you want to see changes to data in another session, or you can role back your changes within the session if you do not want to commit them.

    Take a look at the 'IKM Oracle incremental update' IKM - it uses 1 Transaction on these steps, both have a specified "No. Commit":

    "update existing lines"
    "Insert new lines."
    then has a specific validation step thereafter.

    I hope this helps.

    See you soon

    BOS

  • use the stored procedure VARIABLE in an ODI procedure

    Hello

    I have a stored procedure that takes custId as an input parameter and returns the age as output parameter.

    custId is a varaible ODI that we spend during execution.

    I want to insert the age value in a table.

    declare
    cust_age customer_details.age%type;
    Start
    FETCH_CUSTOMER_DATA(#Customer.CustomerID,cust_age);
    end;

    INSERT INTO CUSTOMER_AGE VALUES(#customerid,*cust_age*)

    Thank you.

    Hello

    Just use the insert in an ODI procedure in an anonymous pl/sql block.

    I mean:

    declare

    cust_age customer_details.age%type;

    Start

    FETCH_CUSTOMER_DATA(#Customer.CustomerID,cust_age);

    INSERT INTO CUSTOMER_AGE VALUES(#customerid,*cust_age*);

    end;

    Ok?

    Cezar Santos
    http://odiexperts.com

  • How to initialize the Java variable within pl/sql block in the ODi procedure

    I have a step in the procedure of odi that using oracle technology.

    I want to initialize the java variable inside that.

    Please help me for this.

    < @ if (odiRef.getOption ("USE_PUBADMIN_PARAM_TABLE").equals("1")) {@ >}

    DENIZ

    EH_FAILURE_MESSAGE_TEXT VARCHAR2 (4000);

    EH_FIXED_VERSION VARCHAR2 (4000);

    EH_ISSUE_TYPE VARCHAR2 (4000);

    EH_PRIORITY VARCHAR2 (4000);

    EH_SUMMARY VARCHAR2 (4000);

    EH_DESCRIPTION VARCHAR2 (4000);

    EH_PROJECT_ID VARCHAR2 (4000);

    EH_COMPONENT VARCHAR2 (4000);

    EH_AFFECTED_VERSION VARCHAR2 (4000);

    EH_CUSTOMPROPXML VARCHAR2 (4000);

    EH_LOG_JIRA VARCHAR2 (4000);

    EH_CONTINUE_ON_ERROR VARCHAR2 (4000);

    EH_SEND_MAIL_NOTIFICATION VARCHAR2 (4000);

    EH_NOTIFICATION_RECIPENTS VARCHAR2 (4000);

    EH_JIRAJARPATH VARCHAR2 (4000);

    BEGIN

    SELECT

    DECODE ('< % = odiRef.getOption ("FAILURE_MESSAGE_TEXT") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_FAILURE_MESSAGE_TEXT'),' < % = odiRef.getOption ("FAILURE_MESSAGE_TEXT") % >") IN EH_FAILURE_MESSAGE_TEXT.

    DECODE ('< % = odiRef.getOption ("FIXED_VERSION") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_FIXED_VERSION'),' < % = odiRef.getOption ("FIXED_VERSION") % >") IN EH_FIXED_VERSION.

    DECODE ('< % = odiRef.getOption ("ISSUE_TYPE") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_ISSUE_TYPE'),' < % = odiRef.getOption ("ISSUE_TYPE") % >") IN EH_ISSUE_TYPE.

    DECODE ('< % = odiRef.getOption ("PRIORITY") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_PRIORITY'),' < % = odiRef.getOption ("PRIORITY") % >") IN EH_PRIORITY.

    DECODE ('< % = odiRef.getOption ("SUMMARY") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_SUMMARY'),' < % = odiRef.getOption ("SUMMARY") % >") IN EH_SUMMARY.

    DECODE ('< % = odiRef.getOption ("DESCRIPTION") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_DESCRIPTION'),' < % = odiRef.getOption ('DESCRIPTION') % >") IN EH_DESCRIPTION.

    DECODE ('< % = odiRef.getOption ("project") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_PROJECT_ID'),' < % = odiRef.getOption ("project") % >") IN EH_PROJECT_ID.

    DECODE ('< % = odiRef.getOption ("ELEMENT") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_COMPONENT'),' < % = odiRef.getOption ('ELEMENT') % >") IN EH_COMPONENT.

    DECODE ('< % = odiRef.getOption ("AFFECTED_VERSION") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_AFFECTED_VERSION'),' < % = odiRef.getOption ("AFFECTED_VERSION") % >") IN EH_AFFECTED_VERSION.

    DECODE ('< % = odiRef.getOption ("CUSTOMPROPXML") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_CUSTOMPROPXML'),' < % = odiRef.getOption ("CUSTOMPROPXML") % >") IN EH_CUSTOMPROPXML.

    DECODE ('< % = odiRef.getOption ("LOG_JIRA") % >', '0', PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_LOG_JIRA'),' < % = odiRef.getOption ("LOG_JIRA") % >") IN EH_LOG_JIRA.

    Decode('%=odiRef.GetOption("CONTINUE_ON_ERROR") % > ', '0', PBA_PARAM_PKG. ("GET_PARAMETER ('EH_CONTINUE_ON_ERROR'),' < % = odiRef.getOption ("CONTINUE_ON_ERROR") % >") IN EH_CONTINUE_ON_ERROR.

    DECODE ('< % = odiRef.getOption ("SEND_MAIL_NOTIFICATION") % >', '0', PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_SEND_MAIL_NOTIFICATION'),' < % = odiRef.getOption ("SEND_MAIL_NOTIFICATION") % >") IN EH_SEND_MAIL_NOTIFICATION.

    DECODE ('< % = odiRef.getOption ("NOTIFICATION_RECIPENTS") % >', NULL, PBA_PARAM_PKG.) ("GET_PARAMETER ('EH_NOTIFICATION_RECIPENTS'),' < % = odiRef.getOption ("NOTIFICATION_RECIPENTS") % >") IN EH_NOTIFICATION_RECIPENTS.

    PBA_PARAM_PKG. GET_PARAMETER ('EH_JIRAJARPATH') IN EH_JIRAJARPATH

    Double;

    / * I want to start as it is below. idon't want to control user source and control target conecpt.

    Please help me to below concept.

    */

    < @.

    String V_EH_FAILURE_MESSAGE_TEXT = EH_FAILURE_MESSAGE_TEXT;

    String V_EH_FIXED_VERSION = EH_FIXED_VERSION;

    String V_EH_ISSUE_TYPE = EH_ISSUE_TYPE;

    String V_EH_PRIORITY = EH_PRIORITY;

    String V_EH_SUMMARY = EH_SUMMARY;

    String V_EH_DESCRIPTION = EH_DESCRIPTION;

    String V_EH_PROJECT_ID = EH_PROJECT_ID;

    String V_EH_COMPONENT = EH_COMPONENT;

    String V_EH_AFFECTED_VERSION = EH_AFFECTED_VERSION;

    String V_EH_CUSTOMPROPXML = EH_CUSTOMPROPXML;

    String V_EH_LOG_JIRA = EH_LOG_JIRA;

    String V_EH_CONTINUE_ON_ERROR = EH_CONTINUE_ON_ERROR;

    String V_EH_SEND_MAIL_NOTIFICATION = EH_SEND_MAIL_NOTIFICATION;

    String V_EH_NOTIFICATION_RECIPENTS = EH_NOTIFICATION_RECIPENTS;

    String V_EH_JIRAJARPATH = EH_JIRAJARPATH;

    @ >

    END;

    {< @} @ >

    I have corrected this problem. No need to search on that.

  • Using the generic format for the database links in ODI procedures

    Hello

    As the procedure we use

    create table < %=odiRef.getSchemaName ("Target Schema", "D") % >. TABLE2 as
    Select * from < %=odiRef.getSchemaName ("staging schema", "D" ") % >. TABLE1:

    where Staging Database and target database are logic diagrams which join the respective executing physical schema if the statement above will become like

    create table Target_Schema.TABLE2 as
    Select * from staging_Schema.TABLE1

    I just wanted to know if there any way by which I can ask samethings database of links too.
    As if I have statements

    create table TABLE2@Target_Database as
    Select * from TABLE1@staging_Database

    can I replace DB links like Target_Database and Staging_Database?
    Help would be appreciated. :)

    Thank you
    Mahesh

    I'm not entirely sure about the exact condition.
    I don't care..

    1.
    Create a variable 2.

    v_get_src_schema: select ' < %="odiRef.getSchemaName"> ","D") % > ' double"
    v_get_tgt_schema: select ' < %="odiRef.getSchemaName"> ","D") % > ' double"

    2.
    2 more variables to get the required DBLink
    v_SRC_DB_LINK: select DB_LINK from all_db_links where owner =' #PRJ_CODE.v_get_src_schema '
    v_TGT_DB_LINK: select DB_LINK from all_db_links where owner =' #PRJ_CODE.v_get_tgt_schema '

    3.
    Create a procedure:
    prc_create_table:

    create table< %="odiRef.getSchemaName" ("schéma="" cible",="" "d")="" %="" >.="" table2@'#prj_code.v_tgt_db_link'="">
    Select * from< %="odiRef.getSchemaName" (« schéma="" de="" mise="" en="" scène","d")="" %="" >.="">

    4.
    Create a package:
    Connect to all stages of the series with the line OK.

    Run and let us know what is the come out.

    Thank you
    Fati

  • How to call WSDL in the ODI procedure

    Hi experts,

    Please help me on "how to call the web service in the ODI process."

    Thanks in advance

    Concerning
    Phani

    Hello

    Use the OdiInvokeWebService... Take a look at the options reference manual...

    This help you?

    Cezar Santos
    http://odiexperts.com

  • MS SQL server procedure fails in ODI

    Hi Experts,

    Try to run the MSSQL of ODI procedure. Successful MSQL connectivity test. But some how I get below error

    ODI-1228: Procedure-PROC_IF-PROC_R_ADD of the task fails when you connect target BID_MSSQL.

    Caused by: java.sql.SQLException: incorrect syntax [FMWGEN] [SQLServer JDBC Driver] [SQL Server] about ')'.

    I write the following on the target as below

    Technoloyg: MS server

    Command: EXEC R_Add()

    I use a syntax wrong here? Please suggest

    Concerning

    ASP.

    Do not use brackets to call the MS SQL procedure, try:

    EXEC R_Add;


    If you want to pass the user parameter EXEC R_Add @param = value

  • ODI-1226: Error_log_procedure step fails after 1 attempt. ODI-1232: the execution of the procedure error_log_procedure failed. ODI-1246: the logical schema has not been defined for error_log_procedure.

    I created a procedure running during the mapping fails but I am facing this error

    ODI-1226: Error_log_procedure step fails after 1 attempt.

    ODI-1232: the execution of the procedure error_log_procedure failed.

    ODI-1246: the logical schema has not been defined for error_log_procedure.

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.getCollectDwgConnectConnection(AbstractSessionTask.java:754)

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.getCollectDwgConnectConnection(AbstractSessionTask.java:730)

    at oracle.odi.runtime.agent.execution.SessionTask.getExecutor(SessionTask.java:239)

    at oracle.odi.runtime.agent.execution.SessionTask.processTask(SessionTask.java:152)

    at oracle.odi.runtime.agent.execution.SessionTask.doExecuteTask(SessionTask.java:111)

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.execute(AbstractSessionTask.java:864)

    to oracle.odi.runtime.agent.execution.SessionExecutor$ SerialTrain.runTasks (SessionExecutor.java:2024)

    at oracle.odi.runtime.agent.execution.SessionExecutor.executeSession(SessionExecutor.java:562)

    to oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$ 1.doAction(TaskExecutorAgentRequestProcessor.java:718)

    to oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$ 1.doAction(TaskExecutorAgentRequestProcessor.java:611)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:203)

    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doProcessStartAgentTask(TaskExecutorAgentRequestProcessor.java:800)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 1400 (StartSessRequestProcessor.java:74)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:702)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:180)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:108)

    to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:471)

    at oracle.odi.runtime.agent.execution.job.OdiJob.call(OdiJob.java:73)

    at oracle.odi.runtime.agent.execution.job.OdiJob.call(OdiJob.java:73)

    at java.util.concurrent.FutureTask.run(FutureTask.java:262)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:724)

    Navigate to the ODI object with the name error_log_procedure , which I assume is an ODI procedure. On the target tab (and if this source) make sure that you have specified a logical schema in the appropriate drop-down box

  • Module for knowledge loop can be used in the procedure of the ODI

    Hello

    I have a unique requirement where I need to use the procedure for ForLoop ODI.

    Y at - it an option that we can use to create several instructions based on loop For and execute these instructions in particular technologies.

    Below is the code I have tried to create for the MS SQL Server technology in ODI procedure. It gives the select statement several times to condition. But somehow the value of i is not passed to select statement

    < % for (int i = 10001; i < = 10005; i ++)

    {% >}

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = i

    Union

    < %}; % >

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = 000000

    It generates code below:

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = i

    Union

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = i

    Union

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = i

    Union

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = i

    Union

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = i

    Union

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = 000000

    Can you please help me to know how the value of i will impact inside.

    Try this...

    < %="" pour="" (int="" i="10001 ;" j’ai="">< =="" 10005 ;="" i="">

    {% >

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = <%=i%>

    Union

    <% }; %>

    Select * from [DB_SERVER]. [dbo]. [DB_TABLE] where col_1 = 000000

  • Procedure of ODI with slow performance (SOURCE and TARGET are different Oracle databases)

    Hi experts,

    I have an ODI procedure but its market with slow performance (SOURCE and TARGET are different Oracle databases), you can see below.

    My question is:

    It is possible write Oracle BULK COLLECT at the 'command on the target' (below)? or

    There is a KM of ODI that perform this task below in a quick way? If so, what KM can you guys suggest me?

    I found 'Oracle Append (DBLINK) control' but I try to avoid creating the dblink database.

    ===============================================================================

    * COMMAND ON the SOURCE (* technology: ORACLE * logic diagram: ORACLE_DB_SOURCE):

    SELECT NUM_AGENCIA, NUM_CPF_CNPJ, NOM_PESSOA

    < % = OdiRef.getSchemaName ("D") % >. < % = odiRef.getOption ("P_TABELA") % >

    ===============================================================================

    *ON the COMMAND TARGET (* technology: ORACLE * logic diagram: ORACLE_DB_TARGET):

    BEGIN

    INSERT INTO DISTSOB_OWNER. DISTSOB_PESSOA (NOM_PESSOA, NUM_CPF_CNPJ, FLG_ATIVO)

    VALUES ('#NOM_PESSOA', '#NUM_CPF_CNPJ', THE FROM ');

    EXCEPTION WHEN DUP_VAL_ON_INDEX THEN

    NULL;

    END;

    ===============================================================================


    Thank you guys!

    Please use SQL for SQL command Append KM... You can delete the unnecessary steps in the KM.E.g. fi you won't create I$ table, control flow etc, then you can remove related steps.

    Please try with that.

Maybe you are looking for

  • How do you get the most recent backup that always has this app on it?

    My 2 years has removed an application in the course of the past week. He regularly plays with my phone, so I have no idea when he managed to do so. I do iCloud backups every night and have this updated app to make backups as well. Is there a way to c

  • Satellite A100-813: dead pixel - warranty conditions?

    Hi guys,. bought A100-813 a few days ago, and screen tested before purchase - unfortunately "white screen" only ;(at home when the value 'black screen' - I've seen a dead pixel (one) support the guys say one is 'not enough' for repair/Exchange I'm lo

  • IQ500: Iq500uk recovery disks?

    Hi all You are looking for assistance.  I have an Iq500.uk and you want to return to the factory settings.  I have tried factory reset via windows (all programs - PC help & tools - Recovery Manager).  I can run through a few screens of recovery and w

  • Flags of HP touchsmart 23 all in a desktop monitor has a slight tint of red on the left

    I have a HP Pavillion 23 touchsmart all-in-one desktop pc running windows 8.1. My touch screen started showing a slight red tinge on the left side of the screen. The rest of the screen normally shows. I have no idea what may be causing it. I tried to

  • Missing VI

    Hi, I recently was charged with updating old LabView 5.2 files to 8.6.  I had to do this, first get an evaluation of 8.2.1 copy by calling technical support so that I could save 5.2 files in a format that is readable to 8.6.  However, when I opened t