Compiled a LV automation server, but VI panels popup up behing calling app?

We have created a LabVIEW automation server (originally in version 7.1, now 8.2). From an external application, we invoke a VI using the "GetVIReference" method, and then the "Call" method on the VI itself. This works, but there are two issues we have found:
1. When a VI pops up, it is behind the window of the calling app, and even invisible if the calling app's window covers it completely. Further, the calling app is frozen to user input, so we have to find the LabVIEW VI to use it. It works correctly.
2. If the calling app invokes the Win32 function "SetParent" to dock to a parent window, or undock from it, the LabVIEW application terminates itself.

Hi Paul,
You can use WinAPI functions to bring the application to the front. Here is the link to Win API 32 bit function for LabVIEW. There is a make windows always on top.vi under the winutil.llb that can be used to ensure that you application window is always on top. There is also the revoke window.vi function that you can use to revoke the window.
Warm regards,
Karunya R
National Instruments
Applications Engineer

Similar Messages

  • Reload automation server doesn't work for all steps

    Hi all,
    I'm creating ActiveX Servers using Visual Basic 6. In TestStand 3.1 I have steps that call methods from an automation server and I have steps that get properties of an automation server.
    When I create a new version of an automation server, I open one of the steps that use the automation server and press "Reload", so that is uses the latest version. TestStand Automatically updates all the rest of the steps that use the same automation server, but for some reason it only updates the steps that call a method and not the steps that Get a property. Why is this?

    Frank -
    When you configure a TestStand step to call an automation server, it stores the specific ID information for the server and the class and method/property that you are calling. If the server is created with MSVB the compatibility mode of the project defines whether MSVB alters this information after each recompile of the project. TestStand tries to find the server, class and method/property after you compile the project each time. If you take a look at the Compatibility Options for Visual Basic section in Chapter 5 of the TestStand 3.x Reference Manual you will find more information on this. The section describes the various compatibility modes Visual Basic projects. In a nut shell, it is recommended to use Project Compatibility while developing code and switch to Binary Compatibility when you release a system. When you switch to Binary Compatibility you should keep it there and only add new methods or classes. You should not change the names or prototypes of existing methods or properties for this breaks binary compatibility. In my previous development, it would have been nice if VB exposed the control of these IDs, but they do not.
    Scott Richardson
    National Instruments

  • I'm trying to upgrade to itunes 10.x on Windows 7 Pro.  The installation stuck at the stage "Registering iTunes automation server".  I removed the Antivirus software and re-install iTunes again.  But still get same problem.  Any solution?

    I was trying to upgrade to itunes 10.x on Windows 7 Pro.  The installation stuck at the stage "Registering iTunes automation server".  I removed the Antivirus software and re-install iTunes again.  But still get same problem.  Any solution?
    JA

    Peter Hah
    After spending another two days on pinning down the iTunes 10.5 blank store page problem, here's the solution to be found: https://discussions.apple.com/thread/3372617?start=0&tstart=0
    Look out for "japiohelp".
    In short:
    a) press Windows key + "R", enter "cmd", and press Ctrl+Shift+Enter (= runs as admin)
    b) enter "netsh winsock reset" and pres enter
    c) reboot the computer
    and Bob's your uncle.
    P.

  • ERROR: Automation server can't create object

    Hi,
    I am at my wits end, and I hope you can help me. I have
    compiled a Webhelp project that runs just fine in Firefox (with the
    exception of expanding text but blah blah blah... :P)
    When I compile the same project in IE, I get an page loading
    error that tells me that "Automation server can't create object"
    (with reference to 'whskin_pdfhtml.html' in a file path, and my ToC
    is not visible.
    My tester, who is on another machine in another location,
    tells me HIS ToC loads fine, but he gets an out of memory error at
    line 59.
    I have trawled thru these forums for an hour now, and I am no
    closer to solving this problem. I have tried creating a brand new
    empty project with one topic and I get the same error.
    Any ideas on what's happening?
    Of course, we have a demo tomorrow at 6am.
    thanks

    Guessing here.
    1] You have created webhelp pro when you don't have RoboHelp
    Server installed on the server.
    2] Your source has some output files in it. The topic
    concerned being the one that gives the memory error. This result is
    what you get when you view in RoboHelp an output file that has been
    imported into the source. I don't know whether it gives the same
    error in the output again.
    Or are you viewing the help locally instead of from a server?
    What version of IE.

  • Itunes "registering itunes automation server" freeze?

    hi
    i am really sorry for posting twice the same problem but since no one answered i thought that i should start a new topic:
    when installing itunes (9.2.1.5) it installs everything (bonjour,apple software update,apple mobile device support,apple application support,and quicktime)even itunes but not perfectly it is there in program files but not in control panel and when i click on itunes.exe my LAPTOP (not only itunes)i can't move my mouse or even start task manager the only thing i can do is force restart. but i saw another topic where someone said to use cmd like this:C:\program files\itunes\itunes.exe /regserver,and my LAPTOP froze again so i force rebooted into safe mode and deleted everything related to apple except quicktime and itunes.Then when i went out of safe mode and used the cmd trick it worked but it said something about the software required for ipods and mobile devices was not installed correctly (but i need that software because i am getting an iphone 4)
    but now heres the weird part when i installed itunes on windows xp mode, it installed perfectly without any errors. so could someone tell how to fix "registering itunes automation server" and explain what "registering itunes automation server" means? (if you want more information check out my other topic:click here)
    Message was edited by: WindowsXMac
    Message was edited by: WindowsXMac
    null
    Message was edited by: WindowsXMac

    I have the same exact problem, I got an iPhone 4 and when i connected to the iTunes i had earlier for my iPhone 3g, it told me to download a compatible version for the iPhone 4. So i went ahead and did that, and since then the iTunes install freezes on "Registering iTunes automation server" I have tried everything possible out there but no luck so far..
    I am using Windows 7 Ultimate 32bit
    Any help will be much appreciated.
    Thank you Kindly

  • LabVIEW Run Time Engine and ActiveX Automation Server

    Hi,
    I have a question related to LabVIEW Run Time Engine and ActiveX Automation Server:
    We have a tool developed in LabVIEW and TestStand. End user interface is a LabVIEW GUI (it's an executable) which executes TestStand sequences. Some TestStand sequences call lower level LabVIEW VIs.
    Everything works fine with LabVIEW installed, but I was wondering if I could run this tool on deployment machine with only LabVIEW run time engine installed. We are using LabVIEW 6.1 and with only the run time engine installed, I get the error message: "Unable to launch the 'LabVIEW.Application' ActiveX automation server ". 
    BTW, we are planning to upgrade the versions soon.
    Is it possible to make things work only with the run time engine?
    Thank you.

    Thanks for the response, Brian.
    I did upgrade to LabVIEW 8.0 and TestStand 3.5. Everything works fine on the development computer where LabVIEW and TestStand is installed. On the target computer in the lab, I installed LV RTE 8.0 and TestStand 3.5, and now when a VI is called in a sequence file, I get the following:
    RunState.PreviousStep.Result.Error.Code  -18002 
    RunState.PreviousStep.Result.Error.Msg  "LabVIEW: The VI is not executable"
    So, the executable opens and works fine (which means that the LV RTE is installed properly), but when a sequence calls a low level VI, it does not make it through.
    comments/suggestions are appreciated. Thanks.

  • 64 bit vs 32 bit wrapper for automation server

    I have just istalled WCI 10.3.3 on a windows server 2008 64 bit server and most things seem to be working pretty well. One issue I am having is that automation server is not reporting any of its logging back to the portal. I can watch the jobs run in PTSpy, but no logs in the portal.
    I was looking at the startup log for automationserverwrapper and I see a block of the log that says the following:
    STATUS | wrapper  | 2015/01/26 16:52:32 | Oracle WCI Automation Service installed.
    STATUS | wrapper  | 2015/02/02 11:53:05 | --> Wrapper Started as Service
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.2', '%JVM_2%' is not a valid argument to the jvm.  Skipping.
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.3', '%JVM_3%' is not a valid argument to the jvm.  Skipping.
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.4', '%JVM_4%' is not a valid argument to the jvm.  Skipping.
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.5', '%JVM_5%' is not a valid argument to the jvm.  Skipping.
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.6', '%JVM_6%' is not a valid argument to the jvm.  Skipping.
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.7', '%JVM_7%' is not a valid argument to the jvm.  Skipping.
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.8', '%JVM_8%' is not a valid argument to the jvm.  Skipping.
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.9', '%JVM_9%' is not a valid argument to the jvm.  Skipping.
    WARN   | wrapper  | 2015/02/02 11:53:05 | The value of property 'wrapper.java.additional.10', '%BIT_MODE%' is not a valid argument to the jvm.  Skipping.
    STATUS | wrapper  | 2015/02/02 11:53:05 | Launching a JVM...
    INFO   | jvm 1    | 2015/02/02 11:53:10 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
    INFO   | jvm 1    | 2015/02/02 11:53:10 |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
    INFO   | jvm 1    | 2015/02/02 11:53:10 |
    INFO   | jvm 1    | 2015/02/02 11:53:10 |
    INFO   | jvm 1    | 2015/02/02 11:53:10 | WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           The file is located on the path at the following location but
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           could not be loaded:
    INFO   | jvm 1    | 2015/02/02 11:53:10 |             C:\bea\alui\ptportal\10.3.3\bin\..\..\..\common\wrapper\3.2.3\lib\native\win32\wrapper.dll
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           Please verify that the file is readable by the current user
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           and that the file has not been corrupted in any way.
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           One common cause of this problem is running a 32-bit version
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           of the Wrapper with a 64-bit version of Java, or vica versa.
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           This is a 64-bit JVM.
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           Reported cause:
    INFO   | jvm 1    | 2015/02/02 11:53:10 |             no wrapper in java.library.path
    INFO   | jvm 1    | 2015/02/02 11:53:10 |           System signals will not be handled correctly.
    That seems like it is trying to load the 32 bit into a 64 bit computer, but I know it is supposed to automatically choose the correct loader. Did I miss something on the install? Any help would be greatly appreciated.
    Thanks,
    Berney

    Pretty sure I figured this one out. I think there is a registry edit required. Jobs started showing up 3 hours later. Testing the registry edit now. at https://support.oracle.com/epmos/faces/DocumentDisplay?id=1424443.1
    Thanks Karl.
    Berney

  • Create OPC I/O server and front panel data socket problem

    Hi all!
    I installed the NI OPC server. When I try to create a new server I/O in a LabVIEW project I don't see the "OPC client" possibility.
    Is something software missing? 
    Other question: I tryed to connect to OPC server using front panel data socket but my problem is same. When I click the numeric control and I go to the "data operation" menu there is no possibility to make data socket connection. 
    I don't know what is the problem.
    I attached two pictures about my problem. 
    Solved!
    Go to Solution.

    Dear vajasgeri1,
    do you have LabVIEW DSC module installed? Without it you will not have the OPC client funtionality.
    And to configure DataSocket binding you need to go to the Data Binding tab in the Properties of a control.
    BR,
    Mateusz Stokłosa
    Applications Engineer
    National Instruments

  • Folio is uploaded in the server but I cannot see it in my Adobe Viewer

    My folio is uploaded in the server but I cannot see it in my Adobe Viewer in my iPad, any idea guys how to be able to see it in my Viewer?
    Thanks.

    There are some bugs that can cause this issue. If you are adding long, smooth scrolling pages (ie 1024x3000) and performing a "New" to add the page from the Folio Builder Panel versus using the "Import" command, this issue can be caused.
    As the previous posted said, you need to either have all horizontal, all vertical, or all horizontal and all vertical pages. You cannot have a mix of both. If there is a fundamental error with your folio, it iwll not be available in the viewer.

  • OLE Automation Server

    Hi all.
    I've been asked to help in a project where the main portion of it is
    being written using labview (G), which I'm not familiar with.
    I've had a quick browse through the various labview manuals, and really
    don't want to go off at a tangent from what I need to do, meaning that I
    don't have time to become proficient with labview - the current
    "developer" does not describe himself as a "programmer", which is why he
    chose labview.
    Anyway, the job requires me to interface a Thompson Frame Grabber card
    (FGT) with labview. Thompson supply an SDK and the source for a
    Microsoft Visual Studio sample program. Unfortunately, no source for the
    SDK DLL/driver.
    Reading their French-glish manuals, the way they expect you to control
    the FGT card is via a supplied DLL. They do supply some guidance on how
    to do this, but the problem I have is that the DLL requires various low
    level capabilities to allow things like an overlay window, callbacks,
    etc. Given that such info seems to be rather difficult (tedious) to
    extract or have labview perform, I've decided I should write (using
    Delphi or C++) another component to talk directly to their DLL, and have
    labview control the new component that I write.
    Looking through the various manuals, I see that labview supports
    ActiveX, but I'm unsure wether that is restricted to just ActiveX
    controls specifically, or wether labview can interface with an
    Automation Server (OLE and ActiveX are built upon COM) ?
    If so, how does one "import" the Automation server's interface into the
    labview environment/IDE, so my "non-programmer" client to easily
    interface with an Automation Server ?
    The reason that I want to go with a standalone, out-of-process (OOP...?)
    Automation Server, as opposed to an in-process server, or an ActiveX
    control, is that (naive) attempts thus far with interfacing labview with
    the FGT DLL has lead to serious side effects, such as crashing the
    system. However, trivial trials using Borland C++ Builder to interface
    with the FGT DLL produced none of those stability problems.
    Another reason is that if I make an ActiveX control, the possibility of
    multiple use rears it's head, which the DLL and overlay functions do not
    support, nor make sense for it to.
    I will shortly install a temporary copy labview (5.1 ?) on my Dual boot
    Win98/Win NT4 system here, just to experiment with labview. But my
    client is using NT4 SP6, with a dual processor Xeon system (although
    we've removed one of the CPU's due to various weirdities with labview).
    Any additional pointers or confirmations would be most helpful.
    //)) //))| Richard RUDEK. MicroDek. Chatswood, Sydney. Australia. |
    //\\ //\\ |http://microdek.homepage.com/ |
    |________________________________________________________|

    > Reading their French-glish manuals, the way they expect you to control
    > the FGT card is via a supplied DLL. They do supply some guidance on how
    > to do this, but the problem I have is that the DLL requires various low
    > level capabilities to allow things like an overlay window, callbacks,
    > etc. Given that such info seems to be rather difficult (tedious) to
    > extract or have labview perform, I've decided I should write (using
    > Delphi or C++) another component to talk directly to their DLL, and have
    > labview control the new component that I write.
    >
    > Looking through the various manuals, I see that labview supports
    > ActiveX, but I'm unsure wether that is restricted to just ActiveX
    > controls specifically, or wether labview can interface with an
    > Automation Server (OLE and ActiveX are built upon COM) ?
    >
    > If so, how does one "import" the Automation server's interface into the
    > labview environment/IDE, so my "non-programmer" client to easily
    > interface with an Automation Server ?
    >
    > The reason that I want to go with a standalone, out-of-process (OOP...?)
    > Automation Server, as opposed to an in-process server, or an ActiveX
    > control, is that (naive) attempts thus far with interfacing labview with
    > the FGT DLL has lead to serious side effects, such as crashing the
    > system. However, trivial trials using Borland C++ Builder to interface
    > with the FGT DLL produced none of those stability problems.
    >
    > Another reason is that if I make an ActiveX control, the possibility of
    > multiple use rears it's head, which the DLL and overlay functions do not
    > support, nor make sense for it to.
    >
    > I will shortly install a temporary copy labview (5.1 ?) on my Dual boot
    > Win98/Win NT4 system here, just to experiment with labview. But my
    > client is using NT4 SP6, with a dual processor Xeon system (although
    > we've removed one of the CPU's due to various weirdities with labview).
    >
    If you inflate any arrays or strings before calling the DLL, then
    there shouldn't be any problem calling into the DLL. This is how
    the NI drivers are built. If you would rather, then you can use
    the ActiveX client functions. LV can contain controls, and can
    access any automation server. The function for importing is the
    Automation Open function. Its in the ActiveX palette. Popup on
    it to create an automation refnum, and type it to be the server
    that you are creating and registering.
    As for problems with the Dual processor, I now of a number of
    LV users that use dual processor machines with no problem. If
    you have problems, it is more likely to be a problem with a
    driver. If it is anything reproducable, then please report it
    to NI.
    Greg McKaskle

  • Install hanging when registering automation server

    I'm tearing my hair out, as well as getting my 4rse kicked by the other half!
    We've had iTunes up and running on our Vista Home Premium box for a while, then it just stopped working coming up with an error.
    So I've tried re-installing, but 7.3 keeps hanging when trying to register the automation server. Worst still I have to kill it with Task Manager and it leaves a partial install that refuses to uninstall!
    Any guidance would be much appreciated.
    Thanks,
    Stuart

    Registering Automation Server hangs are actually a 7.x.x.x thing rather than a 7.3.0.54 thing. I've seen them with 7.2.0.x too.
    Perhaps try this strategy.
    First download and then install the QuickTime standalone installer:
    Latest Quicktime Installers … get the one that doesn’t mention iTunes
    If that install goes through properly, then try another iTunes install.
    (The theory here is that if your QuickTime is already up to date, the iTunes installer bundle skips the QuickTime part of the install. If the iTunes installer is given less to do, sometimes it gets past the Registering Automation Server hang.)

  • Automation server error 0x800a01ad

    I've been able to batch delete, import, and export metadata from the XML file, but can't seem to import and export the binary thumbnails, raw books, and encrypted books.
    As soon as I set ImportFiles:Yes and ImportRawBook:Yes, error 0x800a01ad "Automation server can't create object" is thrown.
    Does anyone have any insight into this error message? I know it has been asked before about a comprehensive list of error messages, but Adobe seems unconcerned about supplying such resources to end users. I'm trying to gain enough knowledge to avoid the expensive per-incident support fees.

    Mike,<br /><br />We import our books with the batch tool. Below is an example of how we write our XML file. Maybe it can help you. /Fabian<br /><br /><?xml version="1.0" encoding="ISO-8859-1"?><br /><acs:Message<br />     xmlns="http://www.editeur.org/onix-international/ReferenceNames/"<br />     xmlns:acs="http://www.glassbook.com/metadata-0.1"><br />     <Product><br />          <NotificationType>04</NotificationType><br />          <ISBN>9172970278</ISBN><br />          <DistinctiveTitle>Gomstallet</DistinctiveTitle><br />          <ContributorStatement>Marten Sanden</ContributorStatement><br />          <PublisherName>eLib</PublisherName><br />          <SupplyDetail><br />               <SupplierName>eLib</SupplierName><br />               <Price><br />                    <PriceTypeCode>01</PriceTypeCode><br />                    <PriceAmount>39</PriceAmount><br />               </Price><br />          </SupplyDetail><br />          <acs:RawBook><br />               <MediaFileFormatCode>04</MediaFileFormatCode><br />               <MediaFileLinkTypeCode>06</MediaFileLinkTypeCode><br />               <MediaFileLink>\\server\folder\ISBN9172970278.pdf</MediaFileLink><br />          </acs:RawBook><br />          <acs:PublishInfo><br />               <acs:RightCopyCount>0</acs:RightCopyCount><br />               <acs:RightCopyInterval>0</acs:RightCopyInterval><br />               <acs:RightPrintCount>0</acs:RightPrintCount><br />               <acs:RightPrintInterval>0</acs:RightPrintInterval><br />               <acs:RightLendHops>0</acs:RightLendHops><br />               <acs:RightUseExprirationType>4</acs:RightUseExprirationType><br />               <acs:RightTimeAllowed>0</acs:RightTimeAllowed><br />               <acs:RightUseExprirationDate>12/31/1969</acs:RightUseExprirationDate><br />               <acs:RightUseExprirationInterval>0</acs:RightUseExprirationInterval><br />               <acs:RightReadAloud>-1</acs:RightReadAloud><br />               <acs:RightModifyRights>0</acs:RightModifyRights><br />               <acs:Copies>1000000</acs:Copies><br />               <acs:ContentType>1</acs:ContentType><br />               <acs:EncFileName>ISBN9172970278.pdf</acs:EncFileName><br />          </acs:PublishInfo><br />          <acs:DeploySite><br />               <acs:KeyName>local</acs:KeyName><br />               <acs:DeployType>1</acs:DeployType><br />               <acs:DeployFlags>1</acs:DeployFlags><br />          </acs:DeploySite><br />          <acs:Approval>1</acs:Approval><br />     </Product><br /></acs:Message>

  • Is it possible to compile on a remote server

    i have a web logic server in another state -- just as a curiousity is it possible to compile things on that server without having console access (access to the dos prompt or telnet) ?
    stephen

    Depending upon how the java Security manager, along with the UID for the web server, are/is setup, you could do the following: develop a serlvet that compiles via java.lang.RunTime.exec("javac [class]"). However, that solution will only work if the webserver has an OS UID that allows it to run javac and if the security manager permits subprocesses. If this application is being hosted by a third party, it is probably unlikely that they allow both of those conditions. I feel that telnet access, if possible, would be best, but you could always try the RunTime class.

  • Microsoft Lync Server 2013 Control Panel "Navigation to the webpage was canceled"

    i'm facing this issue on the last 2 days.My Lync server 2013 was seted up a month ago and everything went fine on the installation.
    Lync server 2013 on Windows 2008R2 SP1.
    I could login to the Control Panel (using domain administrator credentials), create users (including myself) manage clients etc.
    i didn't login to Lync server for at least a week, beacause i didin't have any other user to add. When time came to add a new user to Lync, i got this error whenever i try to open Control Panel.
    i didn't change anything during this time, so i'm really confused by this.
    i've checked everything from the start and all seem to be in place.
    i also can't open the admin page from the local host as i get an error
    HTTP error 403.4 - Fobidden.
    i tried also to create new certificates for Lync server, but issue remains.
    Also, any solutions i've read for this problem doesn't work as everything is placed correct as other users suggest.
    Can anyone please help me further?
    Cheers,
    Elias

    Ok I had the same problem, I missconfigured the admin simple url in topology builder (TB) which I fixed.  Also the default certificate in the FE server did not have a SAN entry for the "admin" simple url (which was an error). 
    So I corrected the admin address in TB republised it, redid step two on the FE, reissued adn replaced the old cert.  The new cert had the corrected admin simple url.  Checked IIS on the server and made sure that the internal web server had the
    right certificate, restarted IIS.
    The default Lync control pannel still did not come up, I rebooted the server, the closest I got was being prompt for my credential which it did not accept.
    Finally control pannel came up with https://localhost/cscp but I got prompted becuase of a certificate missmatch:
    but it still worked!!! Very very wierd.  I have not changed CA servers.  I am interested about why this happened....
    [email protected]        BK
    Bob Krangle

  • Automation Server cannot create object_error in Java script

    Hi
    I am using window.open method to save contents of xml file in my local pc.
    I am getting this error (Automation Server cannot create object),for this,i need to change internet settings.
    But i dont want to change the internet settings as other pages are getting affected.
    Please guide me regarding this....

    Javascript is not Java.

Maybe you are looking for

  • Can I have two address books on one computer

    Hi, I have my standard address book I use and love. I am an artist and forever having to make slide labels. I have used many programs and databases to do this task. To my surprise address book would accomplish this amazing well. I just don't want to

  • How can I delete a movie from my iphone?

    How can I delete a movie from my iphone?

  • Connecting external display to macbook troubleshoot

    Hello I am trying to connect an LCD monitor to my macbook.. to expand my desktop.  I've bought the appropriate VGA Adapter.  My issue is when I go to System Preferences and then Display pane.. I don't see the ARRANGEMENTS tab.  Can someone please tel

  • Question:rman recover (error:Bad header found during inspecting archived )

    oracle9208 aix5.2 after restore database successfully,i recover database i receive info in alert_sid.log Corrupt block seq: 0 blocknum=1. Bad header found during inspecting archived log Data in bad block - seq:184680448. bno:369098753. time:0 beg:0 c

  • Inception Question. ID files inside ID files.

    I am trying to streamline our proofing workflow at work. I want to take the contents of an indesign file (id1) and place them into placeholders in another indesign file (id2) so that all of the pages from id1 are scaled and pages are generated as nee