How can I check whether DIAdem a 32 or 64 bit version?

Hi all,
How can I check in a script whether DIAdem a 32 or 64 bit version? Is there any variable or function?
I need this tcheck to avoid loading 32-Bit COM objects.
Thanks
gemu

Hi gemu,
The variable you are looking for is APPLICATIONBITNESS. The variable is available in DIAdem 2014 but without documentation. This documentation will be available in DIAdem 2015. The variable is read only and returns a integer (32 or 64)
Hope that helps
Winfried

Similar Messages

  • How can we check whether a ResultSet is EMPTY or NOT ?

    i'm getting some data inside ResulSet (using JDBC inside Servlet).
    now i want to redirect response according to ResultSet...., if ResultSet is EMPTY then on diff page, else on different page...
    how can i check whether a ResultSet is empty or not...
    i've used next() , wasNull() methods ,,, but not solving the purpose...
    thanx in advance...

    What you could do is to ask the database fora
    record count and check that for zero.
    How?????You just do an SQL statement but instead of the list of fields after SELECT you put
    SELECT count(*) FROM ...... WHERE .....
    That returns a single integer value into the resultset giving the number of matching records currently in the database.
    The trouble is you can't be certain that when you subsequently access the records the number won't have changed, because databases are generally accessible to more than one process at a time and some other process might add or delete a record between counting and retrieving or, for that matter, during the process of retrieval.
    Also the count is likely to take more time than just doing rs.next() and seeing if you get a record.
    Since you seem to be in a servlet environment you should consider doing the database query and the first rs.next() at the top of the servlet/JSP that presents the results and, if there are no records, using getServletContext.getRequestDispatcher(...).forward(request, response) to swich to your error page if it returns false.
    So the stucture looks like:
    rs = stmt.executeQuery(......);
    if(!rs.next())
          getServletContext().getRequestDispatcher("/noresultspage.jsp").forward(request, response);
    else {
         do   {
             .... display result data
          } while(rs.next());
        }

  • How can i check whether my phone is unlocked or not

    How can i check whether my phone is unlocked or not

    rozhan.m wrote:
    Im in srilanka, my sister brought me this phone from UK. i dont kwon how to call apple from here. pls help me
    Nothing we can do to help you.  If it was bought in the UK from an Apple store as unlocked, it is unlocked.  If it was bought anywhere else, it will be locked, and only the carrier it is locked to will be able to unlock it.
    If you've tried a local SIM and it has not worked, then you have your answer, it is locked.

  • How can I check to see if there is an older version of an app compatable with 4.2.1 before purchase?

    how can I check to see if there is an older version of an app compatable with 4.2.1 before purchase? I don't want to buy an app later to realize there isn't a version supporting my Ipod...

    Apple does not track iPhones reported as stolen, nor
    has AT&T claimed that it currently does so but has
    announced that it is considering doing so in the future.

  • How can I check whether I have uploaded all my photos?

    I have uploaded my photos in several sessions. How can I ensure easily that all photos including those in sub-directories of my main photo folder have been uploaded? i use revel on the Mac.
    iandunbar

    One easy way: reset after importing (which can be done from library module - e.g. main menu, context menu, quick-develop...). If you can't even get that far, consider using exiftool to strip the xmp from DNGs and/or jpegs, or just delete xmp sidecar file in case of proprietary raw.

  • How can I check whether or not an database table exists?

    Hi,
    I am new to ABAP programming. And now I want to write an function that check whether an table exists in the dictionary.
    It request the table name was given by the user input. So I have to check it dynamically.
    Please give me some guide if you know about that.
    Thanks.

    Hi,
    All the table names exist in DD02l table.
    Fetch data from DD02l table by passing selectin screen parameter .
    REPORT ysdn_new .
    PARAMETERS: p_tab LIKE dd02l-tabname.
    DATA: v_tab LIKE p_tab.
    SELECT SINGLE tabname INTO v_tab FROM dd02l WHERE tabname = p_tab.
    WRITE v_tab.
    If ypu want to fetch from TADIR table only means you have to pass selection screen parameter in place of obj_name and TABL for OBJECT field.
    SELECT SINGLE tabname INTO v_tab
    FROM TADIR
    WHERE obj_name = p_tab
       AND    object = 'TABL'.
    This is other way of getting table name by passing selection screen parameter
    this will work.
    Please reward points if helpful...
    Regds
    Sivaparvathi

  • How can I see if I have 64 or 32 bit version of pse 12

    PSE12 stops if I move too may photos at the same time.
    How can I see if Ihave 32 or 64 bits version om my computer (64 bits). Photoshop Elements

    bengtolovb a écrit:
    PSE12 stops if I move too may photos at the same time.
    How can I see if Ihave 32 or 64 bits version om my computer (64 bits). Photoshop Elements
    Moving too many photos at the same time may take a long time if you move them to a different drive or computer. The program may look frozen but still works (have a look at the task manager to really check the process). You have to be patient, it may take several hours for big catalogs; as a matter of fact, it's about the same time needed for moving or copying from the Windows explorer.
    Use the menu Help/About Photoshop Elements. In the dialog that opens, look at the line under the title : the Elements version should be found with "x64" at the end. Alternatively, the file PhotoshopElementsEditor.exe is installed in the 'Program Files' folder of the C: drive if it's the 64 bits version. For the 32 bits one it is installed in the 'Program Files (x86) folder.

  • How can I have Firefox 4.0 and a 64 bit version of Minefield installed and make them use separate profile folders?-thanks

    I have been using Minefield, the beta version of Firefox 4 , in a 64 bit version. Since the final Firefox 4.0 doesn't seem to have a 64 bit version, I want to keep Minefield, but still would like to try Firefox 4.0. FF4 uses after installation automatically the Minefield profile folder, which leads to problems , mainly because both browsers are not compatible with the same versions of Add-ons. How can I keep them both but make each use its own profile folder?

    Thanks. I tried this and it actually works for the desktops shortcuts but when I pin the modified shortcut to the task bar and try to start either of the two firefox versions from there, the profile manager shows up and asks which profile I wanna use.
    Is there a way to fix this?

  • How can I check whether new versions of Firefox are compatible with my add-ons? I specifically need to know this regarding Zotero as I would very much hate to loose my reference data base when changing from one version of Firefox to the next ...

    Is there an add-on that can help me with this? Or do I just install the new version and hope for the best?

    Firefox 9.0.1 is a real old version and is no longer supported - Firefox 24.0 is the current release version.
    Open the Add-0ns manager tab and click on '''More''' for each extension that you have installed. Near the bottom of each "More" there should be a link that will take you to the download page where you can verify compatibility.
    Or use this extension - https://addons.mozilla.org/en-US/firefox/addon/is-it-compatible/ - but I'm not sure how well it will work when you are so many versions 'behind the curve'.

  • Help! How can I check whether the developer tools are installed on my iMac?

    Hi, I'm new to macs and would like some help with finding out whether or not the Developer Tools are installed on my iMac.I don't remember having any sort of installation CD/DVD.
    Thanks

    Welcome  
    http://developer.apple.com/search/index.php?q=xcode
    Apple Developer Technologies Overview - Apple Developer

  • How can i check transported objects.

    Hi Sir/Madum,
            I have transported the objects from Development to Quality server. How can i check whether all Objects came to Quality Server.
    Thanks,
    Vishali Raghava Raju.

    Hi Vishali,
    Go to the Quality server, try SE01 and there you can check in Transport Tab.
    Also you can check in STMS and there you see whether it has gone through successfully.
    Try this document too
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b1d20e-c1e8-2c10-d9b9-d48eb3a83d89?QuickLink=index&overridelayout=true
    Regards
    Sunny

  • HT1978 how many network certificate I can install for 1 iphon or ipad? how can I check it is installed successfuly

    hi ..
    I have a email certificate in my profile for recieving my compmay email, when I login to company office Wifi, it ask me to accept a network certificate , I did accept it , but I can't find it in profile. My questiosn are:
    1) How can I check whether I install certificate successfully ?
    2) How many certificate I can install on 1 iphone or iPad ?
    Thanks
    Peter

    1.  Obviously by successfully connecting to WiFi, it insstalled successfuly.
    2.  As many as you want/need.

  • I was sent an email which I thought was legit . I opened an attachment (zip file) but nothing in it. I phoned the bank to double check, and of course the email was bogus. How can I tell whether my macbook air version X.9.4 has a virus or not.

    I was sent an email which I thought was legit . I opened an attachment (zip file) but nothing in it. I phoned the bank to double check, and of course the email was bogus. How can I tell whether my macbook air version now has a virus?

    No Mac viruses are propagated through email.
    Be vigilant for suspicious activity as you normally should be, but do not download or install some "anti-virus" utility in an effort to fix a problem that does not exist. That's a well-worn path to certain misery.

  • Was my T61 shipped without Bluetooth? How can I check?

    Recently I bought a T61 with Windows Vista Ultimate.
    When I ordered it, I selected bluetooth capability and the integrated bluetooth pan (or whatever was there to click).
    I am totally new to that whole bluetooth thing, so I wanted to try out whether I can connect my bluetooth enabled cell phone with my Laptop. So I activated bluetooth on the phone and made it visible to other devices, but when my T61 searched for devices, it couldn't find anything.
    So there is a lot of settings, I thought maybe I did something wrong, but everything seems correct. But then I thought, maybe both devices have to be visible. So I wanted to set my T61 to "Allow Bluetooth devices to find this computer" in Start -> Control Panel -> Bluetooth Devices -> Options.
    But to my surprise when I click 'Apply' or 'OK', I get this error message:
    Bluetooth Service Error
    An error occurred while Windows was saving your settings. The
    Bluetooth device might be unplugged.
    The following settings were not saved:
    Discoverability settings
    Connection settings
    How can the device be "unplugged" in a Laptop???
    Maybe it's not even built in.
    I am not really familiar with what is necessary to have bluetooth capability. When I look at the shipping itemization though, it seems there are multiple items needed.
    Among many other entries the following lines were in the shipping listing (email):
      62P6054 VBB INTEGR.BLUETOOTH PAN   
      42X1482 SBB BLUETOOTH W/ ANTENNA    
      42X1483 SBB BLUETOOTH SCREW    
      42V8654 SBB CL.PLATE T61WLAN BLTOOTH   
    These are the entries that sound like bluetooth.
    (btw. What's a bluetooth screw, what's so special about it and what do I need it for?)
    So, my brandnew T61 ought to have bluetooth capability, right?
    But, maybe they forgot to put one of the components in. After all the fan was broken at arrival, not the best omen, I'm afraid.
    How can I check, if Bluetooth is actually in the laptop?
    Hope somebody can help me,
    I don't want to call Lenovo and have some repair guy come over just to tell me how it's turned on.
    Thanks,
    MarkusK

    Hi MarkusK, welcome to the forum,
    I believe your T61 does have bluetooth. Have you turned bluetooth on using Fn F5. If BT has not been turned on I get exactly the same message you are describing. BT is turned off as standard setting, when you turn it on for the first time it will automatically load the necessary drivers - and away you go.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • How can I check how many times or when an app has been re-downloaded on my iphone

    How can I check how many times or when an app has been re-downloaded on my iphone. I know how to check purchases but I am looking for how to check when an app had been re-downloaded on my device whether it's through my device or Apple ID

    You mention "lack of control" several times.  The control is there - you control the Apple ID and password that owns the app.  No other Apple ID can use the app.  You have not shared your Apple ID or password with anyone, so you and only you own the app.
    Therefore, the number of times the app is downloaded or re-downloaded is completely irrelevant.  You might, for example, decide to purchase a new iPhone or iPad and download the app there.  Or the app developer may issue a new version which you download.  None of this matters regarding your "control" of the app.  All that matters is that you own it and nobody else can use it.

Maybe you are looking for

  • Need to export OBIEE report in native excel format

    Dear All, Apologies if this issue has been discussed earlier in this forum. I am posting this afresh since I could not find a proper thread pertaining to this problem. Here is a snapshot of my issue:- While exporting a report in excel this exports th

  • How to connect oracle application server portal to MS access DataBase

    Hello, I am facing one problem here. Our client is having their database in MS access and they want to implement the oracle application server portal for their organization then how to connect the MS access DB to oracle Application server portal

  • How to check the Network Connectivity between two systems.

    Hello Everyone, Please let me know different ways to check the network connectivity between two systems other than ping/traceroute commands. Thank You. Edited by: 835435 on Jan 20, 2012 11:43 AM Edited by: 835435 on Jan 20, 2012 11:44 AM

  • Multiple ObjectOutputStreams to one ObjectInputStream

    I would like to have multiple ObjectOutputStreams (liviing in their own java apps) creating objects and having them all funnel into the server app, and have a single ObjectInputStream handle all the deserialization. Speed and performance are they key

  • App Store no actualiza mis aplicaciones

    Hola quisiera saber si me pueden ayudar la tienda de App Store en la opción de actualizar aplicaciones lo selecciono pero no ocurre nada solo se queda el circulo con el cuadrado dentro pero no inicia lla actualización