"doesn't exist"  error in LSMW

when I execute  "Convert data" radio button in LSMW,
I am getting system error as  "doesn't exist"  and how to solve this.

Hi,
I noticed you used function /SCWM/API_PACKSPEC_CREATE in your LSMW.
If it is possible could you tell me if you use this lsmw for packing specification loading in EWM environment?
I need to do something similar, trying to use transaction "/SCWM/IPU - Initial Data Transfer of Packaging Specifications ", which triggers this function.
In case you have experience in loading packing specification in SCM environment, could you help me with loading structure?
Thank you and best regards,
Valentina P.

Similar Messages

  • 'Source Directory doesn't exist' error in sender file adapter

    Hi All,
    I m getting the error 'Source Directory doesn't exist' in sender file adapter.
    The source file directory doesn't exist in XI Server. Its in a different system.
    gone through other sdn t hreads.
    the options seems to be
    1. either to mount the Source Directory on the XI Server.
    2. Install a FTP server and use FTP protocol.
    My doubt is that, could nt we give necessary access rights to the XIAFUSER whihc will access the Source Directory?
    Wont it be sufficient?

    Hi Aarthi,
    If you are using system other than XI, then you have to use FTP server
    else check you have proper authorization of read/write to the source directory...
    and check the name of it as well, as it is case sensetive and you have provided the proper details of server.
    check these blog as well...
    /people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi
    /people/shabarish.vijayakumar/blog/2006/08/01/along-came-a-file-adapter-mr-ftp-and-rest-of-the-gang
    Sachin
    Edited by: Sachin Dhingra on Mar 24, 2009 12:16 PM

  • Table doesn't Exist Error

    Hi,
    I have source as oracle database and target as HFM. However, I am facing issue in reverse engineering the RDBMS model. It doesn't show the table columns and gives the error "Table doesn't exist.".
    I have tried creating a public synonym as well but to no avail.
    Can anyone please suggest the suitable resolution?
    Thanks
    Abhi

    Hi,
    I added these keys but it is still not reflecting the columns. I tried with credential with DBA privileges but to no avail. The database connection is also getting connected with no hassles.
    Please advice.
    Thanks!

  • 'A file or directory doesn't exist' error during java stack update

    Dear All,
    I've done a fresh installation of solution manger system on IBM iseries box (OS400 & DB2 combo).
    As part of post installation activity, I've updated the kernel patch, updated the ABAP stack to sp4, and am currently doing the java stack update.
    I'm struck with one error. The log file shows:
    Feb 23, 2012 7:54:35 PM  Error: /usr/sap/SLM/SYS/global/j2eeclient/META-INF/SAP_MANIFEST.MF (A file or directory in the path name does not exist.)
    Feb 23, 2012 7:54:35 PM  Error: Error deploying Fileset Complete to /usr/sap/SLM/SYS/global/j2eeclient
    Feb 23, 2012 7:54:35 PM  Info: ***** End of File-System Deployment com.sap.engine.client *****
    Feb 23, 2012 7:54:35 PM  Error: Aborted: development component 'com.sap.engine.client'/'sap.com'/'SAP AG'/'7.0209.20110628100654.0000'/'1', grouped by :
    Deployment was not successful
    I've checked the file system and found that the directory META-INF is not present in /../../global/j2eeclient
    Please suggest a solution.
    Thank You.
    regards,
    vin

    Hi,
    This is an easy solution:
    From the OS command line, do WRKLNK, go to /usr/sap/SLMS/global/j2eeclient,  at the top where it shows the directory, do a copy on this. Then at the command line type MD, do F4, paste the directory name in the first line, then after j2eeclient add /META-INF'
    IMportant*** Make sure the full directory name is in single quotes.*
    *On the next 2 lines change INDIR to RWX.  Then press enter and re-run your job.  If you have any problems let me know.

  • Table doesn't exist error while creating a procedure

    The query executes and retrieve records but when the query is put into a procedure , the procedure is giving error (4/30 PL/SQL: ORA-00942: table or view does not exist) during creation. The snurk_cmms_csht008_rfs_misc is a public synonym refering to db2 database. How to make the procedure to get created ?
    SQL> CREATE PROCEDURE TEST AS
    2 I VARCHAR2(20);
    3 BEGIN
    4 SELECT CD_PLANT INTO I FROM snurk_cmms_csht008_rfs_misc
    5 WHERE ROWNUM <2;
    6 END;
    7 /
    Warning: Procedure created with compilation errors.
    SQL> SHOW ERRORS;
    Errors for PROCEDURE TEST:
    LINE/COL ERROR
    4/2 PL/SQL: SQL Statement ignored
    4/30 PL/SQL: ORA-00942: table or view does not exist
    SQL> SHOW USER;
    USER is "ORDV_SRC"
    SQL> SELECT CD_PLANT FROM snurk_cmms_csht008_rfs_misc WHERE ROWNUM <2;
    CD_PL
    AP01A
    thanks,
    Vinodh

    Create a local view on the remote table (using the synonym).
    Then you can reference the view always from your procedure.
    Of cause during the creation of the view the database link to the remote DB must exist.
    But later you can change your procedure/package even if the remote connection is not established.
    Edited by: Sven W. on Sep 8, 2011 2:04 PM

  • JDBC : Fatal Error: Column Doesn't exist error .

    Hello all,
       I am getting following error in a JDBC adapter monitoring :
    Error when executing statement for table/stored proc. 'Purchase_Order' (structure 'STATEMENTNAME'): java.sql.SQLException: FATAL ERROR: Column 'Test' does not exist in table 'Purchase_Order'
    But the thing is that, the table do have the 'Test' column and I can update this table using Update SQL statement. There are 8 columns in this table. XI can update all 7 columns except this 'Test' column.
    Any idea why? I evern rename this column to something else and no luck.
    Regards,
    N.S

    Swamy,
    Why dont you try to execute the SQL statement or the Stored procedure at the Database level? If it executes there then you can figure out in XI. If it dont execute there then you have to check the syntax for the query or the stored procedure.
    Try this out once.......
    ---Satish

  • Table or View doesn't exists error on Dashboard

    Dear Gurus,
    I can open online my repository, with import & view the tables and the views successfully.
    But when I open it in dashboard, it show error:
    ORA-00942: table or view does not exist
    I confuse because I can open it in repository and it ok.
    I have also check tnsnames.ora in server to make sure the DSN is correct.
    Is there any step I should do?
    Thank you
    JOE

    JoeSSI wrote:
    Dear Gurus,
    I can open online my repository, with import & view the tables and the views successfully.
    But when I open it in dashboard, it show error:
    ORA-00942: table or view does not exist
    I confuse because I can open it in repository and it ok.
    I have also check tnsnames.ora in server to make sure the DSN is correct.
    Is there any step I should do?
    Thank you
    JOEMay be u dont have permission to that particular Subject Area...please check all the permissions...and also check whether u renamed any thing after importing into Physical layer...

  • UserID Doesn't exist error message

    Hi,
    SUNONE directory gets synched with Adobe LC directory without any issues but still one of the long lived process gets stalled with the error message "User ID is either inactive or invalid".
    UserID is still active in the database and also available in outlook.
    Please suggest, what else I can check to resolve this issue.

    Hi Steve,
    Yes, I am able to query the user successfully in adminui
    This error occurs for the same user ID but y'day evening it happenned with another user as well.
    No group roles are defined, users are just given the role as workspace user.

  • Package doesn't exist error

    I download the xercesImpl-2.6.2.jar file. I want to use all the classes available in the org.apache.html.dom.*. I put the jar file in the jre1.6.0_18\lib\ext folder as well as jdk1.6.0_14\jre\lib\ext folder. But When I try to use the class file available in this jar file it is not allowing,
    can you people please help me ?

    I would check a couple of things...
    1) Is your ext folder listed in your classpath?
    2) Are you importing from the correct packages?

  • HTTP-404 \napex: PROCEDURE DOESN'T EXIST\n

    I've installed Apex 3.1.1 on 10g release 2.
    When I access
    http://miller.hhmi.org:7777/pls/apex/
    I receive
    "The requested URL /pls/apex/apex was not found on this server"
    I've triple checked that all the image files in
    $ORACLE_HOME/apex/images
    are also in
    ORACLE_HTTPSERVER_HOME/Apache
    The access log shows:
    172.18.2.79 - - [13/Aug/2008:16:57:04 -0400] "GET /pls/apex/ HTTP/1.1" 302 5
    172.18.2.79 - APEX_PUBLIC_USER [13/Aug/2008:16:57:04 -0400] "GET /pls/apex/apex HTTP/1.1" 404 339
    The error log says:
    [Wed Aug 13 16:57:04 2008] [error] [client 172.18.2.79] [ecid: 1218661024:192.239.66.81:10078:0:2,0] mod_plsql: /pls/apex/apex HTTP-404 \napex: PROCEDURE DOESN'T EXIST\n
    The dads.conf is:
    Alias /i/ "/opt/home/as10g/oracle/product/10.2.0/db_1/Apache/Apache/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDatabaseConnectString wilson.hhmi.org:1521:webtst10.world ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword apex_tst$
    Allow from all
    </Location>
    Interestingly, if I replace
    "PlsqlDefaultPage apex"
    with
    "PlsqlDefaultPage htmldb"
    I at least get to the old HTMLDB 1.6 login page, although nothing happens.
    I've spent so much time on this, I'm not sure what to do next. Any help would be much appreciated.
    --Bill                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    It already had the grant, but I did it again, and also granted execute to APEX_PUBLIC_USER.
    SELECT grantor, grantee, table_schema, table_name, privilege
    FROM ALL_TAB_PRIVS
    WHERE TABLE_NAME = 'APEX'
    GRANTOR          GRANTEE               TABLE_SCHEMA     TABLE_NAME     PRIVILEGE
    FLOWS_030100     APEX_PUBLIC_USER     FLOWS_030100     APEX          EXECUTE
    FLOWS_030100     PUBLIC               FLOWS_030100     APEX          EXECUTE
    I still get the PROCEDURE DOESN'T EXIST error.
    When I change the PlsqlDefaultPage in the dads.conf from
    PlsqlDefaultPage apex
    to
    PlsqlDefaultPage flows_030100.apex
    ,I get the following:
    application=4500 workspace=10
    Error      ERR-1014 Application not found.
    Does that shed any light, or is that another issue? Ugh!

  • ODS Activation Failure due to Number range object for char doesn't exist

    Hi
    I am having problem regarding ODS actvatn, My oDS is gttng fail due to number range for char object doesn't exist.
    error when checking sid for ODS.
    I have made all tests in RSRV for dat Infoobject
    can any one suggest me ...........
    points will be assigned
    kindly mail me 2      [email protected]

    Hi,
    chk tis blog.. hope it clears wat buffering is
    /people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range
    What is buffering number range:
    “Buffer the Numbers ( which system picks up from database -in case of Master Data – SIDs & in case of Transaction Data Dimension Ids) and use these buffered numbers rather than hitting the database (for each new master data records or for each new combination of SIDs to create a new Dimension Ids). So the concept is –
    “SID Number Range can be Buffered Instead of Accessing the Database for Each SID”
    Hope its clear!

  • SAP Web Dispatcher - Object Cert doesn't exist.....?

    Has anyone ever experienced this error before?  This error came about when I created a "Verification PSE" in STRUST to move over onto the webdispatcher.
    [Thr 3516] *** ERROR =>   secudessl_Create_SSL_CTX():  PSE "C:\Program Files\SAP\SAPWebDisp\DEV\<domain folder>\sec\SAPSSLC.PSE" not found! [ssslsecu.c   1354]
    [Thr 3516] secudessl_Create_SSL_CTX: SSL_CTX_set_default_pse_by_name() failed --
      secude_error 4130 (0x00001022) = "Object Cert doesn't exist"
    [Thr 3516] >> -
    Begin of Secude-SSL Errorstack -
    >>
    [Thr 3516] ERROR in SSL_CTX_set_default_pse_by_name: (4130/0x1022) Object Cert doesn't exist
    ERROR in ssl_set_pse: (4130/0x1022) Object Cert doesn't exist
    ERROR in af_pse_get_Certificate_static: (4130/0x1022) Object Cert doesn't exist
    [Thr 3516] << -
    End of Secude-SSL Errorstack -
    [Thr 3516] *** ERROR => SapISSLAddCredential(): Error SSSLERR_PSE_ERROR trying to create CLIENT Credential
            for "C:\Program Files\SAP\SAPWebDisp\DEV\<domain folder>\sec\SAPSSLC.PSE" [ssslxxi.c    2278]
    [Thr 3516] *** ERROR => Initialization of SSL library failed -- NO SSL available!
    Also this error occurs when I tried to "export certificate" from STRUST.
    [Thr 3384] >> -
    Begin of Secude-SSL Errorstack -
    >>
    [Thr 3384] ERROR in SSL_CTX_set_default_pse_by_name: (4356/0x1104) PSEFile
    ERROR in ssl_set_pse: (4356/0x1104) PSEFile
    ERROR in af_open: (4356/0x1104) PSEFile
    ERROR in secsw_open: (4356/0x1104) PSEFile
    ERROR in sec_parse_PSEInfo_cont: (4356/0x1104) PSEFile
    ERROR in d_PSEFile: (18/0x0012) decoding error for : "PSEFile"
    [Thr 3384] << -
    End of Secude-SSL Errorstack -
    [Thr 3384] *** ERROR => SapISSLAddCredential(): Error SSSLERR_PSE_ERROR trying to create CLIENT Credential
            for "C:\Program Files\SAP\SAPWebDisp\DEV\<domain folder>\sec\SAPSSLC.PSE" [ssslxxi.c    2278]
    [Thr 3384] *** ERROR => Initialization of SSL library failed -- NO SSL available!
    What I'm trying to do is create the SSL connection between the dispatcher and the SAP Web AS.

    Hi,
    From the error it is clear that it is unable  to access the SAPGENPSE.
    Go the fallowing location c:\programfiles\sap\sapwebdisp\dev\domain\sec  and  see if there is sapsslc.pse file if this dosent   exist fallow the below procedure.
    go the c:\programfiles\sap\sapwebdis\  and  execute the fallowing command
    sapgenpse get_pse -p "c:\programfiles\sap\sapwebdisp\dev\domain\sec\SAPSSLS.pse" -noreq "CN=<FQDN>, OU=<InstallationNumber>, OU=SAP Web As, O=SAP Trust Community, C=DE
    Please revert back if you have troubles.
    Kind Regards,
    vamsi.

  • Error trying to relate tables "...either doesn't exist or doesn't have a relationship to any table available in the current context"

    I have two tables;
    The first is my Order table which has a single row for each unique order - there are no duplicate order numbers.The order id column here is called
    OrderID.
    The second is my Submissions table which is similar to a transactions table, there are multiple submissions for every order. This table also contains an
    OrderID column that contains the relevant OrderID.
    The submission table also contains a calculated field called Date and a calculated field called
    MaxDate field which is the date of the most recent submission that relates to any particular order in cases where there are multipple.
    My goal is to add a column to the Order table this MaxDate column. The reason for duplicating the information rather than linking the tables is because I need to create more calculated columns in the
    Orders table based on this value.
    I have created a relationship between the two tables however when I use:
    =RELATED(Submissions[MaxDate]
    I get this error:
    "...either doesn't exist or doesn't have a relationship to any table available in the current context"
    I don't really understand why this would be, because MaxDate definitely exists and contains only numerical values. What is more strange is that if I try and combine the data through a pivot table it actually works! I can create a pivot with OrderID in the first
    column and then associate it with MaxDate from the Submissions
    table as the value. 
    Can anyone help me understand what is the problem here?
    P.S. if it is useful the formula I'm using to calculate the MaxDate is:
    =MAXX(FILTER(Submissions,Submissions[OrderID] = EARLIER(Submissions[OrderID])),[Date])
    Thanks.

    Maracles, is this still an issue?
    Thanks!
    Ed Price, SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • The Cube with ID = Rate doesn't exist in the collection Error Message

    When doing a Full Optimization in the Rate cube I get a "The Cube with ID = Rate doesn't exist in the collection" error message. What is causing this error and how do I fix it?

    I have seen this error when reporting services was not properly configured. can you connect to http://servername/reports ?
    If not try to fix reporting services first, this solved the problem for me in the past.
    But usually in this case all the aplications are giving this error when modifying. Is this also the case in your appset?
    Does Apshell work when you modify the application there?
    -Joost

  • Error while passing data to custom screen. Entry MUM doesn't exist in T001P

    Dear All,
    I have created a custom screen for PB10. I am getting below error while executing the screen.
    Entry MUM doesn't exist in T001P (Check Entry) .
    The detail error is
    Entry  MUM  does not exist in T001P (check entry)
    Message no. 00058
    Diagnosis
    Input values must be defined in Table T001P. The value or values ' MUM ' are not specified in this table.
    Procedure
    Check whether the input is correct and correct if necessary.
    Procedure for System Administration
    If this is not an incorrect entry, check the system settings and change them if necessary.
    If there is a connection to the Customizing system, you can maintain the system settings by choosing Customizing in the Performance Assistant or Maintain Entries (F5) when displaying the help in a modal dialog box.
    I've checked the table and data is available. But still i am getting this error.
    I've come across this error earlier while copying standard screen to custom screen.

    The solution to this problem is you have to set your SET and GET parameter in the properties tab of the field.
    regards,
    sandeep

Maybe you are looking for

  • I get a strange behavior of the tab bar and of the location bar in Firefox 29.0 for Mac.

    I have just installed Firefox 29.0 for Mac. I get a strange behavior of the tab bar and of the location bar with this new version. Instead of the location bar, I get two rows of symbols. And it's impossible to write anything in the location bar. (I'd

  • Strange Unique Key Error When Copying Cube

    I have an empty cube (cube2) I checked it many times. I am copying data from cube1 using an info package. In Info Package I set delete option, i.e., delete existing data in cube2 before loading. As soon as loading starts, I get a short dump with erro

  • SUN Cluster.PMF.pmfd Failed to stay up

    Dear All, Please help I am facing problem and unable to start sun cluster concurrent manager resource group it is showing me status "starting" but unable to start please find below the log Oct 16 14:06:24 iat-dc-ebpdb02 Cluster.PMF.pmfd: [ID 887656 d

  • HT4597 Is iCloud free? There is no pricing info anywhere!

    I iCloud free? I cannot find any pricing info anywhere. I cannot contact support through the Apple site and the transition from .me to iCloud link is broken. In Australia we have consumer laws that compell businesses to provide this information. Dadd

  • Windows XP machine to ARD 3.0 running on PPC 10.4.9 OS X Server

    Hi all, I want to be able to connect FROM a Windows XP machine over the internet to a PPC OS X Server 10.4.9 running machine that has ARD3.0 installed. What software do I need on the Windows machine? Do I need ARD 3.0 on the Mac OS X at all? I want t