Error when number of instances reach 113

we tested sending data to WLI from Enterprise Server. As soon as the # of instances
increase to more than 113, the WLI does not send the XML document to Enterprise
Server. As soon as we delete the instances from the WLI for that user it starts
working until again it reach to 113 instances.

Thank you for your help. I am very new here.
The form collecting the address is on my shopping cart and is working fine, I ran the test code you provided.
The data from the form is then inserted into a database.
intodb.cfm
INSERT INTO people(firstname,lastname,email,address,city,state,country,zip,phone,shipfirst,shiplast,s hipaddress,shipcity,shipstate,shipzip,shipcountry,lastfour,frequency,cases,ccmo,ccyr,cctyp e,dater,cfid,cftoken)
VALUES('#shipfirst#','#shiplast#','#email_addr#','#shipaddress#','#shipcity#','#shipstate# ','#shipcountry#','#shipzip#','#phone#','#shipfirst#','#shiplast#','#shipaddress#','#shipc ity#','#shipstate#','#shipzip#','#shipcountry#','#lastfour#','#frequency#','#cases#','#ccm o#','#ccyr#','#cctype#','#DateFormat("#Now()#", "yyyy-mm-dd")# #TimeFormat("#Now()#", "hh:mm:sstt")#','#session.cfid#','#session.cftoken#')
<cflocation url="sale2.cfm?shipmethod=#shipmethod#&shipcost=#shipcost#&shipfirst=#shipfirst#&shiplast =#shiplast#&shipaddress=#shipaddress#&shipcity=#shipcity#&shipstate=#shipstate#&shipzip=#s hipzip#&shipcountry=#shipcountry#&country=#shipcountry#&phone=#phone#&email_addr=#email_ad dr#&ccnum=#ccnum#&ccmo=#ccmo#&ccyr=#ccyr#&cctype=#cctype#&ordertotal=#ordertotal#&disc=#di sc#">
Then on sale2.cfm.
<cfsavecontent variable="strXML">
<?xml version="1.0" standalone="yes"?>
<SaleRequest>
<CustomerData>
<Email>#email_addr#</Email>
<BillingAddress>
<Address1>#shipaddress#</Address1>
<FirstName>#shipfirst#</FirstName>
<LastName>#shiplast#</LastName>
<City>#shipcity#</City>
<State>#shipstate#</State>
<Zip>#shipzip#</Zip>
<Country>#shipcountry#</Country>
<Phone>#phone#</Phone>
</BillingAddress>
I receive this error, assuming it is the EMAIL_ADDR variable because it is the first one:
Variable  EMAIL_ADDR is undefined.

Similar Messages

  • Error number 207 error type SPECIFIC_CODE IMPORT ABAP phase error when install database instance

    IMPORT ABAP phase error when install database instance
    Error number 207 error type SPECIFIC_CODE.
    In phase   "Import ABAP" the installation halts with error. Can anyone please tell me what error should I search for and (possibly) what is the solution? 
    Thanks in advance
    synxcaccmg.cpp: 133: PSyUser CSyAccountMgtImpl::getUser(iastring sNameOrSID) const
    syxxccache.cpp: 267: CSyAccountCache::getUserImpl(name="IboSap-PC\nspadm", sid="", create=false)
    syxxccache.cpp: 276: CSyAccountCache::getUserImpl(name="IboSap-PC\nspadm", sid="", create=false, ISyProgressObserver* )
    synxcuser.cpp: 119: CSyUserImpl::CSyUserImpl(const CUserData&, bool)
    Account user="IboSap-PC\nspadm" does not exist.
    Failed action:  with parameters
    Error number 207 error type SPECIFIC_CODE

    It is not easy, really , it has taken many hours and at the End I got the problems,.
    so I have decided to pay 20 $ every month, and I can get an access IDES to SAP, ERP, ABAP.
    without any problem.  In ABAP, I have only Sflight ,SBOOK etc. but MARA, and others tables, dont exist, .
    I know, some students have not enough money, so what can we do? every one get problem with installaion and others after installaion, with server, 3 days work, and NSP becomes RED. Yellow, etc.
    anyway. thank you for all.
    Best Regards.

  • Error "max number in fi reached"?

    Hi Friends,
    Our scanario is sales order related production in MTO ,
    when I try to backflush accotding to palned order,it gives me an error "max number in fi reached",
    Sap gives suggestion for summarization FI document ,But i dont want to delete the material number.
    because my business need information based on all consumed material(for request of auditors),
    Thanks in advance for your attention,
    Azam

    Hi
    FI documents have a limitation of having only 999 line items. Hence you would have to reduce the no of material line items in your process to fit this.
    Hope this helps
    Thanks
    Anupam Murarka

  • BDC error :Maximum number of sessions reached

    Hi!
    I have created a BDC program which outputs the available Orders / delivberies for a particular plant with checakboxes to select each lines or multiple selection. On selecting one opr more line from output and clicking a GENERATE button on the output screen the bdc calls in VF01 transaction and subsequently the billing documenst are automatically generated and sent to the printer directly.
    The problem: The problem happend when more than 6 documents are selected or if the selected no. of items are more than the screens opened in any enviornment where we are running , it gives an error message that "maximum number of sessiosn reached" . This creates  aproblem is knowing which documenst or how many invoices have already printed and which ones did not.
    I was wondering if there is nay other way of stopping this problem of miximum number sessions recahed. I mean if there is anyway we can eliminate each processesed session so that it does not have to create so many screens even if more documents are selected.
    Thanks

    I have the sales document number that I am using to create the billing document. I am not prety sure where to use it. I ahve set the parameter ID AUN alread6.
    refresh: bdc_tab.
      perform update_bdc using: 'X' 'SAPMV60A'    '0102',
                                ' ' 'BDC_CURSOR'  'RV60A-FKART',
                                ' ' 'RV60A-FKART' lc_fkart,
                                ' ' 'BDC_OKCODE' '/00'.
      loop at it_vbeln into wa_vbeln.
        ln_index = sy-tabix.
    *   Up to the second delivery of the BDC add the Delivery to the screen,
    *   after that click the More Documents for every entry.  logic changed for DEVK902353
    *   changed again in added for every line DEVK910604
        case ln_index.
          when 1.
            concatenate 'KOMFK-VBELN' '(' ln_index ')' into lc_field.
            if li_lines = 1.
              perform update_bdc using: ' ' lc_field wa_vbeln.
            else.
              perform update_bdc using: ' ' lc_field wa_vbeln,
                                        ' ' 'BDC_OKCODE' 'FKAN'.
            endif.
          when others.
            if p_rdos  = 'X'.
              concatenate 'KOMFK-VBELN' '(2)' into lc_field.
              perform update_bdc using: ' ' lc_field wa_vbeln,
                                        'X' 'SAPMV60A'   '0102',
                                        ' ' 'RV60A-FKDAT' lc_date,
                                        ' ' 'BDC_OKCODE' 'FKAN'.
            else.
              concatenate 'KOMFK-VBELN' '(2)' into lc_field.
              perform update_bdc using: ' ' lc_field wa_vbeln,
                                        'X' 'SAPMV60A'   '0102',
                                        ' ' 'BDC_OKCODE' 'FKAN'.
            endif.
        endcase.
      endloop.
    * VF01 will go to a different screen if only one line selected
      if li_lines eq 1.
        perform update_bdc using: 'X' 'SAPMV60A' '0104',
                                  ' ' 'BDC_OKCODE' '=SICH'.
      else.
        perform update_bdc using: 'X' 'SAPMV60A' '0102',
                                  ' ' 'BDC_OKCODE' '=SICH'.
      endif.
      {color:green}call transaction 'VF01' using bdc_tab options from lwa_bdcoptions
                               messages into it_bdcmess .{color}
      write: / 'BDC Messages:'.
      skip.

  • Error when create UDS instance

    Dear All,
    I got an error message when creating UDS instance, the message is "Error:0x80040153 Invalid value for registry".
    The UDS server and OPC server is running on different windows PC. In the UDS Admin Console, I create a new OPC-DA instance. Then I was trying to point the OPC server to Matrikon Simulation Server on another PC. I input the machine name and then key enter. Then above error message appeared. When I pointed OPC server to the Matrikon Simulation Server on localhost. It worked well.
    Please advice if you had ever experience on it before.
    THanks & Regards,
    James

    James,
    Did you look closely at the Planning section on page 2 in the UDS Installation Guide:  http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000705232&_SCENARIO=01100035870000000112&_OBJECT=012002523100006323502008E
    Did you account for the OPC Foundation portion of this which would be required by the UDS in order to communicate to the other server (uses DCOM)?  This is not part of the UDS installation, but is necessary (similar to needing the PI-API installed before using the PI UDS s/w).
    Regards,
    Jeremy

  • Weird error when clicking on instance- flow from the console

    When I have heavy volume coming in for the bpel server(ex: hundreds of instances generated at a time), I see the following weird error when I am trying to see the instance flow from console:
    Process state off. The process class "BugBAM" (revision "v2004_12_20__61032" ) has not been turned on. No operations on the process or any instances belonging to the process may be performed if the process is off. Please consult your administrator if this process has been turned off inadvertently.
    I didn't do anything to the process to turn the state off. What does this error message mean?
    Thanks, Jenny

    I am assuming that you are using 10.1.2 beta 1. Is that correct? I am wondering if in that version there is a switch that turns a process off when a new version of the process is deployed (this would be a bug because the active process should only be switched to retired).
    Next time you get this error, could you please go to the BPEL Console and check the state of the BPEL process.
    We will try to trace the error message in the source code and try to determine if there are other circumpstances which would generate the same error code.
    Edwin

  • LSO Booking Error - Maximum number of Participants reached;

    Hi Experts,
    Our Client is implementing LSO. We had installed Enhancement Pack 4 into the development system.
    We are currently facing a Problem relating to the LSO.
    When I am trying to book a participant on to the Course (E) via LSO_PSV1 or LSO_PV00, I am getting the following warning but able to book the person on to the Course.
    Warning:Maximum number of Participants reached; proceed with waiting list.
    But if I try to do the booking using PSV1 (which is TEM transaction) i am able to book the particpant on to the Course I am not getting any warning and the particpant was booked successfully.
    I had assigned a Location to the Course Type (D) related to the Course (E) with Minimum Capacity (10), Optimum Capacity (15) and Maximum Capacity (20).
    Also to the Course I had provided the same capacity that is there for the Location.
    Because of the warning above we are not able to book any Courses from the Portal.
    Did anybody face this kind of issue before?
    Please provide your expertise on this.

    Hi,
    No. We had not assigned the Capacity anywhere other than at the Course Type and Course Level.
    I tried one Scenario.
    I removed my employee assigned and tried to book on the Course as a User (US). I am able to book without any warning message.
    Please let me know if there is any Config that we would have missed.
    Thanks and Regards,
    Nagendra

  • Error when changing OID instance SSL port to 636

    I have OID 11.1.1.6 instance running on port 3065 for it's SSL port. I wanted to change the SSL port to 636 from the em console. When I request to change it, it says it was successful...restart the OID server. Once the OID instance is restarted and comes back up, I get an error "Failed to load server configuration" Check the Internet Directory Server logs. Possible Error: "<hostname>:636>
    Do I need to run/restart other services for this change?
    I also tried extending the domain and creating a new instance using the staticports.ini. I specified the SSL port in there at 636 and ran the oracleRoot.sh script but get the same error when I look at it in em console.

    Hey,
    1)Did you follow these steps 'Configuring Ssl by Fusion Middleware Control'?
    Link: http://docs.oracle.com/cd/E14571_01/oid.1111/e10029/ssl.htm#CHDJHGGC
    Also,
    2)When you type from command line: opmnctl status -l , what ports OID is showing to you?
    If 1) did not resolve your issue, can you pls provide oid logs that you are receiving?
    I hope this helps,
    Thiago Leoncio.

  • Error when starting oracle instance

    Hi,
    today, after a lot of trouble, I was able to install oracle 10.2.0.1 on redhat as 4 upd 2 x86_64.
    This link helped me so much http://www.puschitz.com/InstallingOracle10g.shtml help.
    I met a link error because of binutils version. After I installed binutils-2.15.92.0.2-15.0.0.0.2.x86_64.rpm (my version was binutils-2.15.92.0.2-15.0.0.0x86_64.rpm), I did retry and the install problem was solved.
    Then during dbca I met another error (ORA-12547: TNS:lost contact) because of libaio. I had 32 bit version instead of 64 bit. After the package update dbca run successfully.
    I'm facing the following problem during instance startup:
    "Thu Apr 19 17:40:17 2007
    Errors in file /oracle/admin/UAT/udump/uat_ora_2697.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15"
    I told you those things about installation phase because maybe this error is related to the install (maybe something went wrong without I know it).
    Error in trace is:
    /oracle/admin/UAT/udump/uat_ora_2697.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning and Data Mining options
    ORACLE_HOME = /oracle/10gR2
    System name: Linux
    Node name: uatlxora1.bw-ita.it
    Release: 2.6.9-22.EL
    Version: #1 Mon Sep 19 17:49:49 EDT 2005
    Machine: x86_64
    Instance name: UAT
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Unix process pid: 2697, image: [email protected] (TNS V1-V3)
    *** SERVICE NAME:(SYS$USERS) 2007-04-19 17:40:17.788
    *** SESSION ID:(104.3) 2007-04-19 17:40:17.788
    Error in executing triggers on database startup
    *** 2007-04-19 17:40:17.789
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    The strange thing is that I haven't installed OLAP option. I installed enterprise edition + partioning.
    Any help is much appreciated. Is my installation ok?
    Thanks in advance,
    Tarek

    Hi guido,
    i have the same problem with OLAP, when i start an instance i have got error messages in alert_log, and a lot of objekts a invalid, i can not recompile the objekt, oracle will it automatic, and ends with this errors:
    Line # = 0 Column # = 0 Error Text = ORA-12663: Services required by client not available on the server
    Line # = 0 Column # = 0 Error Text = ORA-36961: Oracle OLAP is not available.
    Line # = 0 Column # = 0 Error Text = ORA-06512: at line 4
    Line # = 0 Column # = 0 Error Text = ORA-06512: at "SYS.OLAPIMPL_T", line 17
    Line # = 0 Column # = 0 Error Text = ORA-06512: at "SYS.OLAPIMPL_T", line 23
    I have oracle installed on debian 3.1
    Have you any suggestions to solve this problem?
    Thanks
    ANDREAS
    -GERMANY-

  • Error when starting DB2 instance

    Dear All,
    We are running our SAP system with DB2 database on Solaris platform. Recently when performing db2start we encounter an error message
    "ld.so.1: db2start: fatal: libicudatadb2.so.32: open failed: No such file or directory"
    Please help to understand the problem and resolve the same.
    Regards,

    Hi guido,
    i have the same problem with OLAP, when i start an instance i have got error messages in alert_log, and a lot of objekts a invalid, i can not recompile the objekt, oracle will it automatic, and ends with this errors:
    Line # = 0 Column # = 0 Error Text = ORA-12663: Services required by client not available on the server
    Line # = 0 Column # = 0 Error Text = ORA-36961: Oracle OLAP is not available.
    Line # = 0 Column # = 0 Error Text = ORA-06512: at line 4
    Line # = 0 Column # = 0 Error Text = ORA-06512: at "SYS.OLAPIMPL_T", line 17
    Line # = 0 Column # = 0 Error Text = ORA-06512: at "SYS.OLAPIMPL_T", line 23
    I have oracle installed on debian 3.1
    Have you any suggestions to solve this problem?
    Thanks
    ANDREAS
    -GERMANY-

  • Error 'Maximum number of sessions reached' while posting an idoc

    Hi,
       i got one requirement that when ever user enters so many materials with different quantities and version id's and when he executes,it has to post the idocs using FM .but if the number of records increases,iam getting error that 'maximum number of internal sessions exceeded' how can i avoid this for successfful posting.To avoid  this i called the FM in background .If i call the FM in background it is not at all posting even one idoc also.Can anybody please help on this .
    Thanks & Regards
    Roopa

    Hi,
       i got one requirement that when ever user enters so many materials with different quantities and version id's and when he executes,it has to post the idocs using FM .but if the number of records increases,iam getting error that 'maximum number of internal sessions exceeded' how can i avoid this for successfful posting.To avoid  this i called the FM in background .If i call the FM in background it is not at all posting even one idoc also.Can anybody please help on this .
    Thanks & Regards
    Roopa

  • Error when installing database instance IDES ECC 5.0 SR1

    Hi,
    I got an error like this when installing the database instance (non unicode abap system) for IDES ECC 5.0 SR1.
    (I use ms sql server 2000 and windows 2003 server)
    TRACE
    trying to insert package SAPVIEW.STR
    TRACE
    checking directory IDES/Disc
    ERROR 2008-07-13 14:57:41
    MSC-01003 ESyException: ESAPinstException: error text undefined
              o
                    +
                                      *o Transaction end ************************************************************
    ERROR 2008-07-13 14:57:41
    FSL-02015 Node D:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB\IDES\Disc\DATA does not exist.
    WARNING 2008-07-13 14:57:41
    The step fillR3loadPackageTable with step key SAPSYSTEM_DB|ind|ind|ind|ind|ind|0|SAPSYSTEM|ind|ind|ind|ind|ind|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseLoad|ind|ind|ind|ind|ind|0|fillR3loadPackageTable was executed with status ERROR.
    I have already create this folder :
    D:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB\IDES\Disc\DATA does not exist.*
    Can anyone help what is the error and how to solve it?
    Thanks

    Hi,
    1. Check the CDs first.
    2. D:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB\IDES\Disc\DATA--> this will automatically created by sapinst command.
    Regards,
    Srini Nookala

  • Error when installing dialog instance

    Dear Expert,
    We faced error message when starting up dialog instance. Please see the following error from trans.log:
    4 ETW000 R3trans version 6.14 (release 700 - 28.11.06 - 18:05:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 15.05.2008 - 20:39:34
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu May 15 20:39:34 2008                              66  0.000066
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    12  0.000078
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             30  0.000108
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' ...
    4 ETW000                                                                              36  0.000144
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/P01/SYS/exe/run/dbdb6slib.o), hdl 0
    4 ETW000                                                                            1154  0.001298
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' loaded
    4 ETW000                                                                              17  0.001315
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              20  0.001335
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' is "700.08", patchlevel (0.88)
    4 ETW000                                                                             244  0.001579
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              18  0.001597
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              19  0.001616
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              16  0.001632
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              24  0.001656
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         36  0.001692
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              18  0.001710
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              20  0.001730
    4 ETW000  [dev trc     ,00000]  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1179] (BEGIN)
    4 ETW000                                                                             783  0.002513
    4 ETW000  [dev trc     ,00000]  &+     DbSlConnectDB6: can't find user 'sapp01' in '/usr/sap/P01/SYS/global/dscdb6.conf'
    4 ETW000                                                                              20  0.002533
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              19  0.002552
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              20  0.002572
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              19  0.002591
    4 ETW000  [dev trc     ,00000]  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1179] (END)
    4 ETW000                                                                              28  0.002619
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'P01'"
    Need your assistance asap.
    Thank you and Best Regards,
    Rudi

    Hi Frank,
    i run R3trans -d command and the result is:
    4 ETW000 R3trans version 6.14 (release 700 - 28.11.06 - 18:05:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 16.05.2008 - 15:35:38
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Fri May 16 15:35:38 2008                              69  0.000069
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    12  0.000081
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             31  0.000112
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' ...
    4 ETW000                                                                              35  0.000147
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/P01/SYS/exe/run/dbdb6slib.o), hdl 0
    4 ETW000                                                                            1122  0.001269
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' loaded
    4 ETW000                                                                              17  0.001286
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              20  0.001306
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' is "700.08", patchlevel (0.88)
    4 ETW000                                                                             345  0.001651
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              18  0.001669
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              19  0.001688
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              16  0.001704
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              23  0.001727
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         37  0.001764
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              19  0.001783
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              20  0.001803
    4 ETW000  [dev trc     ,00000]  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1179] (BEGIN)
    4 ETW000                                                                             690  0.002493
    4 ETW000  [dev trc     ,00000]  &+     DbSlConnectDB6: password file contains empty lines
    4 ETW000                                                                               
    4 ETW000                                                                              25  0.002518
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              19  0.002537
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              20  0.002557
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              19  0.002576
    4 ETW000  [dev trc     ,00000]  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1179] (END)
    4 ETW000                                                                              27  0.002603
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'P01'"
    Please advice asap.
    Thanks in advance,
    Rudi A

  • Error when number sign # in address field of form

    I need to be able to accept the number sign # in my form field for address, ie apt #3. When a # is submitted with my form, I get an error. How do I allow the # to be included for this field?
    <cfinput style="WIDTH: 247px" size="30"  type="text" name="shipaddress" value="" required="yes" message="You must enter your address">

    Thank you for your help. I am very new here.
    The form collecting the address is on my shopping cart and is working fine, I ran the test code you provided.
    The data from the form is then inserted into a database.
    intodb.cfm
    INSERT INTO people(firstname,lastname,email,address,city,state,country,zip,phone,shipfirst,shiplast,s hipaddress,shipcity,shipstate,shipzip,shipcountry,lastfour,frequency,cases,ccmo,ccyr,cctyp e,dater,cfid,cftoken)
    VALUES('#shipfirst#','#shiplast#','#email_addr#','#shipaddress#','#shipcity#','#shipstate# ','#shipcountry#','#shipzip#','#phone#','#shipfirst#','#shiplast#','#shipaddress#','#shipc ity#','#shipstate#','#shipzip#','#shipcountry#','#lastfour#','#frequency#','#cases#','#ccm o#','#ccyr#','#cctype#','#DateFormat("#Now()#", "yyyy-mm-dd")# #TimeFormat("#Now()#", "hh:mm:sstt")#','#session.cfid#','#session.cftoken#')
    <cflocation url="sale2.cfm?shipmethod=#shipmethod#&shipcost=#shipcost#&shipfirst=#shipfirst#&shiplast =#shiplast#&shipaddress=#shipaddress#&shipcity=#shipcity#&shipstate=#shipstate#&shipzip=#s hipzip#&shipcountry=#shipcountry#&country=#shipcountry#&phone=#phone#&email_addr=#email_ad dr#&ccnum=#ccnum#&ccmo=#ccmo#&ccyr=#ccyr#&cctype=#cctype#&ordertotal=#ordertotal#&disc=#di sc#">
    Then on sale2.cfm.
    <cfsavecontent variable="strXML">
    <?xml version="1.0" standalone="yes"?>
    <SaleRequest>
    <CustomerData>
    <Email>#email_addr#</Email>
    <BillingAddress>
    <Address1>#shipaddress#</Address1>
    <FirstName>#shipfirst#</FirstName>
    <LastName>#shiplast#</LastName>
    <City>#shipcity#</City>
    <State>#shipstate#</State>
    <Zip>#shipzip#</Zip>
    <Country>#shipcountry#</Country>
    <Phone>#phone#</Phone>
    </BillingAddress>
    I receive this error, assuming it is the EMAIL_ADDR variable because it is the first one:
    Variable  EMAIL_ADDR is undefined.

  • CRS-0223: Resource has placement error, when starting DB instance

    Hello All,
    Env: 2 node 10.2.0.4 RAC on Solaris 10 SPARC
    All of a sudden the DB instance on Node 2 crashed. The alert.log says "Instance terminated by MMAN".
    There were no changes recently.
    I tried to start it up using srvctl and it failed with
    [SHCL1N02]$ srvctl start instance -d SHCL1_PRMY -i SHCL1N02
    PRKP-1001 : Error starting instance SHCL1N02 on node myjpsuolicdbd02
    CRS-1028: Dependency analysis failed because of:
    CRS-0223: Resource 'ora.SHCL1_prmy.SHCL1N02.inst' has placement error.
    [SHCL1N02]$The nodeapps and crs processes are all running happily, the instance alone has a problem.
    I tried
    (1)Stop nodeapps, Stop CRS, Start CRS => Still instance on node2 didn't come up.
    (2)sqlplus / as sysdba, startup => Instance came up, but the ora.SHCL1_prmy.SHCL1N02.inst is still offline.
    Below is the error in the crsd.log file.
    2009-11-04 10:18:30.627: [  CRSRES][2970821] CRS-1028: Dependency analysis failed because of:
    'Resource in UNKNOWN state: ora.SHCL1_prmy.SHCL1N02.inst'
    2009-11-04 10:21:23.269: [  CRSRES][2970843] StopResource: setting CLI values
    2009-11-04 10:21:23.340: [  CRSRES][2970843] Attempting to stop `ora.SHCL1_prmy.SHCL1N02.inst` on member `myjpsuolicdbd02`
    2009-11-04 10:21:30.478: [  CRSAPP][2970843] StopResource error for ora.SHCL1_prmy.SHCL1N02.inst error code = 1
    2009-11-04 10:21:30.502: [  CRSRES][2970843] Stop of `ora.SHCL1_prmy.SHCL1N02.inst` on member `myjpsuolicdbd02` succeeded.
    2009-11-04 10:21:49.867: [  CRSRES][2970861] startRunnable: setting CLI values
    2009-11-04 10:21:49.895: [  CRSRES][2970861] Attempting to start `ora.SHCL1_prmy.SHCL1N02.inst` on member `myjpsuolicdbd02`
    2009-11-04 10:21:55.019: [  CRSAPP][2970861] StartResource error for ora.SHCL1_prmy.SHCL1N02.inst error code = 1
    2009-11-04 10:22:00.583: [  CRSAPP][2970861] StopResource error for ora.SHCL1_prmy.SHCL1N02.inst error code = 1
    2009-11-04 10:22:00.592: [  CRSRES][2970861] X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1803
    2009-11-04 10:22:00.593: [  CRSRES][2970861][ALERT] `ora.SHCL1_prmy.SHCL1N02.inst` on member `myjpsuolicdbd02` has experienced an unrecoverable failure.
    2009-11-04 10:22:00.593: [  CRSRES][2970861] Human intervention required to resume its availability.Any clue would be much helpful.
    TIA,
    JJ

    The srvctl failed 'coz of my problem(over security).
    /u01/app/oracle/product/10.2.0/db_1/log/<node_name>/racg/imon_SHCL1_prmy.log
    (thanks to support guy to taking me to this file.)
    In this file i saw the below error and it struck me.
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 4 18:59:49 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Enter user-name: ERROR:
    ORA-01031: insufficient privileges
    Enter user-name: SP2-0306: Invalid option.
    2009-11-04 18:59:50.737: [    RACG][176] [28813][176][ora.SHCL1_prmy.SHCL1N02.inst]: Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}]
    where <logon>  ::= <username>[/<password>][@<connect_identifier>] | /
    Enter user-name: Enter password:
    ERROR:
    ORA-01005: null password given; logon denied
    2009-11-04 18:59:50.738: [    RACG][176] [28813][176][ora.SHCL1_prmy.SHCL1N02.inst]: SP2-0157: unable to CONNECT to ORACLE after 3 attempt
    s, exiting SQL*PlusI had SQLNET.AUTHENTICATION_SERVICES=(NONE) in the sqlnet.ora, and this stopped the srvctl from logging into the db.
    1)Commented the entry in sqlnet.ora
    2)crs_stop -f ora.SHCL1_prmy.SHCL1N02.inst
    3)crs_stat -u => to confirm that the TARGET and STATE are OFFLINE for ora.SHCL1_prmy.SHCL1N02.inst
    4)srvctl start instance -d SHCL1_PRMY -i SHCL1N02
    and the instance came up.
    They would investigate on regarding the ORA-7445 error.
    Regards,
    J J

Maybe you are looking for

  • Very odd HDD issues on X38 Plat.

    Hey Guys, I just upgraded to an X38 Platinum, specs: XP Prof. 32bit X38 Platinum, BIOS 1.1 Q6600 Core2 Quad, 2.4ghz stock : CoolIT Eliminator Aenon DDR3 2GB VisionTek 3870 X-Fi XtremeMusic PC Power & Cooling 750 Silencer Quad (Single rail 12v design)

  • Did you have buggy Mavericks issue after installing on Macbook Air Mid 2012?

    Before I have upgraded my OS X Mountain Lion 10.8.3 to Mavericks 10.9 it runs so smoothly and no issues or hanging that I encounter. But just this morning when I installed Mavericks, I have the following issues: 1.) When I was adding a book(pdf and e

  • NOKIA 303: gmail sender name setting?

    Hello everybody! Just bought the new asha 303. I use primarily gmail on the device and I'm not able from the pre-installed nokia e-mail application to send an e-mail with my name as the sender of a message instead of the e-mail address. Only from the

  • Cpm. Flash player. Com pop up

    How do I get rid of a cpm.flashplayertrack.com pop up asking me to upgrade my flash player version. It won't let me do anything else in Safari.

  • PC to iMac - only thing missing is Blu-Ray support

    I want to purchase an iMac 27 inch.  The only thing that is holding me back is the lack of a BUILT IN blu ray player (or preferably a burner).  With a 27 inch monitor this would be eye candy.  Watching a standard DVD on this gorgeous monitor is not a