Set XML attribute from SetValue using Xpath

Is there a trick to assigning a value to an attribute of an element in an XML variable using XPATH inside a setValue activity?  When I try something like
Location
/process_var/xml_var/test/@ID
Expression:
/process_var/test_value
it complains about the @ sign in the location assignment.  I seem to be able to retrieve attributes just fine.

Still having this issue.
If I have an XML process variable which currently contains
<Document>
    <Title />
    <Author />
    <Date />
</Document>
Try this, it fails.
Location: /process_data/xml/Document/@ID
Expression: 54
Try this, it works.
Location: /process_data/xml/Document/ID
Expression: 54
Now, alter the XML by adding an ID attribute
<Document ID="">
    <Title />
    <Author />
    <Date />
</Document>
Try this, it works, where it failed earlier.
Location: /process_data/xml/Document/@ID
Expression: 54
It appears to me, you can ADD a new node, but you can't ADD an attribute

Similar Messages

  • [CS5 - JS] Setting XML attributes from variables...

    Hi,
    I build an XML variable in order to store informations I need to run my script.
    The XML structure is quite simple:
    var document = new XML("<document><pages><page/></pages></document>");
    All "page" nodes are appended using a simple for statement.
    If I need to append an attribute to a "page" node I usually use this method:
    document.pages.page.@height= 210;
    What if I need to append an attribute without knowing its name (because it is stored in a variable)?
    Is there a something like this?:
    document.pages.page.setAttribute(var_name, 210);
    Have no idea how to handle this...

    Try this:
    document.pages.page['@'+var_name] = 210;
    @+
    Marc

  • Need help in retrieving attributes from LDAP using JNDI

    I am trying to retrieve attributes from LDAP using JNDI, but I'm getting the following error when I try to run my Java program.
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/naming/NamingException
    I have all the jar files in my classpath: j2ee.jar, fscontext.jar and providerutil.jar. The interesting thing is that it gets compiled just fine but gives an error at run-time.
    Could anyone tell me why I'm getting this error? Thanks!
    Here's my code:
    import javax.naming.*;
    import javax.naming.directory.*;
    import java.util.*;
    import java.io.*;
    class Getattr {
    public static void main(String[] args) {     
    // Identify service provider to use     
    Hashtable env = new Hashtable(11);     
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");      
    // user     info
    String userName = "username";     
    String password = "password";          
    // LDAP server specific information     
    String host = "ldaphostname";     
    String port = "portnumber";     
    String basedn = "o=organization,c=country";     
    String userdn = "cn=" + userName + "," + basedn;          
    env.put(Context.PROVIDER_URL, "ldap://" + host + ":" + port + "/" + basedn);     
    env.put(Context.SECURITY_PRINCIPAL, userdn);     
    env.put(Context.SECURITY_CREDENTIALS, password);     
    try {          
    System.setErr(new PrintStream(new FileOutputStream(new File("data.txt"))));     
    // Create the initial directory context     
    DirContext ctx = new InitialDirContext(env);          
    // Ask for all attributes of the object      
    Attributes attrs = ctx.getAttributes("cn=" + userName);          
    NamingEnumeration ne = attrs.getAll();                    
    while(ne.hasMore()){                         
    Attribute attr = (Attribute) ne.next();                                   
    if(attr.size() > 1){               
    for(Enumeration e = attr.getAll(); e.hasMoreElements() ;) {                                       
    System.err.println(attr.getID() + ": " + e.nextElement());                     
    } else {
         System.err.println(attr.getID() + ": " + attr.get());
    // Close the context when we're done     
    ctx.close();     
    } catch(javax.naming.NamingException ne) {
         System.err.println("Naming Exception: " + ne);     
    } catch(IOException ioe) {
         System.err.println("IO Exception: " + ioe);     

    That doesn't work either. It seems its not finding the NamingException class in any of the jar files. I don't know why? Any clues?

  • Creating XML doc from DTD using jDOM

    Hi...
    I want to create empty XML Document from the DTD using JDOM or JAXP & then want to populate that xml document with the values from the database.
    The problem is :-
         How can we create an XML document by simply reading the DTD using JDOM or JAXP.?
    or
    first of all how am i going to parse the DTD from jDOM or JAXp & then how will i create the empty XML Document from it..?
    Please revert back soon... & thanx in advance for helping..
    regards
    Shoorya

    Yes i've also got teh same problem this day...
    Can somone help us ?
    Thanks
    Math

  • Xml data from database using jdbc

    I should get the xml data from database. Is this scenario possible using jdbc adapter ? If possible, how can I get it ?. Plz help me

    I suppose that probably, xml data are stored in a BlobImage Field.
    You can use a Stored Procedure on Database Side, to select and put out the xml data structured in output fields or structures.
    From JDBC Sender channel, you can call the SP, that raise out a Structure formatted like the XML Data stored in Xml Database field.
    In your opinion, this should be a possible way to achieve this issue?

  • Set XML-Attributes for multiply objects

    Hi everybody,
    this is my situation. I have a document with several pages and several objects on each page.
    now I want to get the coordinates and the dimensions of a object and write down the datas as a XML-attribute.
    The script should do this for every object in my document.
    That's what i got so far:
    function creatAtt(){
        for (var i = 0; i < app.selection.length; i++){
        var myObject     = app.selection[i];
        var myXMLobject = myObject.associatedXMLElement;
        var ycoords     = myObject.geometricBounds[0];
        var xcoords     = myObject.geometricBounds[1];
        var width         = myObject.geometricBounds[3] - myObject.geometricBounds[1];
        var height         = myObject.geometricBounds[2] - myObject.geometricBounds[0];
        myXMLobject.xmlAttributes.add ("Y-Koordinate", ycoords.toString() + " px");
        myXMLobject.xmlAttributes.add ("X-Koordinate", xcoords.toString() + " px");
        myXMLobject.xmlAttributes.add ("Width", width.toString() + " px");
        myXMLobject.xmlAttributes.add ("Height", height.toString() + " px");
    creatAtt();
    When I select a object and run the script it only writes the data for the selected object, not for all objects. Somebody a tip how to fix it???

    Hi,
    I have tried the script. And it only writes down the attributes for one object. Directly in the root. I have attached a screenshot. But i want to write the attributes in the hotspot Tags of the selected object.
    I hope you know what I mean .
    I dont know where he gets the datas bot that are not the datas of one of my three objects.
    I changed the scrip a little bit:
    var myDoc     = app.activeDocument; 
    var myPages = myDoc.pages;
    for (var i = 0; i < myPages.length; i++){
        var myActualPage = myPages[i].pageItems;
        for (var j = 0; j < myActualPage.length; j++){
            var myObject     = myActualPage[j];
            var myXMLobject = myObject.associatedXMLElement;
            var ycoords     = myObject.geometricBounds[0];
            var xcoords     = myObject.geometricBounds[1];
            var width         = myObject.geometricBounds[3] - myObject.geometricBounds[1];
            var height         = myObject.geometricBounds[2] - myObject.geometricBounds[0];
            myXMLobject.xmlAttributes.add ("Y-Koordinate", ycoords.toString() + " px");
            myXMLobject.xmlAttributes.add ("X-Koordinate", xcoords.toString() + " px");
            myXMLobject.xmlAttributes.add ("Width", width.toString() + " px");
            myXMLobject.xmlAttributes.add ("Height", height.toString() + " px");
    But then I get a error message:
    Errornumber: 21
    null is not an object.
    Row 60 --> He means this part of the script: myXMLobject.xmlAttributes.add ("Y-Koordinate", ycoords.toString() + " px");

  • Accessing documents in xml db in browser using xpath not returning results

    I have loaded the purchaseorder documents and schema (from Oracle Magazine article (Mar/Apr 2003) "From XML to Storage and Back" article.
    I am able to access the LineItems element of the purchaseorder document using:
    http://localhost:8080/oradb/SCOTT/PURCHASEORDER/ROW/PurchaseOrder[Reference="ADAMS-20011127121040988PST"]/LineItems
    However, I cannot access the indivicual LineItem elements using the ItemNumber attribute:
    http://localhost:8080/oradb/SCOTT/PURCHASEORDER/ROW/PurchaseOrder[Reference="ADAMS-20011127121040988PST"]/LineItems/LineItem[@ItemNumber="2"]
    I get the following result:
    <?xml version="1.0"?>
    <ERROR>ORA-00904::invalid identifier</ERROR>
    I need to be able to use this and other xpath statements to extract elements from my document. Any suggestions?

    I'm including a sample purchase order:
    <?xml version="1.0" ?>
    - <PurchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://lisdev4db:8080/home/SCOTT/xsd/purchaseOrder.xsd">
    <Reference>WARD-20011127121040947PST</Reference>
    - <Actions>
    - <Action>
    <User>BLAKE</User>
    </Action>
    </Actions>
    <Reject />
    <Requestor>Stephen B. Ward</Requestor>
    <User>WARD</User>
    <CostCenter>S30</CostCenter>
    - <ShippingInstructions>
    <name>Stephen B. Ward</name>
    <address>1200 East Forty Seventh Avenue New York NY 10024 USA</address>
    <telephone>212 555 1212</telephone>
    </ShippingInstructions>
    <SpecialInstructions>Ground</SpecialInstructions>
    - <LineItems>
    - <LineItem ItemNumber="1">
    <Description>I Know Where I'm Going</Description>
    <Part Id="037429154427" UnitPrice="39.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="2">
    <Description>The Last Wave</Description>
    <Part Id="037429161920" UnitPrice="29.95" Quantity="4" />
    </LineItem>
    - <LineItem ItemNumber="3">
    <Description>The Seven Samurai</Description>
    <Part Id="037429121726" UnitPrice="39.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="4">
    <Description>Unbearable Lightness Of Being</Description>
    <Part Id="037429140222" UnitPrice="29.95" Quantity="4" />
    </LineItem>
    - <LineItem ItemNumber="5">
    <Description>Summertime</Description>
    <Part Id="037429130728" UnitPrice="29.95" Quantity="4" />
    </LineItem>
    - <LineItem ItemNumber="6">
    <Description>The Naked Kiss</Description>
    <Part Id="037429125823" UnitPrice="39.95" Quantity="4" />
    </LineItem>
    - <LineItem ItemNumber="7">
    <Description>Chihuly Over Venice</Description>
    <Part Id="037429141229" UnitPrice="29.95" Quantity="3" />
    </LineItem>
    - <LineItem ItemNumber="8">
    <Description>Written on the Wind</Description>
    <Part Id="715515011525" UnitPrice="29.95" Quantity="4" />
    </LineItem>
    - <LineItem ItemNumber="9">
    <Description>High and Low</Description>
    <Part Id="037429130322" UnitPrice="39.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="10">
    <Description>Brief Encounter</Description>
    <Part Id="037429150726" UnitPrice="39.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="11">
    <Description>Kwaidan</Description>
    <Part Id="037429152027" UnitPrice="29.95" Quantity="4" />
    </LineItem>
    - <LineItem ItemNumber="12">
    <Description>Withnail & I</Description>
    <Part Id="715515012225" UnitPrice="29.95" Quantity="1" />
    </LineItem>
    - <LineItem ItemNumber="13">
    <Description>Branded to Kill</Description>
    <Part Id="037429136225" UnitPrice="29.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="14">
    <Description>The Hidden Fortress</Description>
    <Part Id="037429135129" UnitPrice="29.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="15">
    <Description>The Most Dangerous Game</Description>
    <Part Id="037429137321" UnitPrice="24.95" Quantity="3" />
    </LineItem>
    - <LineItem ItemNumber="16">
    <Description>All That Heaven Allows</Description>
    <Part Id="715515011426" UnitPrice="39.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="17">
    <Description>The Third Man</Description>
    <Part Id="037429141625" UnitPrice="39.95" Quantity="3" />
    </LineItem>
    - <LineItem ItemNumber="18">
    <Description>For All Mankind</Description>
    <Part Id="037429139523" UnitPrice="39.95" Quantity="3" />
    </LineItem>
    - <LineItem ItemNumber="19">
    <Description>Charade</Description>
    <Part Id="037429139424" UnitPrice="39.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="20">
    <Description>Picnic at Hanging Rock</Description>
    <Part Id="037429126325" UnitPrice="29.95" Quantity="3" />
    </LineItem>
    - <LineItem ItemNumber="21">
    <Description>Christmas Glory From Westminster: An Evening of Christmas Music, Readings and Poetry</Description>
    <Part Id="037429161326" UnitPrice="19.95" Quantity="1" />
    </LineItem>
    - <LineItem ItemNumber="22">
    <Description>Samurai Three: Duel at Ganryu Island</Description>
    <Part Id="037429125625" UnitPrice="29.95" Quantity="3" />
    </LineItem>
    - <LineItem ItemNumber="23">
    <Description>Nanook of the North</Description>
    <Part Id="715515009829" UnitPrice="29.95" Quantity="3" />
    </LineItem>
    - <LineItem ItemNumber="24">
    <Description>My Man Godfrey</Description>
    <Part Id="715515011921" UnitPrice="39.95" Quantity="2" />
    </LineItem>
    - <LineItem ItemNumber="25">
    <Description>Discreet Charm of Bourgeoisie</Description>
    <Part Id="037429154625" UnitPrice="39.95" Quantity="1" />
    </LineItem>
    - <LineItem ItemNumber="26">
    <Description>The Seventh Seal</Description>
    <Part Id="037429124529" UnitPrice="39.95" Quantity="1" />
    </LineItem>
    - <LineItem ItemNumber="27">
    <Description>The Blob</Description>
    <Part Id="715515011129" UnitPrice="39.95" Quantity="3" />
    </LineItem>
    </LineItems>
    </PurchaseOrder>

  • Fetching xml node nth value using Xpath

    HI Experts ,
    with reference to below question, i have one more doubt.
    https://social.msdn.microsoft.com/Forums/en-US/f894e5e2-8926-4604-9171-616da3f00cd7/xpath-to-fetch-value-in-flatfile-schema?forum=biztalkgeneral
    I used below xpath to fetch nth value of full repeating message nodes
    indexStr = System.Convert.ToString(index);DATE=xpath(In_FF, "string(//*[local-name() = 'Details']["+indexStr+"])/*[local-name()='DATE'])");index=index + 1;
    and i got below error, can any help me in this?
    Exception thrown from: segment 2, progress 43
    Inner exception: 'string(//*[local-name() = 'Details'][1])/*[local-name()='DATE'])' has an invalid token.
    Exception type: XPathException
    Source: System.Xml
    Target Site: MS.Internal.Xml.XPath.AstNode ParseXPathExpresion(System.String)
    The following is a stack trace that identifies the location where the exception occured

    your XPATH expression is WRONG.
    it should be
    DATE=xpath(In_FF,
    "string(//*[local-name() = 'Details']["+indexStr+"]/*[local-name()='DATE'])");
    There is NO ")" after ["+indexStr+"].
    The more reliable way is to use a string variable and use the System.String.Format() call as below
    xPathExpr = System.String.Format("string(//*[local-name() = 'Details'][{0}]/*[local-name()='DATE'])", index);
    DATE=xpath(In_FF, xPathExpr);
    The "invalid token" is because of the mismatched ")" in your XPATH Expression.
    Regards.

  • Extract nested xml attributes from plsql

    Hi, I need to extract from xml file and insert into 2 oracle tables. The xml file is using attributes and I am having trouble retrieving the nested "code" element with its attributes in context of its parent "table" element. Here is a sample of the xml I have to extract the date from:
    <?xml version="1.0" encoding="UTF-8"?>
    <dataset-cv:dataset-cv dateProduced="2011-09-19 11:50:45" xmlns:dataset-cv="http://www.myurl.com/dataset-cv/1.0.0">
    <lov>
    <table id="00000000000001000" englishName="System Role" isSystem="true" status="Enabled">
    <code id="00000000000000306" englishName="Helpdesk" code="1" status="Enabled"/>
    <code id="000000000000000307" englishName="Reviewer" code="2" status="Enabled"/>
    <code id="00000000000000308" englishName="Administrator" code="3" status="Enabled"/>
    </table>
    <table id="00000000000002000" englishName="Country" sSystem="false" status="Enabled">
    <code id="000000000000002004" englishName="AFGHANISTAN" code="4" status="Enabled"/>
    <code id="000000000000002008" englishName="ALBANIA" code="8" status="Enabled"/>
    <code id="000000000000002010" englishName="ANTARCTICA" code="10" status="Enabled"/>
    </table>
    </lov>
    </dataset-cv:dataset-cv>
    I have been trying to use a query like this but does not retrieve code attributes in context of its parent table record.
    SELECT ID, englishname, frenchname,status ,code
    FROM XMLTABLE ( 'for $i in //lov//table return $i'
    PASSING db_get_xml_from_file ('myfile.xml', 'XMLORADIR')
    COLUMNS id VARCHAR2(32) PATH '@id'
    , englishName VARCHAR2(32) PATH '@englishName'
    , frenchName VARCHAR2(32) PATH '@frenchName'
    , status VARCHAR2(6) PATH '@status'
    , code VARCHAR2(6) PATH '//code//code') ;
    Any assistance will be much appreciated
    Thanks
    Dave

    Hi Dave,
    Do you want something like this :
    SQL> SELECT x1.id
      2       , x1.englishName
      3       , x1.frenchName
      4       , x1.status
      5       , x2.*
      6  FROM XMLTable(
      7         XMLNamespaces('http://www.myurl.com/dataset-cv/1.0.0' as "dc")
      8       , '/dc:dataset-cv/lov/table'
      9         passing xmltype(bfilename('TEST_DIR','myfile.xml'),nls_charset_id('AL32UTF8'))
    10         columns
    11           id          VARCHAR2(32) path '@id'
    12         , englishName VARCHAR2(32) path '@englishName'
    13         , frenchName  VARCHAR2(32) path '@frenchName'
    14         , status      VARCHAR2(6)  path '@status'
    15         , codes       XMLType      path 'code'
    16       ) x1
    17     , XMLTable(
    18         '/code'
    19         passing x1.codes
    20         columns
    21           codeId          VARCHAR2(32) path '@id'
    22         , codeEnglishName VARCHAR2(32) path '@englishName'
    23         , codeStatus      VARCHAR2(6)  path '@status'
    24         , code            NUMBER       path '@code'
    25       ) x2
    26  ;
    ID                               ENGLISHNAME                      FRENCHNAME                       STATUS CODEID                           CODEENGLISHNAME                  CODESTATUS       CODE
    00000000000001000                System Role                                                       Enable 00000000000000306                Helpdesk                         Enable              1
    00000000000001000                System Role                                                       Enable 000000000000000307               Reviewer                         Enable              2
    00000000000001000                System Role                                                       Enable 00000000000000308                Administrator                    Enable              3
    00000000000002000                Country                                                           Enable 000000000000002004               AFGHANISTAN                      Enable              4
    00000000000002000                Country                                                           Enable 000000000000002008               ALBANIA                          Enable              8
    00000000000002000                Country                                                           Enable 000000000000002010               ANTARCTICA                       Enable             10
    6 rows selected

  • Generate XML file from RFC using Web Services

    Hi,
      I am trying to save an RFC enabled Function Module output to an XML file using ABAP web services.
    I could able to create Web Service and release it using WSCONFIG/WSADMIN. I can actually get the output in XML file when i launch the web service home page. But I need this to be done in the ABAP program itself. So If i run the RFC I could able to create,release web service and capture the Generated XML file by SOAP runtime.
    Any FM available?
    Thanks,
    Ram Sanjeev

    which version of WAS you are on .
    if you are on WAS6.40 check the following weblog on how to consume webservice using the wsdl file.
    /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    lower version of WAS use class cl_http_client.
    if this case you have to manually build the soap message.
    /people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap
    Regards
    Raja

  • Set request attributes from the request attributes

    Using struts chaining actions.
    When using chaining the requestAttributes are lost.
    Is there a way to get all the request attributes and set them back to the request again?
    if so how to do this?
    Thanks.

    Looks like nobody knows :(
    It seems odd that nobody's tried to get InputSelectLOV or DataHandler working with a Struts app...
    ... anyway, on to finding out why the thing's throwing my releasemode away. This really is very like swimming through treacle :(

  • Read XML attributes from RSS internet link

    I am very new to LabVIEW, and I am trying to determine the best way to read information an RSS link. Specfically, I would like to read data from a Yahoo! Weather RSS like http://weather.yahooapis.com/forecastrss?w=2502265. I would like to extract the temperature from <yweather: condition temp="[##]>, the wind speed from <yweather:wind speed="[##]">, and the text description from <yweather:condition text="[text]".
    I have looked into some XML parsing solutions like EasyXML, but I wonder if they are too much for what may be a simple task. I would appreciate any input on my current problem. Thanks.

    Howdy,
    It looks like EasyXML would make you life a little easier. You can search the LabVIEW Example Finder (Help menu->Find Examples) for XML examples. Other than that you would have to navigate to the website and parse the website source and use the LabVIW String Functions.
    Joshua B.
    National Instruments
    NI Services
    NI Support Resources
    NI Training Resources

  • Parse xml for newline chars using xpath

    Hi guys,
    need your help.
    I was curious to how can we use subString-before and subString after function to extracts records based on newline.
    Ex.
    for an strin xml field with data
    1st line
    2nd line
    and want to extract each line as separate record.
    Hope i am clear on req.
    anybody done something similar before?
    Thanks in advance.

    While SOA is based on handling XML messages, it has no relation with a presentation layer. Characters such as new-line, line-feed are processed as whitespace.
    If you want to add specific characters, you must encode this. So a new line would be &#10; This also applies for characters like quote and less-then and greater then.
    You must encode your information into UTF8 format.
    Marc
    http://orasoa.blogspot.com

  • Set XML URL from Variable

    How can you set the XML connector's URL to a variable?
    I have a variable called "thisURL" and an XML Connector
    called "myXMLConnector"
    Thanks much.

    something like this:
    import mx.data.components.XMLConnector;
    var xmlListener
    bject = new Object();
    xmlListener.result = function(evt
    bject) {
    trace("results:");
    trace(evt.target.results);
    trace("");
    xmlListener.status = function(evt
    bject) {
    trace("status::"+evt.code);
    var myXMLConnector:XMLConnector = new XMLConnector();
    myXMLConnector.addEventListener("result", xmlListener);
    myXMLConnector.addEventListener("status", xmlListener);
    myXMLConnector.direction = "receive";
    myXMLConnector.URL = thisURL;
    myXMLConnector.multipleSimultaneousAllowed = false;
    myXMLConnector.suppressInvalidCalls = true;
    myXMLConnector.trigger();
    myXMLConnector.trigger();
    myXMLConnector.trigger();
    Dan Mode
    *Must Read*
    http://www.smithmediafusion.com/blog
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    "redtiger" <[email protected]> wrote in
    message
    news:e3u3ov$cgt$[email protected]..
    > How can you set the XML connector's URL to a variable?
    >
    > I have a variable called "thisURL" and an XML Connector
    called
    > "myXMLConnector"
    >
    > Thanks much.

  • Re Setting up document from scratch using Page Layout Mode

    I want to design a page from scratch. However, the column mode is grayed out and the program won't let me create columns. What am I doing wrong?

    Welcome to Apple Discussions
    You need to add a text box first. Then, with the cursor in the text box, you can change the number of columns. Without a text box, there is nothing to apply columns to in a page layout document.

Maybe you are looking for

  • What are the key points to beconsider while upgrading from 4.7 to ECC 6.0

    hai What are the key points to beconsider while upgrading from 4.7 to ECC 6.0 please provide sufficient material points will be rewarded regards v.sridhar

  • FTP Port ERROR Forwarding in Cisco ASA 8.2(5), Very Intersting.

    Hi, I  have the following configuration on a Cisco ASA 8.2(5), all the traffic  to the port 5000 go to an IP Camera and www 80 it's forward throught static NAT to a Web Server without problem,  I have the same Configuration for a FTP SERVER Windows a

  • Sound distortion from iDVD

    I am putting together some clips of my son's highschool band performances taken with a SONY Handycam DCR-HC36 and will be burning them to a DVD to distribute to fellow band parents. The video has been downloaded via firewire to an iMac G5 and the edi

  • No PCM channel in alsamixer

    I've recently installed Arch and it appears that I don't have a PCM channel in alsamixer. I recall that I had ALSA issues the last time I used Arch (although I do not recall having this specific problem), and my Debian install on the same computer ha

  • Mandatory General Ledger Determinations

    Our accounts staff are using the "How to Determine G/L Accounts for Automatic Creation of Journal Entries" manual, but have pointed out that some of the accounts deemed Mandatory by this booklet are absent from the English UK Demo companies General L