How do I setup shared variables between executables created in sepparate projects

Hello,
I have several sepparate projects with their own respective executable files and I would like to be able for these executable files to all share the same variable (one program controls the value of the variable, while the others read from it).
I got this setup to work on my personal computer (by being able to access variable manager, etc), but I need to deploy these executables on different computers that don't have the labview development program. What steps do I need to do in order for me to be able to put these executables on any computer (I'm assuming I need to setup a path for the shared variable that is always in the same folder, etc)
Thanks
Vlad
Solved!
Go to Solution.

Hi Vlad,
I think this article may answer some of your questions regarding shared variables in deployed applications.
http://zone.ni.com/devzone/cda/tut/p/id/9900
It sounds like you already have your executables built, but this article may answer some questions about deploying them to other machines.
http://zone.ni.com/devzone/cda/tut/p/id/3303
Jeff S.
National Instruments

Similar Messages

  • How you connect a shared variable between internet?

    Hello;
    I have a aplicarían which use the shared variables, and other one which is the slave. both work rightly, in a local lan, but now I need connect the slave aplication between Internet.
    what is the procedure?????
    thanks in advance

    Hola Joju,
    La tecnología de variables compartidas sólo es válida dentro de una red local. Si necesitas acceder a una variable desde Internet, tendrías que hacer uso de DataSocket y de servidores DNS.
    Servidores DNS para que tu PC tenga asociado un dominio en Internet y, de esta forma, se pueda acceder a él a través de su nombre. El problema es que tendrías que dar de alta dicho dominio. Después, seguir las instrucciones de este link, cambiando direcciones IP por nombres de equipo:
    How to Use Shared Variables and DataSockets to Pass Data Between Two Networked PCs
    Esto no es trivial y dependiendo de la configuración de la red del operador, es posible que haya problemas. Para comunicación a través de la red, siempre es más recomendable utilizar funciones básicas de TCP/IP o servicios web.
    Un saludo,

  • How can i reuse same variables that i create using c:set var="index" /

    hi all,
    please some one helpme!!!!!!
    how can i reuse same variable that i create using
    <c:set var="index" value="${0}"/>
    cause later in the program i use index to do some condition and based on that i increment ...
    so for example if i say...
    <c:if test="${index==0}">
    <c:set var="index" value="${index+1}"/>
    </c:if>
    will it be like
    if(index==0)
    index++;
    can i do like i did be4. if not what do i need to do to reuse. cause i use the variable atleast 5 time and its keep changing on diff condition level.

    Have you tried it?
    It should work, provided you are on the same page.
    The c:set tag creates the variable in pageScope by default.
    If you forward to another JSP you need to set the scope to be "request" so that it is still available.

  • Do I have to Bind Shared Variables in Executables?

    I want to have shared variables work between two executables that will be installed on seperate machines.  I've managed to get the code working, but am not satisfied with the approach.
    Attached is a .zip file with my project files that contain what I've been able to get to work.
    What I don't like, is how I need to have double the amount of network variables.  Right now I have a program that is a publisher and another is a subscriber (based on an example provided on this forum at some point).  The Publisher has its own shared variables inside a library, and the subscriber has its own shared variables inside a different library.  The Subscriber's shared variables are "bound" to the Publisher's shared variables in the project file and is a concrete physical network path that cannot be changed.
    Once the executable is made and installed, this works.  I've tried getting it to work w/o one of the executables using a shared variable library that contain bound shared variables through a concrete physical network path but I obviously do not know what I am doing.  Ultimatly, I would like to have a single shared variable library that both the publisher and subscriber use.  I want the publisher executable to post the variables to the variable manager running on the publishers machine, and then have the subscriber program running on the subscriber's machine to consume the shared variables from the variable manager on the publisher's machine.
    Please help me!
    -Nic

    Hey Nic,
    I am going to try and answer those questions for you.
    If you use the DataSocket API to connect to a variable that resides on another machine, is your local machine's variable engine involved at all?
    No, it should not be involved at all.
    If the Variable Engine is not used locally, does it need to be included with your application installer?
    Yes, it is going to need to included with the installer.
    If I'm correct, whats better?  To use the variable engine locally, or to connect directly to a remote variable engine?
    Can you please give a little more information here?  I'm not quite sure if I understand your question.
    The default time-out on the DataSocket Read vi is 10 seconds.  If you are doing multiple DataSocket reads in the same polling loop, one variable may update but the other datasocket read is waiting for its timeout before allowing the loop to itterate.  This creates a really laggy scenario (see progmatic subscriber.vi in the attached .zip).  Setting the timeout to something low, say 10msecs, reduce the "lag" but...
    Having the ability to set a decent time-out is a really nice performance feature that isn't availabe to you when you Bind to a shared variable (I don't think).  It may make performance since to not do any loop iterations until the data from the host has changed.... how to manage this w/o seperating each read into its own loop however is my question.... ???
    Can you please explain this a little more as well?  If I understand you correctly, it sounds like you have many datasockets open in one while loop.  Are you using one datasocket per variable?
    Is there any unseen advantages with using the National Instrument's Shared Variable API over the DataSockets API?
    Shared variables are in general more easier to use, and provide a simple way to implement the idea of passing data between machines.  Obviously, using TCP, you can create more control using your own protocol to exchange information, but in general, Shared Variables are normally just easier to use.
    Feel free to post any questions or dicussion issues here.
    Regards,
    Kevin H
    National Instruments
    WSN/Wireless DAQ Product Support Engineer

  • How do I install Shared Variable Engine on a computer not having Labview?

    Hi,
    I am trying to communicate with a real time program running on Compact RIO through shared variables. I have an executable of the host vi that runs on a Windows computer. If I run this executable on the computer that has Labview installed on it, it functions fine. I want to be able to run this executable on a computer with Labview. I learned that I have to first install Shared Variable Engine on this computer.
    How do I do that? Where to install it from? Is that going to be sufficient? Please provide the solution or point me to the right resources.
    Thank you.
    Anmol.

    When you built the installer for the executable, you have a choice to include additional installers. One of them is the "NI Variable Engine". Have you tried including it?
    LabVIEW Champion . Do more with less code and in less time .

  • How can I share Pin variable between two packages?

    Hi every one,
    Is there any one who knows how can I share Pin variable that it is defined with OwnerPin between two packages in java card( with eclipse 3.1),I studied Sharing Interface subject and I knows it teorical but I can not do it practical .
    I can share primitive data type but I can not share Ownerpin.
    If anybody has some sample codes or knows any link ,please inform me.
    My code is same as below:
    //In Server Side
    package ginaPack;
    import javacard.framework.*;
    public class GinaApplet extends Applet implements GinaInterface{
    OwnerPIN pin;
    private GinaApplet (byte[] bArray,short bOffset,byte bLength) {
        pin =new OwnerPIN(PIN_TRY_LIMIT,MAX_PIN_SIZE);
              byte PinTemp[] = new byte[4];
              PinTemp[0] = (byte) 0x31;
              PinTemp[1] = (byte) 0x31;
              PinTemp[2] = (byte) 0x31;
              PinTemp[3] = (byte) 0x31;
              pin.update(PinTemp, (short) (0), (byte) PinTemp.length);       
        public Shareable getShareableInterfaceObject(AID clientAID,byte parameter)
              return  this;
        public OwnerPIN getPinShareable()
             return pin;         
         public void process(APDU apdu)
                      //there are some codes in this here
    }//Interface in Server side
    public interface GinaInterface extends Shareable
          public OwnerPIN getPinShareable();
    }//In Client side
    import ginaPack.*;
    public class UserCardApplet extends Applet {
    private UserCardApplet(byte[] bArray, short bOffset, byte bLength) {
         //there are some codes in this here
    public boolean select() {
              final byte[] Gina_AID={(byte)0x47,(byte)0x69,(byte)0x6e,(byte)0x61,(byte)0x41,(byte)0x70,(byte)0x70,(byte)0x6c,(byte)0x65,(byte)0x74};
              AID GinaAID = JCSystem.lookupAID( Gina_AID, ( short )0,( byte )Gina_AID.length );
              if ( GinaAID == null ) // probably not loaded on card
                        ISOException.throwIt( ISO7816.SW_FUNC_NOT_SUPPORTED );//6a 80
              GinaInterface ff = (GinaInterface) JCSystem.getAppletShareableInterfaceObject(GinaAID,(byte)0);
              if( ff == null )
                   ISOException.throwIt((short)0x0903);
    if ( ff.getPinShareable().getTriesRemaining()== 0 ) return false;
    }My problem is in this line :
    "if ( ff.getPinShareable().getTriesRemaining()== 0 ) return false; "when I select my applet this line throw an exception, ff.getPinshareable includes all of OwnerPin methods(such as getTriesRemaining ,check ,reset, update ,...)but all of them throw exception .
    I think firewal does not allow other packages uses this methods .If my guess is right then what should I do for sharing the variables that they are defined with non primitive data type such as (OwnerPin,Signature,...)
    I'd appriciated for any help.
    yours sincerely,
    Orchid.
    Message was edited by:
    NewOrchid

    Applet 1:
    package com.package1;
    import javacard.framework.*;
    public class Applet1 extends Applet {
        private static final byte tryLimit  = (byte)3;
        private static byte[] pinBytes = {(byte)1, (byte)7, (byte)4, (byte)5, (byte)2};
        private Library1 lib;
        protected Applet1(byte bArray[], short bOffset, byte bLength) throws PINException {
            lib= new Library1(tryLimit, (byte)pinBytes.length);
            lib.update(pinBytes, (short)0, (byte)pinBytes.length);
            register();
        public static void install(byte[] bArray, short bOffset, byte bLength) {
            new Applet1(bArray, bOffset, bLength);
        public void process(APDU apdu) {
            byte status=(byte)0;
            lib.resetAndUnblock();
            if (!(lib instanceof Shareable)) status += (byte)2;
            if (!(lib instanceof MyPIN)) status += (byte)4;
            ISOException.throwIt(Util.makeShort((byte)0x90, status)); // sw indicates tries remaining
        public Shareable getShareableInterfaceObject(AID cltAID, byte parm) {
            return lib;
    }Library1:
    package com.package1;
    import javacard.framework.OwnerPIN;
    import javacard.framework.PINException;
    public class Library1 extends OwnerPIN implements Interface1{
        public Library1(byte tryLimit, byte maxPINSize) throws PINException {
            super(tryLimit, maxPINSize);
    }Interface1:
    package com.package1;
    import javacard.framework.PIN;
    import javacard.framework.Shareable;
    public interface Interface1 extends Shareable {
        boolean check(byte[] pin, short offset, byte length);
        byte getTriesRemaining();
        boolean isValidated();
        void reset();
    }Applet2:
    package com.package2;
    import javacard.framework.*;
    import com.package1;
    public class Applet2 extends Applet {
        private final static byte CLA_TEST = (byte)0x80;  
        private final static byte INS_TEST = (byte)0x20;
        private final static byte P1_AUTHORIZE = (byte)0x00;
        private final static byte P1_DOIT = (byte)0x01;
        private final static byte P1_CHECK_SIO = (byte)0x0a;
        private Interface1 sio;
        protected Applet2(byte bArray[], short bOffset, byte bLength) {
            register();
        public static void install(byte[] bArray, short bOffset, byte bLength) {
            new Applet2(bArray, bOffset, bLength);
        public void process(APDU apdu) {
         byte[] buffer = apdu.getBuffer();
            if ((buffer[ISO7816.OFFSET_CLA] == CLA_TEST) ||
                (buffer[ISO7816.OFFSET_CLA] == ISO7816.CLA_ISO7816)) {
                short bytesReceived = apdu.setIncomingAndReceive();
                switch (buffer[ISO7816.OFFSET_INS]) {
                case ISO7816.INS_SELECT:
                    if (!JCSystem.getAID().equals(buffer, ISO7816.OFFSET_CDATA, buffer[ISO7816.OFFSET_LC]))
                        ISOException.throwIt(ISO7816.SW_APPLET_SELECT_FAILED);
                    sio = (Library1)JCSystem.getAppletShareableInterfaceObject(JCSystem.lookupAID(<fill in parameters>);
                    if (sio == null)
                        ISOException.throwIt(ISO7816.SW_CONDITIONS_NOT_SATISFIED);            
                    break;
                case INS_TEST:
                    switch (buffer[ISO7816.OFFSET_P1]) {
                    case P1_AUTHORIZE:
                        if (!sio.isValidated()) {
                            if(!sio.check(buffer, ISO7816.OFFSET_CDATA, buffer[ISO7816.OFFSET_LC]))
                                ISOException.throwIt(Util.makeShort((byte)0x9A, sio.getTriesRemaining()));
                        break;
                    case P1_DOIT:
                        if (!sio.isValidated())
                            ISOException.throwIt(ISO7816.SW_SECURITY_STATUS_NOT_SATISFIED);
                        sio.reset();
                        ISOException.throwIt(Util.makeShort((byte)0x9A, sio.getTriesRemaining()));                
                        break;
                    default:
                        ISOException.throwIt(ISO7816.SW_INCORRECT_P1P2);                   
                    break;
                default:
                    ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
            else {
                ISOException.throwIt(ISO7816.SW_CLA_NOT_SUPPORTED);
    }1. Upload package1
    2. Install Applet1
    3. Select Applet1
    4. Upload package2
    5. Install Applet2
    6. Select Applet2

  • Problem Sharing Variables between 2 machines

    I am having problems trying to create a project that would share variables between multiple computers. I am using Labview 8.2.1 (I am new to 8.2.1 and Shared Variable).
    here is what i did:
    1. I created the project with Client and Server VI's and a library containing shared variables, which both of them call
    2. I placed this project onto 2 computers (XP on a local workgroup, no firewall, see each other).
    3.  On one of the computers I bound all shared variables to their counterparts on the other computer
    The system is "almost working"
    The problems are:
    - I initially used wrong type variables for few items. I then modified the variables in both VI's and Shared Variable libraries and repeated the Steps 1-3 above.
    But the sysrtem has some sort of a buffer somwhere, because it keeps bringing the old types of shared variables back (when I monitor them using Shared Variable Monitor).
    - When I do binding to source, the system shows wrong variable types (for example DBL instead of U8).
    - It takes almost a second to write and read shared variable (my network is quite fast)
    I saw that the Labview Example with Server and multiple Clients uses 2 sets of shared variable and they bind - separate sets (different names) fro client and server within the same project. Do I have to do this or is this done just to simplify bindinga nd future distribution?
    Is there a buffer/setup/file that I need to clear to get rid of "old" shared variable assignements? (I tried undeploy/deploy - does not help...)
    Thank you very much,
    Gleb.

    Hi Gleb,
    It sounds like the shared variable is not getting completely undeployed from the shared variable engine.  I would recommend opening the shared variable manager and undeploying the library from there just to see that it is no longer in the engine.  Then, redeploy the library and rebind your variables to the host library that you have deployed.
    It is not necessary to have different sets of variables for client and host.  The important part of the variable is what it is bound to, not necessarily what it is named.  So just undeploy your variable, double check the settings of the host variable, then redeploy using the variable manager and rebind your client variables. 
    I hope this helps,
    Brian Coalson
    Software Engineer
    National Instruments

  • Binding shared variable in executable across network

    I can't seem to get a shared variable to bind from an executable on another computer back to a source variable on the main machine.
    I can get the remote variable to change with programmatic access.  Is it possible to have shared variables in an executable bind to a PSP URL on another computer?  This is labview 2011.
    I can see everything with NI Distributed System Manager, and the programmatic access changes the remote variable, so it's not a network issue.
    Thanks for any insights.  This just doesn't seem to work the way NI's online white papers say it shoud.

    What I don't understand is why after binding to a specific URL, the "Shared Variable Deployment" screen of the application builder makes the target "my computer". 
    I probably could get this to work if I changed the network address of "my computer" in the ini file created in Application Builder?
    This seem a strange way for this binding process to work.  If the absolute target (for shared variable bound to another variable and referencing "absolute") was retained when the VI goes through the application builder, it would make for sense.
    I can't get this to work any way with using bound variables.  The only way this works is using programmatic access to shared variables in the built app, and I don't consider this the same thing.
    My conclusion is that shared variable binding and appropriate absolute references to deployed variable libraries do not survive passing through the application builder with their absolute references intact.

  • How to sum a shared variable

    Hi All
    I am using Crystal XI and have my shared variable displaying on my main report but can't get the total of these in the RF. Report is as follows;
    details a;
    @sumtotal
    whileprintingrecords;
    numbervar sumtotal:=0;
    details b;
    subreport
    details c;
    @sum of shared
    whileprintingrecords;
    numbervar sumtotal;
    shared numbervar lineamt;
    sumtotal:=sumtotal+lineamt;  (this calculates and displays fine)
    RF;
    whileprintingrecords;
    numbervar sumtotal; (this displays as 0)
    I either have the wrong formula or it is in the wrong place.
    Thanks in advance.

    Hi,
    try this
    create in RH
    @sumtotal_total
    whileprintingrecords;
    numbervar sumtotal_total:=0;
    create in details d
    @sum of shared_total
    whileprintingrecords;
    numbervar sumtotal_total;
    sumtotal_total:=sumtotal_total+@sum of shared;
    zettels

  • How is work "Get Shared Variable List with another computer " ?

    Hi all
    I can't receive the list of Shared Variables from   another computer  .
    From localhost computer I received it.
    Why?
    Regards
    Iskander

    First the stupid questions...
    Are you sure the variables have been deployed on the other computer?
    Are you sure you have the right IP Address?
    Could your IT department be blocking you?
    Could Windows firewall be blocking you?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Sharing memory between executables?

    I'm working on a set of three programs: one camera interface and two vision processing routines.  Currently, the camera interface runs independently of the two vision processing routines, and the images are simply passed through Labview's shared memory.  In other words, the interface just runs and creates an image with a known name, and the other two routines use the name to read in that image and make their own local copy to operate on.
    However, eventually these programs need to be compiled to executables, where this method will no longer work.  The two programs need to remain separate, so I can't build them into the same executable.  They will both be run on the same computer, so I was wondering if there was another way to write to and read from the computer’s memory that will still work for Labview-built executables.

    TCP should be a perfectly acceptable solution. It's a common interface for exchanging data between processes, even on the same machine. The code for sending data really isn't that complicated. Just take a look at some of the TCP shipping examples in LabVIEW.
    You could use something like ActiveX if you're running Windows for interprocess communication between the LabVIEW-built exe's, but that would add a bit of overhead and complexity to the matter. Also, that would really only allow you to access a subset of VI Server methods, such as setting control values. Sending and receiving data wouldn't be all that quick.
    Another alternative would be writing the data to a shared file, but that makes it hard to stream data continuously.
    Jarrod S.
    National Instruments

  • How do I setup shared Exchange mailbox with Mail (Yosemite)?

    Hello,
    we use Office 365 hosting for our mails. Setting up my default Exchange account is no problem at all, just provide e-Mail address, password and let auto discover finish the rest through System Preferences -> Internet accounts.
    But I also need to setup two shared Exchange mailboxes. If I setup the e-mail address of the shared mailbox. I tried to set it up as follows:
    System Preferences -> Internet Accounts -> Add Exchange Account
    Name: Shared Mailbox
    Email Address: [email protected]
    Password <own AD password>
    As expected: Internet Accounts couldn't log in to the Exchange server "autodiscover-s.outlook.com". Make sure the email address and password you entered are correct. Then, enter your user name and click Continue.
    <Continue>
    Account Settings
    Account Type: Exchange
    Description: Shared Mailbox
    User Name: <own smtp mail address>
    Password: <own AD password>
    Server Address: outlook.office365.com
    <Continue>
    Account Summary
    Account type: Exchange
    Full name: Shared Mailbox
    Email address: [email protected]
    Server address: outlook.office365.com
    <Continue>
    Select the apps to use with "[email protected]": Mail
    => There was a problem setting up the Mail account: an unknown error occurred.
    05/01/15 13:02:10,706 com.apple.internetaccounts[313]: Already have account E2E3FF00-2B0E-4F75-ADD9-FB********** configured for user: <[email protected]> host: outlook.office365.com
    So to add an additional account to access a different mailbox on the Exchange sever with the same credentials as the personal mailbox is apparently no option any more. On the other hand I haven't found any option to add according folders from other mail address inboxes to my personal account in any of the Preferences from Mail (Yosemite, 8.1) or any menu item, that would allow me to add the inboxes of other shared Exchange server mail boxes I have access to.
    The same is true for Mail (iOS 8.1.2), thus I have not found a solution to configure the shared mailboxes on my iOS devices either.
    Trying to setup an "Add Other Account" using IMAP did not succeed either. It always uses my personal mailbox, because I only have my personal user to access the shared mailbox and downloads my personal inbox instead of the one of the shared mailbox.
    Do I really have to fall back to Outlook 2011 Mac to be able to use this feature and miss out on all the hands off features from Yosemite?

    i too use office 365 shared mailboxes  and it took me a long time to work out to add them to my ios mail app , this worked for me :
    start setting up a normal exchange account , put your shared email address in the username and you main email account password.
    it will fail to do the auto-discover thing , but when you click on continue it eil allow you to manually enter the details :
    Name : < whatever>
    email : <your shared email a/c address  i.e [email protected] >
    description : <whatever>
    incoming mail
    Host name : outlook.office365.com
    username : <your main email address / shared i.e  [email protected]/myshared >
    password : < your main account password >
    outgoing mail server:
    SMTP : smtp.office365.com
    username : <your mail email i.e. [email protected] >
    password < your main account password >
    use ssl  <YES>
    authentication : Password
    server port 587
    this worked fine on every IOS device i own, but somehow it doesn't work with my Yosemite mail   , so if anybody can help with Yosemite mail it would be much appreciated.
    Cheers;
    RP

  • I have synced my ipad version 6.0 with my iphone 4.3.5 on bluetooth, but don't understand how to start the sharing process between them.

    How can I use bluetooth to add photos from my i phone onto my ipad.
    They are both recognizing each other and discoverable.  Please explain what I can do with this bluetooth connection between them.
    I remember that when my macbook tiger was new, a friend bluetoothed programs from his apple to mine.  Why can't I get my iphone to share photos for example with my new i-pad?  thanks for any assistance or enlightenment.

    Dale2010 wrote:
    How can I use bluetooth to add photos from my i phone onto my ipad.
    This is not a supported profile...
    See Here  >  http://support.apple.com/kb/HT3647
    For More information on using Bluetooth Check the User Manuals for  your Devices...

  • How can I pass a variable between JSP and Role Form

    I need to pass a variable from (a copy of) applicationmodify.jsp to the IDM Role Form so that the variable is available within the Role Form at display. We've tried getAttribute and setAttribute modifying both the Role Form and the applicationmodify JSP and can get the form to the role form but not accessible but have had no other success. Has anyone had any success in doing this? Any suggestions would be appreciated.

    if by _root level you mean you're loading something into
    _level0 you can't won't be able to use the localconnection. the
    sharedobject is your only option.

  • Sharing variables between apps

    hello,
    i have 2 apps with one being a background tool for the main app. is it possible to pass along variables from the background app to the main app? maybe some kind of global variable? i'm thinking also distributed objects might be the way to go but i have never done this before so i thought i'd ask for some input. thank you very much,
    rick

    rick722 wrote:
    thank you both for the replies and glad to hear there's options. to be a bit more specific both apps are mine so i don't really need to pass info to other apps. and yes it's just for mac os x. basically the small background app is monitoring a directory for changes. when a change occurs it does some basic processing to see what the changes were and then if necessary it will launch/activate my main app and hopefully provide info regarding the changes.
    Before you get too deep into it, have you looked at FSevents? fseventer is a good example.
    in this case it's really just the filenames i'm interested in so passing along an array of filenames would probably do the trick. and it would generally be a small array maybe 10 to 15 objects on average. i don't believe i will need communication back to my background app it would be one-directional.
    Are you sure you need a background app? You can write an app the stays hidden until you need it.
    As far as communication goes, you have lots of options. You could use something like a unix domain socket and just use standard file I/o. A pipe or named pipe would be very similar. Your background app could be a pure POSIX app. If your background app includes Cocoa, you could use NSDistributedNotification.
    as an example the kind of behavior i'm looking for is like when you drop files onto the dock icon of apps that have an application:openfiles: method and the app will receive an array of filenames. except in this case i want to pass the array from my background app. thank you both for the help.
    Another option is to just have your GUI app handle the open file AppleEvent (a standard document-based app) and the background app could send open file events to the GUI.
    Finally, someone else mentioned using launchd.

Maybe you are looking for

  • Unable to install Premiere elements on mac

    I am trying to install Adobe Premiere Elements 10. I am on a Mac and start with disc 3. It gets 51% done then exits with exit code 7 and the following message WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.

  • Apple TV - No cigar for displaying photo's.

    I am disappointed and frustrated by the new Apple TV facility to display photo's. My photo's are stored on my computer in Nikon RAW format (NEF) I don't want to have to convert them to JPEG's just to do a photo session on the TV. I would also end up

  • Power Book doesn't receive airport nor ethernet signal

    OK, so I recently did an erase and install on my powerbook g4 from the original start-up disk. Then, I immediately updated to OSX 10.4.3 from my Tiger DVD. Now, my laptop won't pick up a signal from the airport. Internet Connect status says "not asso

  • Borderless print problems from photoshop

    I have recently bought an Epson L800 printer.  When I print 'borderless' 4x6 prints using photoshop, I always get a border down the right hand side and bottom of the print.  Also the picture is not 100% perfectly straight on the page.  The pictures a

  • After Client copy - No Authroization Issue

    Dear All, Good Day, We copied Production data to Quality system through Transport management System. We checked those data copied successfully. After client copy, login in Quality also done successfully But unable to run any transaction. no authroiza