PI 7.0: recursive structure can not be mapping to a flat structure

I use PI 7.0 ,the source structure is like this:
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">     
        <wsdl:types>
          <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                    <xsd:complexType xmlns:p0="http://www.w3.org/XML/1998/namespace" name="NodeA">                    
                    <xsd:element name="NodeA" type="NodeA" minOccurs="0" maxOccurs="unbounded" />                    
                    <xsd:attribute name="ID"   type="xsd:string" />
                    <xsd:attribute name="NAME" type="xsd:string" />                    
                 </xsd:complexType>
     </wsdl:types>
     <wsdl:message name="root">
          <wsdl:part name="root" element="root" />
     </wsdl:message>
</wsdl:definitions>
"NodeA" is recursive type.
I want to transform the source data to flat file.
examples:
source xml(tree):
  101 AAA
  __201 BBB
  _______301 CCC
  _______302 DDD
  _____________401 EEE
destination (flat file):
ID  NAME  FID
101 AAA
201 BBB   101
301 CCC   201
302 DDD   201
401 EEE   302
Because NodeA is recursive, I can not make the mapping work.
can Anyone help me?
                  Thanks!
Edited by: Harry on Feb 26, 2009 8:50 AM
Edited by: Harry on Feb 26, 2009 8:51 AM

This is my Message Type, you can import them as External Defination:
Then map MT_Src to MT_DEST.   Thanks!
MT_Src:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://test.com/diss" xmlns="http://test.com/diss" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:element name="MT_SRC" type="DT_SRC" /><xsd:complexType name="DT_SRC"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">82c08380046b11de920c001a4b064ae2</xsd:appinfo></xsd:annotation><xsd:sequence><xsd:element name="TEST" type="DT_TEST" minOccurs="0" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">c23a4750046911decc490019210863b9</xsd:appinfo></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType><xsd:complexType name="DT_TEST"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">82c23130046b11de833d001a4b064ae2</xsd:appinfo></xsd:annotation><xsd:sequence><xsd:element name="SELF" type="DT_TEST" minOccurs="0" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">71c72500046811de98e60019210863b9</xsd:appinfo></xsd:annotation></xsd:element></xsd:sequence><xsd:attribute name="ID" type="xsd:string" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">4a0a4dc0046911deaff30019210863b9</xsd:appinfo></xsd:annotation></xsd:attribute><xsd:attribute name="NAME" type="xsd:string" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">4a0a4dc1046911dec5290019210863b9</xsd:appinfo></xsd:annotation></xsd:attribute><xsd:attribute name="DES" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">61958680046911de964c0019210863b9</xsd:appinfo></xsd:annotation></xsd:attribute></xsd:complexType></xsd:schema>
MT_DEST:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://test.com/diss" xmlns="http://test.com/diss" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:element name="MT_DEST" type="DT_DEST" /><xsd:complexType name="DT_DEST1"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">8ead08d0046b11de9c38001a4b064ae2</xsd:appinfo></xsd:annotation><xsd:sequence><xsd:element name="ID" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">0112d730046a11de9e6f0019210863b9</xsd:appinfo></xsd:annotation></xsd:element><xsd:element name="NAME" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">0112d731046a11dea46d0019210863b9</xsd:appinfo></xsd:annotation></xsd:element><xsd:element name="FID" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">0112d732046a11deace60019210863b9</xsd:appinfo></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType><xsd:complexType name="DT_DEST"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">8eab5b20046b11deba72001a4b064ae2</xsd:appinfo></xsd:annotation><xsd:sequence><xsd:element name="D1" type="DT_DEST1" minOccurs="0" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">18188c40046a11deac300019210863b9</xsd:appinfo></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:schema>

Similar Messages

  • Disk Utilities can not repair my disk - invalid node structure. How can I repair my disk? I have restarted with the CD.

    Hi,
    How can I repair my hard disk. Computer Starts up and then shuts down.
    I've started up with the CD and disk utilities can not fix the disk, invalid node error.
    How can I fix my disk?
    I need to get to the file on the hard disk.
    Thanks
    Peter

    With Disk Warrior can I start with a CD/DVD and get at the files on the hard disk?
    With apple disk utilites I can not see my files that are on the hard disk.
    If I could get at my files I could back them up and reformat my hard disk.

  • Can not create mapping fro message type defined in a folder in PI

    Hello
    in PI 7.1, there is feature to created folder which is very good to organize you objects in the way you like. In ESR, I can create a new folder, and then create data type and  message type within the folder, however when I try to create a message mapping, I can NOT use message types created in any folders, only the message types created in the SAP pre-defined node Message Types can be used for message mapping. Is it a bug? if yes, in which SP will it be fixed? is there any go-around for this issue by now? I am using PI 7.1 SP5.
    Thanks
    Eric

    Hi Eric,
    It is not the flaw.
    You have two options :
    1) You can directly drag the Message Type into Message Mapping Source and Target Message area
    2) Select the Signature Tab -->Create the New Entry of Message Type and Select from the Search Result
    regards
    Gangaprasad

  • Can not use Global Variable in Event Structure

    I am using LabVIEW 2009.
    In my LabView project I have a Boolean Global variable called EStop. I can read and write the Global variable. If I double click on the Global variable, it takes me to EStop.vi which includes a Text Button. EStop.vi is part of my Project.
    In one of my VIs, I have an Event Structure. If I go to one of the Event Handlers in that Event Structure and right click and then select Add Event Case, I get a list of possible events. But that list does not include EStop or an EStop events.
    I want to Add an Event Case for EStop: Value Changed.
    Why can't I Add events to an Event Case that include events on Global Variables like value changed?
    How do I add EStop: value changed event to my Event Structure.
    Solved!
    Go to Solution.

    dbaechtel wrote:
    I have many events throughout the system that might need to cause the system to do an Emergency Stop action. So I want ro use a Global variable that is accessible from anywhere in the system. Any action or condition that occurs anywhere in the system can activate the emergency Stop condition by setting the boolean EStop Global variable to True. When the Global bolean variable goes true(value changed), I want to detect that event in an Event Structure and do the actions necessary to accomplish a system Emergency Stop.
    Sorry, I am not familiar with your terminologies. What is your definition of a "system".
    One big VI with many parallel loops?
    Several VIs running in parallel?
    LabVIEW Champion . Do more with less code and in less time .

  • Can not view Maps in the BB Maps App

    I have curve 3G 9300, I have my BBM service active & downloaded BB maps on my phone. The GPS tracks my location but It does not display a map but just a grey patch of land. Can anyone help me out?

    If you are getting an error message stating that you are unable to make purchases please call apple support at 800MYAPPLE ask to speak to someone regarding itunes store/app store for information about your account. Please let them know you are getting an error that will not allow you to make purchases with your account.
    You should get some idea from them as to what is going on with your account.
    Good luck Friend.

  • Can not converted to be a charter-type field

    Hi everyone,
      As i m new in abap . i wrote this code and received charter type error.
    *& Report  ZT11
    REPORT  ZT11.
    DATA: aa type lfa1.
         tables lfa1.
         select * from lfa1 into aa where lifnr > 'Z' .
             write / aa.
            endselect.
        if sy-subrc <> 0.
             write / 'No records found'.
            endif.
    error is
    'AA' can not converted to a character-type field.
    plz help to reslove the error .
    thanks in advance.
    Edited by: Faisal Abbasi on May 9, 2010 11:19 AM

    Hi Dear,
    This is Unicode problem, In unicode systme some restriction in programing.
    There is three kid of data type
    Character Processing ( C, N, D, T and STRING ).
    Byte Processing Mode ( X and XString ).
    Numeric Data Type ( I, P , F ).
    whenever in structure all kind of data types are used then you can not use WRITE and then whole structure name.
    in LFA1 in ECC6.0 if any custom fields are not added then up to length 1232 is determined as Character.
    so if you will give aa(1232) it will work similarlly other kid of remainig data tpe you move in another structure of required format and then check.
    REPORT ZT11.
    DATA: aa type lfa1.
    tables lfa1.
    select * from lfa1 into aa where lifnr > 'Z' .
    write / aa(1232).
    endselect.
    if sy-subrc 0.
    write / 'No records found'.
    endif.
    For better Understanding Check
    The following structure has both character-type and non-character-type components:
    BEGIN OF STRUC,
      a TYPE c LENGTH 3,    "Length 3 characters
      b TYPE n LENGTH 4,    "Length 4 characters
      c TYPE d,             "Length 8 characters
      d TYPE t,             "Length 6 characters
      e TYPE f,             "Length 8 bytes
      f TYPE c LENGTH 28,   "Length28 characters
      g TYPE x LENGTH 2,    "Length 2 bytes
    END OF STRUC.
    The Unicode fragment view splits the structure into four areas F1 - F5.
    [ aaa | bbbb | cccccccc | ddd | AAA | eeee | fffffffffffff | gg ]
    [            F1               |  F2 |  F3  |       F4      | F5 ]
    Offset/length access is only possible for the character-type initial fragment F1. Specifications such as struc(21) or struc7(14) are accepted and are handled as a single field of type c. An access such as struc57(2), for example, is not permitted in Unicode systems.

  • Map Trash disappeared completely out of my account in TB. I can not delete messages anymore in Inbox. I created a submap in Inbox. Can not delete that either.

    Suddenly, without any action on my side the Map Trash disappeared completely out of my account in TB. I can not delete messages anymore in Inbox. I created a submap in Inbox. Can not delete map that either. How to fix/restore this problems?

    hope I do well!
    Toepassingsbasics
    Naam: Thunderbird
    Versie: 24.5.0
    Useragent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
    Profielmap: Map tonen
    (Lokaal station)
    Build-ID van de toepassing: 20140424091057
    Ingeschakelde plug-ins: about:plugins
    Buildconfiguratie: about:buildconfig
    Crashrapporten: about:crashes
    Geheugengebruik: about:memory
    E-mail- en nieuwsaccounts
    account2:
    INCOMING: account2, , (none) Local Folders, plain, passwordCleartext
    account3:
    INCOMING: account3, , (pop3) pop.ziggo.nl:110, plain, passwordCleartext
    OUTGOING: smtp.ziggo.nl:587, alwaysSTARTTLS, passwordCleartext, true
    Extensies
    Test Pilot for Thunderbird, 1.3.10, true, [email protected]
    Belangrijke aangepaste voorkeuren
    Naam: Waarde
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.disk.smart_size_cached_value: 358400
    extensions.lastAppVersion: 24.5.0
    font.name.monospace.el: Consolas
    font.name.monospace.tr: Consolas
    font.name.monospace.x-baltic: Consolas
    font.name.monospace.x-central-euro: Consolas
    font.name.monospace.x-cyrillic: Consolas
    font.name.monospace.x-unicode: Consolas
    font.name.monospace.x-western: Consolas
    font.name.sans-serif.el: Calibri
    font.name.sans-serif.tr: Calibri
    font.name.sans-serif.x-baltic: Calibri
    font.name.sans-serif.x-central-euro: Calibri
    font.name.sans-serif.x-cyrillic: Calibri
    font.name.sans-serif.x-unicode: Calibri
    font.name.sans-serif.x-western: Times New Roman
    font.name.serif.el: Cambria
    font.name.serif.tr: Cambria
    font.name.serif.x-baltic: Cambria
    font.name.serif.x-central-euro: Cambria
    font.name.serif.x-cyrillic: Cambria
    font.name.serif.x-unicode: Cambria
    font.name.serif.x-western: Cambria
    font.size.fixed.el: 14
    font.size.fixed.tr: 14
    font.size.fixed.x-baltic: 14
    font.size.fixed.x-central-euro: 14
    font.size.fixed.x-cyrillic: 14
    font.size.fixed.x-unicode: 14
    font.size.fixed.x-western: 14
    font.size.variable.el: 17
    font.size.variable.tr: 17
    font.size.variable.x-baltic: 17
    font.size.variable.x-central-euro: 17
    font.size.variable.x-cyrillic: 17
    font.size.variable.x-unicode: 17
    font.size.variable.x-western: 17
    mail.openMessageBehavior.version: 1
    mail.winsearch.firstRunDone: true
    mailnews.database.global.datastore.id: 10bfdcea-57ec-4103-8e13-1704c8908e6
    network.cookie.cookieBehavior: 2
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1399801258
    places.history.expiration.transient_current_max_pages: 104858
    plugin.importedState: true
    plugin.state.np32dsw: 0
    plugin.state.npctrl: 0
    plugin.state.npgoogleupdate: 0
    plugin.state.nppdf: 0
    plugin.state.npspwrap: 0
    plugin.state.npwlpg: 0
    plugins.update.notifyUser: true
    Grafisch
    Adapterbeschrijving: AMD Radeon(TM) HD 6520G
    Vendor-ID: 0x1002
    Device-ID: 0x9647
    Adapter-RAM: 512
    Adapterstuurprogramma’s: aticfx64 aticfx64 aticfx64 aticfx32 aticfx32 aticfx32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a atitmm64
    Stuurprogrammaversie: 8.900.7.1000
    Datum stuurprogramma: 9-28-2011
    Direct2D ingeschakeld: false
    DirectWrite ingeschakeld: false (6.2.9200.16571)
    ClearType-parameters: ClearType-parameters niet gevonden
    WebGL-renderer: false
    GPU-versnelde vensters: 0
    AzureCanvasBackend: skia
    AzureFallbackCanvasBackend: cairo
    AzureContentBackend: none
    JavaScript
    Incrementele GC: 1
    Toegankelijkheid
    Geactiveerd: 0
    Toegankelijkheid voorkomen: 0
    Bibliotheekversies
    Verwachte minimale versie
    Gebruikte versie
    NSPR
    4.10.2
    4.10.2
    NSS
    3.15.4 Basic ECC
    3.15.4 Basic ECC
    NSS Util
    3.15.4
    3.15.4
    NSS SSL
    3.15.4 Basic ECC
    3.15.4 Basic ECC
    NSS S/MIME
    3.15.4 Basic ECC
    3.15.4 Basic ECC

  • Can not use the maps Otherwise iPad will switch off itself

    As the question described in the topic, I now want to reinstall this app or delete it from the first page, but I can not a way to do that. Could anybody please tell me how to do it-delete the apps from the first page. When I long tap the apps icon in the first page there is no delete signs appear on the left upper corner but they do from the second page.

    My problem is not about reset. I can not use maps app, everytime when I tap the maps, the machine will switch itself off, which means the white apple appears on the screen. Also, I can not search any location by google map. My hypothesis is to delete the maps app then install it again. However, I can not find a way to delete it, as you mentioned it was firmware I could not delete it at all. But I still wonder if anyone here can give constructive suggestions to fix the maps issue.

  • Problem Mapping Deep Structure to Flat Structure

    Hello,
    I hope someone can help me.  My scenario is idoc to file.  I am collecting many idocs with a bpm and writing them out to one file.  My bpm is working great, but my mapping program is not working properly.  My source message is a deep structure and my target message is a flat structure. 
    See my example message formats below.
    Source message:
    zmessage (1..1)
    +zidocmessage (0..unbounded)
    ++zidoc       (1..1)
    +++zidocheader (1..1)
    ++++zidocitem  (0..unbounded)
    Target Message:
    zmessage (1..1)
    +zfilemessage   (1..1)
    ++zfilefirstrec (1..1)
    ++zfileheader (1..unbounded)
    ++zfileitem   (1..unbounded)
    I need to map zidocheader to zfileheader and zidocitem to zfileitem. 
    The Source Data:
    <zmessage>
      <zidocmessage>
        <zidoc>
          <zidocheader>
             <hfield1>hf1</hfield1>
             <hfield2>hf2</hfield2>
             <zidocitem>
               <ifield1>if1</ifield1>
               <ifield2>if2</ifield2>
             </zidocitem>
             <zidocitem>
               <ifield1>if1</ifield1>
               <ifield2>if2</ifield2>
             </zidocitem>
          </zidocheader>
        </idoc>
      <zidocmessage>
        <zidoc>
          <zidocheader>
             <hfield1>hf1</hfield1>
             <hfield2>hf2</hfield2>
             <zidocitem>
               <ifield1>if1</ifield1>
               <ifield2>if2</ifield2>
             </zidocitem>
             <zidocitem>
               <ifield1>if1</ifield1>
               <ifield2>if2</ifield2>
             </zidocitem>
          </zidocheader>
        </idoc>
    </zmessage>
    The Target Data:
    <zmessage>
      <zfilemessage>
        <zfilefirstrec>
          <firstrecfield1>ff1</firstrecfield1>
          <firstrecfield2>ff2</firstrecfield2>
        </zfilefirstrec>
        <zfileheader>
          <hfield1>hf1</hfield1>
          <hfield2>hf2</hfield2>
        </zfileheader>
        <zfileitem>
           <ifield1>if1</ifield1>
           <ifield2>if2</ifield2>
        </zfileitem>
        <zfileitem>
           <ifield1>if1</ifield1>
           <ifield2>if2</ifield2>
        </zfileitem>
        <zfileheader>
          <hfield1>hf1</hfield1>
          <hfield2>hf2</hfield2>
        </zfileheader>
        <zfileitem>
          <ifield1>if1</ifield1>
          <ifield2>if2</ifield2>
        </zfileitem>
        <zfileitem>
           <ifield1>if1</ifield1>
           <ifield2>if2</ifield2>
        </zfileitem>
      <zfilemessage>
    </zmessage>
    Can someone advise me on how to map this correctly?
    Thank you,
    Rhonda

    Hello,
    Can someone please help me with this problem?
    I am at the point where all of the records in my source message are being written out, however, all of the header records are together and all of the line item records are together.  So, the target message is not in the proper sequence.  It should contain the header record, then item records, header record, then item records, etc. 
    Is there anyone that can help me with this issue?
    Thank you,
    Rhonda

  • Flat structure,deep structure, and info structure

    hi,
    What is meant by flat ,deep ,info structures what is difference among them?

    Flat structure:
    If you have a structure with list of fields on it and You can have a structure with in the structure included
    Deep structure:
    If you have tabletype(internal table) included in the
    structure
    Flat structures contain only elementary data types with a fixed length (no internal tables, reference types, or strings).
    The term deep structure can apply regardless of whether the structure is nested or not
    The technical difference between deep structures and all others is as follows.
    When you create a deep structure, the system creates a pointer in memory that points to the real field contents or other administrative information.
    When you create a flat data type, the actual field contents are stored with the type in memory. Since the field contents are not stored with the field descriptions in the case of deep structures, assignments, offset and length specifications and other operations are handled differently from flat structures

  • Can not store data to append structure in mara

    Hi
    after make the following steps, I have problem, please give me some tips. thanks
    1, Append structure Zcode in MARA.
    2, Created a ZMGD1 via SE80 copy from function group MGD1.
    3, modify screen 0001, put this Zcode in this screen and FC MARA-Zcode.
    4, change SPRO, specify new program SAPLZMGD1 for this screen 0001.
    after these steps, I can find out this new field (Zcode) appear in MM02.
    but, the data of Zcode can not be store in MARA.

    Hi:
    the exactly problem is I don't know how to read this screen field value, and how to transfer to wmara-Zcode.
    anybody can help me?
    thanks
    Henry

  • Can not refer to a field in the structure INCLUDE

    Hi gurus,
    I have tried to declare an internal table like ( SAP standard )
    DATA: BEGIN OF OBJECT_TAB OCCURS 0.
            INCLUDE STRUCTURE RQMQMEL1.
    DATA:   SELECTED,
            PM_SELECTED TYPE PM_SELECTED,
            LIGHTS,
    "add some more fields
          END OF OBJECT_TAB.
    But then i can not reference to this structure for the field QMNUM in the INCLUDE STRUCTURE RQMQMEL1.
    I refer by l_qmnum = object_tab-qmnum . It show an error message like " This field can not be found in this table"
    Could you suggest me a solution for this
    Thanks

    Hi,
    Sorry for the wrong suggestion.  Please check the help of Include. It specifies as follows:
    Even if the structure rec that you want to define contains extra components, do not use
    DATA: BEGIN OF rec,
            INCLUDE STRUCTURE s.
    DATA:   ...
          END OF rec.
    Instead, use
    DATA: BEGIN OF rec,
            rec LIKE s,
          END OF rec.
    You can then address s as a substructure of rec.
    Note
    Although "INCLUDE STRUCTURE s." expands the substructure s into its components, its alignment remains unchanged. This means that there may be extra fields inserted as padding before the first component or after the last component of s within rec.

  • Simplesave sd320a does not show saved files or directory structure, disk full?, I can restore

    I was saving files from an old win95 machine to bring them to a new laptop which is windows 7.  I plugged in the drive which is not full and I can only see the hp launcher.  In drive properties this drives shows 100 pct full.
    I can and did pull up an old simple save backup and restore pictures.
    The windows 7 machine is a locked down work machine.  Maybe the file structure was changed by the windows 95 machine and now my windows 7 machine can not see the root directory?
    I have not written to the drive since storing all of the pictures from the 95 machine and unplugging the external hard drive.
    I am looking for help on how to see the files in the root directory that I simply use the copy command to move them on to the external drive.

    OldGhias,
    Have you found a solution yet? I don’t know if I will be of any help but I was curious and no one else has chimed in yet.
    I don’t quite understand all of your statement.
    To clarify, you were making SimpleSave backups from Win95 and cannot see them all on the Win7 laptop?
    Or
    You were copying files over (SimpleSave utility not used) and you cannot see those files on Win7 but you can on the Win95 machine?
    Do you have another Win7 machine you could connect the external to, to see if the files are still not showing (one that is not locked for work)?
    On the drive that shows full, can you see it in Disk Management showing the correct size of the drive and also another CD drive? Not your real CD/DVD drive, it’s actually a CD emulator that is attached to the HDD for encrypting the backups and all SimpleSave’s have them.
    Lastly, did you reformat the SimpleSave drive to Fat32 first?
    My understanding is that USB support was quite limited on Win95 machines. Since Win95 is Fat32 and the SimpleSave drive is by default NTFS, I would think it would not work.

  • What is the solution for error occur "you can not open vi recursively" ?

    I can not open two VIs recursively.
    I have one VI name ni.vi and 2nd have ni1.vi. now when I commnunicate these 2 VIs then the above error occur.
    I placed ni.vi in the ni1.vi and this ni.vi is open by one button. same as i just try to placed ni1.vi in the ni.vi then the above message occur.The Labview do not allow me to place ni.vi

    Hi,
    I think this link with an example VI can solve your problem.
    http://digital.ni.com/public.nsf/websearch/3FBC5856A4BAACB886256D270001A91F?OpenDocument
    Example:
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B123AE0CBA5B111EE034080020E74861&p_node=DZ52054&p_submitted=N&p_rank=&p_answer=&p_source=External
    TN

  • Can not change folders in "save as" or "upload" window in Windows 7. The folder structure doesn't appear in the left pane.

    The "save as" or "upload" location only displays the files in the last folder I saved in. I can not move out of that folder.

    Yes, Navigation Pane, that's the one I meant.
    It's checked but it's not there? Does it help at all to uncheck it and then go back in and turn it back on?
    Or is it just mostly useless. It is annoying that Windows 7 doesn't synchronize the Navigation pane with the file list.
    What I generally do is click the folder name in the top address bar to navigate up to a level or two. Then I can drill back down to where I need to go using the right pane. Does that work for you?

Maybe you are looking for