How to check a Cluster Refnum (strict) for validity ?

I have a VI that loads a type def'd Cluster of data into a Front Panel Indicator from an INI file. I runs OK standalone.
I also want to use this VI as a subVI and to load a copy of the Cluster data into the calling VI using a Cluster Refum (strict) passed in by the calling VI. I can also get that to work.
The problem is that when the VI is run standalone, the Cluster Refnum (strict) input is invalid and I get an error 1055. How can I verify the validity of the Cluster Refnum (strict) input before I use it so that I can avoid the error 1055?
Thanks.
Solved!
Go to Solution.

You can use the Not a Number/Path/Refnum? primitive from the comparison palette to find if a reference is valid.
Try to take over the world!

Similar Messages

  • How to check IGS version and procedure for upgrading IGS patch level

    Hi all,
    We are on BIW 3.5 .Iam not clear about how to check the version of IGS and its patch level .I went through various notes but still iam confused with tracing it , can someone plz help out?
    Secondly want to upgrade IGS version  i went through note 454042 but still confused with doing that , Can someone plz refer other notes or detailed procedure for upgrading IGS.
    Our BIW Production and Test are on AIX and Development is on HP-Unix OS .
    Points guaranteed for the same. Requested to revert at earliest as this is urgent .
    Regards,
    Saumya

    Hi,
    Check this link which may help u:
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/igs-upgrade-1455477
    The installation/upgrade procedures for the integrated IGS are as follows:
    Integrated Version Installation
    The integrated IGS is automatically installed with the SAP Web Application Server.
    Integrated Version Upgrade
    You find the upgrade files for the integrated IGS version on the SAP Service Marketplace:
    http://service.sap.com/swdc  ®  Download  ®  Support Packages and Patches ®  Entry by ApplicationGroup  ®  SAP Frontend Components ®  SAP IGS  ®  SAP IGS .
    There, you find the IGS executables and libraries (igsexe_.sar) as well as the IGS folder structure (igshelper_.sar) containing among others font files.
    With the upgrade files of the executables and libraries, proceed exactly like you would with kernel patches (for example, extract the Archive to the same location). More information about kernel patches can be found in the related note 19466 in the section Copying and Installing a Patch.
    The upgrade files for the IGS folder structure must be extracted to the instance directory (DIR_INSTANCE). More information can be found in note 1028690.
    After a restart of the Web AS the new IGS is up and running.   
    Information about finding out your IGS patch level is provided in note 931900.                                                                               
    For an upgrade of an integrated IGS please also check note 896400.
    For more info check this SAP Help doc:
    http://help.sap.com/saphelp_nw04s/helpdata/en/4b/72d43ac66e1f08e10000000a114084/frameset.htm
    Hope these helps u...
    Regards,
    KK.

  • How to check the number of licences for ODI

    Hi,
    I would like to know , how to check the number of licences exists for my current OID.
    ODI Version: 11.1.1

    ODI licensing is similar to Oracle DB licensing. Its licensed by the number of cores in your target database.
    So, count the number of CPUs in your target box. Multiply them by the core factor (x86 vs sparc, etc) and then match with the paperwork you have :D

  • How to check forecasting result of SOP for specific week

    Dear All,
    How to check forecasting result of SOP? As in my case we are doing planning on weekly basis, and i want to check few old  forecasting results, how to check it????
    BR
    Bhushan

    Thanks Rupesh,
    Thanks for your immediate responce
    Already i check up with MP30/ mp32  (Except MD70 and MD73). But in this case input will be material / Product group
    I want to check what is the output on that particular forecasting date (we are using product groups) The input i have is the particular date on which forecasting was done.
    Could you plz help me out in this???

  • Health Check Error: Dependency$ p_timestamp mismatch for VALID objects

    Just before the upgrade when we ran the health check we got the following 8 errors and want to fix them.
    Dependency$ p_timestamp mismatch for VALID objects
    [E] - P_OBJ#=5015556 D_OBJ#=5015647
    [E] - P_OBJ#=5015556 D_OBJ#=8432965
    [E] - P_OBJ#=5015576 D_OBJ#=5015647
    [E] - P_OBJ#=5015576 D_OBJ#=8432965
    [E] - P_OBJ#=5015588 D_OBJ#=5015647
    [E] - P_OBJ#=5015588 D_OBJ#=8432965
    [E] - P_OBJ#=5015589 D_OBJ#=5015647
    [E] - P_OBJ#=5015589 D_OBJ#=8432965
    SELECT o.obj# d_obj, do.name d_name, do.type# d_type, po.obj# p_obj, po.name p_name, to_char(p_timestamp,'DD-MON-YYYY HH24:MI:SS') "P_Timestamp",
    to_char(po.stime ,'DD-MON-YYYY HH24:MI:SS') "STIME", decode(sign(po.stime-p_timestamp),0,'SAME','*DIFFER*') X FROM sys.obj$ do, sys.dependency$ d, sys.obj$ po WHERE
    P_OBJ#=po.obj#(+) AND D_OBJ#=do.obj# AND do.status=1 /*dependent is valid*/ AND po.status=1 /*parent is valid*/ AND po.stime!=p_timestamp /*parent timestamp not match*/ ORDER BY 2,1;
    8432965 AQ$_KUPC$DATAPUMP_QUETAB_P 2 5015576KUPC$_API_ACK09-DEC-2009 14:01:28 29-NOV-2010 12:04:14*DIFFER*
    8432965 AQ$_KUPC$DATAPUMP_QUETAB_P 2 5015589KUPC$_MASTERJOBINFO 09-DEC-2009 14:01:28 29-NOV-2010 12:04:14*DIFFER*
    8432965 AQ$_KUPC$DATAPUMP_QUETAB_P 2 5015556KUPC$_LOGENTRIES 09-DEC-2009 14:01:27 29-NOV-2010 12:04:13*DIFFER*
    8432965 AQ$_KUPC$DATAPUMP_QUETAB_P 2 5015588KUPC$_MASTERERROR 09-DEC-2009 14:01:28 29-NOV-2010 12:04:14*DIFFER*
    5015647 KUPC$DATAPUMP_QUETAB 2 5015576KUPC$_API_ACK 09-DEC-2009 14:01:28 29-NOV-2010 12:04:14*DIFFER*
    5015647 KUPC$DATAPUMP_QUETAB 2 5015589KUPC$_MASTERJOBINFO 09-DEC-2009 14:01:28 29-NOV-2010 12:04:14*DIFFER*
    5015647 KUPC$DATAPUMP_QUETAB 2 5015556KUPC$_LOGENTRIES 09-DEC-2009 14:01:27 29-NOV-2010 12:04:13*DIFFER*
    5015647 KUPC$DATAPUMP_QUETAB 2 5015588KUPC$_MASTERERROR 09-DEC-2009 14:01:28 29-NOV-2010 12:04:14*DIFFER*
    Solution as per the 579256.1's is
    The returning objects will have to be recompiled or recreated to clear the problem.
    Please see Note 781959.1 to recompile them. This can cause problems during upgrade and PLSQL validation.
    But in my case above objects are not synonyms and are of type=2.
    So, not sure how to fix them. pl. let us know how we can fix these errors.

    Well, I can tell you that this kind of error is not OS related, but rather a HW thing.  It happens where there is a general detection of something going wrong.  Sometimes it can happen randomly and might not be an indication of a problem.  But sometimes it can be caused by things that are improperly functioning within the system like bad capacitors. 
    Unfortunately I don't really know what to do about such things except give you machine a proper inspection.  But if things are working fine, and continue to do so, I wouldn't worry about it.  If it becomes a regular occurance, then I'd worry.

  • How to programmatically set formatted javascript dates for validation?

    How does one programmatically set formatted javascript dates for validation?
    "12/31/2011" does not seem to work?

    ourDate.rawValue = "2011-12-31";  // works
    NOTE:  if you have a hierarchy issue you may need something like
    root.body.table.detail.ourDate.rawValue = "2011-12-31";

  • How to check BB inventory?looking for an 55XBR8

    I'm looking to purchase a Sony KDL-55XBR8 but they are scarce
    anybody know how I can check inventory of all the Best Buys to possibly locate one?

    Call your local store. To make it easier on them, look up the TV online and get the SKU number, 7-digit number. Give them that number and with a couple clicks they can check if they have it and any other stores in the district have it. Worst comes to worst the store could always order it for you or have it transferred from another store. 

  • How to check a listener in SAP for a TIBCO topic (published message)?

    Hi,
       We are using TIBCO  as the middle ware between SAP and Documentum. For the last few days none of the IDOCs sent from TIBCO are coming into SAP.
    The concerned person from TIBCO team said that, "TIBCO is publishing messages on the topic SPC.All4One.IncomingInvoiceStart.Topic but there is no subscriber available to pick up the messages. Could you please check if SAP is a subscriber for this topic?".
    I am not sure how should we check this.
    Any pointers on this would be greatly appreciated.
    Regards
    Barada

    Hi,
    I never worked on TIBCO. But generally listner settings  will be in the middle ware. You need to check the listener settings in the middleware. SAP will be registered as listener in the middleweare.  Please check.
    Thanks and Regards,

  • How to check CO actual activity allocation for a internal order?

    Hello Experts,
    I have a question about the report S_ALR_87100185. When I check this report, I found that there is a WBS actual cost value(100 USD) posted to February 2008,but its created date and posting date is in May 2008. In the table RPSCO, there are two records, please refer to below figure.
    Budget type KOAR:
       Period 4: -120 USD
       Period 5: -100 USD
    Budget type RKL:
       Period 2: 100 USD
       Peirod 4: 120 USD
    Who can tell me why the actual cost can posted to February, and how do I check it?
    Thank you so much and best wishes,
    Maria

    The values that are appearing in Feb in the report are actually values of period 2 (Fiscal month May) i.e., 100 USD.
    In the report which is based on form 3CST1- Actual Costs Period has got the column headings are hard texted as January, February etc., and the values that appear in month febraury are picked for period values of 2.
    You can go ahead and change (T Code CJE6)  the column heading description where you can start replacing January with April (Fiscal year start) and so on.
    Regards
    Sreenivas

  • ECM - How to check eligiblity of  the employees for a comp review item

    Hi
    We have one requirement in Compensation management,  While creating the Budget structures I need to determine the Eligible employee population (For amount calculation) depending on the Compensation Review Item selected on the selection of the Custom program. Compensation Review Item is in V_T71ADM09-CITEM. So with this condition how can I find all the Eligible Employees having the Comp Item selected.
    Thanks in advance,
    Shrinivas

    Hi,
    eligbility is maintained in IT0381 - Compensation Eligibility
    Wilfred.

  • How to check old and new value for a text item attached to a lov?

    Hi,
    I am new to Forms.
    I need your help in following.
    I have a form which has a text item which is attached to a LOV. I want to track what changes are being done using that form. So i want to know what was old value and what is new value.
    I can get the new value as it is there in form field. how can i know what was the old value.
    Thanks
    Prashant Pathak

    This is wrong:
    name_in(':' ||l_audit_block.field_name)
    this is right and will get you the current value of the the item:
    name_in('l_audit_block.field_name');
    Assuming the name of you block is "l_audit_block" and the name of your item is "field_name".
    Please note name_in() returns your current value for an item. In your case this may or may not be the "old" value. I define "old" value as the value it was when it was queried. If that is what you are looking for you need to use the get_item_property() call that Steve described above.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to check bind peeking is happening for a sql

    Hi Team,
    11.2.0.3.5, RHEL-6 on 64 bit, 2 node RAC.
    We have been continuously facing performance issues after upgraded to 11g. sqls were fine when we are in 10g and they started following un-optimized plans. I heard that 'automatic cursor sharing' is enabled by  default in 11gr2. But how do we verify, whether a sql id peeking at its binds ? Can somebody share the query if you have ?
    And also, any useful links regarding this pls suggest me.
    Thanks,
    Hari

    Hi,
    you can check this  may it help you :ORACLE-BASE - Adaptive Cursor Sharing in Oracle Database 11g Release 1

  • How to check the Prerequisite in windows for SAP . Is any cmd there for it?

    Please help me ......

    Hi
    Make sure you create a list of base memory parameter settings for windows.
    Go through the SAP Notes for setting the window operating system zero memory management parameters.All the buffer and memory parameter should be set correctly that can be checked through TU02 or In se38 rsparam report.
    Hope this helps!!
    Thanks and Regards
    Esha Rajpal

  • How to check list of  transactions used  for a certain period of time

    Hi
    Is there a way to check the transcations that were used e.g the past two months apart from using transaction STAT or sm19 or sm20.
    Thanks

    Hi..  i have got a similar request like yours.... i need to find the list of 
    list of transactions used by all users in a user group (in my case PLKR) in the past two months.
    is this possible to find???

  • How to use the table maintenance events for validating the input entries..?

    Hi,
    I have created a Z table with 6 fields in which all are KEY fields. All are of CHAR type. I have created the Table Maintenance Generator for the same. While maintaining the entries in the table, even though I maintain a blank entry for a field it is saving the entry. But, I don't want that way. All the fields are mandatory in my table. One should enter all the fields. Otherwise it should not allow to save the entry. So, I think it can be done using the Table Maintenance Events. can someone tell me how to use the Table Maintenance Events. and which event to use for my reuqirement and what is the logic to be written.
    Or Is there any other way to solve my problem.
    Please share your inputs. Thanks in advance.
    Best regards,
    paddu.

    In the table maintenance generator, Environment --> Modifications --> Events then a screen will be appear here,we need to create the Events.In the EVENTS screen, press new Entries, there give 01(Before Saving the Data in the Database) and give a name(This will become a PERFORM), then click the Editor pushbutton, this will be there at the right side of the entry, then a popup will be appear, you can create an include program, there inside of the include program write ur code.
    Here is documentation for Event 01(Before Saving the Data in the Database )
    Event 01: Before Saving the Data in the Database
    Use
    This event occurs before new, changed or deleted entries are written to the database. Other activities can be performed, for example:
    hidden entry processing
    fill hidden fields
    flag data to be written to hidden tables after the database change.
    To have the changes saved by the central maintenance dialog routines, SY-SUBRC must be set to 0 at the end of the routine.
    Realization
    This event has no standard routine. The following global data is available for the realization of the user routine:
    internal table TOTAL
    field symbols
    field symbols <ACTION> and <ACTION_TEXT>
    <STATUS>-UPD_FLAG
    If internal table data are to be changed before saving, t he changes should be made in both the internal table TOTAL and in the internal table EXTRACT.
    FORM abc.
    DATA: F_INDEX LIKE SY-TABIX. "Index to note the lines found
    LOOP AT TOTAL.
    IF <ACTION> = desired constant.
    READ TABLE EXTRACT WITH KEY <vim_xtotal_key>.
    IF SY-SUBRC EQ 0.
    F_INDEX = SY-TABIX.
    ELSE.
    CLEAR F_INDX.
    ENDIF.
    (make desired changes to the line TOTAL)
    MODIFY TOTAL.
    CHECK F_INDX GT 0.
    EXTRACT = TOTAL.
    MODIFY EXTRACT INDEX F_INDX.
    ENDIF.
    ENDLOOP.
    SY-SUBRC = 0.
    ENDFORM.
    Regards,
    Joy.

Maybe you are looking for

  • Deleting rows from a table

    COuld anyone tell me how to delete rows from a table which has millions of rows. TIA, Oracle user

  • XK99 FOR VENDORS, XD99 FOR CUSTOMERS

    Hi Friends , When we will use this two T.codes XK99,XD99 for what purpose we can use these t.codes can anyone Guide me about this Awaiting for your guidance Cheers Madhu

  • ABAP objects, drilling down into methods/parameter/method/parameter...

    Hello all, When creating or changing purchase orders using the enjoy transactions ME21N and ME22N, I want to force the users to have the same delivery address on every line item. I have found and activated the BADI ME_PROCESS_PO_CUST. I have added so

  • WebLogic 8.1 hanging every 1 to 14 days

    Hi folks, I am new to WebLogic. We had WebLogic 8.1 sp3 running fine on a RedHat AS 3 machine. We ported application to a new RedHat AS 3 machine. The web server started to hang every few days. We patched to WebLogic 8.1 sp5. No help. We switched JVM

  • Kensington MicroSaver Keyed Notebook Lock and MacBook Pro 2009.

    Hello, I just bought a Kensington MicroSaver Keyed Notebook Lock (TW041LL/A) at an Apple Store. I've read negative reviews saying the lock destroys Kensington lock slots on MacBook Pros. I called Apple and Kensington about this issue. Apple says they