I got one error in pl/sql by using workflow

create sequence xxxorien_it start with 10 increment by 1
begin
wf_engine.createprocess(
itemtype => 'rami',
itemkey => xxxorien_it.nextval,
  process => 'process1');
wf_engine.startprocess(
itemtype => 'rami',
  itemkey => xxxorien_it.currval);
commit;
end;
the error is:
  PLS-00201:Identifier 'xxxorien_it.nextval' must be declared.
PLS-00201:Identifier 'xxxorien_it.currval' must be declared.
and thanks to everyone ........

Hi,
Could you re-try publication, running jdevw.exe instead of jdev.exe, please? This will send some extra information to a console.
I have a feeling something may be going wrong when JPublisher and SQLJ is invoked by the generator, and they both print out errors and warnings to the console. Post the information from the console here and we'll be able to figure out what's going wrong.
Thanks,
Alan.

Similar Messages

  • While creating SAP ISU Device category i got one error message like The material 5 does not exist or is not activated Message no. M3305

    while creating SAP ISU Device category EG01 .i got one error message like The material 5 does not exist or is not activated Message no. M3305

    I don't know EG01 transaction, but if SAP says "material 5 does not exist " then SAP is usually right.
    Can you give an evidence that material 5 exists? e.g. screenshot from  SE16 at table MARA, MARC and MAST

  • Got one error while activating data in dso

    Hi,
    I am loading some data to SAP given dso 0figl_o02. while doing so i got one error with following description
    Error short text : "Value "CONVERSION REVERSAL " from characteristic 0DOC_HD_TXT contains an error at position 20"
    Long text :  "Characters that have a hexadecimal format between HEX00 and HEX1F are not permitted in characteristic values. The 20th character is one of these characters. The value is therefore not permitted.
    I dont know how to find out exactly which record has this wrong data. I checket in PSA for this record with error its not showing any of such records.
    Please suggest some soluion
    Thanx

    Hi Sudeep,
    First you need to get the values from characteristic 0DOC_HD_TXT that contains an error.
    Therefore, go to the ODS/DSO contents tab through RSA1(manage) and select the first option LOGS and then you will be able to select log for Activation and then execute it.
    You will no get several requests, select your relevant request which will be in red and then select Application Log at the botton of the screen, then you will be displayed with another screen there you check the date of activation is correct or not becoz by default today's date will be there.
    Then you will get the log for it --> double click on the problem class which is in red for it and you will get the value for the 0DOC_HD_TXT where it has special char.
    Then go to PSA select all data packets and number of records (give full number of the records transfered) and then enter. It might take sometime if you have huge data. Once you get the records then filter on the 0DOC_HD_TXT column and then give the value you copied from the log.
    Then you can edit the special char (remove) or if you want that to be displayed then paste the same spl. char in RSKC and execute.
    Activate it again.
    Hope it helps...
    Best Regards,
    MK

  • Got an error while creating bind variables using sql database.

    iam going to use sql database for ADF-BC .
    i created the bind variable and apply the bind position for the corresponding variable in the view object editor.when i click test it shows me "query is valid". when i tried to run that it gives me two errors.
    1) sql error during statement preparation.(ie) select empid ,empname......from the emptable where empid like :'emp' and
    2) [Microsoft][SQl server  2000 driver  for jDBC] invalid parameter bindings
    i need help to know the solution for this...(or) is there any other way to create bind variable ......

    The 3 binding styles supported by JDev:
    Oracle Named - ie. SELECT xxxx FROM xxxx WHERE emp_id = :vEmp (note colon and variable name)
    Oracle Positional - ie SELECT xxxx FROM xxxx WHERE emp_id = :1 (note colon)
    JDBC Positional - ie SELECT xxxx FROM xxxx WHERE emp_id = ?
    Literally this query is sent to the database to execute, then the bind variables values are applied as a separate database operation. If SQL Server doesn't suport any of these binding styles, it's not going to work. As Chris Noonan suggests, try the JDBC Positional style though as you're using a JDBC driver to connect to SQL Server and it should support that style (the others are Oracle styles), and make sure you've switched the binding style on the VO query page to "JDBC Positional" too.
    You must also on the VO bind variable page define your bind variables.
    Also read the 10.1.3 JDev guide on ADF Business Components and View Object bind variables.
    CM.

  • Hi Friends i got one error in work flow

    I GOT ERROR LIKE THIS 'PRIFEX NUMBER ENTRY  MISSING FOR SYSTEM DEV CLIENT 200'.
    REGARDS,
    ANITHA.D

    Hi Sangeetha
    What is LV_MATERIAL? is it a BO container element? or a class element or a just a simple variable?
    Error message is clear, you are trying to evaluate LV_MATERIAL but it does not contain a value.
    This is a custom workflow as it begins with WS9xxxxxxx... what is LV_MATERIAL used for? what are we expecting it to hold? maybe, from event to workflow binding we can pass the value to it.
    Please share the following:
    1) Definition screen shot of LV_MATERIAL
    2) Screen shot of The step where it is first used - from SWDD
    3) Screenshot of Event to Workflow Binding
    4) name of your base Business Object (seen in the triggering events tab of the WF template in PFTC)
    5) What is the corresponding variable for that BO in your workflow container
    6) Screen shot of WF definition from SWDD - please identify the step going in error in that screen shot
    Regards,
    Modak

  • Got compilation error about 'create instance activity' using file adapter

    Hi,
    I am creating a very simple bpel process using file adapter. in my 'Receive' activity, I selected 'create instance' , as the tutorial says.
    I got this compilation error during deploying.
    'Error(31): [Error ORABPEL-10051]: multiple create instance activity [Description]: in line 31 of "D:\OraBPELPM_1\integration\jdev\jdev\mywork\BPELPractices\FileAdapterTest2\FileAdapterTest2.bpel", Conflicting createInstacne="yes". Instance is already created by another activity. [Potential fix]: Remove createInstance="yes" attribute from this activity. '
    Several people had the same problem in my team. I wonder if this is a common issue. how to fix it?
    Thanks,
    Kate

    You must be having another receive/pick activity within the same process that has "createInstance" set to yes.
    Thats why its complaining.

  • I had one error plz solve this

    hi when i am useing this code i am getting one error like
    like : when ur using addition of for all entries
    the objid must be it_hrp1000-objid have same length and type
    plz solve this what can i do
    TYPES :BEGIN OF ST_OUTPUT,
            COUNT TYPE STRING,
           OTYPE TYPE HRP1000-OTYPE,
            OBJID TYPE HRP1001-SOBID,
            STEXT TYPE HRP1000-STEXT,
            BDATE TYPE HRP1000-BEGDA,
            EDATE TYPE HRP1000-ENDDA,
            CANCRT TYPE T77CRT-CANCRT,
            AEDTM TYPE HRP1026-AEDTM,
            NCONT TYPE HRP1026-NCONT,
            LOCTX TYPE HRVPVA-LOCTX,
            UNAME TYPE HRP1026-UNAME,
           END OF ST_OUTPUT.
    TYPES: BEGIN OF ST_HRP1000,
            OTYPE TYPE HRP1000-OTYPE,
            BEGDA TYPE HRP1000-BEGDA,
            ENDDA TYPE HRP1000-ENDDA,
            OBJID TYPE HRP1001-SOBID,
           END OF ST_HRP1000.
    TYPES : BEGIN OF ST_HRP1001,
             OTYPE TYPE HRP1000-OTYPE,
            OBJID TYPE HRP1001-SOBID,
             SCLAS TYPE HRP1001-SCLAS,
             SOBID TYPE HRP1001-SOBID,
             BDATE TYPE HRP1000-BEGDA,
             EDATE TYPE HRP1000-ENDDA,
            END OF ST_HRP1001.
    TYPES : BEGIN OF ST_HRP1026,
             AEDTM TYPE HRP1026-AEDTM,
             UNAME TYPE HRP1026-UNAME,
             REASN TYPE HRP1026-REASN,
             DELET TYPE HRP1026-DELET,
             NCONT TYPE HRP1026-NCONT,
            END OF ST_HRP1026.
    TYPES : BEGIN OF ST_REASON,
             CANCR TYPE HRP1026-CANCR,
             CANCRT TYPE T77CRT-CANCRT,
            END OF ST_REASON.
    DATA : IT_REASON TYPE STANDARD TABLE OF ST_REASON.
    DATA : WA_RESON TYPE ST_REASON.
    DATA : IT_OUTPUT TYPE STANDARD TABLE OF ST_OUTPUT.               "OUTPUT FEILDS OF REPORT.
    DATA : WA_OUTPUT TYPE ST_OUTPUT.
    DATA : IT_HRP1000 TYPE STANDARD TABLE OF ST_HRP1000.             "DATA FROM HRP1000 TABLE
    DATA : WA_HRP1000 TYPE ST_HRP1000.
    DATA : IT_HRP1001 TYPE STANDARD TABLE OF ST_HRP1001.             "DATA FROM HRP1001 TABLE
    DATA : WA_HRP1001 TYPE ST_HRP1001.
    DATA : IT_HRP1026 TYPE STANDARD TABLE OF ST_HRP1026.              "DATA FROM HRP1026 TABLE
    DATA : WA_HRP1026 TYPE ST_HRP1026.
    DATA: WS_FCAT    TYPE SLIS_FIELDCAT_ALV .                         " FEILDCATALOG FOR ALV REPORT
    DATA: IN_FCAT    TYPE SLIS_T_FIELDCAT_ALV.
    DATA: W_LAYOUT   TYPE SLIS_LAYOUT_ALV.
    DATA : LV_COUNT TYPE I.                                           "FEILD FOR SERIAL NUMBER
      DATA :   JOBJID LIKE HRP1000-OBJID,
               JSOBID LIKE HRP1001-SOBID.
    ***************************END OF DATA DECLARATION******************************************
    ***********SELECTION SCREEN DESIGN***********************
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS : OTYPE LIKE HRP1000-OTYPE.
    SELECT-OPTIONS: DATE FOR SY-DATUM.
    SELECTION-SCREEN END OF BLOCK B1.
    **********END OF SELECTION SCREEN DESIGN*****************
    ****INITIALIZATION VENT TO ASIGN DEFAULT VALUES TO OTYPE
    INITIALIZATION.
    OTYPE = 'D'.
    *************END OF EVENT INITIALIZATION*****************
    START-OF-SELECTION.
    SELECT OTYPE OBJID BEGDA ENDDA
           FROM HRP1000
           INTO TABLE IT_HRP1000
           WHERE OTYPE = 'D'.
             AND BEGDA GT BEGDAT AND ENDA LT ENDDA.
    SELECT SCLAS SOBID
          FROM HRP1001
          INTO TABLE IT_HRP1001
          FOR ALL ENTRIES IN IT_HRP1000
          WHERE OBJID = IT_HRP1000-OBJID
           AND OTYPE = 'D' AND ( SCLAS = 'E' OR SCLAS = 'ET' ).
    SELECT AEDAT UNAME
          FROM HRP1026
          INTO TABLE IT_HRP1026
          FOR ALL ENTRIES IN IT_HRP1001
          WHERE OBJID = IT_HRP1001-SOBID
           AND ( OTYPE = 'E' OR OTYPE = 'ET' )
           AND DELET = 'X'.

    Hi naresh,
    1. minor mistake
    2.
    TYPES: BEGIN OF ST_HRP1000,
    OTYPE TYPE HRP1000-OTYPE,
    BEGDA TYPE HRP1000-BEGDA,
    ENDDA TYPE HRP1000-ENDDA,
    <b>OBJID TYPE HRP1001-OBJID</b>,
    END OF ST_HRP1000.
    3. OBJID and SOBID are different in length, hence the error.
    4. Just correct the BOLD LINE, and check again.
       (also check if there is any impact on other sql statements or data)
    regards,
    amit m.

  • One error on installation

    I installed Leopard this morning on my core duo 20" iMac. One scare - no drives showed up in the selection box at first. I then backed up a bit and reread and disconnected my USB hub, my printer, my external display and my firewire EyeTV and then the drive showed up and I could proceed normally.
    My one concern. Upon completion I got one error dialog:
    "AppleScript Error
    Can't make "ys" into type real. (-1700)"
    Possibly the result of some third party stuff? Anybody have an idea what caused this?

    Gee, I get to solve my own problem.
    I had CoreDuoTemp installed to show me the operating temperature displayed in the menu bar.
    Later today I noticed it just said "CoreDuoTemp" there, rather than the actual temperature value so I figured it had failed to start up completely. I quit this application and the error dialog boxes quit popping up every few minutes. There doesn't appear to be a newer version of this app available (I had v1.0) and I have sent off an email to the developer.

  • Igot one error when iwas up the DB

    Hi all,
    I hav installed oracle appsR12 with 11gR1 Database.
    when i was up the database.
    I got one error
    **"Sqlplus:error while loading shared libraries /R12/oracle/db/tech_st/11.1.0/lib/libnnz11.so:can not restore segment prot after reloc:pewrmission denied"**
    plz suggest me

    You can't edit or make any changes to the controlfile.
    You have to make these changes using alter tablespace command.
    alter tablespace <tablespace_name> offline;
    -- copy files from old location to new location
    ALTER TABLESPACE <tablespace_name>
    RENAME DATAFILE '<path / filename>',
    TO '<new path / filename>',
    Reference: http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/dfiles005.htm
    Edited by: ji li on Jan 4, 2010 12:59 PM

  • Steps for ALE/EDI error handling using workflow

    Hi
    I need to handle errors in outbound IDoc generation using workflow. Can you please let me know the steps to be used for this. Step-by-step answer would be appreciated.
    Thanks

    Seetha,
    I have this already..
    IDOCPACKET                                                           
    Object type                         IDPKWMMBXY             
    End event                           MASSINPUTFINISHED      
    IDOC                                                          
    Object type                         IDOCWMMBXY             
    Start event                         INPUTERROROCCURRED     
    End event                           INPUTFINISHED          
    Application object                                                                      
    Object type                         BUS2017                           
    Start event

  • Help Me Plz, I got more then one error in my GB

    hey all,
    i have more then one error in my GB '08
    First when i turn my GB, it always give me this error
    *File \U201Ccom.apple.garageband.cs\U201D is not a GarageBand †T;†» File!*
    What is this :(??
    Second i cannot import audio files to my GB now, i don't no why it was work fine last week !!
    and when i quit my GB it take a long time and then give me another error like Report, ignore, relaunch.. etc, anyway this is the msg i copy it:
    *The application GarageBand quit unexpectedly*
    *Mac OS X and other applications are not affected .. etc*
    anyone have the same problem ?
    and plz help me
    Thanks
    xxx
    +p.s. : i try http://www.bulletsandbones.com/GB/GBFAQ.html#mp3wontimport for import file to my GB, But it doesn't work xD ..+

    arrgh, I've got the same issue when i open garageband: "File \U201Ccom.apple.garageband.cs\U201D is not a GarageBand †‰-†» File!"
    then when I exit garageband, garageband locks up, and I have to force quit every time... anyone???

  • Own Photoshop CS5.1 installed on two iMacs, when using second iMac, rarely used,got error message ~"not authorized to use program" on this second iMac I have two accounts one in my name one in my wife's both share photoshop...was in my wife's account when

    Own Photoshop CS5.1 installed on two iMacs, when using second iMac, rarely used,got error message ~"not authorized to use program" on this second iMac I have two accounts one in my name one in my wife's both share photoshop...was in my wife's account when I got message...never happened on my primary iMac on which I have my own account and one for guest account that doesn't share photoshop....what is wrong..am allowed to install program on two machines?

    Customer Care would have the authority to reset activations. We are basically users such as yourself and can't do this.
    Contact Customer Care
    Gene

  • I downloaded Yosemite last night but when I tried to update iPhoto, I got an error message stating that that app and several others couldn't be updated because they weren't paid for by the user id entered. I'm the only one who uses this computer.

    I downloaded Yosemite last night and tried to look at my photos in iPhoto and noticed that needed updating. When I tried to update as requested, I got an error message stating that the app (and several others including Pages and Numbers) couldn't be updated because they weren't purchased by the user ID I had entered. I'm the only user of the computer and now I can't find my photos anywhere! Any help would be appreciated.
    Thanks

    Some folks have solved this issue by dragging the apps to an external disk, then disconnecting it, and then are able to download. Apparently it can arise if you upgraded from an OS the than Mavericks.
    Failing that: Contact App Store support. There's a link on the right hand side of the App Store Window. They're the only ones who can sort out account issues.

  • Service_doctor.sql -- There are errors in one or more PL/SQL package

    Hi,
    Script service_doctor.sql is run through repository owner. It is giving following error message.
    There are errors in one or more PL/SQL packages and functionPlatform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availableService script is accessible to the database server
    Connection information stored within the repository is correct
    PL/SQL procedure successfully completed.
    Please guide me what can be done to solve the error.
    Thank you in advance.
    Amit Shah.

    Hi Amit,
    I am facing this error every time I run the service_doctor.sql. After that once I have executed this script -- select * from user_errors -- to see what possibly could be wrong. It returned me one procedure name -- WB_OLAP_LOAD_DIMENSION_GENUK. But I was not very sure what to do with this.
    Now also I am getting the same error --- >>>>>> There are errors in one or more PL/SQL packages and function. But it didn't stop me from doing anything in OWB / Process flow / Workflow environment and I can work fine.
    Just wanted to share this with you. However, the result that you are getting shows (>>>>>> The platform service is not available) that Control center service is not up. Please execute the start_service.sql and after that it you run service_doctor again, you'll get only the first error -- >>>>>> There are errors in one or more PL/SQL packages and function --- but that shouldn't stop you from doing anything in OWB.
    If anyone knows what causes the --- >>>>>> There are errors in one or more PL/SQL packages and function -- error, and what are the implications of this in OWB environment, and what is the solution to it, please do share.
    Cheers,
    Swagata

  • "There are errors in one or more PL/SQL packages and functions"

    Hi all,
    first of all - my configuration:
    - OWB 10.0.3.0
    - one Server HP-UX
    - two oracle database instances (plato and platodev)
    My problem:
    when i try to start "Deployment Manager" and try to connect to the platodev instance i get the RTC-5260 and ORA-01017.
    I have no problems to connect to the second instance "plato".
    The output of service_doctor is as followed:
    ===================
    SQL> @service_doctor
    There are errors in one or more PL/SQL packages and functionsPlatform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is available
    There is a problem accessing the service startup script from the databaseserver
    Here is the detailed error message which contains the name of the startscript file:-
    The runtime property 'service_command' either does not exist orcannot be read successfully
    oracle.jdbc.driver.OracleSQLException: ORA-00942:
    table or view does not exist
    Please verify that the disk containing the file is visible to thedatabase server
    Please verify that the database server account has access rights on thefile
    There is a problem with the repository connection information used tostart the service
    Here is the detailed error message which contains the connectioninformation passed to the service:-
    Cannot retrieve the repository owner host, port, service-name fromwithin the database server
    Please verify that this information is accurate
    If this information is correct, then please use the'set_repository_password.sql' script to reset the stored password
    PL/SQL procedure successfully completed.
    ================================0
    I did not change the password.
    Can anyone help me?
    I appreciate your help.
    Thank you

    Solved!
    It was a wrong entry in wb_rt_service_nodes column service_name.

Maybe you are looking for

  • Error ORA-01152: file 1 was not restored from a sufficiently old backup

    Its also not thread just to share info with oracle gurus here.If my findings for the below workaround is wrong then please do correct me. Sometime you get the error after performing restoring controlfile when you don't have autobackup controlfile on

  • Unable to cancel busines completion

    Hi Guus    Order is closed, Status is CLSD, Iam unable to cancel this status , When I go to function--> cancel the business completion system throws an error as Technically complete not allowed. I know its not possible , is thier any way to cancel th

  • Slow Safari startup time

    I'm using Safari 4.0.3 for Windows on XP SP3 and it seems to take a long time to start. After I've already run it once and cached everything, starting still takes 8 seconds. I used procmon from Microsoft to watch what it's doing, and 5 seconds of tha

  • IPhone 3G OS 4.0.1  Reboots when answering incoming calls

    I have a 16 GB 3G. Several times since my upgrade to iOS 4 my phone reboots when I swipe to answer an incoming call. I swipe the screen goes blank then the Apple logo appears. Mark

  • RichTextEditor.htmlText

    Hi All,      I need to send mail(using cfmail) with the content created in flex  "RichTextEditor". I have successfully send the mail but the mail content not redering properly. Any has faced this type of issue earlier with RichTextEditor?