View compound do not pass physics

Hello

My ODI12C installed in the mapping, I'm not found view composed of physical mapping tab.

I have attached the current view.Capture.JPG

Help, please.

BR

Françoise

Hi ziaul_bd

If you data comes from the same root, there is no need to have two different units/groups in the physical tab. The fact that you have one box only is actually a good point, this means you do not need to transfer data from one place to another using a LKM.

So all you need to do in the mapping is a revenge.

In this article, from another question, I explain a bit the difference between having a dataserver or two in a map: Tips for data integration: ODI - a server data with several physical diagrams - Rittman Mead Consulting

These notions are absolutely at the heart of ODI, so I recommend you read a little about KMs or attend an ODI training course.

It will be useful.

Kind regards

JeromeFr

Tags: Business Intelligence

Similar Questions

  • Values not passed to the service VIEW FML

    Hello

    Use Tuxedo10g R3 on AIX 5.3.

    I wrote a Tuxedo application model that takes the customer data and transmit these data to the Service via FML VIEW dependent and the server converts the data passed in capital letters and return to the customer...

    I created the table field and FML VIEW dependent file and set the required environment variables and I built the client and the server.

    After running the object module is called the service, but the values are not passed to the service and the data is not converted to uppercase.

    The table field file is as follows:
    "sampfml" 4 lines, 159 characters
    # name number type flags comments
    Chain of FIRSTSTR1 110-
    Chain of SECONDSTR1 111-
    String of 112 THIRDSTR1 -
    FML VIEW dependent:
    VIEWS sampview
    indicator of County # type cname fbna size null

    String firststr FIRSTSTR1 1-10. \0
    String secondstr SECONDSTR1 1-10. \0
    String thirdstr THIRDSTR1 1-10. \0
    END
    environment variables that I put are:
    #FIELDTBLS
    #
    FIELDTBLS = sampfml, fields, Usysflds
    #
    #FLDTBLDIR
    #
    FLDTBLDIR = ${TUXDIR} / udataobj: ${APPDIR}
    #
    #VIEWDIR
    #
    VIEWDIR = ${APPDIR}
    #
    #VIEWFILES
    #
    VIEWFILES = sampview. V
    my customer code:
    IDENTIFICATION DIVISION.
    PROGRAM-ID. SIMPCL.
    AUTHOR. DEVELOPMENT OF TUX.
    ENVIRONMENTAL DIVISION.
    SECTION OF CONFIGURATION.
    DATA DIVISION.
    STORAGE SECTION OF WORK.
    *****************************************************
    * Definitions of tuxedo
    *****************************************************
    TPTYPE 01 - REC.
    COPY TPTYPE.
    *
    TPSTATUS 01 - REC.
    COPY TPSTATUS.
    *
    TPSVCDEF 01 - REC.
    COPY TPSVCDEF.
    *
    TPINFDEF 01 - REC.
    COPY TPINFDEF.
    *
    FML 01 - REC.
    COPY FMLINFO.
    *
    01 MYFML.
    F-05 DATA PIC X (10).
    05 PIC S-DATA X (10).
    T-05 DATA PIC X (10).
    FILLER 05 PIC X (30).
    *****************************************************
    * Definitions log messages
    *****************************************************
    01 LOGMSG.
    VALUE OF FILL 05 PIC X (8) ' SIMPCL:
    LOGMSG 05-TEXT PIC X (50).
    01 LOGMSG-LEN PIC S9 (9) COMP-5.
    *
    STRING 01 DATA.
    COPY sampview.
    ENTER 01-STRING.
    05 S-FIRST PIC X (10).
    05 S-SECOND PIC X (10).
    05 S-THIRD PIC X (10).
    PEAK USER-DATA-REC 01 X (75).
    SECTION OF LIAISON.
    ******************************************************
    * Start the program with command line parameters
    ******************************************************
    THE PROCEDURE DIVISION.
    MOVE DOWN-VALUES TO TPINFDEF-REC.
    MOVE ALL THE LOGMSG TO LOGMSG-LEN.
    START-SIMPCL.
    LOGMSG-TEXT, MOVE "on the road".
    PERFORM DES USERLOG.
    PERFORM DES TPINIT.
    ACCEPT S FIRST.
    ACCEPT THE SECOND S.
    ACCEPT S THIRD.
    S-FIRST MOVEMENT FIRSTSTR.
    SPEND S-SECOND TO SECONDSTR.
    PASS S-THIRD AT THIRDSTR.
    DISPLAY ' VALUES BEFORE: "-THE STRING DATA.".
    DISPLAY "FML: ' MYFML.
    PERFORM DES TPCALL.
    DISPLAY "DATA AFTER CONVERSION:
    DISPLAY FIRSTSTR.
    DISPLAY SECONDSTR.
    DISPLAY THIRDSTR.
    PERFORM DES TPTERM.
    MAKE THE PROGRAM EXIT.

    *****************************************************
    * Now put the customer in the system.
    *****************************************************
    -TPINIT.
    MOVING TO USRNAME SPACES.
    MOVE TO CLTNAME BOXES.
    MOVE TO BOXES TO PASSWD.
    MOVE TO BOXES TO GRPNAME.
    MOVE 0 TO DATALEN.
    TPU - DIP SET TO TRUE.
    *
    CALL FOR ASSISTANCE "TPINITIALIZE" TPINFDEF-REC
    USER-DATA-REC
    TPSTATUS-REC.

    IF NOT OK
    MOVE "TPINITIALIZE failed" LOGMSG-text
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.

    *****************************************************
    Issue of a TPCALL
    *****************************************************
    -TPCALL.
    MOVE ALL MYFML FLM-LENGTH.
    CALL "ENDS" WITH THE HELP OF MYFML FLM - REC.
    OTHERWISE FOK
    MOVE "FINALLY failed" LOGMSG-text
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT.
    FUPDATE SET TO TRUE.
    MOVE 'sampview' to VIEWNAME.
    CALL "FVSTOF" WITH THE HELP OF STRING FML - REC MYFML-DATA.
    OTHERWISE FOK
    MOVE 'FVSTOF failed' to LOGMSG-TEXT
    PERFORM DES USERLOG
    FLM-DISPLAY STATUS
    MAKE THE PROGRAM EXIT.

    MOVE "FLM" REC-INDICATE THE TPTYPE-REC.
    MOVE SPACES OF SUB-TYPE IN TPTYPE-REC.
    MOVE ALL MYFML TO LEN.

    GO "SIMPSRV" - NAME OF THE SERVICE.
    TPBLOCK SET TO TRUE.
    TPNOTRAN SET TO TRUE.
    TPNOTIME SET TO TRUE.
    TPSIGRSTRT SET TO TRUE.
    TPCHANGE SET TO TRUE.

    CALL FOR ASSISTANCE "TPCALL" TPSVCDEF-REC
    TPTYPE-REC
    MYFML
    TPTYPE-REC
    MYFML
    TPSTATUS-REC.

    IF NOT OK
    MOVE "TPCALL failed" LOGMSG-text
    PERFORM DES USERLOG
    END-IF.

    CALL "FVFTOS" WITH THE HELP OF STRING FML - REC MYFML-DATA.
    OTHERWISE FOK
    MOVE 'FVFTOS failed' to LOGMSG-TEXT
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT.

    *****************************************************
    * Let TUXEDO
    *****************************************************
    -TPTERM.
    CALL FOR ASSISTANCE "TPTERM" TPSTATUS-REC.
    IF NOT OK
    MOVE "TPTERM failed" LOGMSG-text
    PERFORM DES USERLOG
    END-IF.

    *****************************************************
    * Saves messages in the userlog
    *****************************************************
    -USERLOG.
    CALL FOR ASSISTANCE "USERLOG" LOGMSG
    LOGMSG-LEN
    TPSTATUS-REC.

    *****************************************************
    * Request for leave
    *****************************************************
    EXIT-PROGRAM.
    MOVE 'done' LOGMSG-TEXT.
    PERFORM DES USERLOG.
    STOP EXECUTION.

    My server code:
    IDENTIFICATION DIVISION.
    PROGRAM-ID. SIMPSRV.
    AUTHOR. DEVELOPMENT OF TUX.
    ENVIRONMENTAL DIVISION.
    SECTION OF CONFIGURATION.
    DATA DIVISION.
    STORAGE SECTION OF WORK.
    ******************************************************
    * Definitions of tuxedo
    ******************************************************
    TPSVCRET 01 - REC.
    COPY TPSVCRET.
    *
    TPTYPE 01 - REC.
    COPY TPTYPE.
    *
    TPSTATUS 01 - REC.
    COPY TPSTATUS.
    *
    TPSVCDEF 01 - REC.
    COPY TPSVCDEF.
    ******************************************************
    * Definitions of log messages
    ******************************************************
    01 LOGMSG.
    VALUE OF FILL 05 PIC X (10)
    "SIMPSRV:
    LOGMSG 05-TEXT PIC X (50).
    01 LOGMSG-LEN PIC S9 (9) COMP-5.
    ******************************************************
    * Data records user defined
    ******************************************************
    STRING 01 DATA.
    COPY sampview.
    01 MYFML.
    F-05 DATA PIC X (10).
    05 PIC S-DATA X (10).
    T-05 DATA PIC X (10).
    FILLER 05 PIC X (30).
    *
    SECTION OF LIAISON.
    *
    THE PROCEDURE DIVISION.
    *
    START-FUNDUPSR.
    MOVE ALL THE LOGMSG TO LOGMSG-LEN.
    LOGMSG-TEXT, MOVE "on the road".
    PERFORM DES USERLOG.

    ******************************************************
    * Get the data that has been sent by the client
    ******************************************************
    MOVE ALL MYFML TO LEN.
    MOVING MYFML LOGMSG-TEXT.
    PERFORM DES USERLOG.
    CALL USING 'TPSVCSTART' TPSVCDEF-REC
    TPTYPE-REC
    MYFML
    TPSTATUS-REC.

    IF NOT OK
    MOVE 'TPSVCSTART failed' to LOGMSG-TEXT
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.

    IF TPTRUNCATE
    MOVE "Data has been truncated" LOGMSG-TEXT
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.
    MOVING FIRSTSTR LOGMSG-TEXT.
    PERFORM DES USERLOG.
    MOVING SECONDSTR LOGMSG-TEXT.
    PERFORM DES USERLOG.
    MOVING THIRDSTR LOGMSG-TEXT.
    PERFORM DES USERLOG.
    INSPECT THE FIRSTSTR CONVERSION
    "abcdefghijklmnopqrstuvwxyz" to
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    INSPECT THE SECONDSTR CONVERSION
    "abcdefghijklmnopqrstuvwxyz" to
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    INSPECT THE THIRDSTR CONVERSION
    "abcdefghijklmnopqrstuvwxyz" to
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    MOVE FIRSTSTR TO S-FIRST.
    MOVE SECONDSTR TO S-SECONDS.
    MOVE THIRDSTR TO S THIRD.
    MOVE 'Success' to LOGMSG-TEXT.
    PERFORM DES USERLOG.
    MOVE TO ENTER STRING LOGMSG-TEXT.
    PERFORM DES USERLOG.
    TPSUCCESS SET TO TRUE.
    COPY TPRETURN REPLACEMENT
    DATA-REC MYFML.

    ******************************************************
    * Write an err messages disconnect
    ******************************************************
    -USERLOG.
    CALL FOR ASSISTANCE "USERLOG" LOGMSG
    LOGMSG-LEN
    TPSTATUS-REC.
    ******************************************************
    * EXIT PROGRAM
    ******************************************************
    EXIT-PROGRAM.
    LOGMSG-TEXT, MOVE "has failed."
    PERFORM DES USERLOG.
    TPFAIL SET TO TRUE.
    COPY TPRETURN REPLACEMENT
    DATA-REC MYFML.

    And when execution of the module of the object:
    SIMPCL
    Hello
    Hello
    World
    VALUES BEFORE: Hello Hello World
    FML:
    DATA AFTER CONVERSION:
    Hello
    Hello
    World
    can anyone help me with this?

    Thank you...

    Hello

    In the server program, you must call FVFTOS to convert the COBOL record FML buffer, then do the translation. After that, you must also call 'FVSTOF' to convert it back to FML. I can get the correct results with your program with these changes.

    Customer
    ======================
    IDENTIFICATION DIVISION.
    PROGRAM-ID. CSIMPCL.
    AUTHOR. DEVELOPMENT OF TUX.
    ENVIRONMENTAL DIVISION.
    SECTION OF CONFIGURATION.
    STORAGE SECTION OF WORK.
    *****************************************************
    * Definitions of tuxedo
    *****************************************************
    TPTYPE 01 - REC.
    COPY TPTYPE.
    *
    TPSTATUS 01 - REC.
    COPY TPSTATUS.
    *
    TPSVCDEF 01 - REC.
    COPY TPSVCDEF.
    *
    VALUES-01 TPINFDEF-REC VALUE LOW.
    COPY TPINFDEF.
    *
    FML 01 - REC.
    COPY FMLINFO.
    *
    01 MYFML.
    F-05 DATA PIC X (10).
    05 PIC S-DATA X (10).
    T-05 DATA PIC X (10).
    FILLER 05 PIC X (30).
    *****************************************************
    * Definitions log messages
    *****************************************************
    01 LOGMSG.
    VALUE OF FILL 05 PIC X (8) ' CSIMPCL:
    LOGMSG 05-TEXT PIC X (50).
    01 LOGMSG-LEN PIC S9 (9) COMP-5.
    *
    STRING 01 DATA.
    COPY sampview.
    *
    ENTER 01-STRING.
    05 S-FIRST PIC X (10).
    05 S-SECOND PIC X (10).
    05 S-THIRD PIC X (10).
    *
    PEAK USER-DATA-REC 01 X (75).
    SECTION OF LIAISON.
    ******************************************************
    * Start the program with command line parameters
    ******************************************************
    THE PROCEDURE DIVISION.
    START-CSIMPCL.
    LOGMSG-TEXT, MOVE "on the road".
    PERFORM DES USERLOG.
    PERFORM DES TPINIT.
    MOVE 'Hi' to FIRSTSTR.
    MOVE the 'Hello' to SECONDSTR.
    MOVE the 'world' to THIRDSTR.
    DISPLAY ' VALUES BEFORE: "-THE STRING DATA.
    DISPLAY "FML: ' MYFML.
    PERFORM DES TPCALL.
    DISPLAY ' VALUES AFTER:
    DISPLAY FIRSTSTR.
    DISPLAY SECONDSTR.
    DISPLAY THIRDSTR.
    PERFORM DES TPTERM.
    MAKE THE PROGRAM EXIT.
    *****************************************************
    * Now put the customer in the system.
    *****************************************************
    -TPINIT.
    MOVING TO USRNAME SPACES.
    MOVE TO CLTNAME BOXES.
    MOVE TO BOXES TO PASSWD.
    MOVE TO BOXES TO GRPNAME.
    MOVE 0 TO DATALEN.
    TPU - DIP SET TO TRUE.
    *
    CALL FOR ASSISTANCE "TPINITIALIZE" TPINFDEF-REC
    USER-DATA-REC
    TPSTATUS-REC.

    IF NOT OK
    MOVE "TPINITIALIZE failed" LOGMSG-text
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.

    -TPCALL.
    MOVE ALL MYFML FLM-LENGTH.
    DISPLAY 'LENGTH OF MYFML.
    FML-LENGTH DISPLAY.
    CALL "ENDS" WITH THE HELP OF MYFML FLM - REC.
    OTHERWISE FOK
    MOVE "FINALLY failed" LOGMSG-text
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.
    FUPDATE SET TO TRUE.
    MOVE 'sampview' to VIEWNAME.
    CALL "FVSTOF" WITH THE HELP OF STRING FML - REC MYFML-DATA.
    OTHERWISE FOK
    MOVE 'FVSTOF failed' to LOGMSG-TEXT
    PERFORM DES USERLOG
    FLM-DISPLAY STATUS
    MAKE THE PROGRAM EXIT
    END-IF.

    MOVE "FLM" REC-INDICATE THE TPTYPE-REC.
    MOVE SPACES OF SUB-TYPE IN TPTYPE-REC.
    MOVE ALL MYFML TO LEN.

    GO "SIMPSRV" - NAME OF THE SERVICE.
    TPBLOCK SET TO TRUE.
    TPNOTRAN SET TO TRUE.
    TPNOTIME SET TO TRUE.
    TPSIGRSTRT SET TO TRUE.
    TPCHANGE SET TO TRUE.

    CALL FOR ASSISTANCE "TPCALL" TPSVCDEF-REC
    TPTYPE-REC
    MYFML
    TPTYPE-REC
    MYFML
    TPSTATUS-REC.
    IF NOT OK
    MOVE "TPCALL failed" LOGMSG-text
    PERFORM DES USERLOG
    END-IF.

    CALL "FVFTOS" WITH THE HELP OF STRING FML - REC MYFML-DATA.
    OTHERWISE FOK
    MOVE 'FVFTOS failed' to LOGMSG-TEXT
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.

    *****************************************************
    * Let TUXEDO
    *****************************************************
    -TPTERM.
    CALL FOR ASSISTANCE "TPTERM" TPSTATUS-REC.
    IF NOT OK
    MOVE "TPTERM failed" LOGMSG-text
    PERFORM DES USERLOG
    END-IF.

    *****************************************************
    * Saves messages in the userlog
    *****************************************************
    -USERLOG.
    CALL FOR ASSISTANCE "USERLOG" LOGMSG
    LOGMSG-LEN
    TPSTATUS-REC.

    *****************************************************
    * Request for leave
    *****************************************************
    EXIT-PROGRAM.
    MOVE 'done' LOGMSG-TEXT.
    PERFORM DES USERLOG.
    STOP EXECUTION.

    Server
    ====================================
    IDENTIFICATION DIVISION.
    PROGRAM-ID. SIMPSRV.
    AUTHOR. DEVELOPMENT OF TUX.
    ENVIRONMENTAL DIVISION.
    SECTION OF CONFIGURATION.

    DATA DIVISION.
    STORAGE SECTION OF WORK.
    ******************************************************
    * Definitions of tuxedo
    ******************************************************
    TPSVCRET 01 - REC.
    COPY TPSVCRET.
    *
    TPTYPE 01 - REC.
    COPY TPTYPE.
    *
    TPSTATUS 01 - REC.
    COPY TPSTATUS.
    *
    TPSVCDEF 01 - REC.
    COPY TPSVCDEF.
    *
    FML 01 - REC.
    COPY FMLINFO.
    ******************************************************
    * Definitions of log messages
    ******************************************************
    01 LOGMSG.
    VALUE OF FILL 05 PIC X (10)
    "SIMPSRV:
    LOGMSG 05-TEXT PIC X (50).
    01 LOGMSG-LEN PIC S9 (9) COMP-5.
    ******************************************************
    * Data records user defined
    ******************************************************
    STRING 01 DATA.
    COPY sampview.
    ENTER 01-STRING.
    05 S-FIRST PIC X (10).
    05 S-SECOND PIC X (10).
    05 S-THIRD PIC X (10).
    *
    01 MYFML.
    F-05 DATA PIC X (10).
    05 PIC S-DATA X (10).
    T-05 DATA PIC X (10).
    FILLER 05 PIC X (30).

    *
    SECTION OF LIAISON.
    *
    THE PROCEDURE DIVISION.
    *
    START-FUNDUPSR.
    MOVE ALL THE LOGMSG TO LOGMSG-LEN.
    LOGMSG-TEXT, MOVE "on the road".
    PERFORM DES USERLOG.

    ******************************************************
    * Get the data that has been sent by the client
    ******************************************************
    MOVE ALL MYFML TO LEN.
    MOVING MYFML LOGMSG-TEXT.
    PERFORM DES USERLOG.
    CALL USING 'TPSVCSTART' TPSVCDEF-REC
    TPTYPE-REC
    MYFML
    TPSTATUS-REC.

    IF NOT OK
    MOVE 'TPSVCSTART failed' to LOGMSG-TEXT
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.

    IF TPTRUNCATE
    MOVE "Data has been truncated" LOGMSG-TEXT
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.

    MOVE 'sampview' to VIEWNAME
    CALL "FVFTOS" WITH THE HELP OF STRING FML - REC MYFML-DATA.
    OTHERWISE FOK
    MOVE "FVFTOS failed" LOGMSG-TEXT
    PERFORM DES USERLOG
    MAKE THE PROGRAM EXIT
    END-IF.
    MOVE 'DOING OK FVFTOS' LOGMSG-TEXT.
    PERFORM DES USERLOG.
    MOVING FIRSTSTR LOGMSG-TEXT.
    PERFORM DES USERLOG.
    MOVING SECONDSTR LOGMSG-TEXT.
    PERFORM DES USERLOG.
    MOVING THIRDSTR LOGMSG-TEXT.
    PERFORM DES USERLOG.
    INSPECT THE FIRSTSTR CONVERSION
    "abcdefghijklmnopqrstuvwxyz" to
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    INSPECT THE SECONDSTR CONVERSION
    "abcdefghijklmnopqrstuvwxyz" to
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    INSPECT THE THIRDSTR CONVERSION
    "abcdefghijklmnopqrstuvwxyz" to
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    MOVE FIRSTSTR TO S-FIRST.
    MOVE SECONDSTR TO S-SECONDS.
    MOVE THIRDSTR TO S THIRD.
    MOVE 'Success' to LOGMSG-TEXT.
    PERFORM DES USERLOG.
    MOVE TO ENTER STRING LOGMSG-TEXT.
    PERFORM DES USERLOG.
    FUPDATE SET TO TRUE.
    MOVE 'sampview' to VIEWNAME.
    CALL "FVSTOF" WITH THE HELP OF STRING FML - REC MYFML-DATA.
    OTHERWISE FOK
    MOVE 'FVSTOF failed' to LOGMSG-TEXT
    PERFORM DES USERLOG
    FLM-DISPLAY STATUS
    MAKE THE PROGRAM EXIT
    END-IF.

    TPSUCCESS SET TO TRUE.
    COPY TPRETURN REPLACEMENT
    DATA-REC MYFML.

    ******************************************************
    * Write an err messages disconnect
    ******************************************************
    -USERLOG.
    CALL FOR ASSISTANCE "USERLOG" LOGMSG
    LOGMSG-LEN
    TPSTATUS-REC.
    ******************************************************
    * EXIT PROGRAM
    ******************************************************
    EXIT-PROGRAM.
    LOGMSG-TEXT, MOVE "has failed."
    PERFORM DES USERLOG.
    TPFAIL SET TO TRUE.
    COPY TPRETURN REPLACEMENT
    DATA-REC MYFML.

    The result looks like,
    The VALUES BEFORE: Hello Hello World
    FML:
    LENGTH MYFML
    + 0000000060
    VALUES AFTER:
    Hello
    Hello
    WORLD

    In addition, in your client program FILLING only given size 10, not compatible with the side server, which is 30. I use the same size in the client and the server.
    I also interested in why do you use style convert FML/VIEW? If both a pure COBOL, just with VIEW program is easier programming, just a suggestion.

    Kind regards
    Wayne

  • My computer won't let me download a cd of new material. Said hardware has not passed windows logo testing.

    I want to add an adapter usb to my computer to watch movies on my TV. It came with the software, however the download access is denied.

    When you install the hardware in your computer (almost always), you must install a 'pilot', which is just software that tells your operating system (Windows, in your case) how to communicate with the hardware.

    Microsoft has a program she calls 'the logo test' which enables a company to label its products with the Windows logo.  Not every small manufacturer wants to go through the load of this test program, but if a company is trustworthy - and Trendnet is - then the fact that their products have not passed official testing procedures from Microsoft doesn't mean that their products will not work with Windows.  This is why you can usually ignore a message to the effect that a product has not passed Windows logo testing - if you also a pretty good reason to believe that the product will work.

    So just follow the instructions supplied with the adapter installation, put on the CD and install the software.  But the installation of this card is only the first part of your trip.

    Although I've not set my TV to watch streaming video from Netflix or Amazon, as I understand it, you need a TV that can be connected directly to the Internet.  In other words, you cannot download and save a copy of the video complete on your computer and then read it from your computer to the TV.  That's why's called it "streaming" video - you're not supposed to save a copy to your computer, but rather to look at the 'stream '.

    Thus, Amazon said, "the easiest way is to connect your TV to your router or modem broadband (DSL/Cable, for example) with an ethernet cable.»

    A lot of people with a connection broadband has a router, which has generally 4 Ethernet Sockets (and perhaps a point of both wireless access).  If you had one, you would just connect a "vacant" Ethernet between the TV and a cable to your router.  You, unfortunately, have a router with a single Ethernet Jack (I know you thought it as a modem, but it's almost certainly a modem and a router inside a box of Physics).  So, as you acknowledged, you don't connect your TV to the cable modem because it would need to disconnect your computer.

    You have two choices.

    You can buy a cheap Ethernet switch (e.g. this one) which would connect you to port on the back of the modem cable and then connect your computer and TV to two of the other ports on the switch.  This would probably work without having to make adjustments to configuration on your cable modem - but in the past, some customers wanted cable ISPS to pay extra for each computer connected to the modem cable and makes it a little difficult to so add connections on your own.  I don't think that is always the case, but because I don't have cable - especially not the same cable ISP like you - I don't know about you.

    Or you can buy a second Ethernet adapter of your computer (which is what you did) and then set up the "Internet connection sharing" (ICS) on your computer so that the TV can connect to the Internet through your computer.  Because you have already purchased this material, you probably want to set up ICS.

    Although there are many websites that explain how to configure ICS, because XP is becoming obsolete quickly, many of the older sites are more fully functional, including one who should have been better to show your situation (sharing a connection to local network to the Internet with another connection of LAN)

    Use the Network Setup Wizard.  Go to network connections (start > run > ncpa.cpl > OK) and click on "Set up a small business network or home."

    The 3rd screen looks like this--> http://screenshots.modemhelp.net/screenshots/Windows_XP/Network_Setup_Wizard/03_%28directly_connected%29.shtml

    Choose the first choice.  Even if your computer connects 'via a residential gateway"(your cable modem/router) the"other computers"(TV) will connect"through this computer."

    The next screen should look like this--> http://screenshots.modemhelp.net/screenshots/Windows_XP/Network_Setup_Wizard/03_%28directly_connected%29/LAN.shtml

    If you have correctly installed the USB adapter, you should see a line like the one that was highlighted in the image (it's your modem cable connection) and a second line describes your connection to the LAN USB.

    If the wizard does not recognize the USB adapter as a connection to the local network, it will not let you continue (click on the 'Next' button on this screenshot, where there is only one LAN connection, and you'll see what happens).

    Assuming that the wizard allows you to continue to do so.  Your "computer name" is already filled in. Do not change. You can add a description if you wish.  When you get to the screen 'file and printer sharing', you can disable this feature (you're not going to share files between your computer and the TV).

    Confirm on the summary screen that "Internet" is through your "Local network connection" and that the wizard correctly selected your USB adapter as the "connecting to your network" (this screen shot shows that the connection to the Local network is connected to 'your network' because the Dial-Up connection is connected to the Internet)--> http://screenshots.modemhelp.net/screenshots/Windows_XP/Network_Setup_Wizard/03_%28directly_connected%29/Dial-Up/04--2.shtml (click on the scroll bar to) see the screen shot in all)

    When you complete the wizard, you should be able to connect your TV to your USB adapter and it should work (Yes, there is a lot of "desirable"; good luck).

  • Developer Mode error: outdated., the xxAM.xxVO1 view object contained no trace. The records displayed may have been deleted, or the current record of the view object is not properly initialized.

    Hi all

    I'm creating a Maunal search page.

    To do this, I created a view based on a custom display object.

    Page contains 2 parameters.

    If I give all settings and click the OK button.

    It gives the following error.

    Developer Mode error: outdated data


    This page contains outdated information. This error could have been caused by the use of the buttons of the browser (the browser back button, for example). If the browser navigation buttons were not used, this error may result from coding errors in the application code. Please check press the back button on the browser developer guide - view primary key object comparison section to review the main cause of this error and correct the mistakes of coding.


    Cause:
    The view BLTrinDisplayAM.ViewVO1 object did not contain any record. The records displayed may have been deleted, or the current record of the view object is not properly initialized.

    To visit, please click on the Home link at the top of the application page to return to the main menu. Next, go to this page using the app's navigation controls (menu, links and so on) rather than use the controls of the browser as rear or front.

    If I don't give any parameter and click go Button.The content of the view are displayed.

    So if I pass all parameters and click Go, then the corresponding record is displayed.

    Why, for the first time, if I give the parameter and click Go, obsolete data error is coming?

    Please help me.

    Grateful for your help!

    -Aren

    You use the object of the view for the search criteria and search results fields.

    I suggest you to remove references of VO fields of search criteria, item1 and item2.

    And in the event of the button 'Go' in the processFormRequest, get the criteria for field values entered by the user as below and run the object (ViewVO1) of the view by using these values.

    String buCode = pageContext.getParameter ("item1");

    String lsiCode = pageContext.getParameter ("item2");

    Thank you

  • Look an OSX 'point of view to portrait"not"view of landscape ".

    My Air 11 '' has a screen that is up 5 5/8 "and 10" wide.

    This is not a screen ideal for reading a document, if you are looking to him normally, but if I had to rotate and read the book with the WIDTH being 5 5/8 "and 10" HEIGHT, would be perfect. of course, I have to hold the computer in this way while I was reading, but I would try this.

    is there such a feature that would allow me to test this out. interested in native or third-party options.

    Thank you

    Look an OSX 'point of view to portrait"not"view of landscape ".

    If you use only the MacBook Air screen it's doable, but it's hard to return to the normal display.

    Try this (works) in El Capitan:

    1. Launch of system in the Apple  menu preferences.
    2. Command-Option-click on the "View" icon
    3. On the right side of the display preferences, search for the "Rotation" menu dropdown visible again.

  • When a pop-up window opens in a new tab, do NOT pass it immediately

    Hello.
    I changed the value of browser.link.open_newwindow.restriction from 2 to 0. Now pop-ups will open in a new tab instead of new window, which is cool.
    But still firefox goes immediately to the ToolTip that gets opened in a new tab.
    I want to have firefox in a way that, when a pop-up window is opened in a new tab, do NOT pass it immediately.

    Note: The option "when I open a link in a new tab, switch to it immediately" in the menu Options-> tabs, is already disabled.

    Try to set the pref browser.tabs.loadDivertedInBackground to true on the topic: config page.

  • Gateway device Managemeny could not pass authentication

    Hello

    We are upgrading of HPDM 4.6 to 4.7 and the keystore file has been deleted in the process. So, we get this log message whenever we try to send a job to one of our machines:

    "Agent denied the task because the device management gateway could not pass authentication".

    I deleted the two files of C:\Windows\xpeagent key on one of the machines and that seems to have solved the problem - for this computer. Repeat this process for ALL our machines would be a daunting task.

    Is there another way to resynchronize the devices with the server, or are we out of luck?

    If we should not touch each machine individually, anyone has advice or scripts to speed up the process?

    Thanks in advance for any advice you can offer!

    I can't figure out how to import the database into the latest version of the client server postgre and I already spent a lot of time on this project. I don't have the password to the database to original then I would probably just be stuck again, in any case. We're going to rename the key on clients computers files for now.  Thanks for your help!

  • I got an iphone 4 to a friend in the Canada. I want to use it here in the Philippines as a regular iPad reserved for wifi, how can I use it without sim card? It does not pass the activation page. Help please?

    I got an iphone 4 to a friend in the Canada. I want to use it here in the Philippines as a regular iPad reserved for wifi, how can I use it without sim card? It does not pass the activation page. Help please?

    You can activate it without a SIM card. If it is locked, it takes a SIM card by the carrier, for it is locked. The SIM card should not be linked to an active line of service, but it must be present to activate it.

  • Computer hp laptop 15 will not pass the logon screen

    I go from 8.1 to 10. Had problems with USB and asked the Microsoft Chat Help. They fixed but my keyboard and wifi would not work. They tried again and after that they have restarted the computer remotely it will not pass the logon screen (time/date). The screen and the keyboard manual do not work. I have a hp laptop 15. They want to take their store service 02:30 minutes away. Any help?

    Hi @samlobos,

    Thank you for joining the HP Forums!

    I read your post that your 15 HP laptop is not going to pass the opening screen. I'm happy to help you!

    Please, try the steps in this guide, the computer does not (Windows 10). If this does not resolve the problem, contact HP telephone support for further assistance for the maintenance options. (After you fill out the information, you will receive a phone number.) If you do not live in the United States / Canada region, please click the link below to get help from your region number. Language-country selector.

    If it helps, please consider clicking on "accept as a solution." And, please click the thumbs up icon. The two icons are below this post.

    I hope that this post helps!

  • RES://C:\Windows\system32\mmcndmgr.dll/views.htm (error not found)

    HI, I am unable to solve this help please me...

    RES://C:\Windows\system32\mmcndmgr.dll/views.htm (error not found)
    By these Services on the server are not begin in 2008r2


    (1) group policy

    (2) Service Control Manager

    (3) the Client DNS events

    (4) browser

    (5) Kerberos security

    All the above services do not solve & due to this FSMO roles are
    not work & unable repeated files.

    Please help me on this point, it's to create a big problem for me here.

    Hi Varun,

    I suggest that you post this question in the Windows Server 2008 support TechNet forums: http://technet.microsoft.com/en-us/windowsserver/bb512923

    Thank you.

  • Why do I get a message "software you are installing has not passed Windows Logo test, such as Legacy Driver, Activity Monitor and driver plug-and-play

    WY the message about not to test the Windows Logo on these drivers as follows: Legacy Driver, Activity Monitor and no plug-and-play drivers

    Hi John,.

    Thanks for posting this question in the Microsoft Community.

    I'll certainly try and help you get the problem solved. Please provide us with some answers before proceeding.

    1. when exactly you get the error message?

    2. are you aware of any changes made to the computer before the show?

    This type of error message arises usually when the driver that you are trying to install has not passed the Windows logo test or is not approved by Microsoft.

    Here is a link with a few steps of good to help solve problems like yours. Go through the steps from 1 to 10 and check if that helps.

    Hope this helps and provide us more information if you need more assistance. We will be happy to help.

  • Message appears in the corner of my office: "you may be victim of software counterfeiting. This copy of windows does not pass genuine windows validation. »

    How can I remove "ask for authentic" microsoft in my computer software?

    It shows a message to the right down corner of my desk that says "you may be victim of software counterfeiting. " This copy of windows does not pass genuine windows validation. »

    "Once you install a Windows operating system license 'authentic', the" ""you may be victim of software counterfeiting " notification will disappear.

  • Brother HL-2140 printer has not passed logo testing for XP

    Use printer Brother HL-2140 for nearly two years without problem. Recently started to receive the message "Printer not passed Windows Logo testing to verify its compatibility with Windows XP Pro." Tried to change the settings through "driver settings" and "security options". Printer works but I find annoying pop ups whenever I go to print something.

    If you uninstall the current driver can change the warn to ignore, restart your computer and reinstall the current driver the popup should disappear.

    This is the driver that is causing the popup.

  • I recently downloaded Windows XP and he tells me is not passed windows genuine. How can I spend without having to buy it again?

    I recently downloaded windows xp and he tells me is not passed windows genuine. How can I spend without having to buy it again?

    It is likely that if you have downloaded XP a purchase, that it's a forgery, because MS has not sold XP Download drink for years.

    As says Carey - we need to check it out...

    To analyze and solve problems for Activation and Validation, we need to see a full copy of the report produced by the MGADiag (download and save to the desktop - http://go.microsoft.com/fwlink/?linkid=52012 ) tool
    Once saved, run the tool.
    Click on the button continue, which will produce the report.
    To copy the report in your response, click the button copy in the tool (ignore the error at this stage), and then paste (using r-click and paste or Ctrl + V) in your response.
    -* in your own thread *, please

    Please also state the Version and edition of Windows cited on your COA sticker (if you have one) on the case with your machine, but do NOT quote the key on the sticker!
     http://www.Microsoft.com/howtotell/content.aspx?PG=COA

  • Apple Mobile Device USB Driver has not passed Logo testing for compatibility with Windows XP, I ran the suggestion to "fix" 925196 that it still does not work. What can I do else?

    Bought the iPhone 3 g (not 4) trying to run the material but get the following error: Apple Mobile Device USB Driver no has not passed Windows Logo testing to verify compatibility with Windows XP continues the installation of this software may impair or destabilize the functioning of your system.

    Windows XP Service Pack 3 is running.

    I ran the 'Fix - It' 925196 solution, but the problem could not be solved. What is a malware problem?

    Hi deanie3,

    We will check if the following is useful.

    Method 1: Run the next Fixit and check the issue.

    Hardware devices do not work or are not detected in Windows

    Method 2: Follow the steps in the below article mentioned to see if it helps.

    You cannot install some programs or updates

Maybe you are looking for

  • WRAP TEXT vs BLEED vs CUTOFF TEXT

    I'm doing a long string of text in a cell to disappear instead of bleeding or packing. I know how Wrap Text When you insert a long string of text in a cell (such as a URL), there is a text wrap option that looks like this: When this box is checked: T

  • XNET Executive session: read frame vintage - not able to read i / c frames

    Hello I created Veristand Custom Device for RT PXI monitor Xnet CAN of my Test frameworks to the UUT. I use CAN map 8513. I have a problem that I could see images from to WEAR it, but not able to see the (outgoing) frames, I send to USE. But since my

  • How to scan/copy options printing?

    I do not have the manual and only Print - all of a sudden I don't have Scan or copy and nothing I've done helps

  • I'm having a problem with the file type on my computer, can anyone help?

    I cling to the top of my web cam and when I checked to see if she was at work, he asked how to open the file, so I chose the media player. Then I noticed that all the icons on my desk were ready to open in media player so now I can't open the program

  • Need to reload the windows version 7 of Freecell

    My Lenovo hard drive crashed and had to be replaced when they did Freecell has been installed is no longer with my Windows 7. I liked the version of Windows 7.  How can make this comeback?