Need Help: SAP User cannot Post on every Transaction

Hi Experts,
I have a problem on our QAS system, I have tried to post a lot of documents in transaction MIGO, in creating RFQ through ME41, in Posting Accounting Document in FB50. But all of them failed with the Express Document appearing at the end of the "Document Number Created" message.
Express Documents range from:
I. "MESSAGE_TYPE_X" when creating RFQ of One Time Vendors:
+Short text of error message:
Database error changing table ADRC
Long text of error message:
Technical information about the message:
Message class....... "AM"
Number.............. 842
Variable 1.......... "ADRC"
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
Information on where terminated
Termination occurred in the ABAP program "SAPLSZA0" - in "ADDR_SAVE_INTERN".
The main program was "RSM13000 ".
In the source code you have the termination point in line 553
of the (Include) program "LSZA0U47".
The program "SAPLSZA0" was started in the update system.+
II. SAPSQL_ARRAY_INSERT_DUPREC, Post Goods Receipt in MIGO
+An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
in
procedure "INSERT_TABLES" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
If you use an ABAP/4 Open SQL array insert to insert a record in
the database and that record already exists with the same key,
this results in a termination.
(With an ABAP/4 Open SQL single record insert in the same error
situation, processing does not terminate, but SY-SUBRC is set to 4.)+
III. SAPSQL_ARRAY_INSERT_DUPREC, Posting through FB50
+An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
in
procedure "INSERT_TABLES" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
If you use an ABAP/4 Open SQL array insert to insert a record in
the database and that record already exists with the same key,
this results in a termination.
(With an ABAP/4 Open SQL single record insert in the same error
situation, processing does not terminate, but SY-SUBRC is set to 4.)+
Please provide direct solution for the system problem. And please tell me also what are the usual causes of these problems (Configuration-wise or ABAP)

Hello Cecilio,
all these problems have the same root cause likely: the number range. Here's a step-by-step solution for each one of them:
for problem I:
Please implement the report from the note #445575 and check the address range.
My suggestions:
1. Please run the report "Z_OSSNOTE_445575" from the note #445575 to find out the highest address number already assigned in ADRC, ADRP together.
2. Add (say) 100 number to it.
3. Then, change the value of the current number in SA01 transaction, button "status".
for problem II:
please follow the steps with regards to resetting the number range buffer as per the note #83731:
  83731 SAPSQL_ARRAY_INSERT_DUPREC for INSERT COBK
Also, can you please review these notes?
#419538 Deleting commitments for earmarked funds at prod. startup
#824771 KBxxN: Program termination SAPSQL_ARRAY_INSERT_DUPREC
for problem III:
the problem occured because of a problem with your number range buffer (again);
Please have a look into note 83731 and reset the number range buffer:
First reset the number range buffer of the application server. Start  Transaction SM56 and choose 'Number range buffer -> Reset'. Fill the  fields of the following dialog field as follows:
    Client           <current client>
    Object           RK_BELEG
    Sub-object       <controlling area>
    Range
    Year
    Global Reset     X
Let us know if this has solved the problems.
Best Regards,
Tomas Black

Similar Messages

  • Needed Help: SAP User cannot Post in any of the transactions

    Hi Experts,
    I have a problem on our QAS system, I have tried to post a lot of documents in transaction MIGO, in creating RFQ through ME41, in Posting Accounting Document in FB50. But all of them failed with the Express Document appearing at the end of the "Document Number Created" message.
    Express Documents range from:
    I. "MESSAGE_TYPE_X" when creating RFQ of One Time Vendors:
    +Short text of error message:
    Database error changing table ADRC
    Long text of error message:
    Technical information about the message:
    Message class....... "AM"
    Number.............. 842
    Variable 1.......... "ADRC"
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    Information on where terminated
    Termination occurred in the ABAP program "SAPLSZA0" - in "ADDR_SAVE_INTERN".
    The main program was "RSM13000 ".
    In the source code you have the termination point in line 553
    of the (Include) program "LSZA0U47".
    The program "SAPLSZA0" was started in the update system.+
    II. SAPSQL_ARRAY_INSERT_DUPREC, Post Goods Receipt in MIGO
    +An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
    in
    procedure "INSERT_TABLES" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    If you use an ABAP/4 Open SQL array insert to insert a record in
    the database and that record already exists with the same key,
    this results in a termination.
    (With an ABAP/4 Open SQL single record insert in the same error
    situation, processing does not terminate, but SY-SUBRC is set to 4.)+
    III. SAPSQL_ARRAY_INSERT_DUPREC, Posting through FB50
    +An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
    in procedure "INSERT_TABLES" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    If you use an ABAP/4 Open SQL array insert to insert a record in
    the database and that record already exists with the same key,
    this results in a termination.
    (With an ABAP/4 Open SQL single record insert in the same error
    situation, processing does not terminate, but SY-SUBRC is set to 4.)+
    Please provide direct solution for the system problem. And please tell me also what are the usual causes of these problems (Configuration-wise or ABAP)

    Hi Experts,
    I already investigated this in the system and this issue still occurs I already changed the current number in transaction code OMBT, still error occurs in Posting any Account Documents. When I change the current number manually, then post a document in MIGO, the document number will be displayed in the status bar. But once you tried any function/push any button, an express document will be displayed with the error DUPREC.
    I checked in OMBT the current number range and it's incrementing to 10 example if last current doc number is 5000000510, the new current doc number will be 5000000520.
    Do we have any confoguration that will correct this increment on the number range interval for Accounting Documents? Curerntly only Accounting Documents cannot post, other than these documents like Sales Order, PO, PR, etc. they can be created.
    There are no changes in the user exits affecting the transaction as it was running smoothly last month.
    Please help. Thanks a lot!

  • Need help for user exit mereq001

    Hi,
    I need help for user exit mereq001. I think I messed up with include table CI_EBANDB and CI_EBANMEM. And When I tried to check the syntax . It gives me error like : <b>Class IF_PURCHASE_REQUISITION. Inconsistency in the dictionary for the structure mereq_item_s_cust_data.</b> Anyone had experience for this exit? I just need to extract costcenter information of the each item from the requisition and block the requisiton if the costcenter are differents from each other before the requisition is saved. Any one has idea about it?
    Thanks.

    biao,
    Have you checked this struture consistency from SE11. Also check the activation log.
    If there are any errors and you are not able to rectify the same use RSDDCHECK program, give your table name and run the report.
    This will list down the error structures releated this table and also prompts for you to activate it.
    Regds
    Manohar

  • I need help! I cannot access my iTunes from my window's. I keep getting message "error 7" and also MSVCR80.dll missing. I do not know how to access this?

    I need help! I cannot access my iTunes from my window's. I keep getting message "error 7" and also MSVCR80.dll missing. I do not know how to access this?
    I tried downloading the latest version of iTunes, but it does not sync to my windos 7 HP because of the previous messages. Any feedback would be greatly appreciated.
    Thank you,
    ElsaV73

    Hope this article helps you:
    http://support.apple.com/kb/TS5376
    Pleas reply with any further questions.

  • How to config the user cannot post the document which he parked .

    Hello , SAP gurus .
    Did SAP contain this configuration and would you please show me some details .
    We need that the user who parked the document will now have the authorization to post it.
    Thanks

    Hi,
    I am using transaction FV50,
    In this transaction SAVE button and SAVE AS COMPLETE both parks the document and will be posted by clicking on POST,
    but I need to just save the document when I click SAVE button, and when I click on SAVE AS COMLPETE then only it should be ready for posting while posting will be done using FBV0.
    Please let me know the best way to acheive this.
    Thanks,
    Rtech.

  • Need help with user defined function

    Hello SDN,
    I need some help with a user-defined function. My source message contains multiple
    generic records (1000 char string), and my target message is 1 header record,
    then multiple generic records.  See description of source and target messages below:
    Source:
      GenericRecordTable 1..unbounded
        Row (1000 char string)
    Target:
      Field1 (char5)
      Field2 (char5)
      Field3 (char5)
      IT_Data
        GenericRecordTable 1..unbounded
          Row (1000 char string)
    Basically, what I need to do in my user defined funtion is to map the first record
    in my source record to the 3 header fields, then map all of the rest of the records
    (starting from line 2) into the GenericRecordTable.
    Can someone please help me with the code for the user defined function(s) for this
    mapping?
    Thank you.

    hi,
    Activities
    1. To create a new user-defined function, in the data-flow editor, choose Create New Function (This
    graphic is explained in the accompanying text), which is located on the lower left-hand side of the
    screen. In the menu, choose Simple Function or Advanced Function.
    2. In the window that appears, specify the attributes of the new function:
    Name
    Technical name of the function. The name is displayed in the function chooser and on the data-flow
    object.
    Description
    Description of how the function is used.
    Cache
    Function type (see above)
    Argument Count
    In this table, you specify the number of input values the function can process, and name them. All
    functions are of type String.
    3. In the window that appears, you can create Java source code:
    a. You can import Java packages to your methods from the Imports input field, by specifying them
    separated by a comma or semi-colon:
    You do not need to import the packages java.lang., java.util., java.io., and java.lang.reflect. since
    all message mappings require these packages and therefore import them. You should be able to
    access standard JDK and J2EE packages of the SAP Web Application Server by simply specifying the
    package under Import. In other words, you do not have to import it as an archive into the Integration
    Repository. You can also access classes of the SAP XML Toolkit, the SAP Java Connector, and the
    SAP Logging Service (see also: Runtime Environment (Java-Mappings)).
    In addition to the standard packages, you can also specify Java packages that you have imported as
    archives and that are located in the same, or in an underlying software component version as the
    message mapping.
    b. Create your Java source text in the editor window or copy source text from another editor.
    4. Confirm with Save and Close.
    5. User-defined functions are limited to the message mapping in which you created the function. To
    save the new function, save the message mapping.
    6. To test the function, use the test environment.
    The new function is now visible in the User-Defined function category. When you select this category,
    a corresponding button is displayed in the function chooser pushbutton bar. To edit, delete, or add the
    function to the data-flow editor, choose the arrow next to the button and select from the list box
    displayed.
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/718e40496f6f1de10000000a1550b0/content.htm
    http://java.sun.com/j2se/1.5.0/docs/api/
    /people/krishna.moorthyp/blog/2006/07/29/documentation-html-editor-in-xi
    /people/sap.user72/blog/2006/02/06/xi-mapping-tool-exports
    http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm
    UDF -
    http://help.sap.com/saphelp_nw04/helpdata/en/22/e127f28b572243b4324879c6bf05a0/content.htm
    Regards

  • Need Help in User Mapping

    Hi,
    I have created some R/3 transactions and assigned to end user.
    When i click on some Transaction name, it prompts me for username and password.
    Can i personalise this by taking the username and password automatically.
    Regards,
    Raju

    Hi,
        From User administration -> Identity Management, select the user, group, or role that you want to map to a user (who is accessing the transaction iView). Click on Modify button below to edit details. Go to tab User Mapping for System Access . Select the R/3 system from dropdown and enter R/3 username and password to which this portal user or group is to be mapped to.
    Open system properties and go to User management. Give the following values for the properties.
    User Mapping Type :admin, user
    Logon Method : UIDPW
    For more details, check these
    http://help.sap.com/saphelp_nw70/helpdata/EN/b6/8b9aea8d7c11d5bdd8006094191908/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/a4/76bd3b57743b09e10000000a11402f/frameset.htm
    Link mentioned by John is this
    https://wiki.sdn.sap.com/wiki/display/EP/HowtoConnecttoSAPR3SystemthroughEnterprisePortal7.0Usingan+iView.
    Regards,
    Harini S

  • IW31- How to add Search help for User specific fields in IW31 transaction.

    Hi Experts,
    I have to add Search help for standard fields USR00 to USR10 fields in IW31 transaction.
    Is there any user exit for this requirement.
    Please reply, it will be very helpful for me.
    Regards,
    B. V. Rao

    Bala,
    See the following user-exits:
    IWO10015: F4 Help for user fields on operation
    IWO10016: Customer enhancement to check operation user fields
    PeteA
    [www.pjas.com]

  • Need help with User Defined Aggregates - Statistical Mode

    I would like to use User Defined Aggregates (UDAG) to calculate the Statistical Mode. The mode is the most frequent value among a set of observations.
    http://en.wikipedia.org/wiki/Mode_(statistics)
    In my application I aggregate an address level table of 130 million records to a ZIP4 level table of roughly 36 million records. Some ZIP4s will have 1 record, some may have 1000+ records. I need to use statistical modes to pick the most frequent values for some of the attribute fields.
    Presently I am using an approach from AskTom using the Analytic functions combined with nesting subqueries. The code works but it's cumbersome. I feel user defined aggregates should be able to perform a simpler more straightforward integration into SQL queries.
    I've reviewed several of the other posts in this forum on User Defined Aggregates. I feel I could write a procedure that calculates and average or merely concatenates strings. But this particular application of the UDAGs is stumping me. Rather than just increased a running total or count or concatenating a master string, you'd have to keep every distinct values and a count for how many times that value occured. Then evaluate those items to pick the most frequent to pass to output. I'm finding it difficult as a novice.
    Any, I'll post a quick example using the present approach that I want to replace with a UDAG:
    Here's a small table:
    DRD> desc statmodetest
    Name Null? Type
    ID NUMBER
    STATE VARCHAR2(2)
    REGION VARCHAR2(1)
    1* select * from statmodetest
    DRD> /
    ID ST REG
    1 TX W
    2 MN W
    3 CA W
    4 VA E
    5 VA E
    6 KY E
    7 MN W
    8 FL E
    9 OK W
    10 NC E
    11 TX W
    12 WI E
    13 CA W
    14 MI E
    15 FL E
    16 FL E
    17 TN E
    18 FL E
    19 WI E
    20 MA E
    Now here's a query approach that gets the MODE State value for each Region.
    1 SELECT DISTINCT region, mode_state, mode_state_cnt FROM (
    2 SELECT region,
    3 FIRST_VALUE(state) OVER (PARTITION BY region ORDER BY stcnt DESC) AS mode_state,
    4 FIRST_VALUE(stcnt) OVER (PARTITION BY region ORDER BY stcnt DESC) AS mode_state_cnt
    5 FROM (
    6 select id, state, region, COUNT(state) OVER (PARTITION BY region, state) AS stcnt
    7* from statmodetest t ) )
    DRD> /
    R MO MODE_STATE_CNT
    W CA 2
    E FL 4
    What I'd like to be able to do is have a UDAG that supports this style query:
    SELECT region, UDAGMODE(state)
    FROM statmodetest
    GROUP BY region ;
    Thanks,
    Paul

    This is not what you want..?
    SQL> select * from test;
            ID STATU REGIO
             1 TX    W
             2 MN    W
             3 CA    W
             4 VA    E
             5 VA    E
             6 KY    E
             7 MN    W
             8 FL    E
             9 OK    W
            10 NC    E
            11 TX    W
            12 WI    E
            13 CA    W
            14 MI    E
            15 FL    E
            16 FL    E
            17 TN    E
            18 FL    E
            19 WI    E
            20 MA    E
    20 rows selected.
    SQL> select region,max(status) keep(dense_rank first order by cnt desc,status) st,
      2         max(cnt)
      3  from(
      4       select region,status,count(*) cnt
      5       from test
      6       group by region,status)
      7  group by region;
    REGIO ST      MAX(CNT)
    E     FL             4
    W     CA             2
    <br>
    <br>
    Or I misread..?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Need help with user ID for this forum

    I have problem that I can't seem to get resolved online which involves my Apple Support user ID... Sorry to post this here, but I don't know where to go for help.
    I have been a member of the apple community for a long time (since 2002) but my login ID and user ID seem to have been disconnected. Happened when I tried to sign in once and had all kinds of problems. Now I've created a new user ID but would like my old one back. I've tried several times to get my original user ID back, but there seems to be no way to get it back... If I sign up for the user ID, it tells me that it is taken (because its mine).
    Can you help me? Is there a real person I can contact who can help me?
    Thanks for any support.

    try calling Apple suport

  • Need help in user privilage and triggers

    hi,
    i need to create general users who can insert a row into a table but should not be able to delete any data, so which minimuim privilages i should assign.
    grant connect session and grant resource or anything else?
    and one more prob in triggers, i have written a trigger to trigger if expamt exceeds eclimit. i am gettin errors
    create or replace
    TRIGGER TR_EXCEEDLIMIT
    AFTER INSERT OR UPDATE OF EXPAMT ON EXPENSEITEM
    FOR EACH ROW
    DECLARE
    V_ECLIMIT EXPCAT.ECLIMIT%TYPE%;
    BEGIN
    SELECT ECLIMIT INTO V_ECLIMIT FROM EXPCAT
    WHERE ECNO = :NEW.ECNO;
    IF(:NEW.EXPAMT > V_ECLIMIT) THEN
    INSERT INTO LOG_TABLE (excno, exctrigger, exctable, exckeyvalue, excdate, exctext) VALUES (LOG_SEQ.NEXTVAL, 'TR_EXCEEDLIMIT', 'EXPENSEITEM', :NEW.EINO, SYSTEMSTAMP, ('INSERTED OR UPDATED DATA OF EXPAMT EXCEEDS THE VALUE IN ECLIMIT');
    ENDIF;
    END TR_EXCEEDLIMIT;
    errors
    Error(7,30): PLS-00103: Encountered the symbol "%" when expecting one of the following: := ( ; not null range default character The symbol "%" was ignored.
    Error(12,235): PLS-00103: Encountered the symbol ";" when expecting one of the following: ) , * & | = - + < / > at in is mod remainder not rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between overlaps || multiset year DAY_ member SUBMULTISET_ The symbol ")" was substituted for ";" to continue.
    Error(14,5): PLS-00103: Encountered the symbol "TR_EXCEEDLIMIT" when expecting one of the following: if

    You don't need to select the (sys)timestamp from dual, you can directly assign it:
    create or replace trigger tr_exceedlimit
    after insert or update of expamt on expenseitem
    for each row
    declare
    v_eclimit   expcat.eclimit%type;
    v_timestamp timestamp := systimestamp; -- or localtimestamp
    begin
    select eclimit into v_eclimit from expcat where ecno = :new.ecno;
    if (:new.expamt > v_eclimit) then
      insert into log_table
       (excno, exctrigger, exctable, exckeyvalue, excdate, exctext)
      values
       (log_seq.nextval,
        'TR_EXCEEDLIMIT',
        'EXPENSEITEM',
        :new.eino,
        v_timestamp,
        'INSERTED OR UPDATED DATA OF EXPAMT EXCEEDS THE VALUE IN ECLIMIT'
      dbms_output.put_line('ERROR: EXAMT EXCEEDS ECLIMIT');
    end if;
    end tr_exceedlimit;You cannot use timestamp, but you can use localtimestamp or systimestamp.
    See the Oracle Docs @ http://tahiti.oracle.com for more details on them (and triggers).
    Also:
    Error(15,5): PL/SQL: ORA-02289: sequence does not existCheck your LOG_SEQ sequence, does it exist and are privileges set correctly?
    Edited by: hoek on Jan 26, 2010 8:20 AM typo in link

  • Need Help on User decision step in BPM

    Hi All,
    I have a requirement to design the user to to system interaction in a partiular scenario.  I am trying to use the User decision step in BPM available in PI 7.1 server. I have used the User decision step and filled all the parametes as given in the sap documentation. When I am trying to execute the scenario, The outbound process is succesful but stops at the BPM workflow at the User decision step with the message (No Agent ready) .
    Can anybody help me in solving this issue.
    Thanks in advance,
    Kalpana

    Hi Shabarish and Swarup,
    I have defined the relevant user in  the Integration directory , also made sure that the user entered is defined on the integration server and there are not restrictions on the defined user. The workflow log is as follows:
    Workflow              File2File_BPM1
    Workflow instance     File2File_BPM1 http://File2File_BPMdemo
    Instance number       000000001046
    Start date            30.12.2008     Started by            WF-BATCH
    Start time            11:33:36       Current status        In Process
    View: Workflow chronicle
    Error       St Task                                          Result                                   Date       Time     Processing time
    Error Agent                     Executed Action                          Date       Time     Object               Object Name                    Object 2             Object name 2                  User Context
    File2File_BPM1 http://File2File_BPMdemo       Workflow started                         30.12.2008 11:33:36               -1s
    WF-BATCH                  Start message received                   30.12.2008 11:33:36 MIAB_BPM_OB2 / http: C532A7AB4D284B9011C0B0C7F8AFB                                                      WF-BATCH
    WF-BATCH                  Workflow started                         30.12.2008 11:33:36                                                                                WF-BATCH
    WF-BATCH                  Events Dispatcher Active                 30.12.2008 11:45:36 MIAB_BPM_OB2 / http: 597B946347C148AD03988B5D8BE2C                                                      WF-BATCH
    WF-BATCH                  Events Dispatcher Active                 30.12.2008 11:45:37 MIAB_BPM_OB1 / http: 6E0E09EE977E4F333D02DDDAE9A52                                                      WF-BATCH
    WF-BATCH                  Events Dispatcher Active                 30.12.2008 13:48:07 MIAB_BPM_OB2 / http: 9F5491FD9BC642E50486A6FED89DA                                                      WF-BATCH
    WF-BATCH                  Events Dispatcher Active                 30.12.2008 13:48:07 MIAB_BPM_OB1 / http: 1AE5BB06D72341AD01F8C45E6AA7E                                                      WF-BATCH
    WF-BATCH                  Events Dispatcher Active                 02.01.2009 05:34:58 MIAB_BPM_OB2 / http: CD698CDE5606436811BAB330011AF                                                      WF-BATCH
    WF-BATCH                  Events Dispatcher Active                 02.01.2009 05:34:59 MIAB_BPM_OB1 / http: 2D82C00C16E0447F1DF3B133470AD                                                      WF-BATCH
    'Good'{TYPE=SWFXST_STRING}'BAD'{TYPE=SWFXST                                           30.12.2008 11:33:37                0s         1046
    WF-BATCH                  Dialog work item created                 30.12.2008 11:33:37                                                                                WF-BATCH
    WF-BATCH                    EVALUATE_AGENT_VIA_EXPESSION           30.12.2008 11:33:37                                                                                WF-BATCH
    I hope this can help you in identifying the error.
    Thank you,
    Kalpana

  • Need Help!!  Cannot Create Table

    Hi,
    I just installed Oracle XE and APEX 4.0.2. I REALLY need to create an application with 3 tables where I can update these tables via a form like found in Application Express. The install and configuration went very smoothly until I went to create an application built on my .csv files of the tables. When I try to add the table when building the application I get this error:
    ORA-20001: Unable to create modules. ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01003: no statement parsed
    Can someone give me an idea how I can fix this error?
    Thanks so much for your help! It's greatly appreciated!!
    NS

    The user is system.Are you saying that the parsing schema for the application is the standard SYSTEM schema? This should not be possible, and is certainly not recommended. If this is somehow the case, create a new schema and use it instead.
    (Please update your forum profile with a better handle than "user649041".)

  • Noob Need Help on User Priviledge issue

    Hi, I am using 9i, I am using user DMD, created 2 new tables in addtion to 18 existing tables in DMD schema, I am able to edit/vew contents using Oracle Enterprise Manager on all tables of DMD schema as user DMD. I created a new user using Oracle Enterprise Manager, with connect, dba, resource, select catalog, executive catalog, and when I right click on two new tables and select view/edit contents, It says "table doesn't exisit". The new user is able to view/edit content of old 18 tables. Then, I logged in as DMD, grant the new user select insert update priviledges. Now my new user can select, insert, update. But in Oracle Enterprise Manager, I still get Table or View doesn't exist. What do I need to do? Can somebody help me?

    I have no immediate access to a 9i database to test this, but it works on 10g.
    Could you grant SELECT ANY DICTIONARY to newuser; Then try again.

  • Need help submitting an HTML Post command

    Hi Everyone,
    I need a help submitting a POST command to an Apache Server. I unfortunately have almost no expierience with HTML. Can anyone give me a simple example to start with and what I might need to do?
    Thank you very much in advance,
    Oz
    Message Edited by OzRuiz on 12-18-2007 09:18 AM
    Message Edited by OzRuiz on 12-18-2007 09:21 AM

    This is actually very simple with native LabVIEW functions.
    Use an TCP Open Connection to open a port to the server (I used
    ws.cdyne.com, with port 80).
    Send your request with TCP Write (I send the text listed below. This text is
    copied directly from the ws.cdyne.com web page, where you can find examples
    for POST, GET and others).
    Read back the data with TCP Read.
    Close the connection with TCP Close Connection.
    Note that the data you send and receive doesn't need to be HTML. It could be
    any text, but most likelly XML or HTML. In this case it's a soap message,
    basically an XML format designed for communicating with servers. Some
    servers send the data back in several parts, but I have not found any
    describtion about this format.
    Regards,
    Wiebe.
    +++++++++++++++++++++++++++++
    POST /ip2geo/ip2geo.asmx HTTP/1.1
    Host: ws.cdyne.com
    Content-Type: text/xml; charset=utf-8
    Content-Length: 391
    SOAPAction: "http://ws.cdyne.com/ResolveIP"
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <ResolveIP xmlns="http://ws.cdyne.com/">
    <IPaddress>62.250.4.144</IPaddress>
    <LicenseKey>0</LicenseKey>
    </ResolveIP>
    </soap:Body>
    </soap:Envelope>
    ++++++++++++++++++++++

Maybe you are looking for

  • Iphone 4 won't show up in Itunes, windows, or the device manager

    I've had this problem for about a month where one day my Iphone stopped syncing to Itunes. When I plug my Iphone in the phone will connect and start to charge, but it won't give me the normal options when I connect my phone showing that Windows recog

  • Service programs does not find my X-Fi Xtreme Au

    I have some trouble with the service programs (Audio Console, Audio Console Launcher, Creative-Diagnostic, etc.) deli'vered with the X-Fi Xtreme Audio. They're all telling me that they can't find a supported product. But the soundcard is working fine

  • PHP issues

    An interesting issue happened, I was working with a PHP file in Dreamweaver 8 and no visual elements were displayed (i.e. table, graphics, text, etc.), however I opened the same PHP file (with no modifications) in Adobe GoLive CS2 and I saw all visua

  • Streaming FX on Demand

    You can watch FX on demand on your tv, but not on the computer or other streaming devices.  I don't understand the difference as there is very little availble to stream on your computer, phone, ipad, etc.  The service is somewhat pointless.  What up

  • Como recupero el numero de serie?

    como recupero el numero de serie?