My Timesheet error: invalid property

Hi ,
When i am trying to create the time sheet in fiori i am getting the error "Invalid property",we added 2 custom fields in cats,but i am not sure is there any changes i need to do in the GW or Front end .Can any body suggest any solutions for this.
Thanks,
Mohan

Hi Mohan,
As a first step make sure all the GW and front end requirements are up to date. You can check that here. If that all is ok then I would suggest making sure you have all the necessary support packs in place - check here.
Thanks,
Liz
(SAP Technology RIG)

Similar Messages

  • Rawvalue reference Error: Invalid property get operation; dataGroup doesn't have property

    When I reference a rawvalue of an object that does not exist I get an error.  If the object does not exist i want to hid the form field. Any help with the javascript to do this

    Hi,
    This seems a little strange, a dataGroup sounds like you are referencing an object in your data connection, not a form object.  A dataGroup object represents a group element, such as a complex type in an XML Schema definition and it does not have a rawValue (with uppercase "V") property.  If you are referencing this object via a resolveNode call then you will get a null result if it does not exist.
    Regards
    Bruce

  • WebAS - invalid property value

    Hi,
    I started to apply SP11 to WebAS 6.4 SP9 and now having problems starting the dispatcher-process. The developer-trace shows two errors:
    error => Invalid property value [box.number/J2EJC00MC00009304] [jstartxx.c 808]
    error => Invalid property value [system.id/0] [jstartxx.c 808]
    I can't figure out why these values are wrong. What are the right values and where to set them?

    Hello,
    I found the same problem.
    When upgrading from WebAS 6.40 SP09 => SP11 (or SP12) the update process stops before "Deploy online" because the J2EE  engine came not up.
    This is because a wrong jvm parameter in the dispatchers default configuration in  WebAS 6.40 SP9:
    Xms170m instead <b>-</b>Xms170m.
    To fix the problem it seem to be the best choise to use the configtool BEFORE starting the upgrade to SP11 or 12.
    Move to the instance_IDxxx\dispatcher_IDxxx general tab and correct the wrong jvm parameter Xms170m to -Xms170m.
    Thats all.

  • An unexpected 'invalid property array index' error occured in wdbrlog

    Hi experts,
    My system is :
    SAP_BW 7.0 Path  0012
    SAP GUI Final Release Patch 24
    In my query definition, I right-click on one of the characteristics..Eg. Posting Date --> Properties --> Change 'Suppress Results Rows' option from "Never" to "Always". --> Press OK.
    Then I get this pop-up with error message:
    <u>Program Error Intercepted
    An unexpected 'invalid property array index' error occured in wdbrlog.
    1 error(s) are logged.</u>
    If I say continue, it kicks me out of BeX. I need to re-login to do the stuff.
    I find some information, but i dont know what happens.
    Did anyone get the similar error?
    Thanks,
    Marc

    <FONT FACE = "Tahoma", Font Color = "Blue">
    Hi
    <Br>
    I am afraid you may have to re-install your SAP GUI and Business Explorer.
    <Br><Br>Hope it helps.
    <Br>
    <Br>
    Cheers
    Abhijit
    <Br>* Removed
    </FONT>

  • Error message: 450 [Wrong number of arguments or invalid property assignment]

    Hello Support,
    I have a vbscript which does some database query. i see from the log that script quits with the below error.
    Error message: 450 [Wrong number of arguments or invalid property assignment]
    but when i execute the same query directly on database, it gives me correct result. also i see that not all the time script quits with this error.
    Does anyone have idea how to troubleshoot it?
    -KAKA-

    i see. i know at which line it fails as error handling is done and will be written in the log.
    sQuery_Prod = "select object_text from sto_ov_externalnode where name = '" & NodeId & "'"
    oRecordSet_Prod.Open sQuery_Prod, oConnection, adOpenStatic, adLockOptimistic
    if err.number <> 0 then
    LogWrite ("Unable to run query")
    LogWrite ("Query: [" & sQuery_Prod & "]")
    LogWrite ("Connection string: [" & sConnect & "]")
    LogWrite ("Error message: " & err.number & " [" & err.description & "]")
    wscript.quit(1)
    end if
    and this piece of code write following in the log.
    07.10.2014 16:55:03:Unable to run query
    07.10.2014 16:55:03:Query: [select object_text from sto_ov_externalnode where name = '{B10255CF-F618-45FB-99BC-31A57D747702}']
    07.10.2014 16:55:03:Connection string: [DSN=Script;DRIVER={SQL Native Client};User ID=xxxxxx;Password=yyyyyy]
    07.10.2014 16:55:03:Error message: 450 [Wrong number of arguments or invalid property assignment]
    Where as i can run query "select object_text from sto_ov_externalnode where name = '{B10255CF-F618-45FB-99BC-31A57D747702}'" successfully directly on database.
    also in the next cycle same query will be successfull within script too.
    Does this help in understanding the problem?
    -KAKA-

  • I'm trying to create a list using CustomSchemalXml property in ListCreationInformation object in CSOM. But, the code throws an error "Invalid List Schema".

    I'm trying to create a list using CustomSchemalXml  property in ListCreationInformation object in CSOM. But, the code throws an error "Invalid List Schema". Any pointers on how to set the CustomSchemalXml property?
    Sri

    Hi Lakshmanan,
    Thanks for your reply.
    I checked this post and there was no solution to the problem there. I undersand we cannot create a list based on custom template in CSOM, but what I'm looking for is how of form xml and set it to CustomSchemalXml
     property, so that everytime when I want to create a list with similar content types and stuff, I can just set the
    CustomSchemalXml  property. 
    Sri

  • Linq Error : Invalid 'where' condition. An entity member is invoking an invalid property or method

    Hi,
    I am running Linq query in CRM2013 and throwing error : Invalid 'where' condition. An entity member is invoking an invalid property or method.
    My Code is as below;
    var conntionRecord1Id = (from connectionBase in orgServiceContext.CreateQuery("connection")
    where connectionBase["record1roleid"] != null
    select connectionBase["record1id"]).Distinct();
    var query = from opportunity in orgServiceContext.CreateQuery("opportunity")
    where !conntionRecord1Id.Contains(opportunity["opportunityid"])
    orderby opportunity["createdon"] ascending
    select new
    Topic = opportunity.Attributes.Contains("name") == true ? opportunity["name"] : null,
    OpportunityId = opportunity.Attributes.Contains("opportunityid") == true ? opportunity["opportunityid"] : null,
    PostalCode = opportunity.Attributes.Contains("new_address_postalcode") == true ? opportunity["new_address_postalcode"] : null,
    Error throwing on second query.
    Please help
    Thanks,

    Not sure I can help with that.  I might debug this code and see what data resides in the first query for conntionRecord1Id.
    Are you trying to get a list of opportunityId's?  If so you might need to do a foreach loop on the results of conntionRecord1Id.
     Something like...
    foreach(var recordid in conntionRecord1Id)
              (do something to the record...)

  • What is - error = 109: Invalid property list

    I have a Launchagent that is not launching and I have found an error on the console but I cannot find out what the error is telling me so I would be grateful for any help.
    29/11/2014 07:36:17.492 com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.502.100007.Aqua) Could not parse plist: path = /Users/MacName/Library/LaunchAgents/OmniFocusDailyMaintenance.plist, error = 109: Invalid property list
    Thank you for any help

    Means that the OmniFocusDailyMaintenance.plist is invalid. Contact the developer.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • [svn:fx-4.0.0] 13531: * Fixed invalid property reference error reporting by postponing the

    Revision: 13531
    Revision: 13531
    Author:   [email protected]
    Date:     2010-01-15 12:50:59 -0800 (Fri, 15 Jan 2010)
    Log Message:
    Fixed invalid property reference error reporting by postponing the
      validation until prelink when the MxmlDocument's type is available.
    QE notes:
    Doc notes:
    Bugs: SDK-22995, SDK-24738
    Reviewer: Gaurav, Darrell
    Tests run: checkintests, mxmlcunit
    Is noteworthy for integration: no
    Code-level description of changes:
      modules/compiler/src/java/flex2/compiler_en.properties
        Renamed css.StyleDef.InvalidPropertyReference to
        css.StylesContainer.InvalidPropertyReference.
      modules/compiler/src/java/flex2/compiler/css/StyleDef.java
        Removed InvalidPropertyReference checking from processReference().
      modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        Modified setMxmlDocument() to store a reference to it's QName.
        Modified validate() to iterate over all style properties and to
        call validatePropertyReferences() if mxmlDocumentQName is not
        null.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22995
        http://bugs.adobe.com/jira/browse/SDK-24738
    Modified Paths:
        flex/sdk/branches/4.0.0/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
        flex/sdk/branches/4.0.0/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/branches/4.0.0/modules/compiler/src/java/flex2/compiler_en.properties

    Hi
    yes, I had the same issue and I found a solution.
    You need to request a patch for BUG 9212862 (already corrected in WLS 10.3.3) and do the follwing:
    javax.xml.ws.BindingProvider provider = (javax.xml.ws.BindingProvider)port;
    java.util.Map context = provider.getRequestContext();
    context.put(weblogic.wsee.jaxrpc.WLStub.POLICY_COMPATIBILITY_PREFERENCE, weblogic.wsee.jaxrpc.WLStub.POLICY_COMPATIBILITY_MSFT);      
    This will cause the SecurityMessageArchitect class of WLS to not send the SecurityTokenReference in the Soap security header.
    Please note that is evidently a non-comformity to the specs of microsoft:
    Please give a look at
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf (8.3 Signing Tokens)
    and also at:
    http://www.oasis-open.org/committees/download.php/16768/wss-v1.1-spec-os-SAMLTokenProfile.pdf
    (3.4 Identifying and Referencing Security Tokens)
    A SAML key identifier reference MUST be used for all (local and remote) references to SAML 1.1
    assertions. [...]
    All conformant implementations MUST be able to process SAML assertion references occurring in a
    <wsse:Security> header or in a header element other than a signature to acquire the corresponding
    assertion. A conformant implementation MUST be able to process any such reference independent of the
    confirmation method of the referenced assertion.
    It follows that the .NET 3.5 is a non conformat implementation: I would gladly know which is the position of Microsoft on that.
    ciao
    carlo

  • HELP! InDesign CC got an error: The property is not applicable in the current state." number 30615

    HELP! Was working perfectly now it is giving me this error and doesn't seem to be going past the printing option. Code is below.
    main.scpt
    set posixIdPath to "/Applications/Adobe InDesign CC/Adobe InDesign CC.app"
    do shell script "/Users/cdapice/Desktop/cryptoquip/getquip.sh"
    delay 8
    tell application posixIdPath
    activate
    end tell
    delay 8
    set scripttoRun to ":Users:cdapice:Desktop:cryptoquip:Script.jsx" as alias
    tell application "Adobe InDesign CC"
    do script scripttoRun language javascript
    end tell
    delay 5
    Adobe InDesign CC got an error: The property is not applicable in the current state." number 30615
    Script.jsx
    var myDocument = app.open(File("/Users/cdapice/Desktop/cryptoquip/NewCryptoquip.indt"), true);
    //var myDocument = app.activeDocument;
    var myPage = myDocument.pages.item(0);
    var myTextFrame = myPage.textFrames.add();
    //Place a text file in the text frame.
    //Parameters for TextFrame.place():
    //File as File object,
    //[ShowingOptions as Boolean = False]
    //You'll have to fill in your own file path.
    myTextFrame.place(File("/Users/cdapice/Desktop/cryptoquip/quips.txt"));
    //var myTextFrame = app.selection[0];
    myTextFrame.parentStory.pointSize = 10;
    var brkStory = myTextFrame.parentStory.contents;
    var myPIs = myDocument.pageItems;
    var  destTextFrame = myPIs[6];
    destTextFrame.parentStory.contents = brkStory;
    firstChange();
    myTextFrame.remove();
    app.select(destTextFrame);
    splitStory();
    for (i = 0; i < myPIs.length; i++) {
              if (myPIs[i].appliedObjectStyle.name == "puzzleBox") {
                        var newBoxStyle = myPIs[i].appliedObjectStyle;
                        secondChange(myPIs[i]);
            myPIs[i].applyObjectStyle(newBoxStyle,true);
        if(myPIs[i].appliedObjectStyle.name == "otherBox"){
            var newBoxStyle = myPIs[i].appliedObjectStyle;
            myPIs[i].applyObjectStyle(newBoxStyle,true);
    Date.prototype.getMonthFormatted = function() {
        var month = this.getMonth() + 1;
        var formMonth = month < 10 ? '0' + month : month; // ('' + month) for string result
              return formMonth.toString();
    Date.prototype.getDayFormatted = function() {
        var day = this.getDate();
        var formDay = day < 10 ? '0' + day : day; // ('' + day) for string result
              return formDay.toString();
    var newdate = new Date();
    var laterdate = new Date();
    var dayofweek = newdate.getDay();
    var offsetdays = 0;
    switch(dayofweek) {
        case 2:
            offsetdays = 6;
            break;
        case 3:
            offsetdays = 5;
            break;
        case 4:
            offsetdays = 4;
            break;
        case 5:
            offsetdays = 3;
            break;
    app.epsExportPreferences.appliedFlattenerPreset.convertAllStrokesToOutlines = true;
    app.epsExportPreferences.appliedFlattenerPreset.convertAllTextToOutlines = true;
    app.epsExportPreferences.appliedFlattenerPreset.rasterVectorBalance = 100;
    //app.activeDocument.exportFile(ExportFormat.epsType, newFile, false);
    for (i = 1; i < 7; i++) {
        var curPage = i + "";
        var x = i + (offsetdays - 1);
        laterdate.setMonth(newdate.getMonth());
        laterdate.setDate(newdate.getDate());
        //alert(newdate);
        //alert(x);
        //alert(laterdate);
        laterdate.setDate(newdate.getDate() + x);
        //alert(laterdate);
        var nameDate = laterdate.getMonthFormatted() + laterdate.getDayFormatted() + ".eps"
        //alert(nameDate);
        app.epsExportPreferences.pageRange = curPage;
        var curFile = new File("/Users/cdapice/Desktop/cryptoquip/" + nameDate);
        app.activeDocument.exportFile(ExportFormat.epsType, curFile, false);
    var endDate = laterdate.getMonthFormatted() + laterdate.getDayFormatted();
    var firstDate = new Date();
    firstDate.setDate(newdate.getDate() + offsetdays);
    var startDate = firstDate.getMonthFormatted() + firstDate.getDayFormatted();
    var idFile = "cryptoquip_" + startDate + "_" + endDate + ".indd";
    app.activeDocument.save(new File("/Users/cdapice/Desktop/cryptoquip/" + idFile));
    with (app.activeDocument.printPreferences){
            printer = "Advertising - Creative - Color Xerox";
            copies = 1;
            pageRange = "1-6";
            paperSize = "US Letter";
            paperHeight = "11 in";
            paperWidth = "8.5 in";
            printPageOrientation = PrintPageOrientation.landscape;
            pagePosition = PagePositions.centered;
           scaleHeight = 100;
           scaleWidth = 100;
            scaleMode = ScaleModes.scaleWidthHeight;
            scaleProportional = true;
            pageInformationMarks = true;
            colorOutput = ColorOutputModes.COMPOSITE_CMYK;
    app.activeDocument.print(false);
    for(myCounter = app.documents.length; myCounter > 0; myCounter--){
    app.documents.item(myCounter-1).close(SaveOptions.no);
    function firstChange() {
              app.findTextPreferences = NothingEnum.NOTHING;
              app.changeTextPreferences = NothingEnum.NOTHING;
              app.findChangeTextOptions.caseSensitive = false;
        app.findTextPreferences.findWhat = "^t";
              app.changeTextPreferences.changeTo = "";
              myDocument.changeText();
              app.findTextPreferences = NothingEnum.NOTHING;
              app.changeTextPreferences = NothingEnum.NOTHING;
         app.findTextPreferences.findWhat = "^p^p";
              app.changeTextPreferences.changeTo = "^p";
              myDocument.changeText();
              app.findTextPreferences = NothingEnum.NOTHING;
              app.changeTextPreferences = NothingEnum.NOTHING;
              app.findTextPreferences.findWhat = "^p";
              app.changeTextPreferences.changeTo = "^R";
              myDocument.changeText();
              app.findTextPreferences = NothingEnum.NOTHING;
              app.changeTextPreferences = NothingEnum.NOTHING;
    function secondChange(curFrame) {
              app.findTextPreferences = NothingEnum.NOTHING;
              app.changeTextPreferences = NothingEnum.NOTHING;
              app.findChangeTextOptions.caseSensitive = false;
        app.findTextPreferences.findWhat = "    ";
              app.changeTextPreferences.changeTo = "|";
              curFrame.changeText();
              app.findTextPreferences = NothingEnum.NOTHING;
              app.changeTextPreferences = NothingEnum.NOTHING;
         app.findTextPreferences.findWhat = " ";
              app.changeTextPreferences.changeTo = "";
              curFrame.changeText();
              app.findTextPreferences = NothingEnum.NOTHING;
              app.changeTextPreferences = NothingEnum.NOTHING;
              app.findTextPreferences.findWhat = "|";
              app.changeTextPreferences.changeTo = " ";
              curFrame.changeText();
              app.findTextPreferences = NothingEnum.NOTHING;
              app.changeTextPreferences = NothingEnum.NOTHING;
    function splitStory(){
              //Make certain that user interaction (display of dialogs, etc.) is turned on.
              app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
              if(app.documents.length != 0){
                        if(app.selection.length != 0){
                                  //Get the first item in the selection.
                                  var mySelection = app.selection[0];
                                  //Process the selection. If text or a text frame is
                                  //selected, do something; otherwise, do nothing.
                                  switch(mySelection.constructor.name){
                                            case "Text":
                                            case "InsertionPoint":
                                            case "Character":
                                            case "Word":
                                            case "Line":
                                            case "TextStyleRange":
                                            case "Paragraph":
                                            case "TextColumn":
                                            case "TextFrame":
                                                      //If the text frame is the only text frame in the story, do nothing.
                                                      if(mySelection.parentStory.textContainers.length > 1){
                                                                //Splitting the story is a two-step process: first, duplicate
                                                                //the text frames, second, delete the original text frames.
                                                                mySplitStory(mySelection.parentStory);
                                                                myRemoveFrames(mySelection.parentStory);
                                                      else{
                                                                alert("Please select a story containing more than one text frame and try again.");
                                                      break;
                                            default:
                                                      alert("Please select some text or a text frame and try again.");
                        else{
                                  alert("Please select some text or a text frame and try again.");
              else{
                        alert("Please open a document and try again.");
    function mySplitStory(myStory){
              var myTextFrame;
              //Duplicate each text frame in the story.
              for(var myCounter = myStory.textContainers.length-1; myCounter >= 0; myCounter --){
                        myTextFrame = myStory.textContainers[myCounter];
                        myTextFrame.duplicate();
    function myRemoveFrames(myStory){
              //Remove each text frame in the story. Iterate backwards to avoid invalid references.
              for(var myCounter = myStory.textContainers.length-1; myCounter >= 0; myCounter --){
                        myStory.textContainers[myCounter].remove();

    Hotfixes are special, out-of-band patches created to fix specific problems, so they are never published to Windows Update.  Often the hotfix gets incorporated into a released patch that is published on Windows Update.  If this hotfix was incorporated
    into a released patch, and you applied that patch to your system, the hotfix would see that its files are older than the latest files on the system and would give you this message.  Because the hotfix is not for general distribution, there is rarely documentation
    saying that it has been superceded.
    Generally there is a file list with a hotfix/patch that gives you the version number of the affected files.  You can go through those files to see that you have the latest files.  The problem is finding the actual patch that updated those files. 
    Without going through lots of patches, it is hard to find which patch made the hotfix obsolete.
    .:|:.:|:. tim

  • Bean Not Found (Invalid Property name oracle.forms.webutil.clientinfo....)

    Hi All
    i have configured the
    WebUtil V:106
    Jacob v:18
    On My Middle Tire
    Application Server: V:9.0.4
    Connecting To Database: V:8.1.7
    "i did recreate the packages for 8i like dbms_lob and ...etc"
    my WebUtil Form Work's Fine
    as
    it displays me the versions for all webUtil Functions 1.0.6
    Also when i try to get the Current Browser IP Address it get me successfully .
    when i submet this statment to get current browser userinfo like :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('user.home')
    it workes fine .
    The Problem IS:
    When is issu this statment :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')
    it gives me the error "in jinit":
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')2008-فبر-04 15:00:26.984 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Also When I Try this to Open A Browes Dialog:
    DECLARE
         FILENAME VARCHAR2(3000);
    BEGIN
    IF GET_RECORD_PROPERTY(:SYSTEM.CURSOR_RECORD,:SYSTEM.CURRENT_BLOCK,STATUS)IN ('NEW','INSERT') THEN
         filename := webutil_file.file_selection_dialog('C:\Temp','*.*','all files (*.*)|*.*|PDF files (*.pdf)|*.pdf|','Select your file ...');
    END IF;
    END;
    it gives me this Error:
    WebUtil Error: oracle.forms.webutil.file.filefunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work
    And My Java Console Contain :
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Speed
    Proxy Configuration: Manual Configuration
    Proxy: 10.0.0.1
    Proxy Overrides: *.mydomain.com<local>
    JAR cache enabled
    Location: C:\Documents and Settings\speed\Oracle Jar Cache
    Maximum size: unlimited
    Compression level: 1
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://myserv.mydomain.com/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/frmwebutil.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    إصدار بريمج Forms هو : 9.0.4.0
    2008-فبر-04 15:40:19.511 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Message was edited by:
    IGBSpeed

    Check whether your webutil.olb is subclassed properly or whether the olb file is available in runtime environment..

  • B2B EDIFACT over Internet AS2 - 5081: XEngine error - Invalid guideline.

    Hi,
    When get message from TP on EDI EDIFACT over Internet AS2-1.1 - INVOIC
    Get an error: "5081: XEngine error - Invalid guideline."
    Version: Oracle Application Server Integration B2B, Release 10.1.2, Build B2B_10.1.2.4.0_GENERIC_091027.
    Log:
    2012.03.26 at 14:51:52:051: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:051: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@18f729c
    2012.03.26 at 14:51:52:052: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = SeverityConfig
    2012.03.26 at 14:51:52:052: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = null
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@ad97f5
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:reset Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:reset Leave
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@d38976
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeReceiverQual, val = []
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeSenderID, val = [SEDIS-SVS]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [SEDIS-SVS]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeReceiverID, val = [DSPGROUPSBI05]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [DSPGROUPSBI05]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = Standard, val = [EDIFACT]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [EDIFACT]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeControlVersion, val = [4]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [4]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = ec_DataNodeName, val = [Interchange]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeSenderQual, val = []
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = ecsFileKey
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = AC16026A13648E5FAB3000001EB90540
    2012.03.26 at 14:51:52:094: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsOptFileBlob
    2012.03.26 at 14:51:52:094: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsFileBlob
    2012.03.26 at 14:51:52:564: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getStream Enter
    2012.03.26 at 14:51:52:564: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getStream Leave
    2012.03.26 at 14:51:52:565: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = SeverityConfig
    2012.03.26 at 14:51:52:566: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = null
    2012.03.26 at 14:51:52:807: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:setControlNumber sName = Interchange, controlNumber = 30000000000022
    2012.03.26 at 14:51:52:808: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:setControlNumber return = true
    2012.03.26 at 14:51:52:809: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = TPName
    2012.03.26 at 14:51:52:809: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = SIEMENS
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit NodeGUID = {757D76FE-7742-11E1-B54E-00265524F072} position = 0
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Leave
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@1e5c339
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionMessageVersionNumber, val = [D]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [D]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionID, val = [INVOIC]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [INVOIC]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionMessageReleaseNumber, val = [05A]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [05A]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = ec_DataNodeName, val = [Transaction]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionAssociationAssignedCode, val = []
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = ecsFileKey
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = BA78E50BF81BC5B0E04016AC6B024E8E-274-1-8
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsOptFileBlob
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsFileBlob
    2012.03.26 at 14:51:52:820: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = TPName
    2012.03.26 at 14:51:52:820: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = SIEMENS
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Enter
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit NodeGUID = {757D82F2-7742-11E1-B54E-00265524F072} position = 0
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Leave
    2012.03.26 at 14:51:52:842: Thread-18: B2B - (DEBUG) iAudit report :
    Error Brief :
    5081: XEngine error - Invalid guideline.
    iAudit Report :
    <?xml version="1.0" encoding="UTF-16"?><AnalyzerResults Guid="{757D026E-7742-11E1-B54E-00265524F072}" InterchangeReceived="1" InterchangeProcessed="1" InterchangeAccepted="0"> <ExecutionDate>Monday, March 26, 2012</ExecutionDate> <ExecutionTime>02:51:52 PM (IST)</ExecutionTime> <AnalyzerReturn>Failed</AnalyzerReturn> <NumberOfErrors>1</NumberOfErrors> <ErrorByCategory> <Category Name="Rejecting"> <Severity Name="Normal">1</Severity> </Category> </ErrorByCategory> <Status>Finished</Status> <DataFile> <FilePath/> <FileName/> <LastModified/> <FileSize/> <DataURL>file://</DataURL> </DataFile> <Interchange Guid="{757D76FE-7742-11E1-B54E-00265524F072}" InterchangeAckCode="R" TransactionSetsReceived="1" TransactionSetsProcessed="1" TransactionSetsAccepted="0" RError="0" NError="0" OtherWI="0"> <DataXPointer> <StartPos>11</StartPos> <Size>9684</Size> </DataXPointer> <GuidelineInfo> <GuidelineFile> <FilePath>ByteStream</FilePath> <FileName>ByteStream</FileName> <LastModified/> <FileSize/> <GuidelineURL>file://ByteStream</GuidelineURL> </GuidelineFile> <DetailGuidelineInfo> <IID>4</IID> <ID>SS</ID> <Name>SERVICE SEGMENTS</Name> <GroupID>0</GroupID> <Standard>EDIFACT</Standard> <StdVersion>SYNTAX MESSAGES 4</StdVersion> </DetailGuidelineInfo> </GuidelineInfo> <NodeInfo> <Links> <Link Name="InterchangeControlVersion">4</Link> <Link Name="InterchangeSenderID">SEDIS-SVS</Link> <Link Name="InterchangeSenderQual"/> <Link Name="InterchangeReceiverID">DSPGROUPSBI05</Link> <Link Name="InterchangeReceiverQual"/> <Link Name="Standard">EDIFACT</Link> </Links> <Properties> <Property Name="CharSet">UNOB</Property> <Property Name="InterchangeControlVersion">4</Property> <Property Name="InterchangeDirectoryVersion"/> <Property Name="InterchangeEncoding">1</Property> <Property Name="InterchangeSyntaxReleaseNumber"/> <Property Name="InterchangeSenderID">SEDIS-SVS</Property> <Property Name="InterchangeSenderQual"/> <Property Name="InterchangeSenderAddress"/> <Property Name="InterchangeSenderSubAddress"/> <Property Name="InterchangeReceiverID">DSPGROUPSBI05</Property> <Property Name="InterchangeReceiverQual"/> <Property Name="InterchangeReceiverAddress"/> <Property Name="InterchangeReceiverSubAddress"/> <Property Name="InterchangeDate">20120326</Property> <Property Name="InterchangeTime">0300</Property> <Property Name="InterchangeControlNumber">30000000000022</Property> <Property Name="InterchangeRecipientRefPas"/> <Property Name="InterchangeRecipientRefPasQual"/> <Property Name="InterchangeAppReference"/> <Property Name="InterchangePriorityCode"/> <Property Name="InterchangeAckRequested"/> <Property Name="InterchangeAgreementID"/> <Property Name="InterchangeUsageIndicator">1</Property> <Property Name="DecimalSeparator">0x2e</Property> <Property Name="ElementDelimiter">0x2b</Property> <Property Name="ReleaseCharacter">0x3f</Property> <Property Name="RepeatingSeparator">0x2a</Property> <Property Name="SegmentDelimiter">0x270xd0xa</Property> <Property Name="SubelementDelimiter">0x3a</Property> <Property Name="InterchangeChildCount">1</Property> <Property Name="InterchangeTrailerControlNumber">30000000000022</Property> </Properties> </NodeInfo> <Transaction Guid="{757D82F2-7742-11E1-B54E-00265524F072}" TransactionAckCode="R" RError="1" NError="0" OtherWI="0"> <DataXPointer> <StartPos>87</StartPos> <Size>9585</Size> </DataXPointer> <GuidelineInfo> <GuidelineFile> <FilePath>ByteStream</FilePath> <FileName>ByteStream</FileName> <LastModified/> <FileSize/> <GuidelineURL>file://ByteStream</GuidelineURL> </GuidelineFile> <DetailGuidelineInfo> <IID>4</IID> <ID>SS</ID> <Name>SERVICE SEGMENTS</Name> <GroupID>0</GroupID> <Standard>EDIFACT</Standard> <StdVersion>SYNTAX MESSAGES 4</StdVersion> </DetailGuidelineInfo> </GuidelineInfo> <NodeInfo> <Links> <Link Name="TransactionID">INVOIC</Link> <Link Name="TransactionMessageVersionNumber">D</Link> <Link Name="TransactionMessageReleaseNumber">05A</Link> <Link Name="TransactionAssociationAssignedCode"/> </Links> <Properties> <Property Name="TransactionControlNumber">30000000000022</Property> <Property Name="TransactionID">INVOIC</Property> <Property Name="TransactionControllingAgency">UN</Property> <Property Name="TransactionMessageVersionNumber">D</Property> <Property Name="TransactionMessageReleaseNumber">05A</Property> <Property Name="TransactionAssociationAssignedCode"/> <Property Name="TransactionDirectoryVersion"/> <Property Name="TransactionMessageSubFunctionID"/> <Property Name="TransactionCommonAccessRef"/> <Property Name="TransactionSenderSequenceNumber"/> <Property Name="TransactionTransferPosition"/> <Property Name="TransactionMessageSubsetID"/> <Property Name="TransactionMessageSubsetVersion"/> <Property Name="TransactionMessageSubsetRelease"/> <Property Name="TransactionSubsetControllingAgency"/> <Property Name="TransactionImplementationID"/> <Property Name="TransactionImplementationVersion"/> <Property Name="TransactionImplementationRelease"/> <Property Name="TransactionImplemControllingAgency"/> <Property Name="TransactionScenarioID"/> <Property Name="TransactionScenarioVersion"/> <Property Name="TransactionScenarioRelease"/> <Property Name="TransactionScenarioControlAgency"/> <Property Name="TransactionChildCount">376</Property> <Property Name="TransactionTrailerControlNumber">30000000000022</Property> </Properties> </NodeInfo> <TransactionErrors> <Error ErrorCode="{AD01846F-A68B-409D-A264-AA1ECAE7FBA3}" Severity="Normal" Category="Rejecting" Index="1" ID="50810000"> <ErrorBrief>5081: XEngine error - Invalid guideline.</ErrorBrief> <ErrorMsg>Failed guideline.</ErrorMsg> <ErrorObjectInfo> <Parameter Name="ErrorLevel">0</Parameter> <Parameter Name="Name">XEngine</Parameter> <Parameter Name="_ec_dn_guid_">{757D82F2-7742-11E1-B54E-00265524F072}</Parameter> <Parameter Name="_ec_file_name_"/> <Parameter Name="_ec_index">0</Parameter> <Parameter Name="ec_error_scope">Transaction</Parameter> </ErrorObjectInfo> <ErrorDataInfo> <Part1/> <ErrData/> <Part3/> <DataXPointer> <StartPos>0</StartPos> <Size>0</Size> </DataXPointer> </ErrorDataInfo> </Error> </TransactionErrors> </Transaction> </Interchange></AnalyzerResults>
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sErrorGuid = {AD01846F-A68B-409D-A264-AA1ECAE7FBA3}
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sDescription = Failed guideline.
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sBrDescription = 5081: XEngine error - Invalid guideline.
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument added Hash Key = {757D82F2-7742-11E1-B54E-00265524F072}
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument Error Scope = Transaction
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument exit
    Thanks for help
    Adi

    Hello Anuj,
    Thanks for your replay.
    Please guide me at how do I need to do the match between the Document Protocol and the Payload
    Payload file:
    UNA:+.?*'
    UNB+UNOB:4::1+SEDIS-SVS+DSPGROUPSBI05+20120326:0300+30000000000022++++++1'
    UNH+30000000000022+INVOIC:D:05A:UN'
    BGM+389+AS2 TEST'
    MOA+124:6123.70'
    UNT+376+30000000000022'
    UNZ+1+30000000000022'
    TP and HOME Document Protocol log:
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceB2BMsg From Document Protocol Parameters
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupApplicationPassword = null
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlNumber = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeAgreementIdentifier = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalID = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupControlNumber = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverID = SEDIS-SVS
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter DecimalSeparator = 0x2e
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeProcessingPriority = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalSubID = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ElementDelimiter = 0x2b
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPassword = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter CharSet = UNOA
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeECSFileBlob
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPasswordQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TagDelimiter = 0x3d
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter RepeatingSeparator = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupECSFileBlob
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TPName = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReplacementChar = 0x7c
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReleaseCharacter = 0x3f
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeCharacterEncoding = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SegmentDelimiter = 0x27
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeApplicationRef = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlVersion = 4
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverQual = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverQual = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ImplementationClass = oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SkipUNA = FALSE
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter Standard = EDIFACT
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SubelementDelimiter = 0x3a
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementOption = T2
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAgencyCode = UN
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeServiceCodeList = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalID = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTestIndicator = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAssociationCode = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReleaseNumber = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementType = CONTRL
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter FunctionalGroupCreation = TRUE
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalSubID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupVersion = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceB2BMsg To Document Protocol Parameters
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupApplicationPassword = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlNumber = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeAgreementIdentifier = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupControlNumber = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderQual = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter DecimalSeparator = 0x2e
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeProcessingPriority = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalSubID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ElementDelimiter = 0x2b
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPassword = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter CharSet = UNOA
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeECSFileBlob
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPasswordQual = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TagDelimiter = 0x3d
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter RepeatingSeparator = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupECSFileBlob
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TPName = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReplacementChar = 0x7c
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReleaseCharacter = 0x3f
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeCharacterEncoding = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SegmentDelimiter = 0x27
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeApplicationRef = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlVersion = 4
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ImplementationClass = oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SkipUNA = FALSE
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter Standard = EDIFACT
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SubelementDelimiter = 0x3a
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementOption = T2
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAgencyCode = UN
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeServiceCodeList = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalID = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTestIndicator = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAssociationCode = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReleaseNumber = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementType = CONTRL
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter FunctionalGroupCreation = TRUE
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalSubID = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupVersion = null
    Thanks
    Adi

  • Invalid property get operation; subform doesn't have property 'rawValue'

    Hello,
    I have a form where on the Submit button I'm putting JavaScript that checks each field and radio button set to ensure the user has filled something in. I have used this script before successfully, but this time it is not working and for the life of me I can't see what wrong. Also, I've not encountered this particular error message before. Here is the text I am seeing on clicking the Submit button:
    Acrobat JavaScript Debugger Functions Version 11.0
    Acrobat EScript Built-in Functions Version 11.0
    Acrobat SOAP 11.0
    Exception in line 5 of function top_level, script XFA:form1[0]:page2[0]:buttons[0]:Button1[0]:click
    GeneralError: Operation failed.
    XFAObject.rawValue:5:XFA:form1[0]:page2[0]:buttons[0]:Button1[0]:click
    Invalid property get operation; subform doesn't have property 'rawValue'
    I'm glad to share my script if that's helpful as well.
    Thanks in advance for your help,
    MDawn.

    Here's the script:
    var v1 = page1.firstPage.positioned.firstLine.reqType.rawValue;
    var v2 = page1.firstPage.positioned.firstLine.orderQuote.rawValue;
    var v3 = page1.firstPage.positioned.description.rawValue;
    var v4 = page1.firstPage.positioned.rentExempt.rawValue;
    var v5 = page1.firstPage.positioned.header.posSub.storeNbr.rawValue;
    var v6 = page1.firstPage.positioned.header.posSub.storeName.rawValue;
    var v7 = page1.firstPage.positioned.header.posSub.RadioButtonList.rawValue;
    var v8 = page1.firstPage.positioned.header.posSub.storeContact.rawValue;
    var v9 = page1.firstPage.positioned.header.posSub.email.rawValue;
    var v10 = page1.firstPage.positioned.header.posSub.contactsPhone.rawValue;
    var v11 = page1.firstPage.positioned.header.posSub.custName.rawValue;
    var v12 = page1.firstPage.positioned.header.posSub.custPhone.rawValue;
    var v13 = page1.firstPage.positioned.header.posSub.custEmail.rawValue;
    var v14 = page1.firstPage.positioned.dateNeeded.RadioButtonList.rawValue;
    var v15 = page1.firstPage.positioned.dateNeeded.addlInfo.DateTimeField2.rawValue;
    var v16 = page1.firstPage.positioned.dateNeeded.addlInfo.rushFees.rawValue;
    var v17 = page1.firstPage.positioned.dateNeeded.rushProcessingFees.rushFeePrices.rawValue;
    var v18 = page1.firstPage.positioned.dateNeeded.rushProcessingFees.RadioButtonList.rawValue;
    var v19 = page1.firstPage.positioned.chairsArtInfo.RadioButtonList.rawValue;
    var v20 = page2.personalization.header.RadioButtonList.rawValue;
    var v21 = page2.shipping.shipTo.RadioButtonList.rawValue;
    var v22 = page2.shipping.customerAddress.rawValue;
    var v23 = page2.shipping.rushOrders.RadioButtonList.rawValue;
    //REQUEST
    if ((v1 == "") || (v1 == null))
       xfa.host.messageBox( "Please select the type of request" );
       xfa.host.setFocus("page1.firstPage.positioned.firstLine.reqType");
    //ORDER_QUOTE
    } else {
    if ((v2 == "") || (v2 == null))
        xfa.host.messageBox( "Please indicate whether this is an order or quote" );
      xfa.host.setFocus ("page1.firstPage.positioned.firstLine.orderQuote");
    //DESCRIPTION
    } else {
      if (((v1 == "3")) && ((v3 == "" || v3 == null)))
      xfa.host.messageBox( "Please enter a description" );
      xfa.host.setFocus("page1.firstPage.positioned.description");
    //RENT EXEMPT
    } else {
      if (((v1 == "2")) && ((v4 == "" || v4 == null)))
      xfa.host.messageBox( "Please indicate if the order is rent exempt or royalty exempt" );
      xfa.host.setFocus("page1.firstPage.positioned.rentExempt");
    //STORE NUMBER
    } else {
      if ((v5 == "" || v5 == null))
         xfa.host.messageBox( "Please enter the store number" );
         xfa.host.setFocus("page1.firstPage.positioned.header.posSub.storeNbr");
    //SCHOOL'S NAME
    } else {
      if ((v6 == "" || v6 == null))
         xfa.host.messageBox( "Please enter the school's name" ); 
      xfa.host.setFocus ("page1.firstPage.positioned.header.posSub.storeName");
    //COUNTRY
    } else {
    if ((v7 == "") || (v7 == null))
      xfa.host.messageBox( "Please enter the store's country" );
      xfa.host.setFocus("page1.firstPage.positioned.header.posSub.RadioButtonList");
    //STORE CONTACT
    } else {
    if ((v8 == "") || (v8 == null))
      xfa.host.messageBox( "Please enter the name of the store's contact person" );
      xfa.host.setFocus("page1.firstPage.positioned.header.posSub.storeContact");
    //CONTACT'S EMAIL
    } else {
      if ((v9 == "" || v9 == null))
         xfa.host.messageBox( "Please enter the store contact's email address" );
         xfa.host.setFocus("page1.firstPage.positioned.header.posSub.email");
    //CONTACT'S PHONE
    } else {
    if ((v10 == "") || (v10 == null))
      xfa.host.messageBox( "Please enter the customer's telephone number" );
      xfa.host.setFocus("page1.firstPage.positioned.header.posSub.contactsPhone");
    //CUSTOMER NAME
    } else {
    if ((v11 == "") || (v11 == null))
      xfa.host.messageBox( "Please enter the customer's name" );
      xfa.host.setFocus("page1.firstPage.positioned.header.posSub.custName");
    //CUSTOMER PHONE
    } else {
      if ((v12 == "" || v12 == null))
         xfa.host.messageBox( "Please enter the customer's telephone number" );
         xfa.host.setFocus("page1.firstPage.positioned.header.posSub.custPhone");
    //CUSTOMER EMAIL
    } else {
    if ((v13 == "") || (v13 == null))
      xfa.host.messageBox( "Please the customer's email address" );
      xfa.host.setFocus("page1.firstPage.positioned.header.posSub.custEmail");
    //DATE NEEDED
    } else {
    if ((v15 == "") || (v15 == null))
      xfa.host.messageBox( "Please whether the order is needed by a specific date" );
      xfa.host.setFocus("page1.firstPage.positioned.dateNeeded.RadioButtonList");
    //SPECIFIC DATE
    } else {
      if ((v16 == "" || v16 == null))
         xfa.host.messageBox( "Please enter date the order is needed" );
         xfa.host.setFocus("page1.firstPage.positioned.dateNeeded.addlInfo.DateTimeField2");
    //RUSH FEES
    } else {
      if ((v17 == "" || v17 == null))
         xfa.host.messageBox( "Please indicate if rush fees are applicable" );
         xfa.host.setFocus("page1.firstPage.positioned.dateNeeded.addlInfo.rushFees");
    //RUSH PROCESSING FEES
    } else {
      if ((v18 == "" || v18 == null))
         xfa.host.messageBox( "Please select the rush processing fee that is wanted" );
         xfa.host.setFocus("page1.firstPage.positioned.dateNeeded.rushProcessingFees.RadioButtonLi st");
    //CHAIR ART INFORMATION
    } else {
      if ((v19 == "" || v1 == null))
         xfa.host.messageBox( "Please identify the format of the art for the chair" );
         xfa.host.setFocus("page1.firstPage.positioned.chairsArtInfo.RadioButtonList");
    //PERSONALIZATION
    } else {
      if ((v20 == "" || v20 == null))
         xfa.host.messageBox( "Please identify whether personalization is needed for this order" );
         xfa.host.setFocus("page2.personalization.header.RadioButtonList");
    //SHIPPING INFO
    } else {
      if ((v21 == "" || v21 == null))
         xfa.host.messageBox( "Please identify where the order will be shipped" );
      xfa.host.setFocus("page2.shipping.shipTo.RadioButtonList");
    //CUSTOMER'S ADDRESS
    } else {
      if ((v22 == "" || v22 == null))
         xfa.host.messageBox( "Please provide the customer's address" );
         xfa.host.setFocus("page2.shipping.customerAddress");
    //RUSH FEE
    } else {
      if ((v23 == "" || v23 == null))
         xfa.host.messageBox( "Please select the rush fee that the customer wants" );
         xfa.host.setFocus("page2.shipping.rushOrders.RadioButtonList");
    } else {
      Button2.execEvent("click");

  • XL Reporter - "invalid property value"

    SAP 2005A SP1 PL43
    W2k3
    SQL 2005
    .NET Framework 2.0
    Citrix PS 4.0
    MS Office 2003
    When I run XL Reporter, I get this:
    XL Reporter
    An error occurred while Executing report!
    Invalid Property value.
    Thanks to Apple Liu, I did this:
    1) Make sure XLR is uninstalled. To be sure of this, check the folder
    \AddOns\XLR in their Business One client installation folder and it
    should be empty.
    2) Go to the SQL Server, and delete the database IXMetaSBOOEM manually
    if it is there. After that, go to the default data file folder of
    SQLServer (if SQLServer is installed on c:\Program Files folder, the
    data file folder should be C:\Programas\Microsoft SQL Server\MSSQL\Data\
    by default). This folder is the default location for SQL Server to place
    data files. Make sure the files IXMetaSBOOEM.mdf and
    IXMetaSBOOEM_log.ldf does not exist.
    3) Go to Security->Logins in the SQL Server, delete the account xlruser
    if it exists.
    4) Try installing XLR again
    I also dropped the proper config files from SAP Support Notes into the Office 11 folder and the XL Client folder to ensure the client is using the proper .NET Framework version.
    I know this is permissions-related, since I can run XL Reporter successfully when I launch the client from the Citrix desktop when I'm logged into the server console (won't work if I RDP into the desktop as Administrator).
    Any suggestions?
    TIA
    John

    Thanks for the quick response, Gordon.  Your questioning helped me to solve the problem.  I had not tried to launch XL Reporter from the Tools menu, and when I did, I got an error message that said 8-bit color was not supported (I was running the SAP client on the Citrix desktop via an RDP session).  When I increased the color display property in my RDP session, XL Reporter worked fine.
    That also explains why I could successfully run XL Reporter from the server Console!
    Thanks, again.
    John

  • Troubleshooting "Invalid property name" during EPMA Dimension import

    I am trying to import a dimension via EPMA and receiving the error below. I have a couple of questions:
    How can that property exist in the first place if it's invalid?
    How can I find that property and where it's referenced?
    Thanks in advance!
    -Ben
    Invalid property name:  'CustomTopMemberAsset Class'.  Property names must start with a letter or underscore, and can contain only letters, numbers, underscores, and hyphens.

    Well, that gets to the root of my issue.  I cannot find that property anywhere to change it, nor can I figure out how it got saved in the first place with a space in it.

Maybe you are looking for

  • Locking access to serial ports

    I have two instruments on serial ports, and two independant VIs to control them. One VI may be running, or both, at any one time. The VIs may be running under LabView, or executables. I would like some simple and elegant way of ensuring that when I r

  • Active Directory integration: Invalid Token Error in Verification Service

    I'm having problems with Active Directory integration. I'm able to browse users in the task routing slip in JDeveloper. But I'm unable to login to the worklist application. Getting an "Invalid Token Error in Verification Service" error. Any pointers?

  • How to install pro p1102 drivers without connecting the printer (for RDP printing)

    Need to install drivers on a work PC so it will show up when I connect via a remote connection. Cannot install those drvers unless I physically connect the printer which is not possible. How can I get just the drivers installed?

  • Gemini File Manager??

    I've found that the Gemini File Manager latest version is good and works on HP Touchpad.  Where can I download it.  It's not available throught Touchpad Apps catalog - I can't find it anyway. Post relates to: HP TouchPad (WiFi) This question was solv

  • Query Related Collection

    Hi I have created a form by using collection . i want. I have 3 text fields A,B & C and I want to fix value of these text field into collection form when i Click on add row Button . As many time i click on add row button these value should be fix int