Why is my data set marking server not included in my executable​?

I have a program that writes data sets to a citadel database with a data set marking I/O server.  Everything works fine in the labview environment, but when I create an executable of the program, the data set I/O server does not appear to be included.  The executable can create a database and write individual traces to it, but they are not grouped into data sets.  I have looked everywhere in the project window and in the build specifications window for the executable for a setting that would affect this, but have found nothing.  Here is a picture of the build specification window for the executable. You can see in the Project Files window the lvlib file and the included Shared Variables folder, but the data set marking server is not shown as it is in the project window above it.
The lvlib file created with the executable appears to remain in tact, because I can open it in the LV environment and see the data set I/O server included with it:
Finally, here is a picture of the databases that MAX sees.  The VI in the LV environment produced the top database called C__Program_Files_National_Instruments_Labview_8_2_​data with the DataSets folder, and the executable version produced the bottom database called mVROC_Database with no DataSets folder:
I'm using LV 8.2.1 and DSC module 8.2.
Thanks,
Craig

Hi, Drew,
Thanks for the reply.  As I was looking into your questions above, I found that the I/O server was indeed geting included in the executable, but it was configured in the original project to look at the wrong database.  After a fair amount of playing around, I at least got it to create data sets.  However, there are some other weird things going on now.  The logged values of the variables are mismatched, or the value from say variable A shows up recorded in variable B. This stuff is all way too touchy.  Overall, I've been very dissapointed with using the DSC and database stuff. The promotional literature talks about how easy it is to use, but that is just not the case, and I've been programing in labview for about 10 years now.  Unfortunately I need to set this project asside for now so I can't investigate further, but I'll eventually get back to it. 
Regards,
Craig

Similar Messages

  • Why is my data on my iPhone not showing up in iCloud?

    Why is my data on my iPhone not showing up in iCloud?

    Its a software problem, I just need the right script to run in Terminal to reset it .
    I tried SMC update 1.7 but it told me its incompatible with my Macbook Pro 17in dunno
    why as I have a 2011 machine

  • Why my cronjob for primary/standby server not work, but worked at prompt

    I have redhat linux version 5, oracle servers 11gr2.
    I have cronjobs to monitor tablespace usage and alert logs.
    However they not work at the cron job, but if I execute them at the command prompt, it worked.
    What might be the problem?
    example of the cron script:
    Head of the script:
    #!/bin/bash
    . /u01/app/oracle/bin/hydev_env
    MAILTO="dba.com"
    LOG=/u01/app/oracle/dba_cron/out/tablespace_90_full.html
    echo $ORACLE_SID
    sqlplus -S <<-EOF >>/dev/null
    / as sysdba
    Cron job set is like this:
    #------------------------TABLESPACES Check------------------------------------------------------------------------
    0,35 * * * * /u01/app/oracle/dba_cron/scripts/tablespaces_over_90%.sh >/u01/app/oracle/dba_cron/out/tablespaces_over_90%.log > 2>&1
    Vi /var/spool/mail/oracle:
    Has error like this:
    /bin/sh: -c: line 0: syntax error near unexpected token `2'
    /bin/sh: -c: line 0: `/u01/app/oracle/dba_cron/scripts/chk_ora_alert_all.sh >/u01/app/oracle/dba_cron/out/chk_oracle_alert_all.log > 2>&1'
    Any guru help?

    Hello;
    Generally this is an environment issue.
    The script works at the command prompt because when you signed on your user picked the environment settings from a profile, for example .bash_profile.
    A crontab job has no environment. That is why you call hydev_env near the beginning of the script. So something of some things are missing from your env file mostly likely.
    What I do is keep an environment file for each database at a location like this :
    /u01/app/oracle/dba_tool/env ( /u01/app/oracle/dba_tool/env/PRIMARY.env )
    The file PRIMARY.env is <database_name>.env
    What I keep in it is everything I need that a background job like crontab would need :
    ORACLE_BASE=/u01/app/oracle
    ULIMIT=unlimited
    ORACLE_SID=PRIMARY
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0.2
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    LIBPATH=$LD_LIBRARY_PATH:/usr/lib
    TNS_ADMIN=$ORACLE_HOME/network/admin
    PATH=$ORACLE_HOME/bin:$ORACLE_BASE/dba_tool/bin:/bin:/usr/bin:/usr/ccs/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/lbin:/GNU/bin/make:/u01/app/oracle/dba_tool/bin:/home/oracle/utils/SCRIPTS:/usr/local/bin:.
    export TERM=vt100
    export ORACLE_BASE ORACLE_SID ORACLE_TERM ULIMIT
    export ORACLE_HOME
    export LIBPATH LD_LIBRARY_PATH ORA_NLS33
    export TNS_ADMIN
    export PATH
    export MAILTO=
    Important If you are not sure of a setting on your system type "env" at a Linux prompt while logged on as the user where the script works. Change as needed in your .env file.
    Here a script I call from crontab to check tablespaces
    #!/bin/bash
    if [ "$1" ]
    then DBNAME=$1
    else
    echo "basename $0 : Syntax error : use . quickcheck <DBNAME> "
    exit 1
    fi
    # Set the Environmental variable for the instance
    . /u01/app/oracle/dba_tool/env/${DBNAME}.env
    $ORACLE_HOME/bin/sqlplus /nolog <<EOF
       connect / as sysdba
    @/u01/app/oracle/dba_tool/bin/quickaudit
    EOFNotice how I pass the db name as a parameter to the script so I can use the script with several database without changing it.
    /u01/app/oracle/dba_tool/bin/quickcheck.sh PRIMARY
    The crontab to make this run daily at 5:12 am is :
    12 05 * * * /u01/app/oracle/dba_tool/bin/quickcheck.sh PRIMARY > /tmp/quickcheck.out
    Best Regards
    mseberg

  • Why the delivery date in the order not changing with P.O???

    Hi All,
    I am encountered with an issue that in a P.O the delivery dates are kept as customer requested delvery date and these cahnges are not updating in the order.
    According to standard SAP the change in delivery dates in a P.O should get updated in sales order.But its not happening if we keep this date as customer requested delivery date,Why is it so?
    I would explain with an example so that it would be clear:
    An order is created say 03/31/2011 and the requested delivery date is 05/02/2011.
    Confirm delivery date is 05/10/2011  (because in purchase info record it is 40 days)
    Now when P.O is created this confirm delivery dates will come.If we change these dates to any other dates it would replicate in the order.But if we keep these dates as customer requested delivery date, it is not changing in the order.
    Please any one help me out....
    Regards & thanks.
    Edited by: deepak567 on Mar 31, 2011 7:50 PM

    Dear,
    Please check the timing in work scheduling view. other wise schedule the routing and maintain time there and check your result.
    In material Master MRP2 screen you will get Scheduling Screen where you will get
    In-house production
    GR processing time
    Plnd delivery time
    These are lot size independent but value in work scheduling view are lot size dependent.
    Go to VOV8 and check the Lead time part. If u will maintain lead time of 2 days, the req deliverty date will be 2 days frm order creation date.
    You can configure this in the configuration of the Sales document type in VOV8. Here we can specify the value and as per that configuration the date will be defaulted.
    Regards,
    R.Brahmankar

  • Why are MORE EVERY Canada/Mexico plans not included in Double data promo?

    Very frustrated that i cant take advantage of the double data promo for my family plan because I pay extra to be able to call out of country. I currently have the "More Every Canada/mexico 14Gb" plan and really wanted the 30gb option being offered,

    Extremely disappointed with customer service. I spoke with a Chat representative and messed up my acct by changing it to a plan that is completely different, What is irritating is that I even confirmed the Plan/cost/promo that we talked about and she confirmed it effective for begging of next billing cycle. She stated it was approved by her supervisor. I log into my acct and a completely different change was made effective immediately(can/mex 20gb for $30 more than what I currently pay.. Now i have to call back next month to ask for difference of my actual plan cost and the random one I was put on. I can understand Verizon not letting those plans participate in a promo, but the time i wasted and will have to waste because of a chat representative is just unacceptable. CS response was just to cal back and ask for a credit.... great!
    >> Chat transcript removed to comply with the Verizon Wireless Terms of Service <<
    Edited by:  Verizon Moderator

  • Why is this date{MM-DD-YYYY} not a valid pattern?

    I'm tyring to define a new date pattern, date{MM-DD-YYYY}, in Adobe Desinger 7 and it kept saying the pattern is not valid. Please help.

    Never mind. I got it.

  • When defining the Outgoing SMTP Server, why does specifying the "default" SMTP server not work, but only the first server specified?

    I have several options for SMTP outgoing server. I set one to default and try to send. it fails and uses the first one in the list.
    I restart Thunderbird and try to send. It uses the first one in the list.
    I eliminate all SMTP servers from the list but the one I want, and it works.
    What am I missing, this I have observed this problem on all of my systems for a long time?
    Regards,
    Carl

    what your missing is that account have an SMTP sever associated with them, which if your "in" an account over rides the "default"
    Right click an account folder and select settings.
    Click on the account name in the settings and on the right is a drop down list and the "default" smtp for that account.

  • Why is the date picker icon is not showing on the PDF file?

    Hi,
    I added a date field on a form.
    I can see the date picker icon when viewing the form online but when I download and open the PDF to my computer and open it on Adobe Reader that icon doesn't show up.
    It's important since my users then need to manually enter the date instead of choosing it on the graphic interface (some of my users are older so need all the help they can get)
    Is there an option or something I missing to make the date picker icon show up on the actual PDF file as well?
    Thanks

    >>Duplicate post removed to comply with the Verizon Wireless Terms of Service.  See Re: Samsung Galaxy S5 pre-order?<<
    Edited by:  Verizon Moderator

  • Why is smtp iCloud outgoing mail server not connecting from iPod?

    My Macbook mail app works find with smtp iCloud setting?

    I deleted the MM account on the phone and reinstalled it again. Now it is working.

  • HTML Data Set not created?

    I have created a very basic page to test (and learn) about dynamic spry regions, but the data set constructor does not seem to be instantiating the data set.  At this point I'm keeping it very simple just to see how things work.
    Per the Spry Framework documentation, I moved the framework include files into my site and I created a table in a separate .html file containing only the table, fotm_db_frag.html, as a fragment.  The table is simple; opening it in DW CS3 shows it's well formed with a header row and data rows.  It's id tag is set to "dsFotm"
    Here's the entire page file so far:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry/">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <!--Link the Spry libraries-->
    <script type="text/javascript" src="includes/SpryData.js"></script>
    <script type="text/javascript" src="includes/SpryHTMLDataSet.js"></script>
    <!--Create a data set object-->
    <script type="text/javascript">
    var dsFotmdb = new Spry.Data.HTMLDataSet("fotm_db_frag.html", "dsFotm");</script>
    dsFotmdb.setColumnType("Date", "date")
    </head>
    <body>
    <div id="container">Content for  id "container" Goes Here</div>
    </body>
    </html>
    At this point, I select the content of the container div and attempt to use visual aids to insert a spry region, but the dialog that pops up says that no data sets have been defined.  I tried saving the file, I looked at Testing server options (left this set at None), I looked in the help to see if there was anything I needed to do in order for the script to run ... but I couldn't find anything that would make the new constructor instantiate data set dsFotmdb.
    Help please !!!
    BTW:  before starting all this, I downloaded Spry 1.6.1 Framework and updated my copy of DW CS3 with the spry updater (that all seemed to work).

    Try making a simple XML file and Dataset to see if that works
    Call this Test.xml
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    - <!-- Just a Text -->
    - <CATALOG>
    - <CD>
    <TITLE>Empire Burlesque</TITLE>
    <ARTIST>Bob Dylan</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>Columbia</COMPANY>
    <PRICE>10.90</PRICE>
    <YEAR>1985</YEAR>
    </CD>
    - <CD>
    <TITLE>Hide your heart</TITLE>
    <ARTIST>Bonnie Tyler</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>CBS Records</COMPANY>
    <PRICE>9.90</PRICE>
    <YEAR>1988</YEAR>
    </CD>
    - <CD>
    <TITLE>Greatest Hits</TITLE>
    <ARTIST>Dolly Parton</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>RCA</COMPANY>
    <PRICE>9.90</PRICE>
    <YEAR>1982</YEAR>
    </CD>
    - <CD>
    <TITLE>Still got the blues</TITLE>
    <ARTIST>Gary Moore</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>Virgin records</COMPANY>
    <PRICE>10.20</PRICE>
    <YEAR>1990</YEAR>
    </CD>
    - <CD>
    <TITLE>Eros</TITLE>
    <ARTIST>Eros Ramazzotti</ARTIST>
    <COUNTRY>EU</COUNTRY>
    <COMPANY>BMG</COMPANY>
    <PRICE>9.90</PRICE>
    <YEAR>1997</YEAR>
    </CD>
    - <CD>
    <TITLE>One night only</TITLE>
    <ARTIST>Bee Gees</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>Polydor</COMPANY>
    <PRICE>10.90</PRICE>
    <YEAR>1998</YEAR>
    </CD>
    - <CD>
    <TITLE>Sylvias Mother</TITLE>
    <ARTIST>Dr.Hook</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>CBS</COMPANY>
    <PRICE>8.10</PRICE>
    <YEAR>1973</YEAR>
    </CD>
    - <CD>
    <TITLE>Maggie May</TITLE>
    <ARTIST>Rod Stewart</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>Pickwick</COMPANY>
    <PRICE>8.50</PRICE>
    <YEAR>1990</YEAR>
    </CD>
    - <CD>
    <TITLE>Romanza</TITLE>
    <ARTIST>Andrea Bocelli</ARTIST>
    <COUNTRY>EU</COUNTRY>
    <COMPANY>Polydor</COMPANY>
    <PRICE>10.80</PRICE>
    <YEAR>1996</YEAR>
    </CD>
    - <CD>
    <TITLE>When a man loves a woman</TITLE>
    <ARTIST>Percy Sledge</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>Atlantic</COMPANY>
    <PRICE>8.70</PRICE>
    <YEAR>1987</YEAR>
    </CD>
    - <CD>
    <TITLE>Black angel</TITLE>
    <ARTIST>Savage Rose</ARTIST>
    <COUNTRY>EU</COUNTRY>
    <COMPANY>Mega</COMPANY>
    <PRICE>10.90</PRICE>
    <YEAR>1995</YEAR>
    </CD>
    - <CD>
    <TITLE>1999 Grammy Nominees</TITLE>
    <ARTIST>Many</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>Grammy</COMPANY>
    <PRICE>10.20</PRICE>
    <YEAR>1999</YEAR>
    </CD>
    - <CD>
    <TITLE>For the good times</TITLE>
    <ARTIST>Kenny Rogers</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>Mucik Master</COMPANY>
    <PRICE>8.70</PRICE>
    <YEAR>1995</YEAR>
    </CD>
    - <CD>
    <TITLE>Big Willie style</TITLE>
    <ARTIST>Will Smith</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>Columbia</COMPANY>
    <PRICE>9.90</PRICE>
    <YEAR>1997</YEAR>
    </CD>
    - <CD>
    <TITLE>Tupelo Honey</TITLE>
    <ARTIST>Van Morrison</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>Polydor</COMPANY>
    <PRICE>8.20</PRICE>
    <YEAR>1971</YEAR>
    </CD>
    - <CD>
    <TITLE>Soulsville</TITLE>
    <ARTIST>Jorn Hoel</ARTIST>
    <COUNTRY>Norway</COUNTRY>
    <COMPANY>WEA</COMPANY>
    <PRICE>7.90</PRICE>
    <YEAR>1996</YEAR>
    </CD>
    - <CD>
    <TITLE>The very best of</TITLE>
    <ARTIST>Cat Stevens</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>Island</COMPANY>
    <PRICE>8.90</PRICE>
    <YEAR>1990</YEAR>
    </CD>
    - <CD>
    <TITLE>Stop</TITLE>
    <ARTIST>Sam Brown</ARTIST>
    <COUNTRY>UK</COUNTRY>
    <COMPANY>A and M</COMPANY>
    <PRICE>8.90</PRICE>
    <YEAR>1988</YEAR>
    </CD>
    - <CD>
    <TITLE>Bridge of Spies</TITLE>
    <ARTIST>T'Pau</ARTIST>
    <

  • OIM 9.1 User data set

    Hi,
    In release note of 9.1 it is mentioned that :
    Display of all OIM User attributes on the Step 3: Modify Connector Configuration page
    On the Step 3: Modify Connector Configuration page, the OIM - User data set now shows all the OIM User attributes. In the earlier release, the display of fields was restricted to the ones that were most commonly used.
    and
    Attributes of the ID field are editable
    On the Step 3: Modify Connector Configuration page, you can modify some of the attributes of the ID field. The ID field stores the value that uniquely identifies a user in Oracle Identity Manager and in the target system.
    Can anyone please guide me how to get both things as I am getting only few fields of user profile in OIM-USer data set and also not able to modify ID field.
    I am using OIM 9.1 on Websphere application server 6.1
    Thanks

    Unfortunately i do not have experience using the SPML generic connector. Have you read through all the documentation pertaining to the GTC?
    -Kevin

  • Difference between SXPG_COMMAND_EXECUTE and Open data set mechanism

    Can you please help me to know the difference between moving a file using FM "SXPG_COMMAND_EXECUTE" and moving file using "open data set - transfer file- close data set" mechanism?

    Through 'SXPG_COMMAND_EXECUTE' u can execute a External command  (ie.. UNIX /Windows/OS/400) In ABAP programming..
    for Conversion Of Aplication server File/Move the file from one directory to Other...
    The Command must be present in SM69.
    Using this function module'SXPG_COMMAND_EXECUTE' , you can check the authorization of a user to execute a particular external command and run the command:
    With the arguments specified in ADDITIONAL_PARAMETERS
    On the target host system defined by OPERATINGSYSTEM and TARGETSYSTEM
    If an SAP profile parameter is inserted in the portion of the command stored in the database, then the value of this parameter is substituted into the command. If an SAP application server is active on the target system (TARGETSYSTEM), then the profile parameter values are read from the profile that is active on that system. No parameter substitution is made in ADDITIONAL_PARAMETERS.
    After substitution, the command is checked for the presence of "dangerous" characters such as the semicolon ( ; ) on UNIX systems.
    If an additional "security function module" is specified in the command definition, this function module is also called in the course of processingebenfalls. This function module can prevent execution of the command.
    If the authorization checks complete successfully, the command is run on the target host system.
    Through Open Data Set u can read and write the file in the same directory...
    Thnaks,
    SD
    Moderator message: copy/paste without credit, points removed, please do not repeat!
    http://www.google.de/search?hl=de&q=%22youcanchecktheauthorizationofauserto+execute%22&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=
    http://www.google.de/search?hl=de&q=%22Aftersubstitution%2Cthecommandischeckedforthepresence%22&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=
    Edited by: Thomas Zloch on Aug 17, 2010 12:47 PM

  • IMP 00037 : Unknown character set marker.

    I have used Oracle 9i (9.2.0.1) in my machine. Existing O/S in my machine is Win XP with service pack 2. I have created clubtown database user in machine.
    Grant connect, resource, dba to clubtown user. Now i import data i.e. clubtown.dmp file which i have received from my client. i placed clubtown.dmp file in C:\. Then I invoke command prompt.(C:\) I put the command below..
    imp system/<system-password> file=clubtown.dmp fromuser=clubtown touser=clubtown buffer=80000
    log=club.log Unfortunately import done unsuccessfully.
    giving message :
    IMP 00037 : Unknown character set marker.
    Note : When i installed Oracle in my Machine
    i chose default character set.

    How did you get that file? Was ftp involved? Did you ftp the file in binary mode?
    The file needs to be ftp-ed in binary mode, or you will get this or other similar errors.
    Sybrand Bakker
    Senior Oracle DBA

  • 2 Data Sets - 1 Detail Region - HOW???

    I need to feed two separate XML data sets to one detail
    region. I tried a method (from a previous post) of adding both data
    sets to one detail region, separated by a space. It will only
    access the first data set listed and ignores the one that trails.
    E.G. -
    <div id="sidebar" spry:detailregion="emailData07
    emailData06">
    Thanks in advance for
    any help!!!
    Source follows:
    <div id="content">
    <div id="Acc1" class="Accordion" tabindex="0">
    <div class="AccordionPanel">
    <div
    class="AccordionPanelTab">  2007 Email
    Archive</div>
    <div class="AccordionPanelContent">
    <div id="dataHolder" spry:region="emailData07">
    <table id="products">
    <tr>
    <th width="16%" spry:sort="bDate">Date</th>
    <th width="20%">Source Code</th>
    <th width="64%">Offer Description</th>
    </tr>
    <tr spry:repeat="emailData07" class="even"
    spry:setrow="emailData07" spry:hover="rowHover"
    spry:select="rowSelected" onclick="MM_effectAppearFade('boxshot',
    1000, 0, 100, true)">
    <td>{bDate}</td>
    <td>{sourceCode}</td>
    <td>{campaign}</td>
    </tr>
    </table>
    </div>
    </div>
    </div>
    <div class="AccordionPanel">
    <div
    class="AccordionPanelTab">  2006 Email
    Archive</div>
    <div class="AccordionPanelContent">
    <div id="dataHolder" spry:region="emailData06">
    <table id="products">
    <tr>
    <th width="16%" spry:sort="bDate">Date</th>
    <th width="20%">Source Code</th>
    <th width="64%">Offer Description</th>
    </tr>
    <tr spry:repeat="emailData06" class="even"
    spry:setrow="emailData06" spry:hover="rowHover"
    spry:select="rowSelected" onclick="MM_effectAppearFade('boxshot',
    1000, 0, 100, true)">
    <td>{bDate}</td>
    <td>{sourceCode}</td>
    <td>{campaign}</td>
    </tr>
    </table>
    </div>
    </div>
    <div class="AccordionPanelFooter"></div>
    </div>
    </div>
    <p>Questions? Revisions? <a
    href="mailto:[email protected]?subject=Email Archive Query"
    class="SelectedListBoxItem">Send Email</a></p>
    </div>
    <!-- Detail Region Starts Here -->
    <div id="sidebar" spry:detailregion="emailData07
    emailData06">
    <p id="boxshot" ><img src="{emailimage}"
    alt="{bDate} Email Screen Shot" /></p>
    <p align="center"><a href="{emailLink}"
    target="_blank" class="SelectedListBoxItem"><b>View
    Email</b></a></p>
    </div>

    Hey BSK,
    There are 2 ways to write data references, one more formal
    than the other.
    Short: {nodename}
    Formal: {dsname::nodename}
    The formal version will always work.
    The short version works when there is only one data set on
    the region or, WHEN IT IS LISTED FIRST.
    If you have a region with multiple datasets, data references
    that come from the data set that is NOT first must use the formal
    notation. This assures that we can distinguish between the data
    sets, in case of duplicate node names.
    So, for those data refs that come from emailData06, make them
    {emailData06::nodename}
    Make sense?
    Thanks,
    Don

  • Secret data sets and variables in photoshop elements.

    In photoshop elements 4 thru 8, you can use data sets
    and variables, with the actions recorded for them in
    photoshop and then installed into photoshop elements.
    They work exactly like they do in photoshop and in fact
    there is already a menu item in photoshop elements,
    under in export menu, called export data sets as files.

    Not sure a I read you correctly but if I understand you
    what you have to do is make the first two images as dynamic variables using the variable panel and save it as a data set
    then replace those two images and save those as a data set
    So now you have data set one and two.
    You can save that as an variable library (xml)and that can be loaded into other documents.
    The question is can it be actioned?
    It can be scripted and do you want the same two images to replace the same two image in each document.
    I think you really have to tell us more.

Maybe you are looking for

  • CS Print system and ML 10.8.2

    My university is using CS Print (formerly sold by http://universities.cbord.com/solutions/) which I run in my 27" iMac/Mountain Lion labs on WindowsServer 2003 Dells to provide the means for students to swipe their ID cards and pay for printing. We u

  • IOS 7 Separate Texts coming in from different numbers

    Hello, My wife my daughter and I all have iPhones.  We are all running IOS7.  My wife and I recieve both our own texts and the texts to my daughters number.  The problem we are having is that if anyone texts my daughter it comes to me but looks like

  • Front Row won't display station information of radio streams.

    Hi, I love to use Front Row to listen to internet radio stations. While iTunes displays the station information correctly (mostly artist and title) Front Row only shows blank. Does anybody know if it's possible to activate station information in Fron

  • Email already in use, use another email address

    I can't log on as the message i get is that the emai address is already in use and to use another one! The email address i'm trying to use is mine!!! How do I get around this issue?

  • PhotoShop CS5 freezes when rendering 3d file into video

    I'm running 10.6.6, 2.66 Gz Intel Core i7. Memory:  4 GB 1067 MHz DDR3. I've created several 3D animations that worked. Now, however, when I select Export > Render to Video, the scrub bar fills halfway and then stops. I've waited more than a half-hou