Auto increment liveevent streamname folder/directory for each publish while same streamid string?

Is it possible to auto increment a streamname when publishing to FMS?
Instead of appending to the same folder/directory of the liveevent and stream files when publishing and unpublishing, is there an option to which if a stream is unpublished and republished to starts a new folder/directory _1, _2, _3, etc?
Or even better, to name the folder with a timestamp of the publish? instead of _1, _2, _3 -- _2012oct8-2101, _2012oct9-0644, _2012oct10-1833
Thanks.

Hi,
I think we should be able to do this.
First - Do not specify any query string in your publish string. Just say 'livestream'. This means you are not assigning any event name.
In the livepkgr main.asc, check out the function application.onPublish. When no event name is defined, the application uses the stream name itself as the event name. The code in livepkgr main.asc corresponding to this;
if (queryString == undefined || (queryString.localeCompare("") == 0)) {
        /* Did not find query string so use the streamname as the event id */
        trace("Query string not specified. Using StreamName["
              +streamObj.name+"] as eventname");
Now, to accomplish your task, all you need to do is append some marker to this stream name.
Essentially here:
var liveEventName = streamObj.name
I will leave it to you to make use of timestamps, shared objects etc. to keep track of the event name and incerement it for every publish attempt.
As as example, if you do something like this:
var liveEventName = streamObj.name + "Test"
Your event name will be livestreamTest
I hope this helps in some way.
Thanks,
Shiven

Similar Messages

  • Illustrator needs a Relative mode switch or ability to set a Working directory for each AI file!

    Hi guys,
    I thought I would post in here because I find I'm wanting this feature more and more over the past year.
    This can apply to most of Adobes application but it would be great to see some file management functionality built into the applications themselves. This could then be further expanded in Bridge/Cue to incorporate more applications into the working project but at the very least the application itself the ability to control its own root existence.
    On so many occasions I require Illustrators file linking feature to be relative and NOT absolute which it currently is. The only relative capability it has is if ALL the linked assets are in the same local directory as the AI file itself and this as everyone knows breaks the first rule of proper file management.
    Many of the projects I work on uses many AI files with sometimes over 50 linked in assets in a variety of different formats from a variety of different clients (locations). I cannot easily move this project folder around without the painful task of linking all the data again and this creates a massive issue.
    Ideally an approach similar to Autodesks Maya and Max where you can set project directories. This means all the Save As and other operations will default to that working directory for that file. All linked data will then use the projects working directory as its root and allow the project to move from location to location and not be affected.
    This would Im sure benefit many other designers who work on projects with large amounts of data that may not live always in the same spot. For us we work with so many different people during a production that mobility is a must and at the moment we are finding it very difficult.
    As always, thanks for reading.
    Cheers
    Nick.

    Hello,
    First command
    So what does the wiki meen by: "DEVPATH sets the physical device. You can determine this by executing the command
    readlink -f /sys/class/hwmon/hwmon-device/device | sed -e 's/^\/sys\///'"
    Physical device of what, and what output am I suppose to get: Nothing, a list with output on where the symlinks lead, something else... In my case I got no output, if that is right, I do not know - since I do not understand what the command do.
    Seccond comand
    DEVNAME: Sets the name of the device. Try:
    sed -e 's/[[:space:]=]/_/g' /sys/class/hwmon/hwmon-device/device/name
    Does it meen like this - If I during my pwmconfig used hwmon1 wich was coretemp, and hwmon2 wich was nct6775, I should do:
    sed -e 's/[[:space:]=]/_/g' /sys/class/hwmon/hwmon1-device/device/name coretemp
    sed -e 's/[[:space:]=]/_/g' /sys/class/hwmon/hwmon2-device/device/name nct6775
    And that will direct every occurrence of hwmon1 and hwmon2 to the correct sensor chip?
    Regards
    Martin
    Last edited by onslow77 (2015-01-23 21:46:04)

  • How come when I transfer my images from my memnry card. The Images on my desck top in the Picture Folder have for each image  a box with the logo CR2?

    Has this happen to anyone else?

    Yes. CR2 is...Canon?
    I have this happen with my Fujifilm RAWs (which are in RAF file format) in Windows 8.1 with the latest updates and they still won't show thumbnails. I think there's at least a couple of file browser utilities available that help in that regard, but since Adobe Bridge has out-of-the-box support I use that as my file browser anyway.

  • How do I create a start/stop button for each separate while loop within my program, when each of them does a different task?

    I have a multimeter VI with separate while loops to accomplish the different tasks of reading  voltage, current, etc. Each while loop has a stop button, but I need a button that will have to be pressed in order for the while loop to even start. I tried putting another while loop around the present one, but it still has to run once before it will stop. I want the user to have to press the button before it runs, because they interfere with each other.
    I am just learning so patience and your kind assistance is greatly appreciated!
    ElectroKate

    iZACHdx wrote:
    Hello,
    I'm not entirely clear with everything you have going on and what you want your final functionality to be, but you can use sequence structures to prevent a loop from starting until the user presses a button like this:
    -Zach
    I have to ask, why is an NI employee using examples using sequence frames? The same thing could be accomplished using data flow by simply wiring the value of the first stop button out of teh first while loop and connecting it to the second loop. This would then use data flow to control the sequence. Why show new users bad programming methods?
    As to the original question I would concur with altenbach on using an event structure.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • On Vista Home Basic my webpages are too big for screen. Zoom- in-out need to be applied for each webpage. Same with Text.

    I have to scroll up, left then right in order to read a webpage.

    I have to scroll up, left then right in order to read a webpage.

  • For Each Loop container help

    I have a package that inserts data from multiple flat files and it also captures the file name from the path. I have qualified in the enumerator to pick only files with *.BID extension from the source folder, However What I want is if there`s a file with
    lets say .txt extension after the package is run it should move the incorrect files into another folder and send out an alert email to the team.
    How can i capture this kind of functionality
    FM

    Patrick So I Just tested it again now. So in The Folder .bid files belong but there`s a high risk of getting .277 and .101 only
    For Each loop container1 will only Pick .BID files and Archive it
    For Each loop Container2 will only look for files with .277 and via system task moves it to a Folder "Error_File_Folder"
    For Each loop Container3 will only look for files with .101 and via system task moves it to a Folder "Error_File_Folder"
    This is high level of my package
    For Each loop container1 will only Pick .BID files and Archive it, for every .BID file thats Archived  I am caputring filename via FileName Variable and Inserts into a Table, I have a Data flow Task to Substring the Filename and sends it to a OLE DB
    Destination Table.
    Rest of the 2 Loop containers are only to grab .277 & .101 Files and just send it to a different folder via System task and alert the user.
    I`ve successfully Ran my Package I have 7 .BID Files m 3   .277 and 3 .101 Files.. Everything appears where they need to.
    FM

  • Database :Auto increment in SQL server ID

    Hi,
    How can I do auto increment in SQL server primary column ID. Actualy I am writing the data into the SQL datbase table using LabVIEW and I wanted to set the auto increment to the primary key column ID.  I have three column in TEST_REPORT table i.e  Test_ID, Test_No and Test_Result. I wanted to set Test_ID as a primary key and set as a auto increment and write the value for only Test_No and Test_Result column
    When ever I am writing data into table the Test_ID is not getting auto incremented. I set that auto increment manualy through SQL server management studio.
    Please help me to fix this issue.

    Hi Palanivel,
    Thanks for the suggestion.
    Initially I was using same logic "query for TEST ID at initially"  but I have to query data from more than 20 tables  and write into it and its taking lots of space and query time.
    I am just looking for alternative of this. 
    Actually I am setting the auto incremnt  for TEST ID  through the SQL server managemnt studio but when ever I ignore the TEST ID column and write the data in rest column.  
    I gets the error message  "Insert Error: Column name or number of supplied values does not match table definition".  

  • For each in xslt

    From the attachment, The 'string' element under the record 'AoIAgeGroups' is set to unbounded.
    I am working on xslt, want to loop through every element of string and display as output.
    The xslt is as below:
    <types:Line>Age Groups:</types:Line>
      <xsl:for-each select="s1:AoIAgeGroups/s3:string">
       <types:Line><xsl:value-of select="text()"/></types:Line>
      </xsl:for-each>
    But I am getting only the first element in xml input string. It's not listing everything in it.
    The input xml is as below:
    <AoIAgeGroups xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <b:string>0-5 years</b:string>
    <b:string>6-12 years</b:string>
    <b:string>13-24 years</b:string>
    <b:string>25-65 years</b:string>
    <b:string>65+ years</b:string>
    </AoIAgeGroups>
    Currently it's listing only the 0-5 years of the input xml string. I want to list out all others so the output will be
    0-5 years
    6-12 years
    13-24 years
    25-65 years
    65+ years

    <?xml version="1.0" encoding="utf-16" ?>
    - <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:var="http://schemas.microsoft.com/BizTalk/2003/var" exclude-result-prefixes="msxsl var s0 s1 userCSharp" version="1.0" xmlns:ns0="http://esb/email/2011/01" xmlns:types="http://esb/email/types/2011/01" xmlns:s3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:s2="http://esb/phrc/1" xmlns:s1="http://esb/registration/1" xmlns:s0="http://esb/shared/1" xmlns:userCSharp="http://schemas.microsoft.com/BizTalk/2003/userCSharp" xmlns:ScriptNS0="http://schemas.microsoft.com/BizTalk/2003/ScriptNS0">
    <xsl:output omit-xml-declaration="yes" method="xml" version="1.0" />
    - <xsl:template match="/">
    <xsl:apply-templates select="/s1:Registration" />
    </xsl:template>
    - <xsl:template match="/s1:Registration">
    - <ns0:Plain>
    <types:Subject>Form Submission for Registration</types:Subject>
    - <types:DeliveryReceipt>
    <xsl:text>0</xsl:text>
    </types:DeliveryReceipt>
    - <types:ReadReceipt>
    <xsl:text>0</xsl:text>
    </types:ReadReceipt>
    - <types:From>
    - <xsl:choose>
    - <xsl:when test="string-length(s1:PersonalDetails/s0:ContactDetails/s0:EmailAddress/text()) > 0">
    - <types:EmailAddress>
    <xsl:value-of select="s1:PersonalDetails/s0:ContactDetails/s0:EmailAddress/text()" />
    </types:EmailAddress>
    </xsl:when>
    - <xsl:otherwise>
    <xsl:variable name="var:v6" select="ScriptNS0:Read("eFormsV2" , "DefaultCitizenFromEmail")" />
    - <types:EmailAddress>
    <xsl:value-of select="$var:v6" />
    </types:EmailAddress>
    </xsl:otherwise>
    </xsl:choose>
    <types:DisplayName>Form Submission for Registration</types:DisplayName>
    </types:From>
    - <types:To>
    <xsl:variable name="var:v6" select="ScriptNS0:Read("eFormsV2" , "PHRCRegistrationDepartmentEmail")" />
    - <types:EmailAddress>
    <xsl:value-of select="$var:v6" />
    </types:EmailAddress>
    </types:To>
    <types:Line>The following message has been submitted.</types:Line>
    <types:Line />
    - <!-- Details collected for all types of membership
    -->
    <types:Line>Details:</types:Line>
    <types:Line />
    - <types:Line>
    Name:
    <xsl:value-of select="s1:PersonalDetails/s0:ContactDetails/s0:Title/text()" />
    <xsl:text />
    <xsl:value-of select="s1:PersonalDetails/s0:ContactDetails/s0:FirstName/text()" />
    <xsl:text />
    <xsl:value-of select="s1:PersonalDetails/s0:ContactDetails/s0:Surname/text()" />
    </types:Line>
    <types:Line />
    - <xsl:if test="string-length(s1:PersonalDetails/s0:ContactDetails/s0:EmailAddress/text()) > 0">
    - <types:Line>
    Email:
    <xsl:value-of select="s1:PersonalDetails/s0:ContactDetails/s0:EmailAddress/text()" />
    </types:Line>
    </xsl:if>
    <types:Line />
    - <xsl:if test="string-length(s1:PersonalDetails/s0:ContactDetails/s0:MobilePhone/text()) > 0">
    - <types:Line>
    Mobile Phone:
    <xsl:value-of select="s1:PersonalDetails/s0:ContactDetails/s0:MobilePhone/text()" />
    </types:Line>
    </xsl:if>
    <types:Line />
    - <types:Line>
    Type of Membership:
    <xsl:value-of select="s1:TypeOfMembership/text()" />
    </types:Line>
    <types:Line />
    - <!-- Home details only collected for Professionals and students
    -->
    - <xsl:if test="s1:TypeOfMembership/text() = 'Student' or s1:TypeOfMembership/text() = 'Professional'">
    <types:Line />
    - <xsl:if test="string-length(s1:PersonalDetails/s0:ContactDetails/s0:HomePhone/text()) > 0">
    - <types:Line>
    Home Phone:
    <xsl:value-of select="s1:PersonalDetails/s0:ContactDetails/s0:HomePhone/text()" />
    </types:Line>
    <types:Line />
    </xsl:if>
    <types:Line>Address:</types:Line>
    - <xsl:if test="string-length(s1:PersonalDetails/s0:AddressDetails/s0:BusinessName/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:PersonalDetails/s0:AddressDetails/s0:BusinessName/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:PersonalDetails/s0:AddressDetails/s0:HouseName/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:PersonalDetails/s0:AddressDetails/s0:HouseName/text()" />
    </types:Line>
    </xsl:if>
    - <types:Line>
    <xsl:value-of select="s1:PersonalDetails/s0:AddressDetails/s0:HouseNumber/text()" />
    <xsl:text />
    <xsl:value-of select="s1:PersonalDetails/s0:AddressDetails/s0:Street/text()" />
    </types:Line>
    - <xsl:if test="string-length(s1:PersonalDetails/s0:AddressDetails/s0:Locality/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:PersonalDetails/s0:AddressDetails/s0:Locality/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:PersonalDetails/s0:AddressDetails/s0:Town/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:PersonalDetails/s0:AddressDetails/s0:Town/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:PersonalDetails/s0:AddressDetails/s0:County/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:PersonalDetails/s0:AddressDetails/s0:County/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:PersonalDetails/s0:AddressDetails/s0:PostCode/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:PersonalDetails/s0:AddressDetails/s0:PostCode/text()" />
    </types:Line>
    </xsl:if>
    <types:Line />
    </xsl:if>
    - <!-- Course Details are only collected for students
    -->
    <types:Line />
    - <xsl:if test="s1:TypeOfMembership/text() = 'Student'">
    - <types:Line>
    Course Title:
    <xsl:value-of select="s1:CourseDetails/s2:CourseTitle/text()" />
    </types:Line>
    - <xsl:if test="string-length(s1:CourseDetails/s2:Department/text()) > 0">
    - <types:Line>
    Department:
    <xsl:value-of select="s1:CourseDetails/s2:Department/text()" />
    </types:Line>
    </xsl:if>
    - <types:Line>
    College / University:
    <xsl:value-of select="s1:CourseDetails/s2:EstablishmentName/text()" />
    </types:Line>
    <types:Line />
    <types:Line>College / University Address:</types:Line>
    - <xsl:if test="string-length(s1:CourseDetails/s2:Address/s0:BusinessName/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:Address/s0:BusinessName/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:CourseDetails/s2:Address/s0:HouseName/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:Address/s0:HouseName/text()" />
    </types:Line>
    </xsl:if>
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:Address/s0:HouseNumber/text()" />
    <xsl:text />
    <xsl:value-of select="s1:CourseDetails/s2:Address/s0:Street/text()" />
    </types:Line>
    - <xsl:if test="string-length(s1:CourseDetails/s2:Address/s0:Locality/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:Address/s0:Locality/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:CourseDetails/s2:Address/s0:Town/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:Address/s0:Town/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:CourseDetails/s2:Address/s0:County/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:Address/s0:County/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:CourseDetails/s2:Address/s0:PostCode/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:Address/s0:PostCode/text()" />
    </types:Line>
    </xsl:if>
    <types:Line />
    - <types:Line>
    Tutors contact no.:
    <xsl:value-of select="s1:CourseDetails/s2:Tutor/s0:ContactDetails/s0:WorkPhone/text()" />
    </types:Line>
    <types:Line />
    - <types:Line>
    Tutors email address:
    <xsl:value-of select="s1:CourseDetails/s2:Tutor/s0:ContactDetails/s0:EmailAddress/text()" />
    </types:Line>
    <types:Line />
    <types:Line>Term time address:</types:Line>
    - <xsl:if test="string-length(s1:CourseDetails/s2:TermTimeAddress/s0:BusinessName/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:TermTimeAddress/s0:BusinessName/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:CourseDetails/s2:TermTimeAddress/s0:HouseName/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:TermTimeAddress/s0:HouseName/text()" />
    </types:Line>
    </xsl:if>
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:TermTimeAddress/s0:HouseNumber/text()" />
    <xsl:text />
    <xsl:value-of select="s1:CourseDetails/s2:TermTimeAddress/s0:Street/text()" />
    </types:Line>
    - <xsl:if test="string-length(s1:CourseDetails/s2:TermTimeAddress/s0:Locality/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:TermTimeAddress/s0:Locality/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:CourseDetails/s2:TermTimeAddress/s0:Town/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:TermTimeAddress/s0:Town/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:CourseDetails/s2:TermTimeAddress/s0:County/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:TermTimeAddress/s0:County/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:CourseDetails/s2:TermTimeAddress/s0:PostCode/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:CourseDetails/s2:TermTimeAddress/s0:PostCode/text()" />
    </types:Line>
    </xsl:if>
    <types:Line />
    </xsl:if>
    - <xsl:if test="s1:TypeOfMembership/text() = 'Professional'">
    <types:Line />
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:ProfessionalCategory/text()) > 0">
    - <types:Line>
    Professional Category:
    <xsl:value-of select="s1:ProfessionalDetails/s2:ProfessionalCategory/text()" />
    </types:Line>
    <types:Line />
    </xsl:if>
    - <types:Line>
    Line Managers Name:
    <xsl:value-of select="s1:ProfessionalDetails/s2:LineManager/s0:ContactDetails/s0:FirstName/text()" />
    </types:Line>
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:LineManager/s0:ContactDetails/s0:WorkPhone/text()) > 0">
    - <types:Line>
    Line Managers No.:
    <xsl:value-of select="s1:ProfessionalDetails/s2:LineManager/s0:ContactDetails/s0:WorkPhone/text()" />
    </types:Line>
    </xsl:if>
    <types:Line />
    </xsl:if>
    - <!-- Employment details only collected for professional and leaflet members
    -->
    - <xsl:if test="s1:TypeOfMembership/text() = 'Professional' or s1:TypeOfMembership/text() = 'Only want to order leaflets'">
    <types:Line />
    - <types:Line>
    Job Title:
    <xsl:value-of select="s1:ProfessionalDetails/s2:JobTitle/text()" />
    </types:Line>
    <types:Line />
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:Department/text()) > 0">
    - <types:Line>
    Department:
    <xsl:value-of select="s1:ProfessionalDetails/s2:Department/text()" />
    </types:Line>
    <types:Line />
    </xsl:if>
    - <types:Line>
    Organisation:
    <xsl:value-of select="s1:ProfessionalDetails/s2:Organisation/text()" />
    </types:Line>
    <types:Line />
    <types:Line>Address:</types:Line>
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:Address/s0:BusinessName/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:ProfessionalDetails/s2:Address/s0:BusinessName/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:Address/s0:HouseName/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:ProfessionalDetails/s2:Address/s0:HouseName/text()" />
    </types:Line>
    </xsl:if>
    - <types:Line>
    <xsl:value-of select="s1:ProfessionalDetails/s2:Address/s0:HouseNumber/text()" />
    <xsl:text />
    <xsl:value-of select="s1:ProfessionalDetails/s2:Address/s0:Street/text()" />
    </types:Line>
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:Address/s0:Locality/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:ProfessionalDetails/s2:Address/s0:Locality/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:Address/s0:Town/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:ProfessionalDetails/s2:Address/s0:Town/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:Address/s0:County/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:ProfessionalDetails/s2:Address/s0:County/text()" />
    </types:Line>
    </xsl:if>
    - <xsl:if test="string-length(s1:ProfessionalDetails/s2:Address/s0:PostCode/text()) > 0">
    - <types:Line>
    <xsl:value-of select="s1:ProfessionalDetails/s2:Address/s0:PostCode/text()" />
    </types:Line>
    </xsl:if>
    <types:Line />
    - <types:Line>
    Work telephone numbers:
    <xsl:value-of select="s1:ProfessionalDetails/s2:PhoneNumbers/text()" />
    </types:Line>
    <types:Line />
    </xsl:if>
    <types:Line />
    - <types:Line>
    Confirmation box name:
    <xsl:value-of select="s1:AcceptanceName/text()" />
    </types:Line>
    <types:Line />
    <types:Line />
    <types:Line>Areas of interest</types:Line>
    <types:Line />
    <types:Line>Age Groups:</types:Line>
    - <xsl:for-each select="s1:AoIAgeGroups/s3:string">
    - <types:Line>
    <xsl:value-of select="text()" />
    </types:Line>
    </xsl:for-each>
    <types:Line />
    <types:Line>Topics:</types:Line>
    - <xsl:for-each select="s1:AoITopics/s3:string">
    - <types:Line>
    <xsl:value-of select="text()" />
    </types:Line>
    </xsl:for-each>
    </ns0:Plain>
    </xsl:template>
    </xsl:stylesheet>
    <?xml version="1.0" encoding="utf-8" ?>
    - <Registration xmlns="http://esb/registration/1" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    - <MetaData xmlns:b="http://esb/shared/1">
    <b:UTRN>W86180141692</b:UTRN>
    <b:EnquiryType i:nil="true" />
    <b:SubType i:nil="true" />
    <b:RequestStatus i:nil="true" />
    <b:RequestSubStatus i:nil="true" />
    <b:CreatedBy i:nil="true" />
    <b:Application i:nil="true" />
    <b:LGNLCategory i:nil="true" />
    <b:FormRef i:nil="true" />
    <b:FormVersion i:nil="true" />
    <b:ProcessStage i:nil="true" />
    <b:CreatedWhen i:nil="true" />
    <b:CreatedWhere i:nil="true" />
    <b:CreatedHow i:nil="true" />
    <b:SentFlag i:nil="true" />
    </MetaData>
    - <PersonalDetails xmlns:b="http://esb/shared/1">
    - <b:ContactDetails>
    <b:Title>Mr</b:Title>
    <b:FirstName>f</b:FirstName>
    <b:Surname>surname</b:Surname>
    <b:EmailAddress>[email protected]</b:EmailAddress>
    <b:HomePhone />
    <b:MobilePhone>m</b:MobilePhone>
    <b:WorkPhone i:nil="true" />
    <b:Fax i:nil="true" />
    <b:Minicom i:nil="true" />
    <b:PreferredContact i:nil="true" />
    </b:ContactDetails>
    - <b:AddressDetails>
    <b:FlatUnit />
    <b:UPRN>000072532081</b:UPRN>
    <b:BusinessName />
    <b:HouseName />
    <b:HouseNumber>1</b:HouseNumber>
    <b:Locality>Woodhouse</b:Locality>
    <b:Street>Delph Court</b:Street>
    <b:LPILevel />
    <b:Town>Leeds</b:Town>
    <b:County>Leeds</b:County>
    <b:Classification>RD06</b:Classification>
    <b:Country>United Kingdom</b:Country>
    <b:PostCode>LS6 2HL</b:PostCode>
    <b:Ward>Hyde Park and Woodhouse</b:Ward>
    </b:AddressDetails>
    </PersonalDetails>
    - <CourseDetails xmlns:b="http://esb/phrc/1">
    <b:CourseTitle />
    <b:Department />
    <b:EstablishmentName />
    - <b:Address xmlns:c="http://esb/shared/1">
    <c:FlatUnit />
    <c:UPRN i:nil="true" />
    <c:BusinessName />
    <c:HouseName />
    <c:HouseNumber />
    <c:Locality />
    <c:Street />
    <c:LPILevel i:nil="true" />
    <c:Town />
    <c:County />
    <c:Classification i:nil="true" />
    <c:Country i:nil="true" />
    <c:PostCode />
    <c:Ward i:nil="true" />
    </b:Address>
    - <b:Tutor xmlns:c="http://esb/shared/1">
    - <c:ContactDetails>
    <c:Title i:nil="true" />
    <c:FirstName i:nil="true" />
    <c:Surname i:nil="true" />
    <c:EmailAddress />
    <c:HomePhone i:nil="true" />
    <c:MobilePhone i:nil="true" />
    <c:WorkPhone />
    <c:Fax i:nil="true" />
    <c:Minicom i:nil="true" />
    <c:PreferredContact i:nil="true" />
    </c:ContactDetails>
    <c:AddressDetails i:nil="true" />
    </b:Tutor>
    <b:StudentEmailAddress i:nil="true" />
    - <b:TermTimeAddress xmlns:c="http://esb/shared/1">
    <c:FlatUnit />
    <c:UPRN i:nil="true" />
    <c:BusinessName />
    <c:HouseName />
    <c:HouseNumber />
    <c:Locality />
    <c:Street />
    <c:LPILevel i:nil="true" />
    <c:Town />
    <c:County />
    <c:Classification i:nil="true" />
    <c:Country i:nil="true" />
    <c:PostCode />
    <c:Ward i:nil="true" />
    </b:TermTimeAddress>
    </CourseDetails>
    - <ProfessionalDetails xmlns:b="http://esb/phrc/1">
    <b:ProfessionalCategory>Admin/Clerical/Management</b:ProfessionalCategory>
    - <b:LineManager xmlns:c="http://esb/shared/1">
    - <c:ContactDetails>
    <c:Title i:nil="true" />
    <c:FirstName>l</c:FirstName>
    <c:Surname i:nil="true" />
    <c:EmailAddress i:nil="true" />
    <c:HomePhone i:nil="true" />
    <c:MobilePhone i:nil="true" />
    <c:WorkPhone>lmn</c:WorkPhone>
    <c:Fax i:nil="true" />
    <c:Minicom i:nil="true" />
    <c:PreferredContact i:nil="true" />
    </c:ContactDetails>
    <c:AddressDetails i:nil="true" />
    </b:LineManager>
    <b:JobTitle>jt</b:JobTitle>
    <b:Department>d</b:Department>
    <b:Organisation>o</b:Organisation>
    - <b:Address xmlns:c="http://esb/shared/1">
    <c:FlatUnit />
    <c:UPRN>000072532081</c:UPRN>
    <c:BusinessName />
    <c:HouseName />
    <c:HouseNumber>1</c:HouseNumber>
    <c:Locality>Woodhouse</c:Locality>
    <c:Street>Delph Court</c:Street>
    <c:LPILevel />
    <c:Town>Leeds</c:Town>
    <c:County>Leeds</c:County>
    <c:Classification>RD06</c:Classification>
    <c:Country>United Kingdom</c:Country>
    <c:PostCode>LS6 2HL</c:PostCode>
    <c:Ward>Hyde Park and Woodhouse</c:Ward>
    </b:Address>
    <b:PhoneNumbers>wtn</b:PhoneNumbers>
    </ProfessionalDetails>
    <TypeOfMembership>Professional</TypeOfMembership>
    <WhoToldYou>how did you</WhoToldYou>
    <AcceptanceName>please</AcceptanceName>
    - <AoIAgeGroups xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <b:string>0-5 years</b:string>
    <b:string>6-12 years</b:string>
    <b:string>13-24 years</b:string>
    <b:string>25-65 years</b:string>
    <b:string>65+ years</b:string>
    </AoIAgeGroups>
    - <AoITopics xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <b:string>Accident prevention</b:string>
    <b:string>Healthy eating</b:string>
    <b:string>Mental health</b:string>
    <b:string>Parenting / Child health</b:string>
    <b:string>Physical activity</b:string>
    <b:string>Sexual health</b:string>
    <b:string>Substance use</b:string>
    </AoITopics>
    </Registration>

  • How to allocate new g/l acouts for each plant

    hai gurus
      i am new to mm
      here  is a scenario
    our client has 4 plants at different locations.he wants to maintain different g/l accounts for each plant.valuation area is plant and valuation grouping code is different for all plants.how can we assign different g/l accounts for each plant  with same chart of account
       pl clarify my doubt

    Hi Ranjith,
    Not advice to create different G/L accounts for different plant for same chart of account fo same transaction.Its Ok you are having different valuation areas plantwise,its also not even adviceable to go for different valuation grouping Code.So when you are mataining only one G/L account, the value will be recorded in that G/L account only but it will valuate the goods for diffrent valuation areas(Plantwise)
    But if you want to go as u have explained,then in that case you have to create four G/L accounts for each tranaction event key.With different valuation grouping Code,same transaction event key assign different G/L acccount in automatic account assignment OBYC.
    If helpful answer then reward with points.
    Regards,
    Biju K

  • Need to reset page numbers for each layout which has same data

    Hi Gurus,
    I have an requriement to reset the page number from 1 for each layout in same template.
    I know we can do this by @section when we have multiple header_id, but in my case, i have the same data that need to be shown in 3 different layouts under the same template.
    So for the first layout it should start with 1 of 2, 2 of 2
    Second layout should start with 1 of 2 , 2 of 2
    Third layout should start with 1 of 2 , 2 of 2
    Any help is highly appreciated.
    Thanks,
    Edited by: R on May 16, 2013 8:27 AM

    Hello Everyone,
    Appreciate if any clue about the mentioned requirement.

  • Restrict core for each instance

    can we restrict core for each instance while creating database
    Note: if we have 8 core of which i suppose to assign 4 core alone to single instance ,  is if possible to assign
    can anyone help on this

    There are actually two ways depending on the OS, database version and edition you are using:
    With Linux and Solaris Oracle most recently announced (11.2.0.4) the support for cgroups (control groups on Linux with kernel >= 2.6.32) or resource pools (Solaris >= 11 SRU 4). From my perspective it is the best resource throtteling you can have for an Oracle database and it works with all Editions (Enterprise, Standard, Standard One). Further information can be found on my blog (www.carajandb.com/blogs) in both English an German.
    The other mechanism it instance caging (available since 11.2.0.1) which uses the parameter cpu_count to limit the number of CPUs for a single instance. But this is available for Enterprise Edition only in combination with the resource manager.

  • How can I Create an individual MD5 file for each folder in a main directory?

    The specs for a file delivery I'm making require an individual MD5 file per folder, with the contents of that folder being inside the MD5 file. Such as:
    DAY_01 (MAIN FOLDER)
    A01
    -(files 1-1000)
    -md5 for files 1-1000
    A02
    -files 1001-2000
    -md5 for files 1001-2000
    And so on. Is there a script or program that can make those MD5 files automatically or do I hace to go and do each one individually? Thanks

    I don't know of any pre-existing solution to your question, but it isn't hard to write one:
    set theFolder to (choose folder)
    tell application "System Events"
              set subfolders to every folder of theFolder
              repeat with eachFolder in subfolders
                        set fPath to (POSIX path of eachFolder)
                        set fName to name of eachFolder
                        set md5Filename to quoted form of (fName & ".md5")
                        do shell script "cd " & quoted form of fPath & "; /sbin/md5 * > " & md5Filename
              end repeat
    end tell
    The idea here is that it asks for a folder to process. It then grabs a list of all the folders inside that folder (subfolders), then for each subfolder it extracts its POSIX path and the folder name, then it builds a shell command that actually goes to each folder, runs the md5 command (passing in all files), writing the output to a .md5 file named according to the folder.

  • Processing several images in a batch action to apply their individual auto camera raw auto setings individualy for each image selected.

    Hi,
    I have a folder with several images that I want to apply Camera Raw auto settings to all of then according to their individual parameters.
    When you open a single file in Camera Raw you can click on the "auto" option to make an start point correction for that image.
    I want to select all images in a folder and apply this procedure to every selected file without having to open every file individually and clicking in the auto option.
    Can this be done from Bridge CC 6.1.0.116?
    Appreciate comments on the viability of this task

    kbarre wrote:
    Auto Sync is functioning as expected, unless I choose Auto Tone first.
    If I choose Auto Tone first, a small portion of the selected images will be updated, but most will not.
    Lightroom's handling of auto-tone leaves something to be desired - I have a lot of experience with it, trying to make reliable develop-setting plugins which include auto-toning. Those plugins have a bewildering amount of logic - something like this: initiate auto-toning, check back to see if it has properly settled, issue the auto-toning again if it never seems to be properly settling... - usually it works out after a while, but even sometimes it never does, and generates an error: can't get auto-toning to settle across all photos.
    The point of all this is that there are bugs in Lr's handling of auto-toning, as you are growing aware.
    Try this:
    * do the auto-toning, then let it percolate for a while.
    * then visit each photo at 1:1 (to force Lr to finalize settings...), and confirm auto-toning has settled...
    Then try auto-syncing that preset (make sure process versions are all the same, and preset does NOT include auto-toning - I would leave process version OUT of your presets).
    Better?
    I don't expect this is a workflow you'll want to do all the time, but as a test it might help shed some light on the problem.
    Rob

  • Can we specify prefix for an auto increment column

    Hi all,
    I want to create an auto increment column in oracle using oracle sequences.
    But i want to specify a prefix for the value appearing after increment.
    Prefix will remain constant.
    If we can how can i do that.
    And one more thing is i will call the sequence using a trigger only for a specified condition.My doubt here is can i allow nulls for auto incrementing column
    With Regards

    <s></s>
    -- Samples.
    create table tab1
    (id   varchar2(6) constraint p_tab1 primary key
    ,data varchar2(255)
    create sequence seq_tab1;
    create or replace
    trigger trg_tab1
    before insert on tab1
    for each row
    declare
      p_prefix varchar2(2) := 'AA';
    begin
      if (:new.id is null) then
        select p_prefix||to_char(seq_tab1.nextval,'fm0009') into :new.id from dual;
      end if;
    end
    -- Test
    SQL> insert into tab1(data) values('abc');
    1 row created.
    SQL> insert into tab1(id,data) values('BB9999','xyz');
    1 row created.
    SQL> select * from tab1;
    ID
    DATA
    AA0001
    abc
    BB9999
    xyz

  • Folder for each cd instead of each artist

    My iTunes library contains over 60GB of 256 kb/s AAC songs. When I started to use iTunes I choose to let iTunes manage the Music Folder. This resulted in a separate folder for each artist, but all I really wanted is a separate folder for each cd!
    Is there a script that can organize my current iTunes Music Folder into folders for each cd instead of folders for each artist? This would save me a tremendous amount of time. Thanks.

    Thank you all for responding!
    The reason for having iTunes organize all music by cd rather then by artist, is that I want to add and remove cd's already converted to aac in a convenient way to the iTunes folder (because the hdd of my PB is as good as full).
    Some of the compilations cd's are placed in the compilation folder but most aren't. So what has happened is that I have an artist folder with several sub folders in it with songs that belong to compilations. In order to remove an entire compilation I will have to find each track belonging to that compilation by hand. Now if every track from a certain compilation would be placed in a folder with the name of the cd, I could easily cut and past that folder to a backup drive and replace it with another folder.
    Hence my request for a way to place all files belonging to a compilation in one folder with the name of that compilation. That's my objective. But something tells me that I do not know iTunes as well as I thought!

Maybe you are looking for

  • HT2499 I hear the dvd playing but i dont see it on the screen. What can i do?

    How can i watch a dvd on my macbook pro?

  • Clear wsdl cache from java

    hi , I am trying to clear wsdl cache from java , some errors are coming, Please any one help me this is my code package bpeltest; import com.oracle.bpel.client.BPELProcessId; import java.util.Properties; import com.oracle.bpel.client.IBPELDomainHandl

  • Using comments toolbar

    I cannot underline or highlight my pdf's. I have Windows 7 and Acrobat 9 Pro free trial.

  • Desktop Screen Zoom? Can't see full Menu or Application Bar...

    Sudden problem with the zoom or magnification of my desktop; like it is too large for the window. It is hidden outside of viewing frame of the ibook. Scrolling around I can reach the menu bar & bottom application bar, but it doesn't fit like it once

  • Please rosario your link not work

    Follow my example in thread For FORMS/REPORT 6i Re: URGENT STart date and end date in to generate reports in form For FORMS/REPORT 10gR2 Re: Run Report10g  Through form 10g From forms if you don't want display parameter form add parameter=NO in add_p