AL11 can't read DIR_TRANS though it has permissions at file level

I've just completed a system copy of our DEV system and am trying to do transports, but in the QA system AL11 can't read DIR_TRANS even though EVERYONE has FULL_CONTROL over the sapmnt directory. Specifically, I added FULL_CONTROL to SAPSERVICERQ2. Any thoughts?

I figured out what happened. Though the folder \usr\sap had all the correct permissions on it, the share sapmnt and saploc did not. In windows you can specify security for specific shares, and that's what I had to do.
Thanks all for yor input!
-- Jackie

Similar Messages

  • Tables can be maintained even though Client has status 'not modifiable" ?

    I am looking, list of tables which i can maintain directly even though "Client has status 'not modifiable'" status
    example : T000
    Rgds

    No ..No...Siddesh,
    You are understanding my requirement in reverse.
    We are now not in execution of giving the access.
    i regret, if i am failing to explain my requirement
    A Auditor wants
    a). He wanted to know the users having S_TABU_DIS auth object with 02 value and assigned authroization groups.
    b). He wanted list of tables including Z tables that can be maintained directly thru maintenance view
    Auditor will do some excerse Directly Maintained Tables (vs) Authroized users
    He will come back with a list of tables for which we have to give the logs.
    I tried my best to explain my requirement.
    To summarise  - I repeat  i am looking  "List of Tables that can be maintained directly - When Client has status 'not modifiable" ?
    Thanks in advance for your time for this query.
    Rgds

  • Can we Read/Display the content of Word/PDF file  in Flex 3/4 ?

    Hello All,
    Can we  read/display the content of Word/PDF file in Flex 3 or Flex 4?.  I have one word file containing  Arabic  and English content with some settings like  Bold, Color, Align etc. I want to display the content of this word file as it is in the flex web application.
    Awaiting for prompt reply.
    Thanks and Regards

    thank you for your immediate reply, but,
    sorry, this does not work.
    With this code:
    <cfpdf action = "read" source = "dok_1.pdf" name =
    "mypdf">
    <cfdump var="#mypdf#"/>
    I get this result:
    Everything, but no text of the document.
    PDFDocument
    Application name of application
    Author bimbam Verlag GmbH
    CenterWindowOnScreen [empty string]
    ChangingDocument Allowed
    Commenting Allowed
    ContentExtraction Allowed
    CopyContent Allowed
    Created D:20080710
    DocumentAssembly Allowed
    Encryption No Security
    FilePath [empty string]
    FillingForm Allowed
    FitToWindow [empty string]
    HideMenubar [empty string]
    HideToolbar [empty string]
    HideWindowUI [empty string]
    Keywords [empty string]
    Language [empty string]
    Modified [empty string]
    PageLayout SinglePage
    Printing Allowed
    Producer [empty string]
    Properties [empty string]
    Secure Allowed
    ShowDocumentsOption [empty string]
    ShowWindowsOption [empty string]
    Signing Allowed
    Subject [empty string]
    Title Rheinische Angler-Zeitschrift
    TotalPages 1
    Trapped [empty string]
    Version 1.3
    Maybe i do not understand the cfpdf tag the right way.
    What i want is a kind of pdf-to-text conversion.
    Do I have to use the processddx action? I do not think so.
    But there is a property DocumentText .. ?

  • Can't Read/Write to External HDD-Permissions Problem

    I have external Seagate HDD, formatted as FAT32, connected to Airport Extreme Base Station. I am unable to Read/Write to this Drive because Finder says I "Don't have permissions" to do so.
    Following are details that may be important:
    1. I was able to read/write to this drive under Leopard but lost the right under Snow Leopard, after upgrade to SL.
    2. In Airport Utility, I set up (2) accounts for the External HDD, "Dad" with "Read/Write" access and "Mom" with "Read" access only. I have Guest Account privileges set to "Read Only". It has been this way for (2) years.
    3. Under "Get Info" in Finder, the only account listed is "everyone" with "read" permission only (this is same as Guest Acount in Airport Utility). I am unable to add new accounts because I get error message "The account name is not valid" even though I am using the account name that I am logged in under.
    4. I can change the Permissions on the "everyone" account (in Finder) by changing the permissions on the "Guest Account" in Airport Utility. When I do this, "everyone" in Finder now has "read/write" access but my two accounts, "Dad" and "Mom still don't show up in Finder.
    5. I also upgraded internal HDD to 1Tb and used Restore from Time Machine. I hhad problems with the restore and did new install of Snow Leopard.
    Any ideas on how to make Finder show the two accounts I have set up in Airport Utility?

    My apologies for bumping this but I still don't have a solution...any help would be greatly appreciated!

  • How can I read a PC created disc of dbx files on a Mac

    I have a backup of my old e-mails on disc which I created on a PC (as .dbx files).
    I now need to refer to the e-mails, but I no longer have a PC.
    All guidance I have read appears to require the use of a PC to convert the .dbx files to .mbx before they can be read on the Mac.
    Does anyone know of a way of directly reading the disc on a Mac and accessing these files please.
    Many thanks. Bigtrev

    Only Pages, Preview, Pages for iCloud beta, and Pages v2 or later on IOS 7 can open native Pages v5.2.2 (.pages) documents. Sending a Pages v5.2.2 document to someone without Pages v5.2.2 is futile.
    If you are using Gmail or Dropbox, you will need to right-click on that Pages document, and then choose compress from the contextual menu. You can then attach filename.pages.zip, because it appears as a single document, and not a folder.
    Pages v5.2.2 has a Share button on the Toolbar. Providing your document is already in iCloud storage, you can Send a Link to iCloud via the following:
    The Share toolbar icon also allows you to Send a Copy to Email, Messages, and AirDrop. This will present you with the document export sheet, the same one you get if you chose to File > Export To menu item, as the alternative.
    If you are sharing document content with an MS Office user, then the document you want to send them is either a Word .docx, or .doc. If they want just a read-only view of your content, send a PDF, for improved cross-platform exchange.

  • How can I read a line of numbers in a file?

    Hello everybody,
    I have a ziped.file organized in this way:
    number1 number 2 number3 name1, name2, name3
    number_of points information_about_number_of_point
    number4 number4 number4 number4
    number4 number4 number4 number4
    number4 number4
    number5 number5 number5 number5 number5 number5
    number5 number5 number5 number5 number5 number5
    number5 number5 number6 number6 number6 number6
    number6 number6 number6 number6 number6 number6
    number6 number6
    My problem is to save number1 number 2 number3 and in number_of points in 3 different variable, and number4 number5 and number 6 in 3 different array. How can I do this?
    The beginning of my file is:
    10000 3.50000 0.00000 Teff, logg, [M/H]
    52790 number of wavelength points
    1.000000000000000e+01 1.200000000000000e+01 1.400000000000000e+01 1.600000000000000e+01 (end of3th line)
    1.800000000000000e+01 2.000000000000000e+01 2.200000000000000e+01 2.400000000000000e+01 (end of 4th line)
    The number 52790 is the same for number4, number 5 and number6.
    Number4 are organized in 4 columns, number5 and 6 in 6 coloums and the spacing is always the same.
    Could you help me please?Thank you and sorry for my terrible english!

    I'm not sure if I understand completely, but basically you just need to read & parse your files.
    Use a lexer/parser tool like JavaCC if it's advanced parsing, or if it's something very simple (like assigning variables) then you can just use the String.split() method to break up your file into tokens. See below for examples of the "simple way"...
    If you have any questions, don't hesitate to ask!
    I need to save my informazioni in this way:
    var1=number1
    var2=number2
    var3=number3If you wish to access these variables in a Java program, you could split up your file into tokens and then place the values in a map (variable/value pairs). I don't know how efficient this is, but it works nicely. You can change this for arrays, objects, etc.. right now it's only set up for ints.
    Here's a very simple example with some code. Below is the text file...
    my_var = 123
    my_age = 16
    x_pos  = 2
    err=2 //syntax error. must separate tokens with whitespaceTo get your variables from the text file:
    Map<String, Integer> map;
    //read text file and put it into string
    //then use tokenExample to get a Map for that string
    map = tokenExample(textfileString); //see below
    //and finally assign your variables
    int my_var = map.get("my_var");
    int my_age = map.get("my_age");
    int x_pos  = map.get("x_pos");
    The tokenExample(String) method
    This method breaks the speified string into tokens, and returns a Map with all of the variable name/value pairs in the string.
      public static Map<String, Integer> tokenExample(String text) {
           //Sets up our tokens.
         final String ASSIGN   = "=";
           final String NUMBER   = "\\d+";
           final String VARIABLE = "[a-zA-Z]([a-zA-Z]|_|[0-9])*";       
           //Map for our variable/value pairs
           Map<String, Integer> variables = new Hashtable<String, Integer>();
           String[] splitText = text.split("\\s+"); //Splits by whitespace
           String varName = null;
           boolean assigning = false;
           //cycles through each token and decides what to do
           for(String value : splitText) {        
             //if it's a variable, we set up it's name for later
             if (value.matches(VARIABLE)) {
              varName = value;
             //if it's an assignment operator, we get ready to assign the variable
             else if (value.matches(ASSIGN)) {
               assigning = true;
             //if it's a number, we put it into our hashmap
             else if (value.matches(NUMBER)) {
                  //if there's no problem with the last two tokens
               if (varName!=null & assigning==true) {
                 variables.put(varName, Integer.parseInt(value));
                 assigning=false; //reset for next time
                 varName=null;
             //some sort of syntax error
             else {
               assigning=false;
               varName=null;
               System.err.println("Syntax error: cannot find token "+value);
           }//end loop
           return variables;
      }See also:
    http://mindprod.com/jgloss/regex.html
    http://java.sun.com/docs/books/tutorial/extra/regex/
    http://www.javaregex.com/tutorial.html

  • I can't read in a date from a txt file

    Im not sure of the code needed to read in a date from the text file, this is an example of the text file:
    1
    2
    2003
    ie,
    day
    month year
    I have to read in this date, this is the set method for the date:
    public void setPurchaseDate (int d, int m, int y)
    new Date(d,m,y);
    And this is the code that I have tried using to readin the date:
      PurchaseDate=(Integer.parseInt(line),Integer.parseInt(line),Integer.parseInt(line));now i know its wrong, I just dont know what the code should be!!
    Cheers

    ok, I am going to go through it and see what values I can and cant read in, here is the code i am trying to use:
    private void addx()
           FileReader fin;
           int noBooks;
           int itemNum;
           String title;
           String subject;
           double costNew;
           double costPaid;
           String isbn;
           double sellingPrice = 0;
           int noAuthors;
           int day;
           int month;
           int year;
            String seperator = "#";
            Book[] book = new Book[9];
            try
                fin = new FileReader("Books.txt");
                BufferedReader buff = new BufferedReader(fin);
                String line = buff.readLine();
                int count= 0;
                //read in Number of books
                noBooks=Integer.parseInt(line);
                while( line != null)
                    //Read in item number
                    itemNum = Integer.parseInt(line);
                    //Read in title
                    title = buff.readLine();
                    //Read in number of authors
                    noAuthors=Integer.parseInt(line);
                    //Read each line in as an author until number of authors reached
                    ArrayList authors = new ArrayList();
                    for(int i=0; i < noAuthors ; i++)
                        authors.add(buff.readLine());
                    //Read in cost new
                    costNew = Double.parseDouble(line);
                    //Read in subject
                    subject = buff.readLine();
                    //Read in ISBN
                    isbn = buff.readLine();              
                    //Read in purchase day
                    day = Integer.parseInt(line);
                    //Read in purchase month
                    month=Integer.parseInt (line);
                    //Read in purchase year
                    year = Integer.parseInt (line);
                    //Read in cost paid
                    costPaid = Double.parseDouble(line);
                    line = buff.readLine();
                    //Pass date, month and year values to array
                    Date purchaseDate =new Date(day,month,year);
                    //Pass values to constructor
                    if (line.equals(seperator))
                        book[count++] = new Book(itemNum, title, authors, subject, purchaseDate,costNew,costPaid,isbn, sellingPrice,noAuthors);
                  // line = buff.readLine();
                System.out.println(book.toString());
            catch(Exception ex)
                System.out.println(ex.toString());
             }

  • How can I read a specific character from a text file?

    Hi All!
    I would like to read a specific character from a text file, e.g. the 2012th character in a text file with 7034 characters.
    How can I do this?
    Thanks
    Johannes

    just use the skip(long) method of the input stream that reads the text file and skip over the desired number of bytes

  • Re: Can't load web app that has sealed jar files

              I forgot to mention that I'm using WebLogic Server 6.1 with
              J2EE 1.2 Plus Additional J2EE 1.3 Features.
              Barry
              "Barry" <[email protected]> wrote:
              >
              >I am getting the error "String index out of range: -1" thrown by
              >weblogic.servlet.internal.WebAppHelper.resolveManifestName when I start
              >WLS. The
              >problem seems to be
              >with certain jar files in the WEB-INF\lib directory of a particular web
              >app. It
              >seems that if the manifest in a
              >jar file has "Sealed: true", the error occurs. If I remove sealed jars
              >from the
              >lib directory, the problem goes
              >away. The jars in question are xalan.jar and crimson.jar.
              >
              >Any ideas?
              >
              >Thanks,
              >Barry
              >
              

    Yes, it's valid.
              Joe Carew wrote:
              > I can't find any reference to CR064391 on the support site. Does anyone know if this
              > is the valid CR number? I am having this same issue trying to deploy axis.
              >
              > Rajesh Mirchandani <[email protected]> wrote:
              > >contact [email protected] and refer to CR064391.
              > >
              > >Barry wrote:
              > >
              > >> I forgot to mention that I'm using WebLogic Server 6.1 with
              > >> J2EE 1.2 Plus Additional J2EE 1.3 Features.
              > >>
              > >> Barry
              > >>
              > >> "Barry" <[email protected]> wrote:
              > >> >
              > >> >I am getting the error "String index out of range: -1" thrown by
              > >> >weblogic.servlet.internal.WebAppHelper.resolveManifestName when I start
              > >> >WLS. The
              > >> >problem seems to be
              > >> >with certain jar files in the WEB-INF\lib directory of a particular web
              > >> >app. It
              > >> >seems that if the manifest in a
              > >> >jar file has "Sealed: true", the error occurs. If I remove sealed jars
              > >> >from the
              > >> >lib directory, the problem goes
              > >> >away. The jars in question are xalan.jar and crimson.jar.
              > >> >
              > >> >Any ideas?
              > >> >
              > >> >Thanks,
              > >> >Barry
              > >> >
              > >
              > >--
              > >Rajesh Mirchandani
              > >Developer Relations Engineer
              > >BEA Support
              > >
              > >
              Michael Young
              Developer Relations Engineer
              BEA Support
              

  • Can't load web app that has sealed jar files

              I am getting the error "String index out of range: -1" thrown by
              weblogic.servlet.internal.WebAppHelper.resolveManifestName when I start WLS. The
              problem seems to be
              with certain jar files in the WEB-INF\lib directory of a particular web app. It
              seems that if the manifest in a
              jar file has "Sealed: true", the error occurs. If I remove sealed jars from the
              lib directory, the problem goes
              away. The jars in question are xalan.jar and crimson.jar.
              Any ideas?
              Thanks,
              Barry
              

              I am getting the error "String index out of range: -1" thrown by
              weblogic.servlet.internal.WebAppHelper.resolveManifestName when I start WLS. The
              problem seems to be
              with certain jar files in the WEB-INF\lib directory of a particular web app. It
              seems that if the manifest in a
              jar file has "Sealed: true", the error occurs. If I remove sealed jars from the
              lib directory, the problem goes
              away. The jars in question are xalan.jar and crimson.jar.
              Any ideas?
              Thanks,
              Barry
              

  • How can i read all the lines from a text file in specific places and use the data ?

    string[] lines = File.ReadAllLines(@"c:\wmiclasses\wmiclasses1.txt");
    for (int i = 0; i < lines.Length; i++)
    if (lines[i].StartsWith("ComboBox"))
    And this is how the text file content look like:
    ComboBox Name cmbxOption
    Classes Win32_1394Controller
    Classes Win32_1394ControllerDevice
    ComboBox Name cmbxStorage
    Classes Win32_LogicalFileSecuritySetting
    Classes Win32_TapeDrive
    What i need to do is some things:
    1. Each time the line start with ComboBox then to get only the ComboBox name from the line for example cmbxOption.
       Since i have already this ComboBoxes in my form1 designer i need to identify where the cmbxOption start and end and when the next ComboBox start cmbxStorage.
    2. To get all the lines of the current ComboBox for example this lines belong to cmbxOption:
    Classes Win32_1394Controller
    Classes Win32_1394ControllerDevice
    3. To create from each line a Key and Value for example from the line:
    Classes Win32_1394Controller
    Then the key will be Win32_1394Controller and the value will be only 1394Controller
    Then the second line key Win32_1394ControllerDevice and value only 1394ControllerDevice
    4. To add to the correct belonging ComboBox only the value 1394Controller.
    5. To make that when i select in the ComboBox for example in cmbxOption the item 1394Controller it will act like i selected Win32_1394Controller.
    For example in this event:
    private void cmbxOption_SelectedIndexChanged(object sender, EventArgs e)
    InsertInfo(cmbxOption.SelectedItem.ToString(), ref lstDisplayHardware, chkHardware.Checked);
    In need that the SelectedItem will be Win32_1394Controller but the user will see in the cmbxOption only 1394Controller without the Win32_
    This is the start of the method InsertInfo
    private void InsertInfo(string Key, ref ListView lst, bool DontInsertNull)
    That's why i need that the Key will be Win32_1394Controller but i want that the user will see in the ComboBox only 1394Controller without the Win32_

    Hello,
    Here is a running start on getting specific lines in the case lines starting with ComboBox. I took your data and placed it into a text file named TextFile1.txt in the bin\debug folder. Code below was done in
    a console app.
    using System;
    using System.IO;
    using System.Linq;
    namespace ConsoleApplication1
    internal class Program
    private static void Main(string[] args)
    var result =
    from T in File.ReadAllLines(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "TextFile1.txt"))
    .Select((line, index) => new { Line = line, Index = index })
    .Where((s) => s.Line.StartsWith("ComboBox"))
    select T
    ).ToList();
    if (result.Count > 0)
    foreach (var item in result)
    Console.WriteLine("Line: {0} Data: {1}", item.Index, item.Line);
    Console.ReadLine();
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my webpage under my profile but do not reply to forum questions.

  • I can't read back what I wrote (to a file)

    I wrote a very large file (over several hundred hours) in textual form; each line is a long, output using toHexString() like this:
    2092cc0ca723ec80
    2092cc0ce463ec80
    2092cc0d14a3ec80
    2092cc0d14e3ec00
    2092cc0d1523ec80
    2092cc0d1563ec80
    2092cc0d15a3ec80
    2092cc0d15a3ed00
    2092cc0d16e3ec80
    ... etc ...
    I then tried to read the numbers back into another Java program using Long.parseLong(str, 16), but I get a NumberFormatException when I get about 1million lines in. This is where the lines begin with an _8_ (in hex):
    8219250d16e3ec80
    8219250d16e3ed00
    8219250d56a3ec80
    8219250d56e3ec80
    8219250d56e3ed00
    ...etc...
    Is there another way for me to use Java to read back in what I wrote using Java?

    ozweepay wrote:
    >
    You're absolutely right. I think this is the reason that Java will never become widely used, ...
    Did you actually just claim that Java's popularity implies that it cannot contain design flaws?Sure, why not. I mean we all know that Java is perfect. God forbid, I've never seen anything wrong with Java in the past 10 years.
    Wow indeed! Why didn't they put it to the standard API. Businesses all around the world are parsing 64-bit hex values from files!!!
    Did you actually just insinuate that Java's principle purpose is to support business applications? I guess that's why the standard library doesn't support things like graphics, sound, networking, etc.And yet you're only reading hex Strings from a file. All those sweet graphics and sound classes for nothing...
    Do you spend a lot of your time insulting people who complain that the lack of unsigned longs makes it hard to parse network addresses? It's not like anyone ever does that on a computer, right?Do you spend a lot of your time rewriting things in C when a programming language fails you in the parsing department?

  • ICal Bug?-Can't read overlapping appointments

    I just upgraded to Lion and the new calendar is annoying me.  Can someone tell me if
    this is a bug or if I'm doing something wrong?  I have a lot of overlapping appointments,
    and in the old calendar I could just click on whichever one I wanted to read and it would
    pop to the front.  Now when I click a buried appointment the color gets darker indicating that
    it is selected, but it does not pop to the front and as a result I can't read the text!  Has
    anyone else seen this and know what to do about it?
    Thanks,
    Diane

    Check out this post ... https://discussions.apple.com/thread/3198235?start=0&tstart=0

  • I downloaded Adobe Reader 9.3 and now I can't read or print out any of my Pdf files.  Help!

    I downloaded Adobe 9.3 and now I can't read or print
    any of my Pdf files.  Help!

    Windows 7.  I get an error Message - Runtime Error - A network error occurred while attempting to read from the file.  Routine Error - This application has requested the runtime to terminate in an unusual way.

  • My Old IMac G5 kaput, its on or seems to be on but its black screen can't do anything, though all my pictures I want and my itunes library...I got a Macbook and do use a Time machine, but can't get to old files,

    My Old IMac G5 kaput, its ON or seems to be ON but its black screen can't do anything, though all my pictures and files are there.  I want my photos and my itunes library Can't seem to get them.  ( I have not been able to share them to my phone or lap top anymore ever since my G5 flipped ) I got a Macbook and got it connected to the Time machine.  Trying to Migrate them here from my time machine, but I have not been able to so far. Can somebody help..?
    [email protected]
    Thank you  ;- )

    Have you tried restarting or resetting your iPhone?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

Maybe you are looking for

  • HP Pavilion 23bw Goes Blank

    Hi - I have an HP Pavilion 23bw as a monitor for a Dell desktop.  Recently the monitor goes dark suddenly and for no apparent reason.  I have to unplug the power cord, then plug it back in to get the monitor to turn back on.  Any thoughts or suggesti

  • ZEN - firmware 1.

    My ZEN reports I have firmware .3.4 (was on service due some problems with the LCD) and the update program indicates that this firmware is old (?!?) and recommend me to upgrade to .2.0. Any advice?

  • Displaying large images

    On blog or news item pages etc. it would be common to display an image as no more than a certain width, regardless of the actual image size, simply for fast loading and consistent visual presentation. However, I would like users to be able to see the

  • Filter View Not Filtering

    I have an InfoPath Forms Library in which I need to filter some views. The first one being Client Status, which is a drop down box with the choices of Open, Suspended, Warrant, and In Custody. I created a view that I want to only show the Open items.

  • Google Maps not loading on my iMac

    I can't get Google Maps to load on my iMac. Whenever I go to a web page that uses Google maps (i.e. http://connect.garmin.com/activity/29817682), the outline of the map loads and the scale, route etc. but the actual background map or satellite image