Function to verify if the code combination is valid with respect to CV Rule

Hi All,
Can some one tell me if there is a standard function that can be used to validate a code combination against the Cross Validation rules. If yes what is the function. Please Help...
Thanks,
Sudheen

Ok, but what are the characters that is not valid for directories in windows ?
And your example only checks the last value in the path.
Would be great to be able to check the whole path if it's correct, then i'd could add a match string for invalid characters inside the path also....
Windows have certain characters not supported in paths, but "." is not one of them....i think.
There seems to be different invalid characters depending on if they are inside the path or at the end ?
I thought there might be some good function already in labview to check for valid filenames....
Anyone knows exactly what characters are valid to use and where?
Again: In explorer your able to create a folder as "c:\temp\test." ... but it actual name becomes "c:\temp\test"
Thanks!
/Marcus

Similar Messages

  • Verify whether the dispatcher configured has registered with the l

    Hi,
    How to verify whether the dispatcher configured has registered with the listener after the database startup?
    I think this task is possible with "lsnrctl services"
    bt dnt knw how to figure out.....
    plz let me know how to do this ..... how to verify whether the dispatcher configured...by looking at the below code segment. .....
    LSNRCTL> services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linux-tkuk.site)(PORT=15 21)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:89 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: linux-tkuk, pid: 7417>
    (ADDRESS=(PROTOCOL=tcp)(HOST=linux-tkuk.site)(PORT=13729))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:89 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    LSNRCTL>

    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: linux-tkuk, pid: 7417>You have a dispatcher D000 registered with listener listening on PORT=13729

  • I was given a 50$ iBooks gift card,  I enter the code precisely and I am always told the code is not valid... the card was bought at Bestbuy

    I was given a 50$ iBooks gift card,  I enter the code precisely and I am always told the code is not valid... the card was bought at Bestbuy

    shrinkydink54 wrote:
    ... The information I got back from support was not clear ...
    Contact Support again...
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Note:
    iTunes Gift Cards are only Valid in Country of Issue.

  • How to delete the row in table control with respect to one field in module pool programming?

    Hi,
    Can I know the way to delete the row in table control with respect to one field in module pool programming
    Regards
    Darshan MS

    HI,
    I want to delete the row after the display of table control. I have created push button as delete row. If I click on this push button, the selected row should get deleted.
    I have written this code,
    module USER_COMMAND_9000 input.
    DATA OK_CODE TYPE SY-UCOMM.
    OK_CODE = SY-UCOMM.
    CASE OK_CODE.
         WHEN 'DELETE'.
            LOOP AT lt_source INTO ls_source WHERE mark = 'X'.
                APPEND LS_SOURCE TO LT_RESTORE.
                DELETE TABLE LT_SOURCE FROM LS_SOURCE.
                SOURCE-LINES = SOURCE-LINES - 1.
            ENDLOOP.
    But I'm unable to delete the selected rows, It is getting deleted the last rows eventhough I select the other row.
    So I thought of doing with respect to the field.

  • HT1277 I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    Do you have one, two or more entries in the left colum of Mail.app for your mail server(s)?  That is, do you have your Mail.app set up with either a btinternet entry, with a btyahoo entry, or both?  Or more?
    I'm guessing that you might have one account (btyahoo?) listed for incoming (IMAP server) mail, and with the outbound (SMTP server) mail is configured and named btinternet.
    Based on what little I see posted, it looks like BT uses both btinternet and btyahoo, but I'm not exactly clear on how they have their stuff set up, and their web set gets helpful and tries to help configure my mail — I don't immediately see a single web page with the mail server set-up details.  The BT email client set-up starts here.

  • HT1338 I have just bought a MacBook Pro and was eligible to acquire Mountain Lion for free. However, when I insert the password I received in the redeem tab in the AppStore I am told "The code is not valid". What can I do?

    Pretty much the question says it all!

    Welcome to the Apple Support Communities
    Are you inserting the redeem code in the App Store or in the iTunes Store? You've received two emails, one with the password to open the file and another one with the file with the code. Are you typing the redeem code or the password in the App Store?

  • HT201195 i want to redeem a gift sent from Sweden, but it wont be redeemed cause i am in Jordan and the code is only valid in Sweden store. What do i do ?

    Hello
    I am Balquis
    My brother sent me an itunes gift card from Sweden and it won't be redeemed because it's code is only valid for customers of the Sweden store.
    What do i do to redeem it?

    You won't be able to, all iTunes gift cards are country-specific, they can only be redeemed and used in their country of issue - so you will need to be in Sweden with a Swedish billing address on your account to be able to use it. You could send the card back to your brother, or sell or give it to somebody else who is in Sweden

  • Which area of the code should be checked with FND_NO_TRANSACTION_ID error?

    Customer has created their OAF pages in JDeveloper and in the beginning of this week,
    when they clicked on a menu which normally will open their custom OAF page,
    it opened with the following FND_NO_TRANSACTION_ID error, and is wondering
    what they should check for in their custom code.
    In FND_NEW_MESSAGES, this error's description is "A transactionid has not been specified in the URL".
    Found that EBS code with FND_NO_TRANSACTION_ID has only the following 2 files:
    OAJSPHelper.java OAPageContextImpl.java
    What does this message usually points to? Any advise is greatly appreciated.
    The error is as below:
    Exception Details.     
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_TRANSACTION_ID.     
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Inlined Compiled Code))     
    at oa_html._OA._jspService(_OA.java(Compiled Code))     
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))     
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))     
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java(Inlined Compiled Code))     
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java(Compiled Code))     
    at oa_html._RF._jspService(_RF.java:102)     
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))     
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))     
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java(Compiled Code))     
    at org.apache.jserv.JServConnection.run(JServConnection.java(Compiled Code))     
    at java.lang.Thread.run(Thread.java(Compiled Code))     
    ## Detail 0 ##     
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_TRANSACTION_ID.     
    at oracle.apps.fnd.framework.webui.OAJSPHelper.getTransactionId(OAJSPHelper.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.releaseCachedApplicationModules(OAPageBean.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Inlined Compiled Code))     
    at oa_html._OA._jspService(_OA.java(Compiled Code))     
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))     
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))     
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java(Inlined Compiled Code))     
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java(Compiled Code))     
    at oa_html._RF._jspService(_RF.java:102)     
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))     
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))     
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java(Compiled Code))     
    at org.apache.jserv.JServConnection.run(JServConnection.java(Compiled Code))     
    at java.lang.Thread.run(Thread.java(Compiled Code))     
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_TRANSACTION_ID.     
    at oracle.apps.fnd.framework.webui.OAJSPHelper.getTransactionId(OAJSPHelper.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.releaseCachedApplicationModules(OAPageBean.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))     
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Inlined Compiled Code))     
    at oa_html._OA._jspService(_OA.java(Compiled Code))     
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))     
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))     
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java(Inlined Compiled Code))     
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java(Compiled Code))     
    at oa_html._RF._jspService(_RF.java:102)     
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))     
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))     
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))     
    at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))     
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java(Compiled Code))     
    at org.apache.jserv.JServConnection.run(JServConnection.java(Compiled Code))     
    at java.lang.Thread.run(Thread.java(Compiled Code))     
    Thanks.

    An acronym and two words for you:
    OA
    Framework
    Forum

  • I purchased this program through amazon and cannot activate my code! I downloaded the 30 day trial but now that is done and I want to be able to use the program I purchased! Please help it says the code is not valid...

    I cannot figure out the best place to contact the company there is no phone # listed and email was not helpful!!!

    Post your issue here: Recently active topics in Photoshop Family about Photoshop Lightroom some one from customer service should pick it up.

  • How to verify that the system isn't infected with a virus

    Does anyone know how to check to see if your system has been infected with any type of malware? I read in an article at zdnet.com that there was a Mac OS X trojan spotted, but the article did not say how to locate whether or not you had been infected. I do not have a virus checker on my computer. Someone gave me a suggestion to go to the terminal and type in the following:
    ls /Users/Shared/.*.so
    Any comments?

    fane_j wrote:
    Sally R. wrote:
    Someone gave me a suggestion to go to the terminal and type in the following:
    ls /Users/Shared/.*.so
    This was published on MacWorld's site, and it's not a very good tip. Try this instead
    ls -la /Users/Shared/*.so
    Turns out I was wrong about that. Somebody else suggested something even more complicated and got this reply:
    By bastion
    Fri Feb 24 08:49:05 PST 2012
    PeterSParker said
    Your terminal statement has an extra "." in it that prevents it from working.
    Also, you should add the options -alR to show what is happening, and to search subdirectories.
    The revised command looks like this:
    ls -alR /Users/Shared/*.so
    The above is completely wrong. The command as shown in the article is appropriate.
    The "." is not extra and doesn't prevent the command from working. It's specifying that you're listing files that start with a period and end with ".so" with anything in between being matched.
    Because you're explicitly searching for things that start with "." you don't need the -a flag.
    Because you only care about simple existence and not any metadata you don't need -l.
    Because the files of interest are installed in /Users/Shared directly, and not subfolders thereof, you don't need -R.

  • Trying to update account using a debit card - says the number is not valid with this type of card - visa??

    I am trying to update my credit card info - no longer using credit card and trying to put in a debit card and it wont accept?????

    You are probably entering your Visa's security code incorrectly.  Here's how to find it:
    http://support.apple.com/kb/HT3541

  • How to isolate the wait function to one part of the code

    I'm buildling an ecg montoring system along with programming an external stimulator using TTL pulses to work along side the information obtained from the ECG.The most important of  these features is the heart rate. However, whenever I activate my pulse trains in the code, the DAQmx Wait Until Done.vi function pauses everything in the code, including the part of my code that monitors the heart rate, which uses time to measure it. What I would like, is the wait function to only affect the pulse train generators without pausing anything else in the code. Is this possible? And if so how can I make it happen?
    I will attach my vi
    Solved!
    Go to Solution.
    Attachments:
    simulatejed.vi ‏130 KB

    Your problem is that everything is in the same loop.  So the longest operation is going to determine the loop rate (and therefore processing rate).  What you really need to do is separate your tasks into separate loops.  Use queues and/or notifiers to communicate your data and commands between loops.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • To get code combination in transaction screen -AR

    hi all
    i am using r12
    in AR super user -transactions-in the transactions screen -when it is queried say 10000086 in the field Number
    when distributions tab is clicked we get to see a field named GL account eg 701-100001-1000-0101-1220001-000000-0000-0000
    when i see record history for Transactions screen it says RA_CUSTOMER_TRX_PARTIAL_V
    when i see record  history for gl account   RA_CUST_TRX_LINE_GL_DIST_V  but i don't see the code combinations
    how to join RA_CUSTOMER_TRX_PARTIAL_V and RA_CUST_TRX_LINE_GL_DIST_V
    i did join with customer_trx_id but it gives more number of rows
    kindly guide
    thanking in advance

    Do you want sql script to find GL Code Combinations for a AR transaction?
    If yes, following is the query.
    select rcta.trx_number, gcck.concatenated_segments
    from ra_customer_trx_all rcta, ra_customer_trx_lines_all rctla, RA_CUST_TRX_LINE_GL_DIST rctlgd, gl_code_combinations_kfv gcck
    where rcta.trx_number = '<Give your AR Invoice>'
    and rcta.customer_trx_id = rctla.customer_trx_id
    and rctla.customer_trx_line_id = rctlgd.customer_trx_line_id
    and rctlgd.code_combination_id = gcck.code_combination_id;
    If you are looking for something else, please be clear
    Regards,
    Srini

  • How to create an Undefined Code Combination from API? (Urgent)

    Hi All,
    I used the following API to create the code combinations in a Inventory custom form.
    SELECT CHART_OF_ACCOUNTS_ID INTO :PARAMETER.CHART_OF_ACCOUNTS_ID
    FROM ORG_ORGANIZATION_DEFINITIONS
    WHERE ORGANIZATION_ID = :PARAMETER.ORG_ID;
    FND_KEY_FLEX.DEFINE(
    BLOCK => 'XX_MRN_TRX_HEADERS',
    FIELD => 'TO_ACCOUNT',
    CODE => 'GL#',
    APPL_SHORT_NAME =>'SQLGL',
    NUM => ':PARAMETER.CHART_OF_ACCOUNTS_ID',
    ID => 'TO_ACCOUNT_ID',
    VRULE => '\\nSUMMARY_FLAG\\nI\\nAPPL=SQLGL;NAME=GL_NO_PARENT_SEGMENT_ALLOWED\\nN\\0GL_GLOBAL\\nDETAIL_POSTING_ALLOWED\\nE\\nAPPL=INV;NAME=INV_VRULE_POSTING
    nN',
    REQUIRED => 'N',
    DINSERT => 'Y',
    VALIDATE => 'FULL',
    USEDBFLDS => 'N');
    This creates the correct ccid if the combination is already available in GL (gl_code_combinations_kfv), But when its a new combination it returns '-1'.
    How can I create an Undefined Code Combination from API in custom forms?
    If any one one can help me on this it'll be a great help.
    Thanks

    Solved by Using FND_FLEX_EXT.GET_COMBINATION_ID.
    Thanks

  • Create New GL Code Combination - With some flags

    Hi All
    I created a new gl code combination useing the below script
    DECLARE
    l_keyval_status BOOLEAN;
    L_COA_ID NUMBER;
    P_CONCAT_SEGS VARCHAR2(500);
    l_err_msg varchar2(2000);
    l_error varchar2(255);
    BEGIN
    L_COA_ID := 50372;
    P_CONCAT_SEGS := '014.01.0000.1101020200.002.23001.01.00.000000.000.000.000';
    l_keyval_status := fnd_flex_keyval.validate_segs(
    'CREATE_COMBINATION',
    'SQLGL',
    'GL#',
    l_coa_id,
    p_concat_segs,
    'V',
    sysdate,
    'ALL', NULL, NULL, NULL, NULL,
    FALSE,FALSE, NULL, NULL, NULL);
    commit;
    if l_keyval_status then
    dbms_output.put_line('S');
    else
    l_err_msg:=substr(fnd_flex_keyval.error_message, 1, 240); --fnd_message.g
    l_error := substr(fnd_flex_keyval.error_message, 1, 240);
    dbms_output.put_line(l_error);
    dbms_output.put_line('ERROR SEGMENT :');
    l_error := to_char(fnd_flex_keyval.error_segment);
    dbms_output.put_line(l_error);
    dbms_output.put_line('ERROR ENCODED :');
    l_error := substr(fnd_flex_keyval.encoded_error_message, 1, 240);
    dbms_output.put_line(l_error);
    dbms_output.put_line('FALSE');
    dbms_output.put_line(l_err_msg||substr(sqlerrm,150,3));
    end if;
    end;
    The code combination created successfully, but in the application form of the code combination
    the Allow posting flag = 'N' and summry_flag = 'Y'
    while i need it to be created wit detail_posting_allowed = 'Y' and summry_flag = 'N'
    is there any way to set the flags while useing the API
    best regards

    Hi Miro,
    Does any account segment value used by you to create the code combination have 'Allow Posting' set to No ? I am wondering if those defaults are setting the flags at the code combination level.

Maybe you are looking for

  • How to make a good stress test for webapplication

    Hi all, i should test my webapplication. What's, in your opinion, the best way to make the test, using, maybe JMeter. In case i use JMeter how can i understand the lines on the graphs; in which way the bandwidth of the client influences the test ? Do

  • Safari 1.3.2 deteriorating on me, has Apple already forsaken 1.3.2?

    Ok until recently both this iMac and Safari v. 1.3.2 have both been rock solid and very reliable. Recently as of the last week, Safari likes to crash for no reason, usually when I have 2 or 3 windows open and most of the time it happens when I am sub

  • What's wrong with this mini-code? (Trying to draw graphics).

    Could someone please help me fix what's wrong the following test-program?: package project; import java.awt.Graphics; import javax.swing.JFrame; import javax.swing.JPanel; public class GraphicsTester extends JPanel     JPanel thePanel = this;     pub

  • How to redefine function keys in forms 10g

    i want to redefine function keys, for example i want to open LOV by pressing F9 not Ctl + L in forms 10g. can any one help me. zulfiqar

  • Can't delete job in queue

    I have a job in the print queue that is reported as on hold. I am unable to resume it or delete it. This is stopping any new jobs from printing. Where is the job stored so I can delete it manually?