Newly-created Files & Folders Permission Problem

Hello. I have a Snow Leopard Server 10.6.8 with Snow Leopard and Lion clients.
When all Macs were running Snow Leopard, any client could create new folders and files on the Snow Leopard Server, and all other Mac clients can access and modify them (Read and Write permission).
I updated a few clients to Lion, and now when a Lion client created a new file or folder on the Snow Leopard Server, only that client has Read & Write permission. All other client now cannot modify the newly-created file/folder.
My temporary fix is to change the folder or file permission on the server so everyone can have access.
Does anyone know how to fix this? Is this the Lion client problem or the Snow Leopard Server problem?
Thanks.
Alex.

Hello. I have a Snow Leopard Server 10.6.8 with Snow Leopard and Lion clients.
When all Macs were running Snow Leopard, any client could create new folders and files on the Snow Leopard Server, and all other Mac clients can access and modify them (Read and Write permission).
I updated a few clients to Lion, and now when a Lion client created a new file or folder on the Snow Leopard Server, only that client has Read & Write permission. All other client now cannot modify the newly-created file/folder.
My temporary fix is to change the folder or file permission on the server so everyone can have access.
Does anyone know how to fix this? Is this the Lion client problem or the Snow Leopard Server problem?
Thanks.
Alex.

Similar Messages

  • Mac to Mac file sharing - file permissions problem upon newly created files

    Hi all,
    At home I have two iMac's both running Snow Leopard.
    iMac A/Users/*1 is sharing his iMac A/Users/*1/Documents folder.
    The sharing & permissions - preferences of this folder and the files inside this folder are:
    '*1' : (the iMac A's main user account) : Read & Write
    'share' : (a Sharing Only account, set up from iMac A) : Read & Write
    everyone : : No Access
    iMac B/Users/*2 is able to read & write to this folder because he is connected with iMac A as 'share'.
    So far so good. iMac A/Users/*1 can read & write to his own Documents folder
    and so can iMac B/Users/*2 because he is connected to iMac A as 'share'.
    But: this only applies to the folders and files that are _already in_ the iMac A/Users/*1/Documents folder,
    because I once changed the sharing & permissions -permissions of iMac A/Users/*1/Documents as mentioned above and executed 'Apply to enclosed Items...'.
    So the problem is: when I create a new file or folder on iMac A/Users/*1 or on
    iMac B/Users/*2 and put it in iMac A/Users/*1/Documents, this new file or folder will only
    have the standard sharing & permissions - preferences of any newly created file or folder
    on the iMac X/Users/*Y it was created. The problem is those sharing & permissions - preferences
    will not let the other iMac X"/Users/*Y" Read & Write to this new file or folder but only let himself
    Read & Write. Following, the other iMac X"/Users/*Y" will only be able to Read the newly created
    file or folder, because the standard standard sharing & permissions - preferences on
    iMac A/Users/*1 as well as on iMac B/Users/*2 are the following:
    '*Y' : (the iMac X's main user account) : Read & Write
    staff : (Administrator accounts on iMac X) : Read only
    everyone : : Read only
    A pretty manual fix to this problem is walking to iMacX" and changing the
    sharing & permissions - preferences of the newly created file or folder so that iMacX"
    will also be able to Read & Write this newly created file or folder.
    Does anyone know a better fix for my problem? Basicly I want to have Read & Write
    sharing & permissions on the newly created file or folder for both iMac's,
    not only the for the file or folder creator's iMac. And this without having to change
    sharing & permissions - preferences of this newly created file or folder manually
    each time.
    Thanks in advance,
    Vincent Verheyen.

    Hi all,
    I have found a thread wich i think also handles about my problem.
    The standard sharing & permissions - preferences or privileges
    can be changed apparently, this seems to have got something to do
    with umask and changing this umask. The adress is the following:
    *http://www.macosxhints.com/article.php?story=20031211073631814*
    Other ways to change the above-mentioned umask may be
    applications like SharePoints, TinkerTool or BatChMod.
    All of them are also mentioned in the above-mentioned thread.
    I haven't executed the solution as mentioned in the above-mentioned
    thread yet, replies to the thread speak about insecurity and failures.
    Further more I haven't found any other solutions to my problem,
    so any help is still greatly appreciated.
    Thanks in advance,
    Vincent Verheyen.

  • Weird ESB Error - "newly created file vanished" !

    I'm trying to register a really simple ESB project - 2x Db adapters that each call a stored procedure. I've done it dozens of times before without any problems but now I'm getting this weird error message in JDev when registering the services:-
    error code: 0 : 10
    summary: An unhandled exception has been thrown in the ESB system. The exception reported is: "java.io.IOException: Service TxXMLFileDescriptorsStore at C:\product\10.1.3.1\OracleAS_2\integration\esb/oraesb/artifacts/store/metadata working on C:\product\10.1.3.1\OracleAS_2\integration\esb/oraesb/artifacts/work/metadata access error : Newly created file vanished
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.createIOException(Unknown Source)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.access$100(Unknown Source)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter$1.createDirectory(Unknown Source)
         at oracle.tip.esb.lifecycle.AuxiliaryFileHandler.copyToRepository(Unknown Source)
         at oracle.tip.esb.lifecycle.AuxiliaryFileHandler.copyToRepository(Unknown Source)
         at oracle.tip.esb.lifecycle.AuxiliaryFileHandler.copyToRepository(Unknown Source)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.commit(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.deploy(Unknown Source)
         at oracle.tip.esb.configuration.deployment.DeploymentServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: org.apache.slide.common.ServiceAccessException: Service TxXMLFileDescriptorsStore at C:\product\10.1.3.1\OracleAS_2\integration\esb/oraesb/artifacts/store/metadata working on C:\product\10.1.3.1\OracleAS_2\integration\esb/oraesb/artifacts/work/metadata access error : Newly created file vanished
         at org.apache.slide.store.txfile.AbstractTxFileStoreService.throwInternalError(AbstractTxFileStoreService.java:357)
         at org.apache.slide.store.txfile.TxXMLFileDescriptorsStore.createObject(TxXMLFileDescriptorsStore.java:134)
         at org.apache.slide.store.AbstractStore.createObject(AbstractStore.java:670)
         at org.apache.slide.store.ExtendedStore.createObject(ExtendedStore.java:602)
         at org.apache.slide.structure.StructureImpl.create(StructureImpl.java:354)
         at oracle.tip.esb.server.bootstrap.slide.CreateFolder.createFolder(Unknown Source)
         at oracle.tip.esb.server.bootstrap.slide.CreateFolder.executeRequest(Unknown Source)
         at oracle.tip.esb.server.bootstrap.slide.AbstractSlideMethod.execute(Unknown Source)
         at oracle.tip.esb.server.bootstrap.slide.SlideHandler.createFolder(Unknown Source)
         at oracle.tip.esb.server.bootstrap.slide.SlideHandler.createFolder(Unknown Source)
         ... 23 more
    Fix: - "
    I've restarted SOA Suite but it made no difference. Has anyone seen this before?
    (I'm running JDev 10.1.3.2 and SOA Suite 10.1.3.1 - I'm also using a default install of Oracle XE as the dehydration store - but this has been running fine for almost 2 weeks now).
    Message was edited by:
    gnewtonaus

    Hmmm have restarted SOA Suite - no go, so restarted the whole server it's running on - still no go. Have tried rebuilding the ESB project from scratch using JDev 10.1.3.3 - no go.
    On subsequent tries (registering the the ESB services from JDev) I'm getting a different error message now:-
    error code: 0 : 10
    summary: An unhandled exception has been thrown in the ESB system. The exception reported is: "javax.transaction.NotSupportedException
         at org.apache.slide.transaction.SlideTransactionManager.begin(SlideTransactionManager.java:129)
         at org.apache.slide.common.NamespaceAccessTokenImpl.begin(NamespaceAccessTokenImpl.java:391)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.commit(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.deploy(Unknown Source)
         at oracle.tip.esb.configuration.deployment.DeploymentServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Fix: -
    Equally as confusing! - have I broken my ESB and need to reinstall SOA Suite?

  • I have a new ipad and want to create files for my documents I brought over from my Mac. How do I create file folders?

    I would like to create file folders for my documents I brought over to my ipad from my desktop Mac. I downloaded pages and neu.annotate. My files synced without a problem. PDF articles I put in neu.annotate and pages documents into pages but I would like to organize into folders like on my desktop. How can I do this on the ipad3?

    Unlike a 'normal' computer the iPad doesn't have a file system and everything on it has to be stored/associated within an app, you can't have separate folders of documents/files on your iPad's homescreens. If the apps that you have support it then you could possibly use Dropbox to store your documents within a folder structure, but you'd then need internet access in order to access them.

  • Unable to open newly created files using a specific font.

    Hello everyone!
    All of a sudden, I am not able to open newly created files in Acrobat Pro 9.0 that use a specific font. It seems to be localized to files that are created in Microsoft Words, as I tried to create a document in Pages and was able to open that PDF (using the same font) in Acrobat. I'm not sure what to do at this point...Any ideas?

    Hi,
    If you have recently upgraded to Mac OS X 10.6.7, then have a look here:http://forums.adobe.com/message/3593533#3593533, where Steve Werner had the solution.
    Niall

  • Cannot create file "/Applications/ " Permission denied.

    When installing new software Iget the following error message: "Cannot create file "/Applications/ ". Permission denied. I have used disk utilities to try to repair my permissions with no sucsess. I have also tried reinstaling the software. Any advise is appreciated.
    I am using Mac OS X Yosemite 10.10.2 and Safari 8.0.4

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

  • Domain users files sharing permission problem

    Dear Domain Professional,
    We have a three domain controllers  192.168.92 .162,167,150  All domain controller working with
    Global Catalog servers ( Root forest ) . All domain controller live synchronize with each others like Users , Group policy , ADS, DNS.
    lastnight we had a problem with file sharing permission . it had been asked username & password . why this problem was happened ?
    Finally we had restated with all domain controller then file sharing perfectly working fine .i had verified all events in domain controller there is no any error issue .
    Note:- we are using juniper firewall  is there any security issue ?
    happended
    Regards
    Subash

    Hi,
    According to the
    repadmin results, there isn’t any replication issue.
    I was wondering how long did the issue last until reboots of DCs?
    If the period is short, then this behavior is normal, because AD replication takes time, this issue could occur before AD replication has completed.
    Another possible cause is related to Kerberos authentication and authorization mechanism.
    During a logon session, once a user has been authenticated successfully, it gets an
    access token containing its SID and group membership and privileges.
    The user's access token is subsequently inherited by any application process that the user starts during the logon session.
    If we change user’s group membership and privileges
    after the access token has been issued, the changes won’t be updated until this user logs off and logs on again.
    Here are some related articles below for your references:
    How Access Tokens Work
    http://technet.microsoft.com/en-us/library/cc783557(v=WS.10).aspx
    How the Kerberos Version 5 Authentication Protocol Works
    http://technet.microsoft.com/en-us/library/cc772815(v=ws.10).aspx
    I hope this helps.
    Amy

  • Creating file folders in iPad mail

    Is it possible to create mail folders in iPad mail, or is there an app that let's you organize mail into folders

    It depends on what email provider your using to make a new folder. For example I use gmail and coustum folders in gmail are called labels. Don't ask me why they are called labels... You can add a folder from the iPad and here is how to do it with gmail.
    Open a new browser window in Safari...
    Type in google.com in the URL address bar...
    Click on Gmail in the menu...
    Type in your user name and password...
    When Gmail loads, look at the bottom of the page and click on basic HTML...
    You can add folder (labels) in two places. From the settings (top right), label tab. Or from the  left hand column, labels, edit labels...
    Add the a new label with a name...
    You can add as many folders (labels) to you liking.
    Click on the email icon app. If the new folder doesn't show up hit the home button and click on the email app again, the new folder should show up.
    Once you have done this a few times you'll get a good workflow.
    I'm sure you can do this with other email providers that let's you access your email by way of a bowser page.

  • [solved] Thunar doesn't respect umask when creating files/folders

    Having this permissions:
    $ umask
    0007
    When creating files / dirs in a terminal the new ones will get the correct permissions. However when doing the same in Thunar (checked with pcmanfm, too) the files / dirs get different permissions:
    -rw-rw---- 1 nap users 0 Jun 30 16:31 new2 - cli
    -rw-r--r-- 1 nap users 0 Jun 30 16:31 New Empty File - thunar
    drwxrwx--- 2 nap users 4,0K Jun 30 16:32 dir-cli
    drwxr-xr-x 2 nap users 4,0K Jun 30 16:32 dir-thunar
    Shouldn't applications respect the user's umask settings? Is it a bug or a feature?
    Last edited by siriusb (2012-07-01 10:12:23)

    Thanks, very useful link.
    Now I understand why it works this way. However I'm wondering whether putting umask to ~/.xprofile would work.
    Or in .xinitrc before the line that starts WM. I'll try.
    Update:
    Gcool thanks again.
    Putting umask into xprofile works exactly as I need it to work!
    Last edited by siriusb (2012-07-01 10:12:04)

  • How can I add account privileges to a newly created file?

    I have multipe accounts on my Mac.  Two of them need to share certain files, but not with everyone else so I can't use the Shared folder.  When I create a new text file with AppleScript it has default ownership to the account that created it, but I need to give read & write privilages to it to the other account as well.  I can do this manually, but there are lots of files sometimes.  One trick I've found is to reset privilages from the next higher folder.  This saves time, but sometimes I forget.  Also when I do this it causes Time Machine to think all the files in that folder have been updated.  If the folder is large it may cause Time Machine to purge a old backup version.  What I'd like to do is find some AppleScript code I can use to add user "A" with read & write access to the permissions of a new file at the time my AppleScript creates that file.  Any ideas?

    Thanks for the reference.  It was interesting and provided me with a direction I hadn't thought of: User Groups and Terminal commands which led to DO SHELL SCRIPT.
    The approach in your reference wasn't practical for me because I already have about 10,000 folders in a 4-deep tree structure on a 2 TB hard disk.  The inheritance method whould have taken a lot of work.
    I did some more researching and experimentation and here's what I ended up with.
    First I created a User Group and assigned the two accounts that needed to share files to it.  By the way, I have two accounts so I can run time-consuming AppleScripts in one while doing work in the other.  This way I'm not disturbed by the AppleScripts and, since some of them use System Events, they aren't disturbed by me.  Anyway, I set up a User Group.  For some reason, the first group didn't work properly.  When I assigned it to a folder or file, one of the account names appeared next to the group icon in the Get Info window of Finder.  I tried everything I could think of to make it work and failed.  Then I created a second User Group and it worked fine, so I just deleted the first group.  I wonder what went wrong the first time?
    Next I used the Finder's Get Info window to apply the new Group privilages to all items in my very large shared data folder on that hard drive.  This took about an hour.
    Finally I created the following AppleScript code taking most of it from what I found on the Internet and fixing problems using other things found on the net.  I've built the following code into a number of AppleScripts that create folders containing 20-200 files.  I've run two of the scripts and created about 200 files in a few dozen folders and it seems to work fine.  Oh, one more thing: For some reason I couldn't assign group membership by name.  I kept getting an error message.  When I substitued the group number - 505, it worked fine.  Go figure!
    tell application "Finder"
    ... lots of finder code ...
    set these_items to every item in folder (target_folder & folder_name)
    tell me
                                            set this_POSIX to quoted form of POSIX path of ((target_folder & folder_name) as alias)
                                            do shell script "chown -R  " & "Programming:505 " & this_POSIX user name "Richard" password "xxx" with administrator privileges
                                            do shell script "chmod -R 770 " & this_POSIX user name "Richard" password "xxx" with administrator privileges
                                            repeat with this_item in these_items
                                                      set this_POSIX to quoted form of POSIX path of (this_item as alias)
                                                      do shell script "chown -R  " & "Programming:505 " & this_POSIX user name "Richard" password "xxx" with administrator privileges
                                                      do shell script "chmod -R 770 " & this_POSIX user name "Richard" password "xxx" with administrator privileges
                                            end repeat
                                  end tell
    ...more finder code
    end tell
    Note: The tell me was recommended by someone on the net.  There was a caution about do shell script failing inside a Tell application "Finder".  I didn't test this.
    I'm a happy camper now.  I don't think I'd have found my way without the reference you provided.

  • File /folder permission problem

    Hi,
    I have a share on server 2012 R2 with FULL ACCESS. Now I have problem to write in it when I mounted the network share on a PC booted with WinPE. Even I mounted the share with Administrator Account.
    Effective permissions and ownership details seems to look fine.
    Have deleted the user and created a new user account , still same problem ,,, isn't it odd? Has someone faced same?
    N.A.Malik

    Hello,
    When you try to write in this folder, did you get any error message?
    I want to confirm the administrator account is a domain accout or local account.
    Personally, I think it is still a permission issue.
    For test, give everyone full confrol for both share permission and NTFS permission.

  • Newly created files are always locked

    I have a small but annoying problem with Indesign. (Several, actually, but the one on my mind at the moment is...)
    Whenever I create a new document, it's always locked. I can't save changes to it, add it to a book, or do many other routine things with it. It doesn't matter what I do; I can close out of everything completely but when I re-open Indesign, the file is still locked.
    What I can do, which provides me with an easy workaround, is do a Save As..., delete the original document, and work with the one I created with the Save As. (Documents created by Save As don't seem to have this problem, only documents created by New => Document). After I do that, everything works as expected. For this reason, this problem isn't the end of the world, though it was pretty scary the first time it happened. But it's still an annoyance that strikes me as an obvious bug, and if anyone's got a diagnosis and a means of keeping it from happening in the first place, I'd love to hear it.

    Here's a post from a regular forum contributor that will explain:
    Troubleshooting 101: Replace, or "trash" your InDesign preferences

  • Finding the exact path to a newly created file.

    Hello,
    In my program I create a new file using a BufferedWriter. This, as you most certainly know, creates the file in the current directory. I'd like to know how do I find out the exact path of the file I just created?
    Example: the program is being run from C:\Java. The program creates the file test.txt. How do I figure out that it's C:\Java\test.txt if I don't know for sure what directory the program is being run from?
    Thanks,
    -Kain

    Heh. I feel pretty dumb now. I had been looking at that exact method for about a week now but thinking it wouldn't be as easy as it sounds. After trying it it was pathetically easy. Guess I should always try things first before deeming it impossible by those means.

  • Newly created files do NOT appear in finder

    When I bounce files from Logic7 or Logic8 and then switch to the "Bounces" folder, in the finder window that I usually have open in the background, the file that I just bounced does not appear there. The only way to get it to appear is to manually browse to another folder and then back to the "Bounces" folder so that the finder refreshes that folder's contents.
    This was not a problem until I upgraded to 10.5.4 and Logic8. I was previously on 10.4.9 and Logic 7.2.
    Other apps seem to be able to save documents and files to a folder, and they immediately appear in the finder window. Seems like yet another instance where Logic and the OS are not playing nice with each other.
    Anyone else having this problem? Any other apps behaving this way with the OS?

    +1 here!

  • Java.io.File and output.write to newly created file

    I'm using output.write(""); in conjunction with java.io.File to create a file with field data from a form submit. The file gets created and includes anything I add between the quotes rather then searching for it's value. My question is what is the syntax for putting <%= request.getParameters("") %> in the output.write brackets. I've been unsuccessful thus far so it must be my syntax.
    This works:
    try {
    File outputFile = new File("/tmp/filename");
    outputFile.createNewFile();
    FileWriter output = new FileWriter(outputFile);
    output.write("text in the file");
    output.close();
    } catch (IOException e) {
    System.out.println("Caught IOException: " + e.getMessage());
    // or.....
    System.err.println("Caught IOException: " + e.getMessage());
    %>
    I need to include the below and have the file represent <HTML> for redisplay.
    <html>
    <title><%= request.getParameter("car") %>, <%= request.getParameter("color") %></title>
    <font color=blue>Car Model: </font> <%= request.getParameter("carMod") %><br><br>
    <font color=blue>Car Color: </font> <%= request.getParameter("carColor") %><br><br>
    Can I wrap this somehow or do I need to define the field data another way?
    tks

    1)Do you want "<%= request.getParameter("car") %>" written exactly as that to the file, or 2)do you want to get the value of request.getParameter("car") and write it to the output?
    If 1):
    output.write("<title><%= request.getParameter(\"car\") %>,"+
            " <%= request.getParameter(\"color\") %></title>");else if 2):
    output.write("<title>"+ request.getParameter("car") +", "+
            request.getParameter("color")+"</title>");

Maybe you are looking for

  • How to find the root document in my application, if application is deployed as  EAR file ??

              Hi,           I want the real path, i mean root document.           I my EAR file, i have only one WAR file. In my WAR file the following are the           folders:-           enterprise/..           properties/sql/..           locale/..   

  • LC credit release  through vkm3

    Dear Brothers, My LC document is worth 5 millions ,after reaching that amount  the sales orders are gettings blocked,BUt once a new sales order is created suppose for 5.5 million it is blocking me at the delivery note creation level which is correct,

  • Java.lang.NoSuchMethodError: com.sap.aii.af.lib.util.ejb.FastEjbFactory

    Hi, only for register, when i tested the communication channel, the test failed and this error  "java.lang.NoSuchMethodError: com.sap.aii.af.lib.util.ejb.FastEjbFactory.createEjbInstance" appear in communication channel monitoring (RWB). I Found the

  • Lightroom Mobile - Color and Stars rating

    In order to be able to use LR mobile as an pre-selection tool we urgently need stars & color rating options for Lightroom Mobile. Can't believe it was left out while designing v1.0. This is just another data field. Apart from the opportunities to ret

  • Youtube takes forever to buffer on iphone 4s

    I don't know why but youtube takes forever to buffer videos. I didn't have this problem before, it just appeared randomly. Is it because i've been using up the phone storage? I only have 1 gb left. Thanks