ODI logical schema is not enabled

Hi,
I am beginner to use ODI.
What I did so far:
- I created a project
- Model created as follows:
     - source
         - Oracle
         - Firebird
         - File
   - destination
        - Oracle
When I was in the source model Oracle folder (created above) as the right button
New Model opens the screen for typing:
Name: MODELO_ORIGEM_ORACLE
Code: MODELO_ORIGEM_ORACLE
Technology: Oracle
Logical schema: the field is disabled can not choose
If I try to save me the message "Logical Schema field is required"
Someone can help me !!!!!!!!!!!!!!!!!!

hi,
doubts: why show message WARNING agent.scheduler.pingAgent.failed?
already odi ide is disable schema logical in tab  Model ????
what i did :
on the program odi ide
tab Topology
   - physical architecture
      - created agent_1
            - Name : agent_1
            - Host : localhost
            - Port: 20910
            - context Aplplication Web :oraclediagent
            - Protocol: http
            - Number session : 1000
    - logic architecture
           - created agent_1
               Name: agent_1
               Context: Global
               Agent Phisical: agent_1
file bat odiparams
REM #
REM # Repository Connection Information
REM #
set ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
set ODI_MASTER_URL=jdbc:oracle:thin:@localhost:1521:xe
set ODI_MASTER_USER=DEV_ODI_REPO
set ODI_MASTER_ENCODED_PASS=eWyXAkR2ru.dKKEczY6kwb
REM #
REM # User credentials for agent startup program
REM #
set ODI_SUPERVISOR=SUPERVISOR
set ODI_SUPERVISOR_ENCODED_PASS=bSyHgaSRHVNI8yC.HXHfp
REM #
REM # User credentials for ODI tools
REM #
set ODI_USER=%ODI_SUPERVISOR%
set ODI_ENCODED_PASS=%ODI_SUPERVISOR_ENCODED_PASS%
. change ODI IDE the name agent to agent_1 phisical and logic
. off on the computer and on
. typed the command below
C:\oraclexe\product\11.1.1\Oracle_ODI_1\oracledi\agent\bin>agent.bat -NAME=agent
_1 -PORT=20901
OracleDI: Starting Agent ...
2013-11-29 14:07:54.246 NOTIFICATION ODI-1128 O agente agent_1 estß sendo inicia
do. Container: STANDALONE. VersÒo do Agente: 11.1.1.7.0 - 02/03/2013. Porta: 209
01. Porta JMX: 21901.
2013-11-29 14:08:06.403 NOTIFICATION ODI-1111 Agente agent_1 iniciado. VersÒo do
agente: 11.1.1.7.0 - 02/03/2013. Porta 20901. Porta JMX: 21901.
2013-11-29 14:08:06.405 NOTIFICATION ODI-1136 Iniciando Schedulers no Agente age
nt_1.
2013-11-29 14:08:07.839 WARNING agent.scheduler.pingAgent.failed
2013-11-29 14:08:07.842 WARNING Agent is not reachable. Going to retry after int
eval :30000
2013-11-29 14:08:38.853 WARNING agent.scheduler.pingAgent.failed
2013-11-29 14:08:38.856 WARNING Agent is not reachable. Going to retry after int
eval :30000
2013-11-29 14:09:09.867 WARNING agent.scheduler.pingAgent.failed
2013-11-29 14:09:09.870 WARNING Agent is not reachable. Going to retry after int
eval :30000
2013-11-29 14:09:40.882 WARNING agent.scheduler.pingAgent.failed
2013-11-29 14:09:40.885 WARNING Agent is not reachable. Going to retry after int
eval :30000

Similar Messages

  • Circular logical schemas are not supported

    Hi,
    I have created a repository in the OBIEE using the data model diagram supplied to me. I have dragged the entire physical layer model to form my BMM Layer Model.
    I am getting the below error when I create my RPD. "Multiple paths exist to table A. Circular logical schemas are not supported."
    Please note that there are no circular connections and I have double checked this.
    When I try to delete the BMM Layer and keep only the physical layer,I do not get any consistency errors.
    Someone please help.
    Thanks,
    Akshatha

    Hi,
    According to the docs-
    Cause. The repository contains a circular logical scheme, which is not supported.
    Response. Correct the repository so it does not contain multiple paths to the named table, and retry your actions.
    Make in BMM star schema properly (dimensions, facts) with complex joins.
    Check if you are having a star schema followed in BMM with proper fact tables and dimension tables and also 1:n joins.
    Hope this helped/ answered.
    Regards
    MuRam

  • Odi logical schema referring deleted context in scenario

    Hi,
    We had a Context that was getting used by default in development. We deleted that default context and updated interfaces and regenerated scenarios to use new Context.
    But logical schema is still referring to old deleted context, when scenario runs.
    Any idea?
    Thanks,
    Kshipra

    The error is happening in Flow step type. Interfaces are updated to use new context.
    ODI-1279: The Source Logical Schema LGCL_TERADATA_EDW_FIN_MAS_DATA_EIL and Context CONTEXT1 of the task Load data are not mapped to any Physical Schema.
    Caused By: com.sunopsis.core.SnpsInexistantSchemaException: ODI-17523: There is no connection for this logical schema / context pair: LGCL_TERADATA_EDW_FIN_MAS_DATA_EIL / CONTEXT1.
    at com.sunopsis.dwg.dbobj.SnpConnect.getSnpConnectByLSchemaNameAndContext(SnpConnect.java:239)
    at com.sunopsis.dwg.dbobj.SnpConnect.getSnpConnect(SnpConnect.java:193)
    at com.sunopsis.dwg.dbobj.SnpSessTask.getCollectConnection(SnpSessTask.java:358)
    at com.sunopsis.dwg.dbobj.SnpSessStep.getSrcDataServer(SnpSessStep.java:1435)
    at com.sunopsis.dwg.dbobj.SnpSessStep.createTaskLogs(SnpSessStep.java:700)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:465)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1931)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:580)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:513)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1073)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:50)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:41)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:93)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:83)
    at oracle.odi.runtime.agent.support.DefaultRuntimeAgent.execute(DefaultRuntimeAgent.java:68)
    at oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:516)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • Schema conversion not enable in ssma migration..?

    i connected oracle and sql server in ssma tool. I have a table in oracle called customer and i have a db in sql called users. I
    opened oracle table and sql db in ssma tool. But i am not able to convert my oracle table into schema. On right click convert schema is disabled. Y.? What is the solution.?

    Does this help?
    http://technet.microsoft.com/en-us/library/hh313198.aspx
    Convert Schema
    Converts the selected Oracle objects to SQL Server objects.
    This command is disabled unless objects are selected in Oracle Metadata Explorer.
    Satheesh
    My Blog |
    How to ask questions in technical forum

  • ODI11g Logical Schema  definition

    Hello,
    I have installed ODI11G, and created the first procedure (PRD-create-populate-table) to create a table in an oracle schema (ODI_STAGE).
    During execution I get teh following messages:
    ODI-1217: Session PRD-create-populate-table (4001) fails with return code 7000.
    ODI-1226: Step PRD-create-populate-table fails after 1 attempt(s).
    ODI-1232: Procedure PRD-create-populate-table execution fails.
    ODI-1246: The Logical Schema has not been set for PRD-create-populate-table.
    I think that reaseon for the message is that I did not define the schema in the "Command on target"
    I defined there :
    technology : Oracle
    But it is nog possible to fill in the schema!!!
    How can I fix this?
    How can I create the physical and logical schema of oracle users in my workrepository?
    How can I import the structue of Oracle tables of an Oracle schema in ODI11?
    Can I import the structure of a flatfile in the repository?
    Thank you for your help...
    Frank
    How can I create the lo

    Got a different message now. I copied your code and its set up for autocommit.
    ODI-1228: Task PRD-create-populate-table (Procedure) fails on the target ORACLE connection odi_stage_logical.
    Caused By: java.sql.SQLException: ORA-06550: line 1, column 638:
    PLS-00103: Encountered the symbol "NSERT" when expecting one of the following:
    := . ( @ % ;
    ORA-06550: line 1, column 677:
    PLS-00103: Encountered the symbol "VALUES" when expecting one of the following:
    . ( , % from
    The symbol "VALUES" was ignored.
    ORA-06550: line 1, column 724:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    . ( , % from
    ORA-06550: line 1, column 1363:
    PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    ; <an identifier> <a double-quoted delimited-identifier>
    current delete exists prior <a single-quoted SQL string>
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1224)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3467)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:665)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeUpdate(SnpSessTaskSql.java:3218)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java:1785)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2805)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:662)

  • Change Logical Schema name of an existing interface

    How do we change the logical schema name of an existing interface which is pointing to a different logical schema. Note: Both two different logical schema are pointing to the same database schema.
    Thanks in advance for your update.
    Kaustuv

    I'm not sure it's good to have two different logical schemas pointing to the same physical schema.
    Whatever, what do you want to change ?
    The logical schema of a source datastore ? Of a target datastore? Of a target temporary interface? Or the staging area ?

  • Vodafone not enabling firmware update!!!

    I fail to understand the logic in Vodafone not enabling the new firmware update for the N95 8GB!!!
    I see no reason for those who are on Vodafone to have to wait longer to update their phone...
    I didn't know Vodafone had any firmware for the N95 8GB I just thought Nokia does all concerning the phone and Vodafone enables me to make calls and txts etc...
    Since when does a network provider release firmware updates?
    Since when is the software on a phone on Vodafone different from that on 3mobile, for instance?

    Network operators have two main objectives:
    (1) To sell phones to enable you to use their services
    (2) To make money from your use of their services.
    In many countries, the network operators dominate the markets for mobile phone sales, which is what gives them the power to demand their own versions of the phone software.
    Approving subsequent updates to that software is not a commercial priority from the operators, because they do not make any money for doing it - you already have the phone and you are already using their network services, so their objectives are already met.
    This is the downside of getting the phone free or at a heavily subsidised price. I live in Belgium, we have no SIM-locking and operator versions of phones, so we always get the updates on time - our downside is that we always have to pay full price for the phone in the first place.

  • Physical schema vs logical schema in odi

    hi, i am new to odi.I have successfully loaded data metadata to essbase and planning . But still i am not clear why odi uses physical schema when we just uses logical schema while reversing, execution of interfaces etc in designer

    Hi,
    Logical schema will always point to a Physical Schema .
    The aim of the logical schema is to ensure the portability of the procedures and models on the different physical schemas. In this way, all developments in Designer are carried out exclusively on logical schemas.
    A logical schema can have one or more physical implementations on separate physical schemas, but they must be based on data servers of the same technology. A logical schema is always directly linked to a technology.
    To be usable, a logical schema must be declared in a context. Declaring a logical schema in a context consists of indicating which physical schema corresponds to the alias - logical schema - for this context.
    Thanks,
    Sutirtha

  • ODI 11g Logical Schema Error [Error Code: 1222]

    Hi,
    One of my ODI Jobs is failing with an error "ODI-1222: Session start failure on agent Internal: logical schema BIAPPS_11g_RA cannot be found in the master repository."
    BIAPPS_11g_RA = Logical Schema in our System.
    However, all the other Jobs of the same Module is Passing Successfully.
    The Failure happens ONLY in the QA env and the same Job passes successfully in the DEV. I had checked all the topology connections and everything looks fine as all the other jobs in the same module are running fine. Can this be a problem with the Migration that happened from Dev to QA..?
    I figured out that for the failed Job in the QA env's operator we have the "Forced Context type" as "Development" where as the "Execution Context" in "QA". However, for all the other Jobs of the same module are having both as "QA". I tried re-importing the Scenarios from Dev but it did not help me..!
    Can anybody help me on this..
    Thnx!

    We dont know what the architecture of ODI is in your organization. However, as a general rule, you should not be forcing the contexts. Ideally they should be "Execution Context". And then you create the scenario out of interface/packages and then deploy them to the next environment.

  • Logical Schema not being found

    I have an incoming data feed that works fine in our Development environment but when we import the scenario into UAT it gets an error:
    ODI-1222: Session start failure on agent DATA_INTEGRATOR_UAT_11G: logical schema FTP_IMAGE_OUT cannot be found in the master repository.
    Initially the logical schema was mistyped so the error was fair enough but even now that we've fixed it we get the same error. We've even tried completely deleting and recreating everything.
    I've looked in the master repository database and there’s definitely a record in snp_lschema with an lschema_name of “FTP_IMAGE_OUT” (i_lschema 67001), a record in snp_pschema_cont with an i_lschema of 67001 and an i_pschema of 131001 which is “FTP_IMAGE_OUT.\” in snp_pschema so it all connects up.
    I've tested the connection of the physical schema and it's successful.
    Can anyone suggest anything else I can look at or try? I've run out of ideas.

    Never mind, I found the problem. On the "Command on Source" tab of the procedure I'd selected a Context of "Development", so in UAT (which only has a UAT context) it couldn't find it.
    No idea why, I've never done it before. Maybe it was a slip of the mouse.

  • Spatial Query across schemas. one version enabled table another not -Hanged

    Hi,
    I am executing a PL/sql procedure where a Spatial query run across two schemas. One table(in x schema) is version enabled and second table(in y schema) is Unversioned. Add to that complexity I am running the procedure from third user logon. I think I have enough previleges, as I won't get any error message.
    But, Procedure worked fine when there is no table is version enabled. It started giving problem when one table got version enabled.
    I have tried by setting " DBMS_WM.Gotoworkspace('LIVE');" before running spatial query. But still no luck, process just hangs on the spatial query.
    I tried by using physical name of the Table (table1_LT) which is making it to work. But, as per Workspace manager guide, applications, programs should NOT use, this physical tables(because it is not the correct way on versioned table).
    1. How can I hint to my query, to use a table from only live version?
    2. Why Query is hanging forever (even tried by leaving it over night....)
    Normally it used to take one or two minutes(before versioning..)
    I have posted it Workspace manager forum, But No Luck (people seems to be shy away after seeing "Spatial query" )
    Any help is highly appriciated

    Hi,
    I will need to know more details about the specific query you are performing. So, please do the following:
    1. list the actual query that you are using
    2. generate an explain plan of the query both before and after the table was version enabled. use @?/rdbms/admin/utlxpls or anything that generates the predicate information.
    3. also, give any pertinent details about the table(size of the table, number of rows expected to be returned, column types in the table, etc).
    Based on that, I will see if I can suggest a possible hint that may be able to improve the performance of your query.
    Regards,
    Ben

  • ODI Procedure: Using Variable Logical Schema

    Hi!
    i wrote a PL\SQL procedure inside an odi procedure, using options, variables etc.
    now we need to execute the procedure in different logical schemas.
    We've at least 20 different logical schemas and to semplify the maintenance we'd like to pass the logical schema as an Option or something similar,
    is it possibile to do this with a procedure?
    The version of ODI is 11.1.1.5.0 and the targets are only Oracle DB.

    I've got a question : are all you schema in the same server (database) ?
    If so, you can LIST the schemas with a SQL Statement in the "command as SOURCE" tab.
    example :
    select owner as SCHEMA
    from all_tables
    where ...or a SQL Statement in ODI MASTER_Repository to get the logical schema :
    select lschema_name as SCHEMA
    from snp_lschema t1
    where ...And in the "command as destination" tab, you execute the PL SQL, but you use the result of SCHEMA.
    As a result, if you have 40 schema retrieved by the first SQL Statement, ODI will execut your PL/SQL statement 40 times, changing the SCHEMA value each time.
    And, in the first tab (command as destination), you use a generic Oracle User that have access to all schema of the dabase (or at least, the 40 schema you want).

  • ODI Interface + Logical Schema

    Hello Gurus, could someone please tell me how an ODI interface is linked to a logical schema. I understand before execution, you have to select the context, which is tied to a Physical Schema. But I need to execute an interface for a particular logical schema. Any help is highly appreciated.
    Thanks, Naveen.

    Everything that you build in the designer (design time) is linked to a logical schema which references the logical model information of your datastores. Logical schemas are mapped to physical schemas based on a given context i.e. the ODI context you select at run time. Therefore at runtime based on the chosen conext the actual physical information i.e. file paths, database connection details etc are substituted for the logical references and generate the execution code.    

  • Resuable logical schema

    Hi Experts,
                i have create one physical schema like SRC_SCOTT  ,logical schema is SRC_SCOTT_LS in my development workrepo,and in my test environment physical schema is same structure like SRC_SCOTT
    can i reuse the logical schema SRC_SCOTT_LS IN my test environment and can i access the development physical schema in test by using same logical schema,please help me i am new to ODI
    Regards
    ksbabu

    Hi aetl,
                    Thanks for quick reply,i have already ctx_text context in text environment ,same physical schema( structure is same ) in my text environment, by using development logical schema can i access or not,
    regards
    ksbabu

  • Rename Logical Schema / Logical Agent

    Hi,
    is it possible to rename a logical schema / logical agent?
    Thanks in advance & kr
    Michael

    Hi,
    Yes it is possible to rename logical schema/agent in ODI topology .
    While renaming you will get a warning saying this is used in work repository and if you rename you need to make sure all code/objects using this logical schema are pointing to the new name . Else you may find issue during execution.
    It is not a good practice to change logical schema name.
    Thanks,
    Sutirtha

Maybe you are looking for

  • How to replace text in a file

    Hi everyone, I have a txt file and It has some data's. I want to specifically replace a character in the text file. Data's will be like this, TT=15 S1ST=21601 S1EN=50400 S2ST=50401 S2EN=72000 S3ST=72001 S3EN=21600 GNST=00000 GNEN=00000 S1B1S=22800 S1

  • Z87 G45 Onboard Video

    Hi. Recently I got a system with z87 g45 mainboard, xfx r9 290 graphics card. When enabling onboard video, and installing VirtuMVP everything seemed fine. Played a few games and noticed it was giving more of a performance hit then boosting it. Update

  • Transfering Vinyl to Digital

    I have my stereo hooked up into the mic in slot on my G4 and am trying to convert my records onto my hard drive using the program Sound Recorder for Mac. Any suggestions as I can't seem to get it to work. Thanks

  • How to remove leading Zeroes in all fields in Payload

    Hi, How can I remove the leading Zeroes in every Filed I have in whole Payload Structure.there are around 10000 fields that have to be removed the leading Zeroes.any good idea please.    <POSNR>000010</POSNR>   <MATNR>000002465640</MATNR>   <ARKTX>00

  • Error: This content cannot be displayed in a frame

    Hello Everyone, I have problem to view work shop > object browser page . when I click on any objects It shows "This content cannot be displayed in a frame" and close the session . Please help me on it.