Error occuring during importing .par file

Hi all,
I m trying to customise the logon screen for my project. For this I have downloaded the "com.sap.portal.runtime.logon.par.bak"  from System administration>Support->Portal Runtime->Browse Deployement. I have locally saved this file on C:\temporary. I have renamed the file as .par and removed the .bak extension. Now I have tried to import the file onto NWDS in EP perspective by following File>Import-->Par file. But its giving me this error:
error in opening zip file
Reason: Sorry, an error occured creating the new project.
The plugin "com.sap.portal.plugins.config-archiver caused an exception during the
"Unpack" Operation See log for more details.
However, in my package explorer in NWDS I can see a project created and with the structure. But in Portal-INF I cant see seven jsp files and four text files which comprises of basic functionality of the Logon Page.
Can anyone suggest me a solution to this?
Regards,
Priyanka.

Hi,
After renaming com.sap.portal.runtime.logon.par.bak to com.sap.portal.runtime.logon.par. Try opening the file with winrar/winzip to see if you have a right par file structure. On some portal versions, when you open com.sap.portal.runtime.logon.par file, you have again a com.sap.portal.runtime.logon.par file inside it.
So if you find com.sap.portal.runtime.logon.par file inside com.sap.portal.runtime.logon.par. Then just extract it again and try importing it into NWDS.
Greetings,
Praveen Gudapati
[Points are always welcome for helpful answers]

Similar Messages

  • "An Error Occurred During Import"

    I am importing video from a Canon Vixia HF10 HD CMOS camcorder into iMovie 08. After the thumbnails are created, I select the clips I want and click on Import. I tried in a a Large (960x540) and Full (1920x1080) format and receive the same error message - "An Error Occurred During Import." I am then instructed to check the footage carefully and try again.
    What could be causing this error?

    I had exactly the same problem in loading files from by HF10 onto my iMac but I didn't have the same problem on my Macbook. So I tried to copy the clips from my Macbook onto the iMac but imovie on the iMac wouldn't recognise them ...
    This suggested to me that the problem was with the Imac's version of imovie being unable to read the file types from the HF10.
    I had, in parallel, been trying to fix an error shown when iMovie on the imac starts up :
    "The QuickTime components necessary to view, edit, import, and export several kinds of movies are not installed. These components are included with the iMovie installer; please re-install"
    The discussion and solution to this problem can be found under the "Missing QuickTime Components" discussion on this site however to save you time I have copied below fgalvani70's solution (Bravo !) which works perfectly ... both the missing component issue and the import issue are now perfectly resolved !!
    1 - install software Pacifist (http://www.charlessoft.com/) (it's shareware but you can use without problems)
    2 - Insert Original Apple installation disk
    iMovie '08 missed a Quicktime Component called: “AppleIntermediateCodec.component”. This component is necessary for importing movies in iMovie 08.
    So, just let Pacifist read the Install DVD and extract only the ‘AppleIntermediateCodec.component’ to the default directory.
    It's under Contents of BundledSoftware.mpkg -> Contents of AppleIntermediateCodec.pkg -> Library -> QuickTime
    Select AppleIntermediateCodec.component and click Install

  • Error occuring during import of certificate for SSO configuring in BI

    Hi,
    I am configuring the SSO with logon ticket for BI system.
    I downloaded the certificate from portal server.
    But while importing this certificate on R/3 server it shows error
    "Error occurred during import"
    Message no. TRUST008
    Please suggest me any solution on it.
    Thanks & Regards,
    Vishal.

    Hi Vishal,
    Probably the certificate already exists - see https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0077873d-0b01-0010-1abb-cfbf21d1aa43 page 4.
    Hope it helps
    Detlev

  • Error occured while importing .der file in R/3 System

    Hi Friends..
    I tried to connect R/3 system with portal through SSO concept.
    for that I have downloaded (.der) file from portal.
    After that I tried to import that file through STRUSTSSO2 transaction in R/3 system, at that time I got
    error message like " Error occured while importing"
    so I can't able to import that (.der) file into R/3 System.
    Please guide me with exact steps.
    What should I do?
    Thanks
    Gowrishankar

    Hi Micheal and raghav thanks for your reply.
    Yes Micheal already we have installed .der file to other client in the same R/3 System
    may be that's why it shows an error?
    so what is the solution for this kind of scenarious?
    Thanks
    Gowrishankar

  • Error occured while importing xsd.file(Name contains invalid characters: -

    Hello,
    i muss import xsd.file.  while importing this error occured:
    İFMEXTDEF CCTS_CCT_SchemaModule-2.0 | http://example.org/XXX/XXX/OUT/NOZ (SC_NOZ V001 of example.org):
    Name contains invalid characters: - .
    Only a(A)-z(Z), 0-9, and "_" are permitted
    This xsdfile name is CCTS_CCT_SchemaModule-2.0 but PI doesn't  accept "-". But i muss use this file because this file is standart. What can i do for this?
    Thanks
    Nurhan
    Edited by: Nurhan on Oct 18, 2011 11:22 AM

    HI,
      PI doestnt support special characters like '-'. first you need to change the file name as you specify '-'. to remove that and you have to give '_'. then uyou have to impot >XSD file into ESR under ExternalDefination.
    i hope this will help you.
    regards,
    ganesh.

  • Error occurred during solution import in CRM 2013

    Hi,
    Error occurred during import the solution in CRM 2013. before export the solution I changed the Publisher Name then export the solution. When I import the solution on another server error occurred.

    Have you done any manual edit of Solution XML?
    Can you share error logs and server traces if available?

  • Capturing the details of  data in which error occured during uploading

    Hi, anyone tell me how to Capturing the details of  data in which error occured during uploading  the file using BDC in backgroung mode. Please do the needful
    Thanks & Regards.
    Aniruddha

    hi,
    This declaration is used to capture the error msg. V is the std table that captures that.i have given a sample code with this..pls chk it out..
    data: err type standard table of bdcmsgcoll with header line.
    SAmple code:
    report z_aru_bdc_new4
           no standard page heading line-size 255.
    include bdcrecx1.
    Generated data section with specific formatting - DO NOT CHANGE  ***
    parameters: p_file like rlgrap-filename obligatory.
    data: err type standard table of bdcmsgcoll with header line.
    data: mess(200) type c.
    data: begin of it_err occurs 0,
    msg(200) type c,
    end of it_err.
    data: begin of record occurs 0,
    data element:
            viewname_001(030),
    data element: VIM_LTD_NO
            ltd_dta_no_002(001),
    data element: ZEMPID3
            zempid3_003(004),
    data element: ZENAME3
            zename3_008(040),
    data element: ZEDEPID
            zedepid_009(004),
    data element:
            zsalkey_010(005),
    data element:
            salary_011(013),
    data element: ZENAME3
           ZENAME3_008(040),
    data element: ZEDEPID
           ZEDEPID_009(004),
    data element:
           ZSALKEY_010(005),
    data element:
           SALARY_011(013),
          end of record.
    End generated data section ***
    start-of-selection.
    at selection-screen on value-request for p_file.
    call function 'WS_FILENAME_GET'
    exporting
      DEF_FILENAME           = ' '
      DEF_PATH               = ' '
       mask                   = '.,..'
       mode                   = 'O'  " O -- open, S -- Save.
       title                  = 'OPEN'
    importing
       filename               = p_file
      RC                     =
    exceptions
       inv_winsys             = 1
       no_batch               = 2
       selection_cancel       = 3
       selection_error        = 4
       others                 = 5.
    start-of-selection.
    call function 'UPLOAD'
    exporting
      CODEPAGE                      = ' '
       filename                      = p_file
       filetype                      = 'DAT'
      ITEM                          = ' '
      FILEMASK_MASK                 = ' '
      FILEMASK_TEXT                 = ' '
      FILETYPE_NO_CHANGE            = ' '
      FILEMASK_ALL                  = ' '
      FILETYPE_NO_SHOW              = ' '
      LINE_EXIT                     = ' '
      USER_FORM                     = ' '
      USER_PROG                     = ' '
      SILENT                        = 'S'
    IMPORTING
      FILESIZE                      =
      CANCEL                        =
      ACT_FILENAME                  =
      ACT_FILETYPE                  =
      tables
        data_tab                      = record
    exceptions
       conversion_error              = 1
       invalid_table_width           = 2
       invalid_type                  = 3
       no_batch                      = 4
       unknown_error                 = 5
       gui_refuse_filetransfer       = 6
       others                        = 7
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    *perform open_dataset using dataset.
    *perform open_group.
    delete record index 1.
    loop at record.
    *read dataset dataset into record.
    *if sy-subrc <> 0. exit. endif.
    perform bdc_dynpro      using 'SAPMSVMA' '0100'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'VIEWNAME'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=UPD'.
    perform bdc_field       using 'VIEWNAME'
                                  record-viewname_001.
    perform bdc_field       using 'VIMDYNFLDS-LTD_DTA_NO'
                                  record-ltd_dta_no_002.
    perform bdc_dynpro      using 'SAPLZSHAP' '0001'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'ZEMPTAB1-ZEMPID3(01)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=NEWL'.
    perform bdc_dynpro      using 'SAPLZSHAP' '0002'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'ZEMPTAB1-SALARY'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SAVE'.
    perform bdc_field       using 'ZEMPTAB1-ZEMPID3'
                                  record-zempid3_003.
    perform bdc_field       using 'ZEMPTAB1-ZENAME3'
                                  record-zename3_008.
    perform bdc_field       using 'ZEMPTAB1-ZEDEPID'
                                  record-zedepid_009.
    perform bdc_field       using 'ZEMPTAB1-ZSALKEY'
                                  record-zsalkey_010.
    perform bdc_field       using 'ZEMPTAB1-SALARY'
                                  record-salary_011.
    perform bdc_dynpro      using 'SAPLZSHAP' '0002'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'ZEMPTAB1-ZENAME3'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=UEBE'.
    perform bdc_field       using 'ZEMPTAB1-ZENAME3'
                                  record-zename3_008.
    perform bdc_field       using 'ZEMPTAB1-ZEDEPID'
                                  record-zedepid_009.
    perform bdc_field       using 'ZEMPTAB1-ZSALKEY'
                                  record-zsalkey_010.
    perform bdc_field       using 'ZEMPTAB1-SALARY'
                                  record-salary_011.
    perform bdc_dynpro      using 'SAPLZSHAP' '0001'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'ZEMPTAB1-ZEMPID3(01)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SAVE'.
    perform bdc_dynpro      using 'SAPLZSHAP' '0001'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'ZEMPTAB1-ZEMPID3(01)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=BACK'.
    perform bdc_dynpro      using 'SAPMSVMA' '0100'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'VIEWNAME'.
    perform bdc_transaction using 'SM30'.
    *enddo.
    *perform close_group.
    *perform close_dataset using dataset.
    endloop.
    loop at it_err.
    write : / it_err-msg.
    endloop.
    form error.
    call function 'FORMAT_MESSAGE'
    exporting
       id              = sy-msgid
       lang            = '-D'
       no              = sy-msgno
       v1              = sy-msgv1
       v2              = sy-msgv2
       v3              = sy-msgv3
       v4              = sy-msgv4
    importing
       msg             = mess
    exceptions
       not_found       = 1
       others          = 2
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    it_err-msg = mess.
    append it_err.
    clear it_err.
    endform.
    If it is session method u can find the session in SM35 from where u can get the error log.
    Hope this helps u,
    Regards,
    Arunsri

  • Error occurred during automatic upgrade of MDL file

    The MDL file is exported from 10.2, we were trying to imported it into 11.2 using OMBIMPORT, got following error message.
    MDL1323: Error occurred during automatic upgrade of MDL file </opt/etl/etl.mdl>.
    Detailed Error Message:
    Error: MDL1122: Import data file auto_upgrade.src not found
    Any suggestion is greatly appreciated.

    I had the same problem
    MDL1323: Error occurred during automatic upgrade of MDL file <>.
    Detailed Error Message:
    Error: MDL1122: Import data file auto_upgrade.src not found
    Reason:
    I exported mdl from 11.2.0.2 version to 11.2.0.1
    Solution:
    - Upgrade version DWH from 11.2.0.1 to 11.2.0.2
    - Install separate client on the server DWH and run import script from client directory

  • The import was stopped, an error occurred during the phase DDIC_ACTIVATION

    Dear all,
    When I import the SAP_BASIS support package SAPKB70019 , it appears the error as below :
    The import was stopped, since an error occurred during the phase
    DDIC_ACTIVATION, which the Support Package Manager is unable to resolve
    without your input.
    After you have corrected the cause of the error, continue with the
    import by choosing Support Package -> Import queue from the initial
    screen of the Support Package Manager.
    The following details help you to analyze the problem:
         -   Error in phase: DDIC_ACTIVATION
         -   Reason for error: TP_STEP_FAILURE
         -   Return code: 0008
         -   Error message: OCS Package SAPKB70019, tp step A, return code
             0008
    Notes on phase DDIC_ACTIVATION
    In this phase the imported Dictionary objects are activated. This phase
    can terminate due to the following reasons:
    o   TP_INTERFACE_FAILURE: The tp interface could not be called.
    o   TP_FAILURE: The program tp could not be executed. For more
         information, see the SLOG or ALOG log file.
    o   TP_STEP_FAILURE: The tp step DDIC activation could not be performed
         successfully. To see the cause of the error in the activation log,
         choose  Goto -> Log -> Queue.
         If you import two or more Support Packages in one queue, and you do
         not activate them in the correct sequence, activation errors may
         occur. In this case, the activation errors disappear when you repeat
         the activation run. To do this, choose Support Package -> Import
         Support Package Queue.
        A prerequisite of the Support Package Manager is that the Change and
        Transport System (CTS) is configured correctly. For more detailed
        information, read the online documentation available from Help -> SAP
        Library -> mySAP Technology Components -> SAP Web Application Server ->
        Change and Transport System .
        A list of the most important SAP Notes for Online Correction Support
        (OCS) is available in SAP Note 97620, which is updated regularly.
    I have used se11 to avtive the domain SEFS_CRAWL_ALGORITHM , but the error still exist.
    Hope anyone can help. Thanks!
    B.R
    Michael

    P762713 wrote:>
    > Hi ,
    >
    >     This is general issue now a days occuring in Support Packs .The only solution for this issue is to delete structure ::
    >
    > these were the structure deleted from system afterwards patches were installed successfully.
    >
    > /1PYXXFO/SAP_PAYSLIP_____L0001
    > /1PYXXFO/SAP_PAYSLIP_____T0001
    > /1PYXXFO/SAP_PAYSLIP
    >
    > /1PYXXFO/SAP_PAYSLIP_____L0020
    > /1PYXXFO/SAP_PAYSLIP_____T0020
    >
    > You can do this via Tcode se11 .give these info in data type & in turn you have to delete 1PYXXFO/SAP_PAYSLIP also.This has solved my issue & after this support pack went fine.
    >
    > Thanks..
    > Mohit
    >
    > Edited by: mohit gupta on Sep 23, 2009 9:15 AM
    Hi, mohit
          I have tried to use the t-code se11 to delete the structures, but the system telled me that they are all not exist .
    A part of the queue log as below:
       Field name KEY is reserved (Do not use structure as include in DB table)
       Field name PRIOR is reserved (Do not use structure as include in DB table)
       Field KEY: Component type or domain used not active or does not exist
       Exactly one field SPRAS of type LANG: Selection as text language possible
      Nametab for table /1PYXXFO/SAP_PAYSLIP_____L0001 cannot be generated
       Enhancement category for table missing
       Enhancement category for include or subtype missing
       Field name KEY is reserved (Do not use structure as include in DB table)
       Field name PRIOR is reserved (Do not use structure as include in DB table)
       Field KEY: Component type or domain used not active or does not exist
       Nametab for table /1PYXXFO/SAP_PAYSLIP_____L0020 cannot be generated
       Enhancement category for table missing
       Enhancement category for include or subtype missing
       Field name KEY is reserved (Do not use structure as include in DB table)
       Field name PRIOR is reserved (Do not use structure as include in DB table)
       Exactly one field SPRAS of type LANG: Selection as text language possible
       Enhancement category for table missing
    who can help me ?
    thank you very much
    BR.
    Michael
    Edited by: Michael Hong on Sep 23, 2009 12:36 PM

  • Error while importing PAR file from local system.

    Hi Experts,
    While importing PAR file into my NWDS, I am encountered by some strange error.
    Please refer below screenshot for your reference.
    After clicking on "OK" button of the above error popup, another popup emerge with different error, please find below the screenshot for this error.
    Please let me know the reason and resolution of this error. It will be very helpful for me.
    Thanks in advance.
    Thanks and Regards,
    sarvesh Agarwal

    Hi ,
    Are u trying to import with .bak extension ? If so please rename the file and remove .bak extension and try.
    x.par is enough to import not x.par.bak.
    Thanks,

  • Length error occurred during in IMPORT statement

    Dear Friends,
    (length error occurred during in IMPORT statement),when im using the SUBMIT syntax..can i know what is the reason.
    Thanks
    Rajkumar.A

    Hello,
    I would like to know how did you solve the issue as i came across the same issue.
    Thanks,
    FBK

  • Receive message after importing serveral songs from CD into iTunes (latest ver 11.1.5.5)... "Error occurred while converting the file 'songname'.  The required folder cannot be found."  CD/DVD ROM is no longer recognized until restart.

    Consistently receive the following message after importing serveral songs from CD into iTunes (latest ver 11.1.5.5)...
    "Error occurred while converting the file 'songname'.  The required folder cannot be found." 
    CD/DVD ROM is no longer recognized until computer is restarted.

    I have the same problem.  I recently moved my music from a Vista PC to a new Laptop with an external CD drive. It will copy one song from the CD and it will show in the Music file and then I get the message ' Error importing a CD - Folder not found'.  I must unplug the CD drive and plug it back in.  I have seen no fix for this problem.

  • Analysis Services failing to Start . File system error: Error occurred during the creation of directory

    Hello All,
    Posting this problem here and hoping for a solution from the experts in this forum.
    When i have restarted the Analysis Services , i see that it has been stopped but never started back. It fails with an error
    "The SQL Server Analysis Services (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."
    When Checked the Event Viewer i see the following error -
    The service cannot be started: The following system error occurred:  The filename, directory name, or volume label syntax is incorrect.  File system error: Error occurred during the creation of directory: '\\?\E:\OLAP\MSSOLAPFactory\OlapData;M:\Test
    Backup'.
    I remember changing the BackupDir value of Analysis Services few days back, and i think it could have impacted. Can you please help me how can i change back the BackupDir value and have the server back?
    Let me know if you need any more details
    SG

    Is this still an issue? If so, I would find msmdsrv.ini and make sure you don't have two folders listed in the BackupDir (or DataDir or TempDir). You'll have to runas Administrator to edit the msmdsrv.ini file and save changes. Once you fix that, it should
    succeed.
    http://artisconsulting.com/Blogs/GregGalloway

  • An error occurred during the processing of a configuration file.

    hi,
    On installation and using oracle session provider, i am getting following error.
    An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Line 51: <providers>
    Line 52: <add name="MyOracleSessionStateStore"
    Line 53: type="Oracle.Web.SessionState.OracleSessionStateStore,
    Line 54: Oracle.Web, Version=2.112.2.0, Culture=neutral,
    Line 55: PublicKeyToken=89b483f429c47342"
    Can any one help me?
    Thanks in advance
    Siva

    my server :
    os windown server 2003
    iis 6.0

  • An error occurred during the compilation of the requested file, or one of its dependencies.

    An error occurred during the compilation of the requested file, or one of its dependencies. The type or namespace name 'Directory Services' does not exist in the namespace 'System' (are you missing an assembly reference?) 

    Hello,
    What you are trying to achieve and where you are getting this error?
    If you facing issue with namespace then refer this link:
    http://stackoverflow.com/questions/265096/system-directoryservices-is-not-recognised-in-the-namespace-system
    http://stackoverflow.com/questions/10691001/the-type-or-namespace-name-directoryservices-does-not-exist-in-the-namespace
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

Maybe you are looking for