Classes in llb or multiple classes in same folder?

Hi all,
In our main program there is an option to dynamically load a subvi given to us by our customer (so we don't know it or have it in advance). We discovered that for the subvi to load properly ALL its subvis and dlls need to be in the same folder. In order to not have thousands of VIs in the folder, we usually worked around this by putting all the subvis in an llb in the same folder. The subvi to load needs to be outside the llb, but all the rest is in an llb in the same folder. So far, so good.
I am writing in LVOOP a subvi to load in this way. Therefore, it has a number of classes. And I can't put all the classes in an llb because I have override VIs therefore I have a number of VIs called, for example, "Get". However, If they are not in the same folder as my subvi, the subvi does not load properly at runtime. Catch 22.
So my questions:
1. Is there a way to define a "namespace" for each class so they can be in the same folder without changing names? I thought this was inherent because of the class_name::class_method syntax, but apparently it's not...
2. If I put each class into an lvlib, will it ruin the override and dynamic dispatching VIs?
3. Does anyone have any other solutions to this problem?
Thanks all,
Danielle
"Wisdom comes from experience. Experience is often a result of lack of wisdom.”
― Terry Pratchett

Hi again,
I have prepared pretty simple project (actually based on well known example from NI - "Dynamic Dispatching")
Here two classes, and each class contain the member "Get Cargo Capacity.vi":
I have also created two Build specs. One is for single "stand alone executable, and another one for exe + 2 llbs, so each class targeted to own LLB.
See what happened:
LabVIEW 8.2:
Stand alone executable:
 because LabVIEW unable to store both Get Cargo Capacity VIs together in exe, they stored outside of exe in \data directory
Executable with LLBs:
LabVIEW still unable to put each member in own llb.
Take a note that in Application Builder settings was:
I will classify this behavior as clear bug.
LabVIEW 8.6:
Stand Alone executable:
LabVIEW still have collision, but now we have Warning (in LabVIEW 8.2 such warning is missing).
Also take a note, that now Get Cargo Capacity.vi placed outside of \data folder.
Build with LLBs:
That is what I have expected: now each class stored in own LLB (they linked together due to classes hierarchy of course). Take a note, that no any conflict warnings appear. Application still working.
LabVIEW 2009:
Stand Alone executable:
Now LabVIEW able to store both member in executable together (even with same name). Great!
Executable with LLB:
No differences in comparison with 8.6
One more test: Stand alone executable with LabVIEW 8.x layout:
Also no differences with LabVIEW 8.6, and all warnings are here:
Not sure that information above was helpful for you, anyway thanks for reading... 
If you have another trouble, feel free to modify one of the attached example and post it here for illustration.
Andrey.
Attachments:
DynDispatch82-90.zip ‏216 KB

Similar Messages

  • Unzipping multiple zips in same folder to ONE window...how?

    I have numerous .zips in one folder and when I select all and double-click they open fine, but each to a separate window. In Tiger (Oh how I loved thee) all would appear unzipped in ONE single window instead of the current kaleidascopic mess. Any way around this? Thanks

    hello, firefox has just a simple viewing capability for files on a ftp server. for more advanced functions please use an extension like fireftp: https://addons.mozilla.org/firefox/addon/fireftp/

  • Best approach for multiple treatments of same folder?

    I very, very often hit this juncture in Lightroom, and often wonder if it's possible to do what I want:
    Having imported a folder of images from a shoot I process the images in Develop as best I feel I can and export appropriately.
    THEN, I think "wow: wonder what these would look like in B&W, or with some rad effect added?"
    I want to be able to:
    keep the develop settings for all my images just as i left them (and not to have to crawl through History image-by-image trying to find that state later on),
    reset my files to import state (I know how to do that)
    and then set upon an ALTERNATE treatment of my images, available as a separate set of history states and actions.
    Am I correct that this is not possible, save by physically duplicating a folder and importing that?

    Couldn't one also achieve the desired effect by creating a snapshot of each of the images before the first export? For the next set of exports, for each image, click on Import in the Snapshots panel, make the desired changes, save as new snapshot, export.
    Then, when wishing to switch back and forth between the different versions, select the appropriate Snapshot?

  • Clashes with class of same name: weblogic 6.0 sp2

              Hi Mike,
              Thanks for the response.
              I am getting this error
              C:\bea\testDir\jsp_servlet\_vgn\_portal\_system\_site\_edit.java:7: package jsp_servlet._vgn._portal._system
              clashes with class of same name
              Full compiler error(s): C:\bea\testDir\jsp_servlet\_vgn\_portal\_system\_site\_edit.java:7:
              package jsp_servlet._vgn._portal._system clashes with class of same name package
              jsp_servlet._vgn._portal._system._site; ^ 1 error
              This is the error on the screen and the messages I posted are from the weblogic.log
              Let me know if you need more info. Also, i found some suggestion somewhere that
              I should install rolling patch 2, bu i searched the downloads and did not find
              anything called Rolling Patch 2.
              Varun
              (No more information available, probably caused by another error) Michael Young
              <[email protected]> wrote:
              >Hi.
              >
              >Can you post the complete error? I don't see anything about class name
              >clashes in the exception you posted below.
              >
              >Cheers,
              >Michael
              >
              >Varun Garg wrote:
              >
              >> I am getting a "clashes with class of same name" error with some of
              >my jsp pages
              >> on weblogic 6.0 sp2. I have tried deleting my temporary jsp file, i
              >have tried
              >> using a working directory for the jsp using weblogic.xml.
              >>
              >> This happens for few files and not all of them
              >>
              >> java.io.IOException: Compiler failed executable.exec(java.lang.String[javac,
              >-classpath,
              >> C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver;C:\bea\wlserver6.0\.\config\mydomain\applications\DefaultWebApp_myserver\WEB-INF\lib\ASTab.jar;C:\bea\testDir;C:\bea\jdk130\jre\lib\rt.jar;C:\bea\jdk130\jre\lib\i18n.jar;C:\bea\jdk130\jre\lib\sunrsasign.jar;C:\bea\jdk130\jre\classes;.;C:\bea\wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar;C:\bea\wlserver6.0\lib\jce1_2_1.jar;C:\bea\wlserver6.0\lib\sunjce_provider.jar;C:\bea\wlserver6.0\lib\US_export_poli
              c
              >y.jar;C:\bea\wlserver6.0\lib\local_policy.jar;C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\lib;;null,
              >> -d, C:\bea\testDir, C:\bea\testDir\jsp_servlet\_vgn\_portal\_system\_title.java])
              >> at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:585)
              >> at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
              >>
              >> Thanks in advance for the help.
              >>
              >>
              >
              >--
              >Michael Young
              >Developer Relations Engineer
              >BEA Support
              >
              >
              

              Hi Mike,
              Thanks for the response.
              I am getting this error
              C:\bea\testDir\jsp_servlet\_vgn\_portal\_system\_site\_edit.java:7: package jsp_servlet._vgn._portal._system
              clashes with class of same name
              Full compiler error(s): C:\bea\testDir\jsp_servlet\_vgn\_portal\_system\_site\_edit.java:7:
              package jsp_servlet._vgn._portal._system clashes with class of same name package
              jsp_servlet._vgn._portal._system._site; ^ 1 error
              This is the error on the screen and the messages I posted are from the weblogic.log
              Let me know if you need more info. Also, i found some suggestion somewhere that
              I should install rolling patch 2, bu i searched the downloads and did not find
              anything called Rolling Patch 2.
              Varun
              (No more information available, probably caused by another error) Michael Young
              <[email protected]> wrote:
              >Hi.
              >
              >Can you post the complete error? I don't see anything about class name
              >clashes in the exception you posted below.
              >
              >Cheers,
              >Michael
              >
              >Varun Garg wrote:
              >
              >> I am getting a "clashes with class of same name" error with some of
              >my jsp pages
              >> on weblogic 6.0 sp2. I have tried deleting my temporary jsp file, i
              >have tried
              >> using a working directory for the jsp using weblogic.xml.
              >>
              >> This happens for few files and not all of them
              >>
              >> java.io.IOException: Compiler failed executable.exec(java.lang.String[javac,
              >-classpath,
              >> C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver;C:\bea\wlserver6.0\.\config\mydomain\applications\DefaultWebApp_myserver\WEB-INF\lib\ASTab.jar;C:\bea\testDir;C:\bea\jdk130\jre\lib\rt.jar;C:\bea\jdk130\jre\lib\i18n.jar;C:\bea\jdk130\jre\lib\sunrsasign.jar;C:\bea\jdk130\jre\classes;.;C:\bea\wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar;C:\bea\wlserver6.0\lib\jce1_2_1.jar;C:\bea\wlserver6.0\lib\sunjce_provider.jar;C:\bea\wlserver6.0\lib\US_export_poli
              c
              >y.jar;C:\bea\wlserver6.0\lib\local_policy.jar;C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\lib;;null,
              >> -d, C:\bea\testDir, C:\bea\testDir\jsp_servlet\_vgn\_portal\_system\_title.java])
              >> at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:585)
              >> at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
              >>
              >> Thanks in advance for the help.
              >>
              >>
              >
              >--
              >Michael Young
              >Developer Relations Engineer
              >BEA Support
              >
              >
              

  • Problem with running multiple servlet in same webapplication with tomcat 3

    Hi all,
    I am using Tomcat 3.0 as webserver with jdk1.3, Servlet 2.0,
    Templates for html file and oracle 8i on UNIX platform.
    I have problem with multiple servlet running same webapplication.
    There are two servlet used in my application. 1) GenServlet.class
                   and 2) ServletForPrinting.class
    All of my pages go through GenServlet.class which reads some property files
    and add header and footer in all pages.
    I want reports without header & footer that is not possible through GenServlet in my application.
    So I have used another servlet called ServletForPrinting --- just for reading html file.
    It is as follow:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class ServletForPrinting extends HttpServlet {
    public void service (HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException
    // set content-type header before accessing the Writer
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    File f1 = null;
    String report = null;
    String path = request.getPathInfo();
    try{
    String p = "/var/home/latif/proj/webapps/WEB-INF/classes" + path;
    System.out.println(p);
    f1 = new File(p);
    p = null;
    if (f1.exists()) {
    FileReader fr = new FileReader(f1);
    BufferedReader br = new BufferedReader(fr);
    report = new String();
    while ((report = br.readLine()) != null) {
    out.println(report);
    }catch(Exception e) {
    out.close();
    report = null;
    path = null;
    f1 = null;
    } // end class
    It works fine and display report properly.
    But now Problem is that if report is refreshed many times subsequently,
    WebServer will not take any new change in any of java file used in web-application.
    It works with the previous class only and not with updated one.
    Then I need to touch it. As soon as I touch it, webserver will take updated class file.
    Anybody has any idea regarding these situation?
    Is there any bug in my ServletForPrinting.java ?
    Any solution ????? Please suggest me.
    Suggestion from all are invited. That will help me a lot.
    Thanks in advance
    Deepalee.

    Llisas wrote:
    I solved the problem, I just had to wire the blocks in a sequential way (I still don't know why, but it works).
    Feel free to delete this topic.
    I would strongly suggest at least reading this tutorial to give you an idea of why your fix worked (or maybe only appeared to work).  Myself, I never just throw up my hands and say, "Whatever," and wash my hands of the situation without trying my best to understand just what fixed it.  Guranteed you'll run into the same/similar problem and this time your fix won't work.
    Please do yourself a favor and try to understand why it is working now, and save yourself (or more likely, the next poor dev to work on this project) some heartache.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Creating multiple profiles, using unified profile types, to store multiple values for same properties

    Hi All:
    I am trying to create multiple profiles, using unified profile types, to
    store multiple values for same properties. Here my intention of using
    'unified profile types' is to create multiple profiles (to store multiple
    values for a property). All the properties are stored in the same database
    maintained by Personalization server. Also, I am trying to use the same
    'USER' ejb as profile class/home/pk/jndi.
    The scenerio is,
    define unified profile types (Business, Vacation) using Personalization
    admin tools, using com.beasys.commerce.axiom.contact.User,
    com.beasys.commerce.axiom.contact.UserHome,
    com.beasys.commerce.axiom.contact.UserPk,
    com.beasys.commerce.axiom.contact.User for Profile Class, Home, Pk class,
    JNDI name respectively.
    Define Property set 'HotelCommerce' with property
    HotelProp as single, restricted, text (valid values Single, Double)
    Now you can use the attached jsp files to login as a user and try to set the
    property value for HotelProp for each profile. As per my understanding, I
    was expecting that I can set different values for the property 'HotelProp'
    for each profiles. But unexpectedly, all the profiles get the same value.
    Question. is it the correct behavior? if yes, how can I achieve this
    functionality?
    if not, do you see any problem in my scripts?
    your answer asap is appreciated. we need to make decision on using
    Personalization server v/s developing our own Personalization server!!!:)
    thanks,
    -rajesh
    PS: I have tried 'Unified Profile Example' type too, but that did not work.
    [propsettest.jsp]
    [home.jsp]

    I am trying to create multiple profiles, using unified profile types, to
    store multiple values for same properties. Here my intention of using
    'unified profile types' is to create multiple profiles (to store multiple
    values for a property). All the properties are stored in the same database
    maintained by Personalization server. Also, I am trying to use the same
    'USER' ejb as profile class/home/pk/jndi.Hello Rajesh,
    This is not the purpose of the UUP. The UUP is used to allow existing
    database schemas to be aggregated with the existing Weblogic Personalization
    Server database schema to provide a single, customized user profile with which
    to maintain the user properties (
    http://e-docs.bea.com/wlcs/p13n/users.htm#1068901 )
    If you want to have properties that change value based on some "profile" or
    classification of a user, then you should use classifier rules to change the
    user from "OnVacation" to "AtWork" or "AtHome". You can use these classifier
    rules to select content for the user or conditionally execute logic (
    http://e-docs.bea.com/wlcs/p13n/rules.htm )
    Ture Hoefner
    BEA Systems, Inc.
    1655 Walnut Street; suite 200
    Boulder, CO 80302
    www.beasys.com

  • How can I print multiple copies of same photo onto one page on iPhoto 9.5.1?

    How can I print multiple copies of same photo onto one page on iPhoto 9.5.1? I was able to do it on the old iPhoto, but can't seem to be able to do it on the new iPhoto. Grrr...

    Photos does the same thing.... Only workaround I can come up with is to create a template in Pages and copy &amp; paste.

  • How to restrict login for multiple users having same Role

    Our Web Application is deployed on Tomcat 5.5
    The requirement is ?
    There are roles in application like "operator", "admin"?
    There are multiple users created for each of the above role.
    When one user of "operator" role is logged in, then
    It should not allow to login for another user of "operator" role.
    Also, if user did not log out & application gets close, then
    It should not allow to login for another user of "operator" role.
    Also, it should not allow to login for multiple requests of same user
    (using another browser instance...)
    Is it possible using session object?
    But, using session object, it will create separate objects for different users,
    So here I will not be able to restrict session object creation rolewise.
    Also, how to retrieve these multiple session objects created for different users on server?
    If anyone is having the solution please reply as soon as possible,
    Thank you.

    To tell you the truth, this is a stupid requirement. It must be an extremely fragile application.
    In any case, you will have to write your stuff for that. Probably a filter that on login, logout, and session expiration checks, makes, or removes entries in a DB (using a synchronized resource to prevent race conditions) or possibly even simply in an application context object.

  • How to update software on multiple iPhones using same iTunes account?

    How to update software on multiple iPhones using same iTunes account?

    SeanB15 wrote:
    Here are more details on my situation which should help clarify things...
    I purchased three iPhone 4 models back when they first came out (for my family) that all share the same iTunes account for access to apps and music, but each phone/user still has his/her custom contact list, email accts, and select lists of apps and music from the one iTunes acct library.  The problem is (as I understand it) that I can only update the software on one of the three iPhones – the primary phone I used to setup the iTunes acct without wiping out the separate contact lists, etc. As it stands today... the first (primary) iPhone associated with the iTune acct has been updated with the latest software version 5.1.1 and sync'd up with all the apps, music, etc from the one iTune acct, while the other two iPhones are still running on the original software version 4.0.2 and are experiencing problems now. I was advised by AT&T back in January that it would be necessary to setup separate iTunes accts for the second and third iPhones in order to receive system updates and still be able to manage separate contact lists, etc. If I go this route, I assume we will lose all the apps on phones #2 and #3 that we have been "sharing"... correct? Since this AT&T advice was prior to iCloud coming out, would iCloud be a better solution or at least part of the solution? I really don't yet understand how iCloud works. Hopefully, one of you can help me??
    we have 2 iphone 4's synced to the same itunes account for apps and music since the day we bought them, but each has a different icloud acct. they have both been updated on the same itunes account with every update that has come out since we bought them in december of 2010. nothing on either phone has ever been lost or duplicated. having said all that, maybe i'm missing something here, but we have had no problems. we do have itunes setup to sync manually. i do believe i'm a piker compared to lawrence finch, but i'm just telling you what happens in my house. maybe check with apple? is there a store near you?

  • How to use/sync single data (file) across multiple instances of same application

    Currently we have an application (a diagram editor), that have the ability to save and load (serialize) its state in a xml file.
    Now we want this application to behave like Microsoft OneNote application. Where multiple users have the ability to access the same file.
    Later we may also need to enhance with other things like, (1)what is changed and who changed it, (2)option to resolve conflicts if any.
    I came to know about sync framework to resolve this. so far, i have not tried it.
    All i want is,
    Virtually single file should be edited by multiple instances of same application.
    We need a dll (sync framework) that does following
    It takes complete responsibility of file handling.
    Using this dll, each instance of the application will notify their own changes.
    Each instance of the application should have the ability to detect the changes that is recently made (when, who, what are the changes).
    My question:
    Will sync framework be suitable for this requirement?
    If so, is there a demo application that represents this?
    - Jegan

    Seems like I have found the solution.
    In the taskflow there is a property named data-control-scope and I set it to isolated instead of the default (shared) and this seemed to do the trick.
    I can now have two instances of the same taskflow running with different ApplicationModules
    Cheers,
    Mark

  • Multiple copies of same emails

    Hey,
    My problem started few days ago, I received multiple copies of same emails (about 5 copies/email). Now I tried to delete those copies using the plugin (Remove multiple messages) but it doesn't seem to delete. Still shows same amount of emails (about 35000), about 28000 needs to be deleted, in my inbox folder.
    So when I try to get new emails, it says hard-drive is full etc... it isn't full. Webmail works great, but only have the latest 7days emails.
    I'm using POP. please help to fix this fast.

    Were you able to resolve this problem? I have the same issue, but on a macbook pro.

  • Multiple copies of same photo on same page seems to assume A4?

    I'm trying hard to work out how to print out multiple copies of the same picture. I want to get 2 copies on each 4x6" sheet of photo paper and have followed all the steps...
    Selected 1 picture, hit print, went to Settings, selected "Multiple of the same photo per page".
    I then went to Print Settings, selected Borderless 4x6 (yes, the printer works fine with that usually - HP Photosmart C4280) and set the Print Size to 2x3 and the preview shows the 2 copies of the same photo side-by-side no problem.
    So I hit OK, clicked on Print and...
    It's not aligning with the left hand side of the 4x6 - it's not respecting the selected paper size. If I put in a sheet of A4 to test, the 2 pictures come out in the centre of the page (in the requested size). So as a result I can't print on the 4x6 paper as most of the picture gets printed on nothing!
    Am I doing something wrong or is this some kind of bug in either iPhoto or the HP printer driver? Anyone had any success with this? If so, what kind of printer were you using?

    Jemster:
    Here's the workflow I used to get 2 2x3s on a 4x6:
    1 - select photo & click on print button
    2 - select 4x6 borderless and 2x3 print size
    3 - click Customize button
    4 - click on settings button
    5 - select "Multiple of same photo per page" (after clicking OK two photo are shown on the preview)
    6 - click on the Print button.
    Where I differ is that I don't go back to Print Settings to select the 4x6 paper size after Step 5. Give that a try.
    NOTE: Do a Print to PDF to check it out instead of printing on paper. That will save some paper in case it doesn't work.
    That gives me two photos on the 4x6. I'm using a Canon i850. I also get the same results with an Epson R280.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How do you share Aperture file across multiple users on same Mac?

    How do you share Aperture file across multiple users on same Mac? Seems this should be a preferences choice.

    When you share your library between users, you may run into permission and ownership problems, if both users are editing the Aperture library and not only reading it. To avoid that, it helps to put the Aperture library onto a separate disk or a separate partion of your hard drive. For s separate partition or disk you can enable the "ignore ownership on this volume" flag. Then all users can access the library as owners of this library.
    You might try to put the aperture library into a shared folder on your mac, but that has caused problems recently, i.e. when the library also contains video files.
    Regards
    Léonie

  • Multiple users on same compu

    In my household we have more than one person with a Creative Zen product (a Micro, and a Microphoto). We log on using different user names.
    We'd like to use the same computer, and to have many of the same albums on our MP3 players.
    How do we do this?
    Peter English.

    Put all of the music files in a shared area - say Shared Documents/Shared Music.
    Each person log-on and set-up Creative MediaSource so that the above folder is the default location for music files.
    Set-up the Music Library for each person so that it imports all songs from the above folder and that the Media Sniffer function is set up for the same folder as well. Then, whenever one of you adds new tracks to the shared folder, both people's libraries will be updated to include the mew songs.
    In MediaSource you cannot have one PC Music Library for multiple users but you can have all libraries linked to the same set of music files.
    PB

  • How to create multiple instance on same database

    Hi ,
    I would like to know how to create multiple instance on same database . I know that some people use database configuration assistant to do this but i could not figure out how they did it.
    Any how if some one can help me with this and can give me links of this it would be great help for me.
    Thank you for reading my problem and helping me !
    Amil
    please if possible mail me on [email protected]

    How to create multiple instance?????Do you mean multiple instances on the same database, or multiple databases on the same machine ?
    I m new to this field....
    Willin to learn a lot about oracle....Then it wouldn't be bad reading a bit of Database Concepts

Maybe you are looking for

  • 8.1 will not load the dvd driver error 39

    The dvd played with no problem in 8, worked fine. I loaded 8.1 now it will not load the driver, says error 39. I uninstalled and reinstalled still the same.  I got a external working DVD, plugged it in and the same code, same problem. windows 8.1 doe

  • Alert message in BPM not showing fully

    Hi Gurus, I have created an alert category and using that in my BPM. I have entered my alert message in the control step along with the alert category. My alert message is of 50 character length. In the alert message to my email I am getting only the

  • ITunes displays -50 error message when syncing my mac

    when I sync my ipad with my mac it gives me error -50 that it can't sync.  Ideas?    Thank you.

  • PDF Maker/Outlook 2007 crashing issue

    When using Adobe PDF maker in outlook 2007 it often crashes. Is there a maximum PDF portfolio size that you can archive emails into? It seems once my file hits a certain size I need to begin a new file for the process to run? How can I fix this?

  • ATA- Getting "TCP connect err: -33"

    In my setup, from G/w I am able to ping the ATA, but I am not able to make any outbound calls from the Analog phones ( not tried the inbound yet). I ran prsrv.exe and found the following error Connect to <0xdce08005 1720>.. 12:00;0,0,0,0, 12:30;0,0,0