Labview 2013 executable works only on develoment machine?

Hi all
I created an executable so as to distribute my test software but it only runs on the development machine. I have successfully distributed my executables before with labview 2012 on target machines by simply creating the .exe in project explorer and then installing the nessary labview drivers and run time engine without problems. Now I created a new test programme with Labview 2013 and I can't get my new .exe test software application to run on the target machine. Has anyone seen this type of problem before?  Any assistance will be appreciated.
Thanks
Solved!
Go to Solution.

In addition to the run-time engine you are likely missing some other installers.  Lets say you used RS-232 code in your EXE well now you need to install VISA run-time on the new machine.  Did you use DAQ?  Now you need DAQmx.  Did you use NI-Scope? NI-DMM? NI-Power? NI-Switch?  You'll need to install those as well.
In 2013 the process of making an installer can detect what installers you need.  In previous versions you just have to know which you used and select them in the Additional Installers section.
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • Call a C# dll from java is work only with the machine which is build C# dll

    hi all,
    I've built a VC++(win32 console dll app)..
    Created a Java program to access the said VC++ dll
    It was successful in the machine(say machine 1) which is created the VC++ dll..But Not work with machine2
    n.b VC++ dll is accessing another VC#dll
    If I combile the VC++ dll in machine2 then then its works fine with machine2 while access from java But not work with machine1
    Problem comes when I run the same application in a different system where all the
    needed visual studio files are installed...
    I tried by create the VC++ dll with skipping the part of accessing VC# dll, then it works fine with anotther machine
    NB: error accurs only when it is run on a different machine...
    Error is:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (0xe06d7363), pid=4024, tid=4028
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b01 mixed mode, sharing)
    # Problematic frame:
    # C [kernel32.dll+0x1eb33]
    # An error report file with more information is saved as hs_err_pid4024.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    i've done "googling" with this error... but no one has come up with some satisfactory answer...
    Pls help.....
    conf. of both machine
    Windows XP
    jdk1.5.0_09, jre1.5.0_09
    thanks in advance..

    Normally any system exception that occurs when working with JNI is caused by one of the following.
    - pointer problems
    - incorrect usage of another api
    - bug in the api being used.
    The last two are often still pointer problems.
    The fact that it ones one machine and not another makes it more likely it is a pointer problem (in one or more of the above.)
    A pointer problem cause cause the system to fail long after the point where the bug actually is (coded.) Different execution paths, such as running on different machines, means the bug will manifest itself differently.

  • URLLoader working only on local machine

    HI Guys,
    I am new to this forum but after two days looking around for a solution to my problem, I don't know were else to turn around.
    My company have a flash file (.swf) which retrieves data from a web service.  On the local machine it works fine but when it is called from client browsers it is giving me ERROR #2032:  Stream Error.
    The following is the code I am using to connect to the server:
    //Start of my frame
    flash.system.Security.allowDomain("*");
    flash.system.Security.loadPolicyFile(http://95.123.123.60/MyWebServices/crossdomain.xml)
    //After loading frame then:
    var urqStlReq: URLRequest= new URLRequest("http://95.123.123.60/MyWebServices/Confirguration.asmx/GetConfiguration");
    urqStlReq.method = URLRequestMethod.POST;
    var varStlParam:URLVariables = new URLVariables();
    varStlParam.strLogin = "testuser";
    varStlParm.strPwd="testpassword";
    varStlParm.CheckVal = <enchryptionof parameters>;
    urqStlReq.data = varStlParam;
    var urlStlLdr:URLLoader = new URLLoader();
    urlStlLdr.dataFormat=URLLoaderDataFormat.TEXT;
    urlStlLdr.addEventListener(Event.COMPLETE, completeConfiguration);
    urlStLdr.addEventListener(IOErrorEvent.IO_ERROR, errorFunc, false,0,true);
    urlStlLdr.load(urqStlReq);
    function completeConfiguration(e:Event):void{
         var urlTemp:URLLoader = URLLoader(e.target);
         myConfiguration = ParseXMLConfirguration(urlTemp.data)  //here I transform the xml data received to my required format
    function errorFunc(e:IOErrorEvent):void{
         txtError.text = e.text;
    The following is the crossdomain I created and refering to on the server, I tried to leave it open as much as possible to assure myself that the problem is not with rights.  After this function will start to work than I will start to ristrict access:
    <cross-domain-policy>
         <allow-http-request-headers-from domain="*" headers="*" />
         <allow-access-from domain="95.123.123.60" />
         <allow-access-from domain="95.123.123.70" />
         <allow-access-from domain="*" />
    </cross-domain-policy>
    The error as I said before is happening only on the client side, when I run the website on the server, this flash object works fine without data.
    The Server is Windows 2009 R 2, 64 bit.  I am using Adobe Flashh CS4 Professional which publish for Flash Player 10 and using ActionScript 3.0.  The Local playback secuirty is set to Access network only.
    To be sure that it is not access rights the problem, I am runn the website with the Administrator Credentials temporarly but still after performing all the above and trying different settings the same error still appears what ever I do.
    Your help is greatly appreciated,
    Thanks in advance
    Oscar

    HI,
    After looking around the internet for two days I found the most stupid configuration that could ever be.  
    After checking the Windows Event Log, I notised that after I try to call the web service, the ASP.NET 2.0 was raising a warning that says "request format is unrecognized for url unexpectedly ending in /<method name>".  So I was looking around for this but it was hard also to find an answer for this, until I came across the following article from microsoft http://support.microsoft.com/default.aspx?scid=kb;en-us;819267.
    By default HTTP GET AND HTTP POST are disabled by default for the ASP.NET webservices and to enable them you need just to add the following in the web.config:
    <system.web>
    <webServices>
             <protocols>
                  <add name="HttpGet"/>
                  <add name="HttpPost"/>
             </protocols>
         </webServices>
    </system.web>
    After adding this, the flash object was working billiantly, calling all the necessary web services without any problem.
    Thanks a lot for your help and patience
    Oscar Calafato

  • Java 3D executable works only on my PC

    hi all,
    i have a problem with a Java 3D program i wrote. I generated a executable .jar file that works fine on my PC, but when i try to run it on another PC it doesnt do anything.
    On my second try i imported the Java 3D external jar files ( j3dutils.jar, j3dcore and vecmath.jar) and builded the program with FatJar. Again it works fine on my pc but not on other pcs.
    My first question is ..... java 3D must not be installed on the other pcs so that the program runs, right?
    And the second one.... has anyone an idea how to fix that?
    Thanks a lot!!!

    Hi,
    thanks for your answer, that helped a lot!!!
    I typed ../java -jar myProg.jar in the commandline as you said
    and got the Exception:
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/j3d/Node
    at.....
    caused by javax.media.j3d.NodeDoes this exception mean that i have to install Java 3D on that Pc so that the program runs? I am asking because on the Pc i implemented this program i have Java 3D installed and the program runs without any exceptions.
    If yes, is there an other way to handel this so that the user can get my program and run it immediately without having to install Java 3D?

  • Matlab script of labview keeps executing multiple times,

    i have some code for serial communication in matlab , i want to use it in labview for easier and better gui design. for that i have used matlab script node in labview. it seems that labview keep executing the matlab script but i want labview to execute it only once.is there any way to do it?
    Solved!
    Go to Solution.

    i am attaching a vi file. this vi sends 'h' to the com1 continuously but i waant it to send only once.
    Attachments:
    forum.vi ‏7 KB

  • Labview myRIO 2013 stopped working after product activation, system vi files not found, (Hex 0x8004041F)

    Hello,
    My Labview myRIO 2013 had been working while it was in its evaluation period. Recently, I activated Labview 2013 with a 6-month activation code. Now, if I try and create the standard myRIO tutorial starting project, when it tries to load "Main.vi", it stops and says:
    Loading: 
    <vilib>:\myRio\Common\Instrument Driver Framework\myRio v1.0\myRIO v1.0 Reset FPGA.vi
    Searching:
    C:\Prog... \LabVIEW 2013\Targets\instr.lib
    and it pops up a file browser dialog box.
    I found the file in C:\Program Files (x86)\LabVIEW 2013\vi.lib\... , so I manually added that path to Labview's VI search paths, closed everything, and re-opened Main.vi .
    After doing so, I can get Main.vi to load and display properly after taking it's dear sweet time to recursively search vi.lib\* for each vi file, but if I try to run it, I get a crytic and un-googlable error message:
    NI System Configuration: (Hex 0x8004041F) The operation failed because of missing dependency items.
    It gives no further information on what dependency items are missing.
    Why did Labview work before? It had no problem finding dependency vi files before I activated the product. The "Getting Started" demo apps still work fine, reading accelerometer data and controlling the led's on the myRIO, so I know the myRIO itself is working, along with the USB connection. 
    One final note, the "Labview 2013 Real-Time Module" has not been activated. Could that be the problem?

    Hi Mike,
    That Hex error message only occured if I tried to run the VI by clicking on the little "run" button at the top left. Main.vi would open just fine, after locating all of the vi files.
    So I seemed to have fixed my particular issue (for now)... I had noticed after I typed in my activation code that Labview was telling me that I had additional evaluation time available to me. I had been ignoring those messages because, 1. I had an activation code and therefore didn't need additional evaluation time, and 2. Labview was opening and appeared to be running just fine, whereas before I applied the activation code, Labview would not even start. So, towards the end of my adventure after I felt I had applied my forehead to my keyboard a sufficient amount, I finally said "Ok whatever, give me additional evaluation time", and voila, all of my previous issues disappeared. Vi files were being found normally as before, and I was no longer getting that Hex error when I hit the run button. 
    I'm not sure exactly what components I'm getting "additional evaluation time" for, but whatever component it is, it seems to have fixed my problems.
    So anyway, thanks for the support! Hopefully this fixes my problem for good

  • Can i install VS 2013 in my Virtual Machine with Windows 8.1 and work for Mobile Development,Mobile Emulator can work in my Virtual Machine ?

    I have a Virtual Machine with Windows 8.1 OS and 4gb RAM, 200gb Disk.
    I want to develop apps for Windows Mobile 8.1 with VS 2013 Update 4, Mobile Emulators can work in my Virtual Machine, bcz i am getting bellow error.
    Windows Phone Emulator is unable to verify that the virtual machine is running:
    Something happend while starting a virtual machine:'Emulator 8.1 WVGA 4 inch 512MB.APPUSER' failed to start.(Virtual machine ID xxxxxx-xxxxx-xxxx-xxxx-xxxxxxx)
    The Virtual Machine Management Service failed to start the virtual machine 'Emulator 8.1 WVGA 4inch 512MB.appuser' because one of the Hyper-V components is not running (Virtual machine ID xxxx-xxxxx-xxxx-xxxx-xxxx).

    No you cannot do that.  You need a physical machine that supports Hyper-V
    Jeff Sanders (MSFT)
    @jsandersrocks - Windows Store Developer Solutions
    @WSDevSol
    Getting Started With Windows Azure Mobile Services development?
    Click here
    Getting Started With Windows Phone or Store app development?
    Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)

  • LabVIEW 2013 SP1 Compile Worker Fails

    Hello,
    after receiving the new DVDs with LabVIEW 2013 SP1 and successfull installation, I wanted to compile my FPGA.vi.
    The Compile Worker does not start an I get the attached error Message. The additional Download of Xilinx Compilation tools 14.4 from the NI Website does not help.
    When I choose the FPGA Compilation Tools via the Start menu, the Compile Worker does not start. When I try to start the FPGACompileServerConfiguration an Error occurs (see picture).
    At the Moment I hav not Idea what to do. Perhaps someone can help.
    What does I have to do to convert my system back to the Version 2013?
    Attachments:
    FehlermeldungCompileWorker.jpg ‏41 KB
    ErrorwhenstartingFPGACompileServerConfiguration.jpg ‏15 KB

    dfschunk,
    Thanks for your post. We are aware of an issue with the compile tools installed from the 2014 developer suite (2013 sp1) where the compile worker is installed with missing dependencies. We are taking immediate action to push out a fix for this and you will receive a notification through NI update service when the fix is available.
    In the meantime, our recommendation is to downgrade to the 2013 installation of the Xilinx tools. No fixes were made between 2013 and 2013 sp1 in the compile worker or in the Xilinx tools so no worries there.
    Go to Control Panel >> Programs and Features and select National Instruments Software. 
    This will launch a window where you have the option to select various NI software products and modify/repair/remove them.
    Select NI LabVIEW FPGA Xilinx 14.4 Tools and select Remove.
    After the software has been un-installed, go to the NI LabVIEW 2013 FPGA Module Xilinx Tools 14.4 donwloads page and install this version of the tools (released with 2013) or you may install the tools from your original LabVIEW 2013 developer suite disks.
    Please post back or call support if you have any problems with this process, we want to make sure you are up and running until we push out a fix.
    Nick C | Staff LabVIEW Platform Product Support Engineer | National Instruments

  • Report Generation Toolkit failure with Win 7 and Labview 2013

    I recently had my computer updated to Windows 7 and am now seeing a problem with the Report Generation toolkit (version 2013) when working with Excel files.  If I try to run the New Report.vi with report type Excel selected I get  error -2146777998.  Doing the same thing with Word selected eventually opens Word, although this takes about ten seconds, but it does not generate an error.  Selecting Standard Report or HTML also run without errors.
    I've researched this error on line but I keep ending up .NET and C# forums where everything goes over my head. Has anybody got any suggestions?
    Solved!
    Go to Solution.

    I found the solution to this particular source of error code -2146777998. There are two template files that reside in C:\Program Files (x86)\National Instruments\LabVIEW 2013\templates\Report  by the name of MSOffice_RGT_Template.dot and MSOffice_RGT_Template.xlt.  The problem came down to that these templates got corrupted somehow during the fresh install. As soon as I replaced them with versions from another machine the problem disappeared.
    Just as a side note, I discovered the problem by kicking off the MS Office Report Express vi and out came a much clearer message that aimed me at the templates. Not quite sure why that message isn't echoed into the individual subvi's on the pallette, but life is a mystery.

  • Is there a way to run a For Loop independen​tly within a While Loop in LabVIEW 2013?

    In my program I would like to run a For loop inside of a While loop, and have them run independently, at their own execution rates.  As a test, I wrote a simple VI with a While loop with 1 second timing, and into this I inserted a For loop with 3 second timing.  I created indicators for both iteration terminals.  Upon running the VI, I found the While loop waits for the For loop to run N times before the While loop executes again.  I also found that sometimes the first iteration of the For loop will end at 1 second rather than 3 seconds, and the STOP button to terminate execution of the While loop does not always work.
    Solved!
    Go to Solution.

    ksinks wrote:
    Thanks, how would you synchronize the loops?  I have gone through the Getting Started exercises and manual.
    Why would synchronization matter? Did you want them to run independantly at their own speed or not?
    Regardless, there's a synchronization pallette with functions for this, as Occurance.
    Other solutions include a common loop counter and a case structure executing every X'th iteration, or having the faster loop send a queue or event every X'th loop that controls the slower loop.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • DAQMX vi files missing in Labview 2013

    I try to open this file slinger-logger.vi [see attachment], but I can't open it, because it is missing files such as DAQmx Clear task.vi
    I already tried to install several versions of DAQmx (14.1, 9.9, 9.4):
    http://digital.ni.com/public.nsf/allkb/B0D5630C0A5​0D5C6862578E800459248
    But I couldn't get the file working without those missing vi errors. Can anyone get this file working in Labview 2013? Or Labview 2012?
    Attachments:
    Slinger-logger.vi ‏70 KB

    kihans wrote:
    I already tried to install several versions of DAQmx (14.1, 9.9, 9.4):
    http://digital.ni.com/public.nsf/allkb/B0D5630C0A5​0D5C6862578E800459248
    But I couldn't get the file working without those missing vi errors. Can anyone get this file working in Labview 2013? Or Labview 2012?
    Why do you install random version of DAQmx, especially since 9.4 does not even support the LabVIEW 2013 or 2012 versions you mentioned. You even show the link outlining that! Pick the neswest one only!
    Tell us exactly what you did:
    Did you install DAQmx after installing LabVIEW and did you select support for the installed LabVIEW version?
    Did you reboot after installation?
    LabVIEW Champion . Do more with less code and in less time .

  • Slow LabView 2013

    Hi
    I have Labview 2013 Professional Dev Sys SP1 ver 13.0.1f2 (32-Bit) and it is slow when I develop any aplication.
    For example, if I have a tab control and I change to another tab, it takes about 2 seconds to change tab after I click it.
    If i wire a new line, it takes 2 seconds to appear that line in block diagram, and so on.
    I have a new computer Dell Optiplex 7010, i7 Processor 3.40Ghz, 64-Bit, 4Gb RAM, WIndows 7 enterprice SP1
    If i run Windows task manager it shows 17% CPU usage and 2.14 GB Memory.
    If I run for example, excel 2013 it does not seems slow.
    Do you have any suggestions ?
    Regards
    Solved!
    Go to Solution.

    EDGAR_PLATRONICS wrote:
    Hi Yamaeda:
    I am not sure about mass compile. You mean rewrite code ? Or create exe file and test?
    A this moment I have checked with only one Vi but it is very large. Many sub VIs and code.
    Actually it worked correctly in labview 8.5 but i converted to LV 2013.
    I will research about transparent borders overlapping.
    Hi Altenbach:
    17% is overall. 3 cores are high % than others.
    The problem is at edit mode and also when I run program.
    Yes I have many front panel indicators, but I do not think they have tons of data but I will double check.
    When I open my VI in labview it shows 118 MB memory when running and 124MB at edit mode
    By the way, last week when by mistake I moved a part of code to some centimeters below, block diagram was frozen and was been updated to new position but line by line until complete full screen. I took about 5 minutes to work normally.
    I am using 2 monitors in my PC. One to display LV panel and one for LV code.
    I meant Tools -> Advanced -> Mass compile and recompile your upgraded code. In the same manner a ctrl+run array will force recompile your program. It can help. Else you're down to e.g. using VI analyzer tool to find the culprit, it might be some VI that's corrupted and needs to be moved to a new VI.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Labview 2013 slow after building applicatio​n

    I have Labview 2013 with the DSC module installed. 
    I am running on Windows -64bit with 4 GB RAM
    After I build my application, Labview slows to a crawl.  There are no errors when I create my application and my application runs fine
    All other programs run fine.
    The windows task manager shows CPU use ranging from 2 to 20%
    I have to shut down the computer and restart it.  Then Labview is again running fine.  Until I build my application again.
    My application was originally developed in Labview 2012
    I have not yet tried to create a new application to see if it is specific to my application or my Labview setup.  I will try that next but I wanted to see if anyone else had this issue.
    Thanks

    Is this Windows 8, 7, Vista, etc?
    Are you running 32-bit LabVIEW or 64-bit?
    I would definitely recommend seeing if this problem happens when you try to build any application, or just your specific application?
    Assuming the problem only occurs with your specific application, I would recommend that you try to build it on a different machine (assuming you have access to one) and see if LabVIEW behaves the same way on that other machine.
    When you originally built your application in LabVIEW 2012, did you encounter this problem?
    You could also try repairing both LabVIEW and the DSC Module to see if that makes a difference.
    Regards,
    Ryan K.

  • Bug in LabVIEW 2013 RTETT Download

    I've called this in to NI, but am posting it here in case you've downloaded LabVIEW 2013 before they fix the problem.
    Downloading the toolkits from ni.com/trylabview usually is a three-step process.  First, you download a "downloader", a small program (154 KB) that manages the download of the Installer.  When you run the Downloader, it downloads the Installer, usually as an executable ZIP file.  The final step is to run the Installer, which first unzips itself into a folder (by default, C:\National Instruments Downloads), then executes the unzipped Setup.exe contained therein.
    There is a (usually) consistent naming convention to these various files.  For example, the files for LabVIEW Real Time are 2013RealTime-Eng_Downloader, 2013RealTime-Eng (the Installer), and LabVIEW RT (the name of the folder that the Installer "unzips" into).  I've downloaded 8 modules, and (with the exception below) they all follow a similar pattern.
    The "bug" is in the Real Time Execution Trace Toolkit (RTETT).  The Downloader is 2013RTETT_downloader, and it brings in 2013RTETT as the Installer.  However, the Installer is set to unzip into LabVIEW RT, the same folder that is used for LabVIEW Real Time.  The "fix" is to change the name of the UnZip folder to LabVIEW Real Time Trace Execution Toolkit (this name is analogous to the LabVIEW Desktop Execution Trace Toolkit name for 2013DETT).  Alternatively, you can run one installer, rename the folder, run the other, and adjust the folder names to your liking.
    Bob Schor

    I am using Windows 7 (x64), fully patched.  As I understand it, the purpose of the Installers is two-fold -- to extract themselves to individual folders (by default in C:\National Instruments Downloads) and then to run their respective Setup executable to actually install themselves.
    I have not (yet) installed RTETT, but I have installed LabVIEW RealTime.  However, in the interest of time-efficiency, I first did downloads of all of the elements I wanted to install (which included both RealTime and RTETT), ran the Installer, but only the "extractor", then planned to run the actual installations from the folders in the Downloads folder.  That's when I discovered that the folder labelled LabVIEW RT did not contain LabVIEW Real Time, but LabVIEW Real Time Execution Trace Toolkit.  Thinking I'd forgotten to extract Real-Time, I tried extracting it again, and discovered that it and RTETT "shared" the same folder in NI Downloads.  I fixed the problem for myself by manually relabelling the folders so one was LabVIEW RT (for LabVIEW Real Time) and one was LabVIEW Real Time Execution Trace Toolkit.  With these distinctive names, I'm much less likely to install "the wrong thing".
    I consider this a "bug", as NI clearly (and logically) intended for the different Toolkits to be downloaded into their own folders.  I mentioned it here in case others faced a similar confusion of "Where did my download folder go?".  Note that if you only download Real Time or only download RTETT, the "reuse" of the folder name won't matter to you.
    BS

  • Structure inside while should work only one time ?

    Hi Everyone ,
                      I have coded a program that if i click a button ( switch untill released) . inside that structure should work only one times . 
                      and i have coded and its working fine .. but its looks compilcated..
                       i need some simple solution . Plz help me guys 
    Attachments:
    CODE.vi ‏10 KB

    saran1988 wrote:
                      I have coded a program that if i click a button ( switch untill released) . inside that structure should work only one times . 
                      and i have coded and its working fine .. but its looks compilcated..
                       i need some simple solution . Plz help me guys 
    Your code has very little to do with what you are describing.
    There is no button with "switch until released" mechanical action. (OK is switch when released, stop is latch when released)
    A case structure always "works". Are you saying that it should execute e.g. the true case only once whenever the outer case goes from false to true??
    Your inner case goes true more than once per run of the program (whenever the OK goes true). If it should really only work once overall, use the "first call?" primitive. You need to formulate the problem using less ambiguous words.
    There is no obvious starting state for the boolean that you read via local variables. How do you ensure that it start with a known value? Does it matter?
    You seem to entirely deal with integers, so why are you using floating point representation for the numerics?
    What is the purpose of the orange numeric indicator. Is it just a kludge for your logic or does its value mean anything?
    Why does your loop not contain any wait?
    At this point, you should learn about shift registers. It would eliminate all your local variables.
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • How can i make my communities and email work on my...

    everytime i try to get online at communities, it always says that communication error?.. what can i do to make it work??.. and also the email..

  • "create AAC version" generates no output

    Hello, i am trying to create new ringtones. i believe i followed the instruction correctly. after i had the the start time and end time specified with both checkboxes checked, i right clicked on the song and selected create AAC version. the tool bar

  • Can a calendar within ical be set as a default calendar?

    I have several calenders in ical. Whenever I post a new event, ical defaults to the last calendar used. Is there a way to default to a specific calendar all the time? Moving that calendar to the top of the list does not work - ical still defaults to

  • Start managed server with the node manager???

    Hello, I have one admin server and one managed server for my domain. Can i Start the amdin and managed server from the node manager and not just the admin server. Currently with the install of node manager only the admin server starts and not the man

  • Installing paper profiles in CS5

    I am trying to install Hahnemühle paper profiles to print on my Epson R2880, but can not get them to show up in the Printer Profile drop down in the Print window.  I have gone to the paper web sites and picked the paper profile I need.  Then download