GetNodes returing Mulitple nodes error

Hi All,
I am trying to use xpath query getNodes to get the each node from the xml and assign to the variable of type element.
When i ran it i am ending with error as below. I am sure what have give is correct.
XPath query string returns multiple nodes. The assign activity part and query are returning multiple nodes. The assign activity part and query named in the error message returned multiple nodes. It should return single node. According to BPEL4WS specification 1.1 section 14.3, the assign activity part and query named in the error message should not return multiple nodes. Verify the part and xpath query named in the error message at line number 203 in the BPEL source.
Could some one please help me here.
My assign activity
<assign name="Asg_getNodesReceipt">
      <copy>
        <from expression="ora:getNodes('CtReceivingUpload','/ns14:receipts/ns14:receipt[$count]')"/>
        <to variable="receipttest" query="/ns14:receipt"/>
      </copy>
    </assign>receipttest is the variable of element type receipt.
XSD is here :-
<?xml version="1.0" encoding="windows-1252" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"
            targetNamespace="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"
            elementFormDefault="qualified">
  <xsd:element name="receipts">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element minOccurs="1" maxOccurs="unbounded" ref ="receipt"/>
    </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
  <xsd:element name="receipt">
  <xsd:complexType>
  <xsd:complexContent mixed="false">
  <xsd:extension base="InterfaceEntity">
  <xsd:sequence>
  <xsd:element minOccurs="0" maxOccurs="1" name="Appointment" type="Appointment"/>
<xsd:element minOccurs="0" maxOccurs="1" name="ArrivedDate" type="xsd:dateTime"/>
<xsd:element minOccurs="0" maxOccurs="1" name="InternalRecNum" type="xsd:int"/>
<xsd:element minOccurs="0" maxOccurs="1" name="ReceiptId" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="ReceiptType" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="Details" type="ReceiptDetailList"/>
<xsd:element minOccurs="0" maxOccurs="1" name="ReceiptContainers" type="ReceiptContainerList"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="Appointment">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="ApptDateTime" type="xsd:dateTime"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ReceiptDetailList">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="ReceiptDetail" nillable="true" type="ReceiptDetail"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ReceiptDetail">
<xsd:complexContent mixed="false">
<xsd:extension base="InterfaceEntity">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="ErpOrderNum" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="SKU" type="SKU"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="SKU">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="Item" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ReceiptContainerList">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="ReceiptContainer" nillable="true" type="ReceiptContainer"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ReceiptContainer">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="ContainerId" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="ReceiptDetail" type="ReceiptDetail"/>
<xsd:element minOccurs="0" maxOccurs="1" name="Qty" type="xsd:decimal"/>
<xsd:element minOccurs="0" maxOccurs="1" name="Status" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="InterfaceEntity">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="UserDef1" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserDef2" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserDef3" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserDef4" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserDef5" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserDef6" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserDef7" type="xsd:decimal"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserDef8" type="xsd:decimal"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserStamp" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="appt_nbr" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
XML is here:-
<receipts xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd" xmlns="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"><ns6:receipt><ns6:appt_nbr>N</ns6:appt_nbr><ns6:ArrivedDate>2012-11-28T15:31:40</ns6:ArrivedDate><ns6:InternalRecNum>1001473</ns6:InternalRecNum><ns6:ReceiptId>16173</ns6:ReceiptId><ns6:ReceiptType>ASN</ns6:ReceiptType><ns6:Details><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail></ns6:Details><ns6:ReceiptContainers><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017444</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602001</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>170.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017433</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602060</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>118.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer></ns6:ReceiptContainers></ns6:receipt><ns6:receipt><ns6:appt_nbr>Y</ns6:appt_nbr><ns6:ArrivedDate>2012-11-28T15:33:41</ns6:ArrivedDate><ns6:InternalRecNum>1001474</ns6:InternalRecNum><ns6:ReceiptId>16174</ns6:ReceiptId><ns6:ReceiptType>ASN</ns6:ReceiptType><ns6:Details><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail></ns6:Details><ns6:ReceiptContainers><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017466</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602182</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>75.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017455</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602078</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>138.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer></ns6:ReceiptContainers></ns6:receipt></receipts>I am happy if someone point out where i went wrong here.
Edited by: Tarak on Nov 29, 2012 6:36 PM

Hi vald,
I am extremely sorry by mistake i click helpful and suppose to be correct. I am not sure i can revert it.If you know it please let me know.
Coming to this. I am getting it as expected but only problem is i am getting namespace url in each complextype element , i am sure it would not be any issue but just want to cross check with you that we can avoid this or not
here is output
<receipt><receipt xmlns="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"><ns6:appt_nbr xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd">N</ns6:appt_nbr><ns6:ArrivedDate xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd">2012-11-28T15:31:40</ns6:ArrivedDate><ns6:InternalRecNum xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd">1001473</ns6:InternalRecNum><ns6:ReceiptId xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd">16173</ns6:ReceiptId><ns6:ReceiptType xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd">ASN</ns6:ReceiptType><ns6:Details xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail></ns6:Details><ns6:ReceiptContainers xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017444</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602001</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>170.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017433</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602060</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>118.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer></ns6:ReceiptContainers></receipt></receipt>Regards,
Tarak

Similar Messages

  • Call Library node error [1]

    Hi,
    I've written a program to control the angular position by using PID control algorithm.
    The program works fine but after certain amount of time. The system hanged and need to shut down the LabVIEW and restart.
    The warning message pop up is showing in the attached file.
    One more question, is it the PCI-6221 M-series card can used for real-time application.
    Just for your information, I'm using:
    - LabVIEW 7.1
    - PCI-6035E
    The program is attached to the message "Call Library node error [2]"
    Thanks.
    Best regards,
    IANES
    Attachments:
    Error11.bmp ‏405 KB

    Hi,
    It would be very helpful if you could post the code you are using to generate this error. These call library errors can be caused by many things.
    Check out the following KnowledgeBases:
    http://digital.ni.com/public.nsf/websearch/0120D13​E4B4C94BB86256A3F007695EE?OpenDocument
    http://digital.ni.com/public.nsf/websearch/58596F5​D41CE8EFB862562AF0074E04C?OpenDocument
    -Sal

  • Document contains too many nodes error when extracting xml tag name

    I Have a large xml file in which the tag contains ~: as the value.
    Now I am trying to extract all the tags which have ~: as the value and store that column using the following query and insert into a table.
    insert into space_md select distinct xmltype(extract(value(x), '/').getstringval()).getrootelement() COLUMN_NAME
    from gt_xmltype_tab gt, TABLE(XMLSequence(extract(gt.xmlfile1, '/ROWSET/ROW/*'))) x
    where instr(extract(value(x),'/').getstringval(),'~:') > 1;
    The xml file was generated using dbms_xmlgen.getxml. Table has 48 columns and around 4000 rows.
    My above insert query gave me an error of 31186 too many nodes error.
    I am using oracle version 10.2.0.3.
    Following are the set of commands I ran....
    SQL> insert into gt_xmltype_tab(xmlfile1)
    values(XMLType(bfilename('BKUP_RES','QC.xml'),nls_charset_id('AL32UTF8'))); 2
    1 row created.
    SQL> SQL>
    SQL> insert into restore_space_metadata select distinct 'QC', xmltype(extract(value(x), '/').getstringval()).getrootelement() COLUMN_NAME
    2 from gt_xmltype_tab gt, TABLE(XMLSequence(extract(gt.xmlfile1, '/ROWSET/ROW/*'))) x
    3 where instr(extract(value(x),'/').getstringval(),'~:') > 1;
    insert into restore_space_metadata select distinct 'QC', xmltype(extract(value(x), '/').getstringval()).getrootelement() COLUMN_NAME
    ERROR at line 1:
    ORA-31186: Document contains too many nodes
    Is there a better way of extracting the xml tag element name based on the xmltag content?
    There is one other table which has 172 columns but only 100 rows so it doesnt create any problem on that table.
    But this QC table has less columns but many many rows...
    Any suggestions

    There is a requiremnent of taking centain type of data backup and restore it.
    It was implemented on flat file approach which was giving errors.
    So it was implemented using XML approach.
    Read data, store in xml file and read from xml file and load it into table.
    Further, found that dbms_xmlstore is not able to handle tag only with whitespace
    and tried to use the loading xml file into xmltype table column and extract data.
    XMLTYPE column also has same problem of ignoring whitespace when used with extractvalue functions.
    So for the workaround I update xmlfile having only one more more whitespace in the tag to have ~: character once.
    After restoring data from xml to table I would run update qeury to update ~: to " ".
    Now instead of running blind update for all the tables and all the columns from ~: to " " I thouhgt whyy not create a xml file of tag having ~:
    along with its tablename.
    and thats where I found the problem of too many nodes...
    THe insert query you saw is populating table for table_name and column_name with tag having only ~: in it.
    I hope this gives you the fair idea of stuff I am doing.

  • LM2902 "not enough nodes" error

    I'm using Multisim 11.0.278.
    I designed an EQ circuit that includes the model LM2902N.  The first time I tried to simulate it, the netlist generator complained that the model should have a node called "VS-", but the netgen couldn't find it because it's actually called "GND".
    I renamed the GND pins VS- and saved the corrected model in my User component library.  Then I replaced the old LM2902s with the new one.
    Now, when I try to simulate, I get a different error saying "not enough nodes found" in the LM2902. 
    How do I fix this?
    The schematic in question is attached.
    Attachments:
    EQ.ms11 ‏262 KB

    replacing the LM2902N components in your circuit with the equivalent in the database gave me no netlist issues and solved any that were in your circuit.
    The likely cause of your current issue is the model mapping. If the model nodes are not properly mapped within the model tab of the component, you will get the not enough nodes error.
    This can be fixed by going to.
    1) Tools > Database > Database Manager
    2) Locate you component in the components tab and select "Edit" (the component needs to be in your user or corporate database)
    3) Once in the model tab of the component editor, ensure the table is shown.
    If there are any pins showing NC, that is likely the cause of the not enough nodes found error. You will need to add the mapping for the NC node.(the order depends on the model in use and is usually written at the top of the model)

  • Invalid node error

    So by now, I've figured out that I probably need a new hard drive. But here's the real issue. I haven't backed up my hard drive in quite sometime. It's been too long for me to just wipe my hard drive. I need it backed up immediately. I tried backing it up in disk utility, but the back up only gets so far then an error message pops up, telling me that the back up could not be finished because of an in/out error. My question is, how do I go about getting all the files on that hard drive onto another? What programs will work? What should I do? Also, I ran disk repair. It says it can not fix the issue.

    'This last thing i remember trying to open a video in quicktime. Thats when everything went sour. Could that be the corrupted file?'
    It's not possible to answer that, I'm afraid. I have a nasty feeling that it's a lot worse than one corrupted file. An 'invalid node' error' means that the Directrory (which is the index which tells the computer where to look for files) is corrupted. It doesn't necessarily mean that any files are corrupted, but if the Directory isn't working then the computer doesn't know where anything is and can't boot or access the files. There's a good chance - though not a complete one - that DiskWarrior can fix this if that's all it is, but it costs $99.99. It scans the disk and builds a completely new directory, replacing the old one rather than trying to repair it as Disk Utility does. It is a useful program to have around anyway.
    An i/o error is a failure to read something, which could  simply be the result of the Directory problem, though it's possible that there might be other problems. If there's a sector or other physical failure with the disk then it's much less likely you will be able to access the data yourself.
    'Is there a way I can force the boot up just long enough for me to retrieve all the files i need?'
    I'm afraid that's unlikely. There's no magic way of increasing the likelihood of booting.
    Your best hope is probably DiskWarrior (I have no connection with this firm); if it works then it's money well spent, but of course if it doesn't it's an added expense on top of any replacement disk.
    And when you get this sorted out do institute a strong backup regime. Not backing up will inevitably eventually lead to the situation you now find yourself in. It's an area where paranoia pays. I maintain several different backups, including online for important data, Time Machine, and a couple of clones.

  • Invalid Node Error: What does this mean?

    I have a white Macbook I purchased in September of last year, so the hardware warranty is still active. I did not purchase any extended care warranty, but am considering it now...
    This past Monday, I was using my computer at one work site, then had to go to another. I shut it down, and when I got to my next destination (roughly 15 minutes later) I tried to power it up. I got the gray screen with the apple, the little wheel spinning below it, and after about two minutes of that, it shut down. That's all it has done since. It was working perfectly until then, as far as I could tell.
    I have tried resetting the PRAM, taking out the battery and holding the power button down, running a hardware check, and booting from the installation disk. The hardware check said it detected no problems, but the disk utility consistently finds an Invalid Node error, and can't repair the disk. I can't verify either, for the same reasons.
    Of course, I have nothing backed up. I would like to recover my data if possible, but I'd rather have a working computer with everything lost than neither. I have an appointment at a Genius Bar for tomorrow, but was wondering if anyone had any suggestions as to what this might be.
    I appreciate any help!

    Disk Warrior can repair the invalid node problem if it's not extensive. However, if DW is unable to repair the disk, then reformatting would be your only other option.
    If you have a backup clone from which you can boot the computer then you can update the backup of your data files before reformatting the drive. If you don't have a backup (which you should,) then the following would be an option:
    If you have access to another Mac with FireWire, then you can use Target Disk Mode to access the drive and backup your data files, provided the drive is accessible.

  • 'Could not find the requested node error' when guests join the meeting room

    I am working on a program where the owner would allow guests after they knock to enter the meeting room.  Upon acceptance, they would also be permitted to publish/subscribe audio.
    My ' meeting owner' application code is an adaptation of the Knocking Queue example. The 'owner app' code has the following settings in its creation complete.
    // Require that guests must knock.Note that this line changes the setting of your room so that in future anyone guest coming in
    // has to knock.
    cSession.roomManager.guestsHaveToKnock = true;
    //Enable autopromote
    cSession.roomManager.autoPromote =
    true;
    I get an error when the owner logins in first and accepts the guest into the meeting room.
       // Event handler function for displaying the selected Alert button.
                private function alertClickHandler(event:CloseEvent):void {
                 var queue:Array = pendingArray;
                 if ( cSession.userManager.myUserRole == UserRoles.OWNER ) {
          var item:Object = pendingArray.shift();
          trace (item["label"]);
          trace (item["descriptor"].userID);
                   if (event.detail==Alert.OK)
                    //Admit user for chatting
           cSession.roomManager.knockingQueue.acceptUser(item["descriptor"].userID);
           //Allow user to publish audio - supposed to be promoted through room setting
           //audioPub.setUserRole(item.descriptor.userID, UserRoles.PUBLISHER);
          else //if (event.detail==Alert.CANCEL)
           cSession.roomManager.knockingQueue.denyUser(item["descriptor"].userID);
    The 'client' application throws the following error.
    SWF] C:\Documents and Settings\a246216\My Documents\Flex Builder 3\Client Chat Tool\bin-debug\ClientChatTool.swf - 1,572,471 bytes after decompression
    AFCS Beta Build # : 0.92
    requestInfo http://connectnow.acrobat.com/fidelity2/ramr?guk=ZzprOg==&mode=xml&x=0.011843591462820768
    Getting FMS at https://na2.connectnow.acrobat.com/fms?ticket=1468amkp7k35g, attempt #1/3
    result: <fms>
      <origin>fms2.acrobat.com</origin>
      <proto_ports>rtmps:443</proto_ports>
      <retry_attempts>2</retry_attempts>
    </fms>
    #FMSConnector# Tue May 12 11:26:50 GMT-0400 2009 protocols: [object ProtocolPortPair]
    #FMSConnector# Tue May 12 11:26:50 GMT-0400 2009 [attempt 1 of 2] Connecting to 0/0: rtmps://fms2.acrobat.com/cocomo/na2-sdk-825d634c-46ed-4ed3-aa58-7450f0f7e36a/ramr #startProtosConnect#
    #FMSConnector# Tue May 12 11:26:50 GMT-0400 2009 tempNetStatusHandler 0/1,NetConnection.Connect.Success
    #FMSConnector# Tue May 12 11:26:50 GMT-0400 2009 isTunneling? false
    #FMSConnector# Tue May 12 11:26:50 GMT-0400 2009 is using RTMPS? true
    RECEIVED LOGIN AT SESSION
      .user descriptor from server [object]
        .displayName [string]= k
        .userID [string]= GUEST-110858C2-4F16-4FE8-BF2C-D572F915FEC5
        .affiliation [number]= 5
        .role [number]= 5
    RECEIVENODES UserManager
    receiveAllSynchData UserManager
    checkManagerSync:[object UserManager]
    RECEIVENODES FileManager
    receiveAllSynchData FileManager
    checkManagerSync:[object FileManager]
    RECEIVENODES AVManager
    receiveAllSynchData AVManager
    checkManagerSync:[object StreamManager]
    RECEIVENODES RoomManager
    receiveAllSynchData RoomManager
    checkManagerSync:[object RoomManager]
    RECEIVENODES Chat
    receiveAllSynchData Chat
    Error: Could not find the requested node.
    at com.adobe.rtc.sharedModel::CollectionNode/getNodeConfiguration()[C:\work\main\connect\coc omoPlayer10\src\com\adobe\rtc\sharedModel\CollectionNode.as:394]
    at com.adobe.rtc.sharedManagers::StreamManager/getNodeConfiguration()[C:\work\main\connect\c ocomoPlayer10\src\com\adobe\rtc\sharedManagers\StreamManager.as:577]
    at com.adobe.rtc.collaboration::AudioPublisher/onUserRoleChange()[C:\work\main\connect\cocom oPlayer10\src\com\adobe\rtc\collaboration\AudioPublisher.as:1009]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedManagers::StreamManager/onUserRoleChange()[C:\work\main\connect\cocom oPlayer10\src\com\adobe\rtc\sharedManagers\StreamManager.as:1410]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedModel::CollectionNode/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveCascadingUserRole()[C: \work\main\connect\cocomoPlayer10\src\com\adobe\rtc\sharedModel\CollectionNode.as:813]
    at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveUserRole()[C:\work\mai n\connect\cocomoPlayer10\src\com\adobe\rtc\messaging\manager\MessageManager.as:715]
    at com.adobe.rtc.session.managers::SessionManagerBase/receiveUserRole()[C:\work\main\connect \cocomoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerBase.as:352]
    The above error is thrown just when the 'guest' is accepted into the meeting room.  The guest has not published anything at this point.
    The chat part is working fine.
    I have tried different ways to resolve this issue but I am not getting anywhere.  I have tried different things.  Your help is appreciated.
    Ram

    It is win 7 64 bit system and same error on Illustrator x86 and x64.

  • Hard drive and Time Machine "Invalid Node" Error

    All,
    I have a late 2006 iMac, which I know must be at the end of its life now, but at the weekend my main internal HD developed an error, and it wouldn't boot, even from the recovery partition.
    I managed to find my old Snow Leapard disks and ran Disk Utility on my HD (when it actually saw it) and the error it came back with was "Invalid Node". After trying many things, I had to reformat and reinstall from my Time Machine back up, which went really well.
    However, once all restored it tried to do a backup and it failed. I then went into Disk Utility again and it found the same error on the Time Machine drive.
    Therefore, my question is, could the back up process have copied an 'error' to my back up? Or is this a fault somewhere else (Disk Management etc) that I need to watch in case it cases errors with my other drives that have important information on?
    Any help would be appreciated.

    Since the internal drive has failed, it's possible that some files were corrupted or not saved at all before it failed completely. There's no way of knowing which ones. After replacing the drive (or the computer) and restoring from a backup, you'll have to check the integrity of important files by opening them. Damaged files may be intact in an older snapshot.

  • Integration Broker - PTool 8.50 - Pinging remote node errors out

    Hi! I am trying to configure default local nodes on HCM 9.1 and FSCM 9.1, both systems have PeopleTools 8.50.
    HCM 9.1 is installed on Windows 7 Home Premium. DB is Oracle 10g
    FSCM 9.1 is installed on Windows 2003 server. DB is Oracle 10g
    Problem:
    =====
    When I ping remote node from HCM 9.1 it displayes the following message
    “PeopleSoftTargetConnector - The application server is down (or not responding). Check AppServer URL.”
    When I ping the remote node from FSCM 9.1 then I get the following message:
    “PSFT Authentication token failed for Node PSFT_HR. (158,454)”
    Setup Details:
    =========
    Here are steps I followed on both systems:
    FSCM 9.1. side :
    =========
    1.Defined local gateway. http://<My-Machine B>:/PSIGW/PeopleSoftListeningConnector When I ping it from Gateway page, it shows it is active.
    2.Renamed default node PSFT_EP to PSFT_TRN. Before renaming ran the appmsgpurgeall.dms script from <PS_HOME>\scripts\ to make sure there are no references to PSFT_EP in runtime tables. This is PS supplied dms script and they recommend to run this script before renaming any node (It should be done at the initial setup time).
    3.On the Node page, PSFT_TRN node is defined as default node. Specified the default user Id as ‘PTINT’ the common User id created by cloning ‘VP1’. On the ‘Connectors’ tab Gateway ID is ‘LOCAL’ and connector id is ‘PSFTTARGET’. From the ‘Connectors’ tab Pinged the PSFT_TRN node and it was pinged successfully.
    4.On Gateway Properties page, defined "APP Server URL" as ‘<Machine Name B>:9000, user Id/pwd as ‘PTINT’ and tool release as ‘8.50’.
    5.Defined PSFT_TRN node, with APP Server URL as ‘<Machine Name B>:9000, user Id/pwd as ‘PTINT’ and tool release as ‘8.50’. When I ping this node, it is pinged successfully.
    6.Inserted another node PSFT_HR, with APP Server URL as ‘<Machine Name A>:9000, user Id/pwd as ‘PTINT’ and tool release as ‘8.50’. When I ping PSFT_HR node from this page I get the following error:
    “PSFT Authentication token failed for Node PSFT_HR. (158,454)”
    HCM 9.1. side:
    =========
    1.Defined local gateway. http://<My-Machine A>:/PSIGW/PeopleSoftListeningConnector. When I ping it from Gateway page, it shows it is active.
    2.On the Node page made sure ‘PSFT_HR’ node is default and active. Specified the default user Id as ‘PTINT’ the common User id created by cloning ‘PS’. On the ‘Connectors’ tab Gateway ID is ‘LOCAL’ and connector id is ‘PSFTTARGET’. From the ‘Connectors’ tab clicked on ‘Ping Node’ button for PSFT_HR node and it was pinged successfully.
    3.On Gateway Properties page, defined "APP Server URL" as '<Machine Name A>:9000', user Id/pwd as ‘PTINT’ and tool release as ‘8.50’.
    4.Defined PSFT_TRN node, with "APP Server URL" as ‘<Machine Name B>:9000', user Id/pwd as ‘PTINT’ and tool release as ‘8.50’. When I ping this node, the following message is displayed:
    “PeopleSoftTargetConnector - The application server is down (or not responding). Check AppServer URL.”
    Basically, I am unable to ping remote node on both systems. Local node ping successfully on both systems.
    Has any one encountered similar problem and found a solution?
    Thanks
    Raj
    Edited by: 865522 on Jun 13, 2011 2:18 PM

    Yes, I could ping both machines from each other.
    Here is the host file contents from Windows 7:
    127.0.0.1 localhost
    ::1 localhost
    127.0.0.1 activate.adobe.com
    192.168.1.106 RAJ-PC
    Here is from Window 2003 server:
    127.0.0.1 localhost
    192.168.1.100 saroja
    Both nodes are listed under PeopleTools>Security Objects> Single Signon
    Both nodes are secured with userid/pwd on Node page.
    One of my machine had fire wall on, so I swtiched the fire wall off. Now machine A can ping both nodes but machine B can ping only local node. Pinging remote node displays "User name not defined in database".
    Raj
    Edited by: Raj on Jun 13, 2011 11:37 PM

  • Invoke node error in PDSF vi

    Iam using NI datalogger,for reading analog and digital inputs.In this datalogger there are many sub VIs.when i run the data logger iam getting the errors like, the sub vi PDSF_logistics.vi(process data standard format )is not executable.The error what it is showing is
    Invoke node:Invalid method
    The method selected in the invoke node is invalid or no method has been selected. Right-click the invoke node and select a method.
    Invoke node:Invalid refnum class
    The refnum class that is being passed into this node is not fully defined. This is because the refnum is defined using external files, and one or more of these files are missing.
    Iam attaching the VI please have a look in to it.
    Attachments:
    PDSF_Logistics1.vi ‏75 KB

    Hello dilreddy2001in:
    It seems that the activex reference is not attached to an activex class.
    In the front panel:
    1] Right-click "refnum"
    2] Go to "Select ActiveX Class"
    3] Click "Browse"
    If you copy/pasted it from another VI, you might as well do the same in order to determine the ActiveX Class.
    I hope that this helps.
    Good Luck...
    PS
    You also forget to attach 'PDSF_ErrorText.vi'

  • After rebooting ML server, unable to open active directory.  Error msg is Unable to open requested node error -14006.

    This active directory is a replica of master on 2nd Mac Mini server which still thinks replica is there (perhaps it is) and will not let us delete in order to recreate.  Both servers are running 10.8.4.  Nothing changed on either server, simply did a reboot.  When we logged in, Active Directory was turned off and when trying to turn on or access received message "Unable to open the requested node.  The node LDAPV3/127.0.0.1 could not be opened because of an unexpected error -14006".
    Does any one have experience with this and how can we recover?  Thanks in advance for your help.

    Hi again,
    I've been able to run Reports by changing the "Reports_Tmp" key in the Registry under:
    Hkey_local_machine\software\oracle\home0\
    to the D:\ drive

  • Method Not Found Invoke Node error 1316 using Solid Works IEdm

    Hi Forum members,
    I have been having a problem with calling a function in a dll file.  I have attached the VI as example.  When I use the GetFile method I get a reference to that.  I then use the Invoke node and recieve a list of methods, the first of which is ChangeState.  I select this method and wire all required inputs and when I run the program I receive the error at that invoke node that the method does not exist.  How is this possible?  I have tried various methods to ensure the inputs are all correct and none have worked.  I do not believe the fault lies in the inputs, but I cannot for the life of me find the problem...  Perhaps someone has experience using Solid Works in Labview?  Any help would be appreciated.!!
    Cheers
    Ben
    Attachments:
    SetFileSatus.vi ‏18 KB

    I have determined that there is a problem with the Invoke node not recognising the function.  This is a Labview problem as the function is listed and selectable, so when the error comes saying the function is not found, this is a problem with Labview and not the dll.  The Function when selected also has the right input parameters that automatically appear.  How is it then that the method is not found when the program is run?

  • Java Embedding Weird XML Node Error

    Ok, I am going crazy. I have a java embedding node that takes a date string in, changes it to a different format and creates another date that contains the current time. if I run this in java to code run ok and there are no issues. At the end of the java I print out the string and they are exactly what I want. The thing that is going on is when I set the 2 string BPEL variables in the java embedding, when I try to reference them the 2nd time,I get a weird node object error. I get through the first pass ok. when I try to reference Test1 or Test2 on the 2nd pass I get the error below. Its like when I set the variable currentDB2UpdateDate and currentDB2CurrTimeDate it does something to them. Instead of setting it to just the string it seems to set it to some kind of object.
    I have 3 steps here. Assign -> Java Embedding -> Assign.
    Assign 1 => Initialize 2 String variables to X.
    <code>
    <assign name="Assign_2">
    <copy>
    <from expression="string('X')"/>
    <to variable="currentDB2UpdateDate"/>
    </copy>
    <copy>
    <from expression="string('X')"/>
    <to variable="currentDB2CurrTimeDate"/>
    </copy>
    </assign>
    </code>
    Java Embedding =>
    <code>
    String currentFileDate = (String)getVariableData("currentFileDate");
    String currentDate = "";
    try
    SimpleDateFormat sdfSource = new SimpleDateFormat("MM/dd/yyyy");
    Date date = sdfSource.parse(currentFileDate);
    SimpleDateFormat sdfDestination = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
    currentFileDate = sdfDestination.format(date);
    catch(ParseException pe)
    System.out.println("Parse Exception : " + pe);
    try
    Calendar cal = Calendar.getInstance();
    SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
    currentDate = sdf.format(cal.getTime());
    catch(Exception pe)
    System.out.println("Parse Exception : " + pe);
    System.out.println("currentFileDate : " + currentFileDate.toString());
    System.out.println("currentDate : " + currentDate.toString());
    setVariableData("currentDB2UpdateDate",currentFileDate);
    setVariableData("currentDB2CurrTimeDate",currentDate);
    </code>
    Assign 3 =>
    <code>
    <assign name="Assign_1">
    <copy>
    <from variable="currentDB2UpdateDate"/>
    <to variable="Test1"/>
    </copy>
    <copy>
    <from variable="currentDB2CurrTimeDate"/>
    <to variable="Test2"/>
    </copy>
    </assign>
    </code>
    <code>
    <bpelFault><faultType>0</faultType><selectionFailure xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"><part name="summary"><summary>Invalid to part type.
    When performing the assign operation, the to node 2010-07-17 12:00:00 is invalid.
    The node named in the error message was either null or an empty node set, and it was not an instance of org.w3c.Element.
    Verify the node value at line number 819 is not null and is an instance of org.w3c.Element.
    </summary></part></selectionFailure></bpelFault>
    </code>
    The 2nd pass to this throws the following error when trying to set Test1 and Test2 again... Its like it is setting the variable to an object and not just the string. I tried using toString() in the setVariable too and it didn't work. I don't get it.
    Edited by: 806312 on Dec 1, 2010 8:13 AM
    Edited by: 806312 on Dec 1, 2010 8:26 AM

    I am also facing a similar issue.There is selection failure in assignment to local variable of BPEL .
    PFB the logs :
    parts: {{
    summary=&amp;lt;summary&amp;gt;Invalid to part type.
    When performing the assign operation, the to node false is invalid.
    The node named in the error message was either null or an empty node set, and it was not an instance of org.w3c.Element.
    Verify the node value at line number 3577 is not null and is an instance of org.w3c.Element.
    &amp;lt;/summary&amp;gt;}
    Here is the code:
    <copy>
    <from expression="xpath20:add-dayTimeDuration-to-dateTime($calculatednpexectime,'P200YT')"/>
    <to variable="calculatednpexectime"/>
    </copy>
    It seems as if Oracle is not accepting the date format .
    Is there some issue with local variables of new version of BPEL ??

  • Invalid Task Node Error

    Hi All,
    i have configured a scenario in DOE, when i do delta download, No error/dump in backend and mobile server, but in Monioring --> Logs and Traces --> Backend Integration --> my SWCV is showing Ended with error --> Invalid Task, Node MY_HDR_STR.
    When i do CLEANUP the DOE and do delta downlad the very first time it says ended with success, from second time onwards it says Ended with error --> Invalid Task. Node .
    how to reslove this problem? kindly help me out.
    Thanks,
    Boopalan.M

    Hello Boopalan,
    Please apply note 1319896 to see entries in message monitoring which caused the INV_TASK issue. The problem might occur because backend might be pushing delete for MY_HDR_STR which does not exist in middleware. Please check in message monitoring for exact problem description.
    Thanks and Regards,
    Ruchi.

  • Cannot add users to the Calendar Node error 0x13209

    I cannot add new users to the Calendar node. I am receiving error 0x13209. Any advice??

    You cannot add a user to a SAP group, create an enterprise user group and add both SAP group and AD user to that.

Maybe you are looking for

  • Right way to add page.

    Hi, Say A.tiff contains 6 pages and B.tiff contains 5 pages. I need to 5 pages of B.tiff into A.tiff, so that A.tiff contains 11 pages. Can someone pls show me the fastest way of acheiving this ? Currently I am using ImageDecoder to decode A and B to

  • How to pass tag name and value dynamically in the output of PCo notification?

    Hi, I have a requirement to develop such a scenario where there can be multiple no of tags in PCo (Say 10) but there will be single notification to push the tag name when the value got changed and the changed value to MII. for any value change for an

  • Fullfilment server crash in R12.

    Hi All, I've installed R12 in windows server 2008 R-2 and it is installed successfully. For one week it was soomthly working and now it creates problem i.e. when start services and concurrent managers then it successfully started but if i start fulfi

  • Max errors on deployment

    Not sure if this shouldn't be a Test Stand problem since it happened during deployment but Max supports my VIs.  When I start Max I get this message:Max encountered an unexpected error since it was last run. For more info, visit ni.com/info and enter

  • Why is my keyboard shortcut not working?

    Indesign keyboard shortcut for CUT (command+x) is not working. I'm on a Mac running OS 10.9.5. I need that puppy!