Unable to uncar files using SAPCAR Command

While uncar .SAR file i am getting the below error.
D:\K><b>SAPCAR -xvf DW_199-20000252.SAR</b>
Could not open the ICU common library.
   The following files must be in the path described by
   the environment variable "PATH":
   icuuc26.dll, icudt26l.dll, icuin26.dll [nlsui0.c 1457] pid = 4972
Terminating.
   You may set the environment variable NLSUI_7BIT_FALLBACK to run the program
   without the ICU libraries in an emergency mode. [nlsui0.c 1205] pid = 4972

Hi,
In the previous error i set the path in enviromental variable c:/i386 after that i once again tried now i am getting below error
<b>D:\K>SAPCAR -xvf TP_193-20000182.SAR</b>processing archive T...
--- Unicode interface [u16_get.c line 233] pid = 5364 :
Invalid UTF-8 encountered by fgetsU16 (fileno 0x3)
fd
Characters previously read:
0043 0041 0052 0020 0032 002e 0030 0031 &#9569;|CAR 2.01|
0052 0047                      030 0031 &#9569;|RGR 2.01|
--- Unicode interface -
End of message -
Illegal byte sequence TP_193-20000182.SAR

Similar Messages

  • Not able to extract performance data from .ETL file using xperf commands. getting error "Events were lost in this trace. Data may be unreliable ..."

    Not able to extract  performance data from .ETL file using xperf commands.
    Xperf Commands:
    xperf –i C:\TempFolder\Test.etl -o C:\TempFolder\BootData.csv  –a process
    Getting following error after executing above command:
    "33288636 Events were lost
    in this trace. 
    Data may be unreliable
    This is usually caused
    by insufficient disk bandwidth for ETW lo
    gging.
    Please try increasing the minimum
    and maximum number of buffers
    and/or
                    the buffer size. 
    Doubling these values would be a good first at
    tempt.
    Please note, though, that
    this action increases the amount of me
    mory
                    reserved
    for ETW buffers, increasing memory pressure on your sce
    nario.
    See "xperf -help start"
    for the associated command line options."
    I changed page size file but its does not work for me.
    Any one have idea, how to solve this problem and extract ETL file data.

    I want to mention one point here. I have total 4 machines out of these 3 machines above
    commands working properly. Only one machine has this problem.<o:p></o:p>
    Hi,
    I consider that you can try to use xperf to collect the trace etl file and see if it can be extracted on this computer:
    Refer to following articles:
    start
    http://msdn.microsoft.com/en-us/library/windows/hardware/hh162977.aspx
    Using Xperf to take a Trace (updated)
    http://blogs.msdn.com/b/pigscanfly/archive/2008/02/16/using-xperf-to-take-a-trace.aspx
    Kate Li
    TechNet Community Support

  • Creating .swf from .fla file using ADT command line

    Dear Adobe Community and Moderators:
    Is it possible to use the ADT command line to directly compile an .fla file into an .swf file? Context: I have an app created in Flash Pro CS55 (6 months worth of work), but now found Adobe has dropped Flash Pro in favor of Flash Builder or Flex. I have some native extensions I want to use for iOS, but they require Air 3.1 to compile (swf-version=14) i.e. using the MessageUI framework in a static .a library for an Air app. Flash Pro CS55's top end limit seems to be swf-version=13 (Flash 11). Because of heavy investment in time and energy into our Air app in Flash Pro, it's not feasible to convert to Flex by end of week. I tried creating an .swc file, and taking the library.swf from that, but alas, a catch-22, Flash Pro CS55 only compiles to swf-version=13.
    Is there any way to either (a) directly compile my root .swf file (from the .fla file) using a command line (so I can use ADT from Air 3.1 SDK) or (b) some way I can marry a native extension I've found I can use on GitHub which is swf-version=14? Again, my issue is that I have to use Air 3.1 since only it supports iOS5.
    Any thoughts, suggestions, comments are highly appreciated (including if it's not possible to do what I'm trying to do).
    Thank you Adobe community in advance,
    Alex

    I have the exact same question, please respond if you hold the answer to this! mxmlc won't work for me since I have created too many assets within the fla already! Thanks!

  • Redirects and saves process listing to a file using glance command

    Sorry for asking this in wrong forum.
    Does Anyone have script for cpu monitoring usong glance on hp-ux
    I need a command which redirects and saves process listing to a file using glance command
    Thanks for help

    glance -f /tmp/gout -adviser_only -syntax /opt/perf/examples/adviser/activity -j 10 -iterations 3
    glance -adviser_only -syntax glance_advisor -iterations 1 > /tmp/results
    cat glance_advisor
    PRINT GBL_STATDATE," , ",GBL_STATTIME
    PROCESS LOOP
    NUM_FILES = 0
    PROC_FILE LOOP
    NUM_FILES = NUM_FILES+1
    PRINT "PID: ",PROC_PROC_ID," Process Name: ",PROC_PROC_NAME," # open files: "
    ,NUM_FILES|5|0
    My question is :
    how to get top processes (cpu/memory wise)
    using glance
    for example
    glance -f /tmp/gout -adviser_only -syntax some_syntax_script -j 10 -iterations 3
    Please help me to find top 20 cpu using processes using glance.
    I need to get listing in a file so that I can use these pid to see in application or database.

  • HELP!!! I deleted a .dbf file using OS command

    Hi Experts,
    I have accidently deleted a datafile, that is my index tablespace(.dbf) using OS command(AIX).
    After that I was not able to open my database since the datafile is missing and I was not able to drop the datafile when the database in not open.
    I dont any have recover option in my database to rrecover the datafile.
    Can anyone pls tel me how can I delete the datafile when my database is not open.
    Thanks in advance.
    nonuday
    Edited by: Nonuday on Apr 29, 2012 10:51 PM

    Hi,
    >
    Its in not recovery mode, or you do not have any backup?
    Then you have to drop that file from SQL as
    SQL> alter database datafile 'Location' offline drop;
    I tried what you have mentioned..
    SQL> alter database datafile '/oracle/oradata11g/cboedbCBOEDEV_T24DISTINDEX1.dbf' offline drop;*
    Database altered.*
    SQL> alter database open;*
    alter database open*
    +*
    ERROR at line 1:*
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open*
    SQL> alter database open NORESETLOGS;*
    alter database open NORESETLOGS*
    +*
    ERROR at line 1:*
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done*
    SQL> recover using backup controlfile;*
    ORA-00279: change 362471193 generated at 02/01/2012 15:59:03 needed for thread*
    +1+
    ORA-00289: suggestion :*
    +/glosoft/oracle/oracle11g/app/oracle/product/11.1.0/db_1/dbs/arch1_24555_7443323+
    +42.dbf+
    ORA-00280: change 362471193 for thread 1 is in sequence #24555*
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}*
    ORA-00308: cannot open archived log*
    +'/glosoft/oracle/oracle11g/app/oracle/product/11.1.0/db_1/dbs/arch1_24555_744332+
    +342.dbf'+
    ORA-27037: unable to obtain file status*
    IBM AIX RISC System/6000 Error: 2: No such file or directory*
    Additional information: 3*
    What to do now??
    pls help...
    Edited by: 897910 on Feb 3, 2012 3:46 AM

  • Unable to upload files using firefox, be it dropbox, gmail or any other websites where we need to attach files. It does not open up a new window to choose file.

    all of a sudden im unable to attach files in any of the websites. Im using firefox version 30 and when I click to attach file it does not open up a new window where we can choose the file from my computer. It happens almost in all websites that I use (gmail, dropbox, other websites).
    This was not the case before, seem some problem with firefox.. can somebody fix this at the earliest. thanks

    hello Balaatmozilla,
    please check if this problem appears as well when you try to download a file, does this happen again when you try to download a file?
    if so there must be a problem with your HDD controler, to solve this issue follow th steps:
    1.Right Click on My Computer, Select Properties
    2.Click on Device Manager in Top Left corner
    3.expand the IDA/ATI/ATAPI controllers
    4.right click on the one which is related to your HDD
    5.click on Uninstall
    6.Restart
    when you restart your windows the OS will try to install the drivers again, if this happens then restart again and check if the problem is solved, if no try to install the HDD drivers and related drivers manually and then restart your machine

  • Sending a csv file using OS command

    Hi all,
    I would like to know whether it is possible to send CSV file stored in application server to some email ids using OS Command process type.Using APD a file will be generated at a particular application server path.That file around 2 MB needs to be sent to endusers mailbox.
    Please let m eknow and Thanks in Advance!

    pallavi,
    For sending mails from the app server you will need an SMTP setup in the application server.
    If you have a UNIX app server there are native mail programs that you can use. You will need to write a shell script for the same and include that into your process chain as an OS command.
    However the same cannot be said of a Microsoft servewr system where the process would be different.
    You can however instead of e-mailing look at ftping the file to a common location that the users can take form instead of flooding mailboxes with a 2 MB file everyday or periodically. FTP is also easier to achieve using the OS command.

  • How to open files using cmd command?

    Hello... First:
    try {
    Process p = Runtime.getRuntime().exec("cmd.exe ?????");
    catch(Exception e){ }well... I'm trying to open files using a cmd command. It's working only oppening files on my own pc, but i need to know if i can open files using a localweb's pc, with the follow address, for example:
    "\\172.21.0.4\firstdir\seconddir\thirddir..."
    Thanks :D

    Gamboua wrote:
    normaly, i type \\172.21.0.4\dir\dir\dir... directly directly in my cmd.This only works because you are already running cmd.exe
    Try getting it to work with cmd.exe at the start of the line.

  • I have just taken a new iphone 4s. I am unable to transfer files using bluetooth. what is the problem?

    unable to transfer files to any of the devices.. mac, my nokia phones, anything. pls give me some solution to fix it .

    Look in the iTunes App Store, there are both BT and Wi-Fi apps for transfering files of different sorts.
    Or you can use an app like Dropbox.

  • Printing PDF file Using Shell Command Line

    Hello I am writing  a program from MicroSoft Excel's Macro that will print PDF files. I have managed to get the program to work but I cannot prevent the file not being opened. Basically the PDF file would get printed but the file would automatically opened up.
    I am using shell command line to write this. And this is my code:
    FileName = "C:\EGB Gaming Lab\Training Manual\Testing Documents\Testing Checklists\Bill Validator*"
    myShell.Run ("Acrobat.exe /t" & FileName)
    I have tried using /h but it still opens the file.
    I am referring to this support case:
    http://support.adobe.com/devsup/devsup.nsf/docs/52080.htm
    Thank you

    You may be able to adopt this script:
    on open dropped_items
       -- Write a message into the event log.
       log "  --- Starting on " & ((current date) as string) & " --- "
       -- set see to alias "Macintosh-HD:Users:mac:Desktop:app.html"
       -- set dropped_items to {see}
       set the_app to "Safari"
       repeat with dropped_item_ref in dropped_items
          --set UrlBase to "xzzx FILE://" & POSIX path of dropped_item_ref
          --display dialog UrlBase
          -- Activate
          activate application the_app
          -- Open the URL 
          tell application the_app
             open dropped_item_ref
             -- print dropped_item_ref
             tell application "System Events"
                tell process the_app
                   delay 3
                   -- click menu item "Print..." of menu "File" of menu bar 1
                   keystroke "p" using command down
                   delay 1
                   keystroke return
                   delay 10
                   keystroke "w" using command down
                end tell
             end tell
             --quit
          end tell
       end repeat
    end open

  • Unable to copy file using Zen 4 Console One

    Hi,
    I get the following error message:
    'Could not configure workstation for application [SPSS Activator license
    update.spss 14.Testing.PSM Applications.Applications.Resources.CF] (id=2).
    Problem: Unable to copy file
    \\MAINCF5G\apps\appwinxp\SPSS14\licenseupdate.bat. (D018)'
    I click OK.
    So I am trying to copy a single file named licenseupdate.bat from the server
    \\MAINCF5G\apps\appwinxp
    to the local C: drive to directory C:\Program Files\SPSS 14.
    The directory already exists on the PC.
    Under Distribution Options: Application Files, I have set Copy if Newer.
    Under Run Options Environment, I have set Run as Unsecure System User (as
    the user trying to install does not have Admin rights to workstation).
    Changing to Run As Normal doesn't work either.
    Any idea what the problem is?
    Thanks,
    Paul

    On Wed, 09 Aug 2006 15:40:24 GMT, Paul McGeoghan wrote:
    > Any idea what the problem is?
    > Thanks,
    file rights to the file, wks or user associated?
    Marcus Breiden
    If you are asked to email me information please change -- to - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Been unable to sync files (use) creatice cloud connect for three (3) days

    So what gives. Everything work find on Saturday 11 May 2013 but now I have been unable to sync files with Creative Cloud

    Creative Cloud file sync services are currently unavailable. We're working to restore service as soon as possible. To disable error alerts you can Turn Sync Off or Quit Creative Cloud Connection.
    You can check the current status of Creative Cloud at http://status.creativecloud.com.
    Agreed that the status page could be more clear.
    The Adobe Creative Cloud has may pieces:
    Subscription to plans from https://creative.adobe.com/plans is working normally.
    Installing desktop applications from https://creative.adobe.com/apps and the Adobe Application Manager are working normally.
    Other services you can access from the Creative Cloud such as Story and Typekit are working normally.
    Viewing training and learning videos from the Learn link is working normally.
    Uploading, downloading and working with your files from the web service at https://creative.adobe.com/files is working normally.

  • Unable to read File using File Adapter

    Hi,
    I am using File adapter to read XML file.
    I able to write payload contents to file. but using same schema, path i am unable to read the file.
    receive process is not initiating.
    what could be the possible issue?
    Thanks

    Could you please give more info about the configuration, like the spring file entries? Do you see any errors in the server log? Thanks.

  • How to write data to existing file using spool command?

    Hi,
    I am calling a stored procedure from a shell script. This stored procedure is having a CLOB object as an OUT parameter. How to write the data in CLOB object a existing file which is there in my client system. Below is the shell and sql scripts.
    Shell script
    ( echo "hello" ) > /root/file.txt
    sqlplus -s $user/$pass@$tns @/root/proc.sql /root/file.txt << EOF
    EOFSQL script
    set pages 0
    set trimspool off
    set serveroutput off
    set feedback off
    set term off
    set echo off
    variable out CLOB
    define file='&1'
    begin
    pack.proc(:out);
    end;
    spool &file
    select :out from dual;
    spool offThis code writes contents of the OUT variable to file.txt, but my existing data ('hello') is lost. Please help me.
    I figured the it...Use append in the spool command... :)
    Edited by: Balaji on Jul 19, 2012 8:55 PM

    >
    Hi Balaji
    I figured the it...Use append in the spool command... :Please mark the thread as answered as per the FAQ.
    Paul...

  • Unable to access files using search title and link

    Once a list of search results appears, I am unable to retrieve the referenced document using either the hyperlink title or "link" hyperlink. I can only access the document using cache. Does crawler configuration need to be modified?

    file://localhost/dbadmin
    And here is the error message that appears when the title hyperlink is selected:
    java.io.IOException: \dbadmin\projects\NMAX_Refresh\Requests\NMAT_20050329\mtch_users_synonym.sql is not an acceptable relative path when user.dir is C:\ORACLE\PRODUCT\10.1.6\SES1\ at oracle.aurora.java.io.OracleIO.transformRelative(OracleIO.java:65) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:103) at oracle.search.GetPage.readFileURL(GetPage.java:958)

Maybe you are looking for

  • Terminal command for tabs to open in same window

    anyone know the terminal command to have all links open in tabs instead of a new window - why does mac call it tabs when it does not even actually work - any help would be great - i had the command and i deleted it......driving me nuts

  • Error in JDBC while using in a Servlet.Please HeLP!!!!!!!

    İs there any one can help me I will be very glad. I'm preparing a homework for University and have a small(for me BİİG) problem. I want to make a database connection with servlet . as a full working program I try to use CONNECT.java To Run in a Servl

  • Motherboard and Ram for CS6

    I am ordering my components for a custom build to run CS6. I had someone put together a components list for me, and I looking for a second opinion on the motherboard and ram. http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=1987

  • What is the algorithmn for smoothing filtering in Filter VI?

    What is the algorithmn for smoothing filtering found in Filter VI of Labview 7?

  • Installing printer on macbook pro

    I just got a Mac Book Pro and aside from the learning curve from a PC, it's great. I have a All in One Laser Printer from Canon, and I found the drivers, installed them.  When I try to print, I can tell there is some kind of communication happening,