Problem with File System Repository after release change

Hello,
we have been changing the Portal release from EP 6.0 to SAP NetWeaver Portal 7.0 SP17. The OS of the host is Windows 2003 Server.
If I open the component monitor to watch the repostitories, the state of the file system repositories are red and a error message occurred:
Startup Error:  getting mapped math - Logon failure: unknown user name or bad password
I checked the logon credentials....they are ok. Also I checked the access from the Portalhost to the Windows File System....it´s ok too.
In our previous portal release the FSR were ok!!
Is there a difference between the file system repository configuration in portal 6.0 and portal 7.0?
Thanks and regards
Tom

Hello Hussain,
I have checked the username and the password of the user who have full access on the Windows file system, but the same error occurred. In the Network Path we have configured a domain user for the file system access. Here is the configuration of the network path:
Name: Test
Description: Test
Networkpath:
Host\share
Password: ****
Re-enter Password: ****
User: domain\user
Here the configuration of the repository:
Name: Test
Description: Test
Prefix: /Test
Lookup Mode: caseless
Root Directory:
Host\share
Repository Services: Nothing
Property Search Manager: com.sapportals.wcm.repository.manager.generic.search.SimpleManagerSearchManager
Security Manager: AclSecurityManager
ACL Manager Cache: ca_cm_rep_acl
Windows Landscape System: Microsoft_Windows_KM
Read only: unchecked
Could it be that I need a user mapping for the access of the windows file system?
Perhaps the configuration of the Windows Landscape System is wrong?
regards
Tom

Similar Messages

  • Problem withe file system repository

    I configured a windows file system to the portal.
    And the folder is showing well in the KM content.(along with its content) which is fine.
    Now when i am trying to edit the file (by clicking on the 'Edit Locally' ) it is not responding and a message like operation failed is appearing.
    NOTE: The Windows folder has given the full permissions.
               The folder in theKM was also given full permissions to user.
    can any one help me.
    Thanks in advance,
    Mr.Chowday

    Hi
    check this
    Internet Explorer settings:
    Regardless of whether you are using ActiveX or the Applet, you have to make ActiveX settings in the browser (Internet Explorer) in order to use the Edit Locally function.
    Call up the security settings for the browser: Choose Tools ® Internet Options ® Security ® Custom Level in the menu bar. Make the following settings
    Download signed ActiveX controls = Enable
    Download unsigned ActiveX controls = Disable
    Initialize and script ActiveX controls not marked as safe = Disable
    Run ActiveX controls and plug-ins = Enable
    Script ActiveX controls marked safe for scripting = Enable
    and also If you are using the repository in read-only mode, the creating, changing, renaming, and deleting of files and directories is not supported.
    http://help.sap.com/saphelp_nw04/helpdata/en/a6/181b09bcc7fe4389c8c17d2ad849cc/content.htm
    Regards
    Krishna.

  • Problems with file based repository

    I am facing problems with Oracle 10g cluster which is using file based repository.Every now and then one of the nodes in the cluster gives problems and I get error message
    "The DCM repository is not currently available. The Oracle Application Server ins
    tance, "abc", is using a cached copy of the repository information. This operation will update the repository, therefore the repository must be available."
    When I check the repository host its up and running. This happens intermittently. Is there any way to bring this node back in sync with repository? dcmctl resyncinstance doesnt seem to work.
    Thanks
    - Jayram

    Generally this issue comes if esb-dt and BPEL runs on the same server. Try this:
    1> go to <SOA_HOME>/integration/esb/config
    2> edit esb_config.ini
    add 2 parameters at the end of the file
    PingCount = 30
    PingInterval = 30
    3> save it and restart soa

  • Problem with File Vault account after restoring from Time Machine Backup

    my old 13" macbook 2.4 running OS X 10.5.4 was recently stolen and I've purchased a refurbished 13" macbook pro 2.66 running OS X 10.6. On booting up for the first time I restored from my Time machine backup (via setup assistant) and opted for migration of all files, applications, user profiles etc.
    My main user (with admin privileges) is normally encrypted with File Vault but when I've tried to log in it's coming up with error(3) message. any ideas as to the problem and how to fix?

    Hroodbwai wrote:
    I can't find it! not sure what's going on but the only folder shown is the " Shared" folder.
    Did you have only the one user account? If there were others, they should also be in the "Users" folder. You probably won't have access to the files inside them, but they should be there.
    From what can make out, it looks like it's not backed up any of the files for the filevault account. Can't see user folder when looking through previous backups in Time Machine galaxy view.
    Are you doing that from a Finder window set to your internal HD, or your computer name? It should look something like this (with the Finder in List view):
    |
    |
    I'd been logging out and backing up manually on a regular basis.
    Scheduled backups should run normally; but they won't back up the File Vault sparse bundle, nor will any run manually.
    The only time it's backed-up is when you actually log out.
    You should have seen this window on logout:
    |
    |
    followed by this one:
    |
    |
    If you didn't see the second one, or cancelled it, the account wasn't backed-up.

  • Problems with iWS6.0 SP4 after JDK change / upgrade

    Solaris8 SPARC
    iPlanet 6.0 WebServer SP4
    I recently upgraded from JDK 1.3.1_02 to JDK 1.3.1_07 .
    In both cases .... the JDK was installed at /usr/j2se.
    iPlanet 6.0 SP4 was already using JDK 1.3.1_02 before ( /usr/j2se ).
    Now after the JDK upgrade, in an attempt to restart the admserv. I am getting the exception below:
    iPlanet-WebServer-Enterprise/6.0SP4 B07/17/2002 14:04
    warning: daemon is running as super-user
    [LS ls1] http://soft2, port 8888 ready to accept requests
    java.lang.NoClassDefFoundError
    at java.security.Policy$1.run(Policy.java:144)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.Policy.getPolicyNoCheck(Policy.java:141)
    at java.security.SecureClassLoader.getPermissions(SecureClassLoader.java:133)
    at java.net.URLClassLoader.getPermissions(URLClassLoader.java:415)
    at sun.misc.Launcher$AppClassLoader.getPermissions(Launcher.java:289)
    at java.security.SecureClassLoader.getProtectionDomain(SecureClassLoader.java:157)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    The errors logs say:
    [04/Apr/2003:18:36:58] info (20837): successful server startup
    [04/Apr/2003:18:36:58] info (20837): iPlanet-WebServer-Enterprise/6.0SP4 B07/17/2002 14:04
    [04/Apr/2003:18:36:59] info (20838): Installing a new configuration
    [04/Apr/2003:18:36:59] info (20838): [LS ls1] http://soft2, port 8888 ready to accept requests
    [04/Apr/2003:18:36:59] info (20838): A new configuration was successfully installed
    [04/Apr/2003:18:37:00] failure (20838): Internal error: unable to locate: com/iplanet/server/http/util/LogUtil
    [04/Apr/2003:18:37:00] failure (20838): Internal error: Unable to initialize utility classes
    [04/Apr/2003:18:37:00] failure (20838): Late initialization failed: Error running init function(late) NSServletLateInit: unknown error
    The class com/iplanet/server/http/util/LogUtil is in NSJavaUtil.jar ... which is included in the CLASSPATH in the start-jvm file, show below:
    NSES_JDK=/usr/j2se; export NSES_JDK
    NSES_JRE=${NSES_JDK}/jre; export NSES_JRE
    NSES_JRE_RUNTIME_LIBPATH=${NSES_JRE}/lib/sparc:${NSES_JRE}/lib/sparc/server:${NSES_JRE}/lib/sparc/classic:${NSES_JRE}/lib/sparc/native_thread
    s; export NSES_JRE_RUNTIME_LIBPATH
    NSES_JDK_RUNTIME_CLASSPATH=${NSES_JRE}/lib/ext/iiimp.jar:${NSES_JRE}/lib/i18n.jar:${NSES_JRE}/lib/rt.jar:${NSES_JDK}/lib/tools.jar:${NSES_JDK
    }/lib/dt.jar; export NSES_JDK_RUNTIME_CLASSPATH
    # DO NOT CHANGE ANYTHING BELOW THIS LINE
    NSES_SERVER_HOME=/usr/iplanet/servers; export NSES_SERVER_HOME
    NSES_CLASSPATH=${NSES_SERVER_HOME}/bin/https/jar/NSServletLayer.jar:${NSES_SERVER_HOME}/bin/https/jar/NSJavaUtil.jar:${NSES_SERVER_HOME}/bin/
    https/jar/AdminNativeUtil.jar:${NSES_SERVER_HOME}/bin/https/jar/NSJavaMiscUtil.jar:${NSES_SERVER_HOME}/bin/https/jar/servlet.jar:${NSES_SERVE
    R_HOME}/bin/https/jar/servlet-2.3-filters-api.jar:${NSES_SERVER_HOME}/bin/https/jar/jsp092.jar:${NSES_SERVER_HOME}/bin/https/jar/jaxp.jar:${N
    SES_SERVER_HOME}/bin/https/jar/crimson.jar:${NSES_SERVER_HOME}/bin/https/jar/xalan.jar:${NSES_SERVER_HOME}/bin/https/jar/jspengine.jar; expor
    t NSES_CLASSPATH
    LD_LIBRARY_PATH=${NSES_JRE_RUNTIME_LIBPATH}:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
    ...and the JAR file itself exists:
    soft2:/usr/iplanet/servers/https-admserv >ls -alt /usr/iplanet/servers/bin/https/jar/NS*
    -rw-r--r-- 1 root other 191337 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSServletLayer.jar
    -rw-r--r-- 1 root other 2856 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSJavaMiscUtil.jar
    -rw-r--r-- 1 root other 29941 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSJavaUtil.jar
    Here I show that the class iPlanet is complaining is in the NSJavaUtil.jar file:
    soft2:/usr/iplanet/servers/https-admserv >jar tvf /usr/iplanet/servers/bin/https/jar/NSJavaUtil.jar | grep Log
    3403 Wed Jul 17 13:54:22 GMT+10:00 2002 com/iplanet/server/http/util/LogUtil.class
    502 Wed Jul 17 13:54:22 GMT+10:00 2002 com/iplanet/server/http/util/LogUtil$LogWriter.class
    If I modify the start-jvm file so that NSES_JDK points to an older version of the JDK ( /usr/Solaris_JDK_1.2.2_07 ) ... or a newer one ( /usr/j2sdk1.4.0_02 ) ... then the admserv instance starts up.
    Having said that, in an effort to try to replicate the problem, I tried the same JDK upgrade on another Solaris8 SPARC installation, also with iPlanet 6.0 SP4. That one worked fine with any problems. The admserv instance started fine after the upgrade.
    The only different thing that I did was:
    1) I first told iPlanet6 to point to a different JDK location ( JDK 1.3.1_03 in /usr/j2sdk1_3_1_03 ) before the upgrade ....
    2) restarted the admserv instance ...
    3) install JDK 1.3.1_07 ( /usr/j2se )
    4) told iplanet6 to point to the JDK 1.3.1_07 ( /usr/j2se )
    5) restart the admserv instance
    Why would it not work with one installation and not the other ?

    This maybe the final clue. I did a truss via:
    truss -f ./start -start 2&> err
    ... and this is what I get just before the NoClassDefFoundError exception ( look at the SIGSEGV ):
    22780: lwp_mutex_lock(0xFEBC5558) = 0
    22780: lwp_sema_post(0xFCE03E30) = 0
    22780: lwp_sema_wait(0xFCE03E30) = 0
    22780: lwp_mutex_wakeup(0xFEBC5558) = 0
    22780: lwp_mutex_lock(0xFEBC5558) = 0
    22780: Incurred fault #6, FLTBOUNDS %pc = 0xF900A8FC
    22780: siginfo: SIGSEGV SEGV_ACCERR addr=0xFE427F68
    22780: Received signal #11, SIGSEGV [caught]
    22780: siginfo: SIGSEGV SEGV_ACCERR addr=0xFE427F68
    22780: sigprocmask(SIG_SETMASK, 0xFEBBEFE8, 0x00000000) = 0
    22780: mprotect(0xFE424000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
    22780: sigprocmask(SIG_SETMASK, 0xFEBCAD68, 0x00000000) = 0
    22780: setcontext(0xFE42B938)
    22780: time() = 1049546821
    22780: poll(0xFD007A40, 0, 10) = 0
    22780: getpid() = 22780 [22778]
    22780: write(6, " [ 0 5 / A p r / 2 0 0 3".., 111)     = 111
    22780: lwp_sema_post(0xFCE03E30) = 0
    22780: lwp_sema_wait(0xFCE03E30) = 0
    22780: lwp_mutex_wakeup(0xFEBC5558) = 0
    22780: lwp_mutex_lock(0xFEBC5558) = 0
    22780: getrlimit(RLIMIT_STACK, 0xFFBEAFAC) = 0
    22780: mprotect(0xFFB72000, 16384, PROT_NONE) = 0
    22780: mprotect(0xFFB70000, 8192, PROT_NONE) = 0
    22780: poll(0xFD007A40, 0, 10) = 0
    22780: brk(0x004BB7F0) = 0
    22780: brk(0x004BD7F0) = 0
    22780: time() = 1049546821
    22780: getpid() = 22780 [22778]
    22780: write(6, " [ 0 5 / A p r / 2 0 0 3".., 93)      = 93
    java.lang.NoClassDefFoundError22780: write(2, " j a v a . l a n g . N o".., 30) = 30

  • Problem with file system logging in Solaris7

    Hi,
    Solaris7 by default provides filesystem logging option. I mount a filesystem with "-o logging" option and then crash the filesystem. Next time i am able to mount the same filesystem without having to do an fsck.
    But the same does not happen if i mount the filesystem with mount(2) system call with the flag MNTOPT_LOGGING. Sample code is below
    --------------Ex code ---------------
    struct ufs_args ufs_mount;
    ufs_mount.flags = UFSMNT_LARGEFILES|UFSMNT_LOGGING;
    length = sizeof(ufs_mount);
    mount(dev,mntpoint[i],MS_DATA,filesys,(char *)&ufs_mount,length);
    I could avoid this by following the below steps:
    1. mount the required filesystem with mount(1) command
    mount -o logging /dev/dsk/c1t5d0s0 /mnt
    2. Do some activity on it. ex cp,rm and then unmount.
    3. Now use the mount(2)system call and mount the filesystem(above prog).
    After following these steps even if the filesystem crashed it can be mounted next time with the mount(2) system call without an fsck(1).
    I have also observed that a filesystem mounted using mount(2) call very frequently gives a "ufs log error , errno = 5" and needs an fsck after very few crashes.
    I have tried this on both 32 & 64 bit Solaris7.
    thanks in advance,
    rakesh.

    Hi,
    Solaris7 by default provides filesystem logging option. I mount a filesystem with "-o logging" option and then crash the filesystem. Next time i am able to mount the same filesystem without having to do an fsck.
    But the same does not happen if i mount the filesystem with mount(2) system call with the flag MNTOPT_LOGGING. Sample code is below
    --------------Ex code ---------------
    struct ufs_args ufs_mount;
    ufs_mount.flags = UFSMNT_LARGEFILES|UFSMNT_LOGGING;
    length = sizeof(ufs_mount);
    mount(dev,mntpoint[i],MS_DATA,filesys,(char *)&ufs_mount,length);
    I could avoid this by following the below steps:
    1. mount the required filesystem with mount(1) command
    mount -o logging /dev/dsk/c1t5d0s0 /mnt
    2. Do some activity on it. ex cp,rm and then unmount.
    3. Now use the mount(2)system call and mount the filesystem(above prog).
    After following these steps even if the filesystem crashed it can be mounted next time with the mount(2) system call without an fsck(1).
    I have also observed that a filesystem mounted using mount(2) call very frequently gives a "ufs log error , errno = 5" and needs an fsck after very few crashes.
    I have tried this on both 32 & 64 bit Solaris7.
    thanks in advance,
    rakesh.

  • Problems with file system functions

    I've been using CLibInit.supplyFile( ); to feed files to the
    C code to work with. My code looks like:
    //in Flash:
    cLibInit.supplyFile("./myfile", _myFileByteArray);
    if ( !access (file, R_OK) )
    // later:
    if ( (handle = open (file,O_RDONLY ) == -1)
    printf (" couldn't open %s\n",file);
    return;
    The access test passes, signalling that the file exists and
    everything is well. BUT, the open fails with a "File or directory
    does not exist" error.
    I tinkered around some, and noticed that the open() works
    when I removed the access() call. Similarly, if I put the open in
    front of the acess, the open succeeds, but the access fails. This
    makes me think that supplyFile might be "one use," meaning that the
    library 'forgets' the file once a system call accesses it. Is that
    the case? If so, it's truly bizarre functionality! But it's very
    possible that I'm missing some nuance of the UNIX system libs...
    :)

    Is it possible to open file in C?
    I tried to open file but it makes error "Can not Open File "
    // in fileread.c
    static AS3_Val fileread2(void* self, AS3_Val args)
    char* val = NULL;
    AS3_ArrayValue( args, "StrType", &val );
    char result[256];
    FILE *fp1;
    char s[256];
    if((fp1=fopen(val,"r"))==NULL)
    sprintf(result,"Can not Open File : %s", val);
    return AS3_String(result);
    while(fgets(s,256,fp1)!=NULL) {
    sprintf(result,"_%s",s);
    fclose(fp1);
    return AS3_String(result);
    int main() {
    AS3_Val fileread2Val = AS3_Function( NULL, fileread2 );
    AS3_Val result = AS3_Object( "fileread2: AS3ValType",
    fileread2Val );
    AS3_Release( fileread2Val );
    AS3_LibInit( result );
    return 0;
    // In fileread.as
    import cmodule.fileread2.CLibInit;
    private function init():void
    var loader:CLibInit = new CLibInit;
    var lib:Object = loader.init();
    //trace(lib.fileread2("_ReadMe.txt"));
    var arr:ByteArray = new ByteArray();
    loader.supplyFile("_ReadMe.txt", arr);
    trace("Array : " + arr);
    }

  • Problems with the File System Repository & User Mapping!

    Hi All
    I am having a problem with a file system repository, and setting up user mapping for that repository.
    I have done the following:
    Created a File System Repository
    Created a Network Path
    Created a System (Including the alias)
    Now when I go into User Administration and select my user the is no user mapped systems to select.
    All this system is doing is connecering to a folder on our File System.
    Any help would be great as this is really frustrating!
    Thanks
    Phil

    I am using EP7 Stack 11 and unfortunately the only options I have are:
    user
    admin
    admin,user
    It is currently set to admin, user and does not seem to work!
    Phil
    Message was edited by:
            Phil Wade

  • Problem with file descriptors not released by JMF

    Hi,
    I have a problem with file descriptors not released by JMF. My application opens a video file, creates a DataSource and a DataProcessor and the video frames generated are transmitted using the RTP protocol. Once video transmission ends up, if we stop and close the DataProcessor associated to the DataSource, the file descriptor identifying the video file is not released (checkable through /proc/pid/fd). If we repeat this processing once and again, the process reaches the maximum number of file descriptors allowed by the operating system.
    The same problem has been reproduced with JMF-2.1.1e-Linux in several environments:
    - Red Hat 7.3, Fedora Core 4
    - jdk1.5.0_04, j2re1.4.2, j2sdk1.4.2, Blackdown Java
    This is part of the source code:
    // video.avi with tracks audio(PCMU) and video(H263)
    String url="video.avi";
    if ((ml = new MediaLocator(url)) == null) {
    Logger.log(ambito,refTrazas+"Cannot build media locator from: " + url);
    try {
    // Create a DataSource given the media locator.
    Logger.log(ambito,refTrazas+"Creating JMF data source");
    try
    ds = Manager.createDataSource(ml);
    catch (Exception e) {
    Logger.log(ambito,refTrazas+"Cannot create DataSource from: " + ml);
    return 1;
    p = Manager.createProcessor(ds);
    } catch (Exception e) {
    Logger.log(ambito,refTrazas+"Failed to create a processor from the given url: " + e);
    return 1;
    } // end try-catch
    p.addControllerListener(this);
    Logger.log(ambito,refTrazas+"Configure Processor.");
    // Put the Processor into configured state.
    p.configure();
    if (!waitForState(p.Configured))
    Logger.log(ambito,refTrazas+"Failed to configure the processor.");
    p.close();
    p=null;
    return 1;
    Logger.log(ambito,refTrazas+"Configured Processor OK.");
    // So I can use it as a player.
    p.setContentDescriptor(new FileTypeDescriptor(FileTypeDescriptor.RAW_RTP));
    // videoTrack: track control for the video track
    DrawFrame draw= new DrawFrame(this);
    // Instantiate and set the frame access codec to the data flow path.
    try {
    Codec codec[] = {
    draw,
    new com.sun.media.codec.video.colorspace.JavaRGBToYUV(),
    new com.ibm.media.codec.video.h263.NativeEncoder()};
    videoTrack.setCodecChain(codec);
    } catch (UnsupportedPlugInException e) {
    Logger.log(ambito,refTrazas+"The processor does not support effects.");
    } // end try-catch CodecChain creation
    p.realize();
    if (!waitForState(p.Realized))
    Logger.log(ambito,refTrazas+"Failed to realize the processor.");
    return 1;
    Logger.log(ambito,refTrazas+"realized processor OK.");
    /* After realize processor: THESE LINES OF SOURCE CODE DOES NOT RELEASE ITS FILE DESCRIPTOR !!!!!
    p.stop();
    p.deallocate();
    p.close();
    return 0;
    // It continues up to the end of the transmission, properly drawing each video frame and transmit them
    Logger.log(ambito,refTrazas+" Create Transmit.");
    try {
    int result = createTransmitter();
    } catch (Exception e) {
    Logger.log(ambito,refTrazas+"Error Create Transmitter.");
    return 1;
    } // end try-catch transmitter
    Logger.log(ambito,refTrazas+"Start Procesor.");
    // Start the processor.
    p.start();
    return 0;
    } // end of main code
    * stop when event "EndOfMediaEvent"
    public int stop () {
    try {   
    /* THIS PIECE OF CODE AND VARIATIONS HAVE BEEN TESTED
    AND THE FILE DESCRIPTOR IS NEVER RELEASED */
    p.stop();
    p.deallocate();
    p.close();
    p= null;
    for (int i = 0; i < rtpMgrs.length; i++)
    if (rtpMgrs==null) continue;
    Logger.log(ambito, refTrazas + "removeTargets;");
    rtpMgrs[i].removeTargets( "Session ended.");
    rtpMgrs[i].dispose();
    rtpMgrs[i]=null;
    } catch (Exception e) {
    Logger.log(ambito,refTrazas+"Error Stoping:"+e);
    return 1;
    return 0;
    } // end of stop()
    * Controller Listener.
    public void controllerUpdate(ControllerEvent evt) {
    Logger.log(ambito,refTrazas+"\nControllerEvent."+evt.toString());
    if (evt instanceof ConfigureCompleteEvent ||
    evt instanceof RealizeCompleteEvent ||
    evt instanceof PrefetchCompleteEvent) {
    synchronized (waitSync) {
    stateTransitionOK = true;
    waitSync.notifyAll();
    } else if (evt instanceof ResourceUnavailableEvent) {
    synchronized (waitSync) {
    stateTransitionOK = false;
    waitSync.notifyAll();
    } else if (evt instanceof EndOfMediaEvent) {
    Logger.log(ambito,refTrazas+"\nEvento EndOfMediaEvent.");
    this.stop();
    else if (evt instanceof ControllerClosedEvent)
    Logger.log(ambito,refTrazas+"\nEvent ControllerClosedEvent");
    close = true;
    waitSync.notifyAll();
    else if (evt instanceof StopByRequestEvent)
    Logger.log(ambito,refTrazas+"\nEvent StopByRequestEvent");
    stop =true;
    waitSync.notifyAll();
    Many thanks.

    Its a bug on H263, if you test it without h263 track or with other video codec, the release will be ok.
    You can try to use a not-Sun h263 codec like the one from fobs or jffmpeg projects.

  • Problem in create index on file system repository

    I want to create an index on file system repository,but have some problem. 
    1) create a windows filesystem repository
    2) I can found the repository entry in KM content
    3) go into "index administration" and create index,but I can not found the entry when I pressed "add" button on datasources page

    hello Karsten
    thanks for your consideration.
    After create a Windows file system Repository,I create the index as the fowllowing step.
    1) go to the page System Administration=>Knowledge Managment=>Index Administration and click Create button for creating index, then a form appeared.
    2) fill in the for specified value, then press Create Index button to create index
    3) click on DataSource link, in the Datasource Tab, click the Add button, then I could see all of folders on the screen( such as documents,calendar,etc), but I can not found the Windows File system Entry that just I created.
    I can not create a index for the Windows File System
    what is the wrong with it?
    thanks

  • File System Repository problem

    Hello guys,
    I'm on:
    J2EE Engine 6.40 PatchLevel 98256.313
    Portal 6.0.14.0.0
    KnowledgeManagementCollaboration 6.0.14.4.0 (NW04 SPS14 Patch 4)
    running on a Windows machine.
    I'm trying to set up a File System Repository to connect to a remote share on another Windows machine. I followed the documentation and also some hints here from SDN and still can't connect to the share.
    In component monitor it says:
    Startup Error:  The localroot does not exist:
    10.80.1.55\Test_portal
    In a trace log I'm getting this:
    #1.5#000BCD3F823F00260000000800000AB000040D879131A728#1140775814806#com.sapportals.wcm.service.fsmount.FSMountService#sap.com/irj#com.sapportals.wcm.service.fsmount.FSMountService#Guest#59####3a9c7e20a51d11da928e000bcd3f823f#Thread[ConfigurationEventDispatcher,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Error mounting drive ,path
    10.80.1.55
    Test_portal#
    #1.5#000BCD3F823F00260000000900000AB000040D879131ABAB#1140775814806#com.sapportals.wcm.service.fsmount.FSMountService#sap.com/irj#com.sapportals.wcm.service.fsmount.FSMountService#Guest#59####3a9c7e20a51d11da928e000bcd3f823f#Thread[ConfigurationEventDispatcher,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Warning##Plain###FSMountService Reconfiguration (New path) failed to mount network path
    pr1141
    Test_portal - com.sapportals.wcm.service.fsmount.RemoteAccessException:  Network component not started:
    10.80.1.55
    Test_portal
         at com.sapportals.wcm.service.fsmount.FSMountService.mountDrive(FSMountService.java:90)
         at com.sapportals.wcm.service.fsmount.FSMountService.updateConfigurables(FSMountService.java:349)
         at com.sapportals.wcm.service.fsmount.FSMountService.reconfigure(FSMountService.java:287)
         at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.tryToReconfigure(CrtThreadSafeComponentHandler.java:297)
         at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.handleReconfigure(CrtThreadSafeComponentHandler.java:147)
         at com.sapportals.wcm.crt.CrtComponentManager.reconfigureComponent(CrtComponentManager.java:343)
         at com.sapportals.wcm.crt.CrtConfigurationEventListener.notifyComponentConfigChanged(CrtConfigurationEventListener.java:79)
         at com.sapportals.wcm.repository.runtime.CmConfigurationProvider.sendChangeEvent(CmConfigurationProvider.java:1288)
         at com.sapportals.wcm.repository.runtime.CmConfigurationProvider.sendChangeEventOrRestart(CmConfigurationProvider.java:1237)
         at com.sapportals.wcm.repository.runtime.CmConfigurationProvider.configEvent(CmConfigurationProvider.java:256)
         at com.sapportals.config.event.ConfigEventService.dispatchEvent(ConfigEventService.java:210)
         at com.sapportals.config.event.ConfigEventService.configEvent(ConfigEventService.java:98)
         at com.sapportals.config.event.ConfigEventDispatcher.callConfigListeners(ConfigEventDispatcher.java:299)
         at com.sapportals.config.event.ConfigEventDispatcher.flushEvents(ConfigEventDispatcher.java:248)
         at com.sapportals.config.event.ConfigEventDispatcher.run(ConfigEventDispatcher.java:105)
    I had an idea that it could be because of the Serverlet Engine User, which is set up due to documentation, but is only a local user not a domain user. I don't know to which extent this user is important for FS Mount Service. I thought, that for connecting to a remote share, there is only important the user and password set up in Network Path settings in CM.
    Changing the user on which is EP running is quite a difficult step due to our security policies and so on. So I would rather not experiment with this until I try all the other possibilities.
    Could you, please, give me some advice?

    Hi Jiri,
    have you used double forward slashes in your network path? Please try: //10.80.1.55/Test_portal
    You can also test from the portal machine that you can mount the drive via command shell:
    "net use t:
    10.80.1.55\Test_portal /user:DOMAIN\USER"
    (make sure you specify the user with domain)
    Hope this helps,
    Robert

  • Remote Resources: "A problem with the system proxy caused the connection to fail: End of file"

    Hi, I am trying to use "Remote Resources" on the current version of the Microsoft Remote Desktop for Android app, I can input the webfeed and it even shows the apps that I have configured on the server for "Remote App", sadly whenever
    I try to load any of the RemoteApps, I receive an error stating " A problem with the system proxy caused the connection to fail. End of File".
    I don't know what I can do to fix this, I've tried many things to no avail, also, normal Remote Desktop connections from the Microsoft Android app work flawlessly to the server.
    The relevant log is the following:
    [2014-Jan-09 04:40:54] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-09 04:40:54] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||ZWaveUtil
    remote.workingdirectory 
    remote.name ZWave Adapter Utility
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=administrator
      redirectionGUID = 
      proxyHost = 200.5.68.10
      proxyPort = 8080
      sessionId = -1
    [2014-Jan-09 04:40:54] RDP (0): Using HttpConnect proxy at 200.5.68.10:8080
    [2014-Jan-09 04:40:54] RDP (0): Using Basic Authentication with username ''
    [2014-Jan-09 04:40:54] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    [2014-Jan-09 04:40:54] RDP (0): Resolved '200.5.68.10' to '200.5.68.10' using NameResolveMethod_DNS(1)
    [2014-Jan-09 04:40:54] RDP (0): Resolved '200.5.68.10' to '200.5.68.10' using NameResolveMethod_DNS(1)
    ASIOSocketAdapter (9): readSomething error. message: End of file. instance: 0x5d39d5c0
    RpcOverHttp (9): Stream error in endpoint 0x5abbc170 : A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Error message: A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Error message: A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleRead(): exception: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : Failed to read from channel: -1. instance: 0x5d39d5c0
    [2014-Jan-09 04:40:55] RDP (0): Disconnect initiated by client
    RpcOverHttp (9): Exception in endpoint 0x5abbc170 : Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    [2014-Jan-09 04:40:55] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    [2014-Jan-09 04:40:55] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-09 04:40:57] RDP (0): ------ END ACTIVE CONNECTION ------

    My problem is that the "proxy" is the proxy set up by my 3G configuration so, I tried connecting to the remote resources through my work wifi and I get the following:
    [2014-Jan-14 16:58:13] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-14 16:58:13] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||chrome
    remote.workingdirectory 
    remote.name Google Chrome
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username Administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=Administrator
      redirectionGUID = 
      proxyHost = 
      proxyPort = 0
      sessionId = -1
    [2014-Jan-14 16:58:13] RDP (0): Not using any proxy
    [2014-Jan-14 16:58:13] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d474090
    RpcOverHttp (9): Stream error in endpoint 0x5d46b678 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d445158
    RpcOverHttp (9): Stream error in endpoint 0x5d49fa30 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Disconnect initiated by client
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-14 16:58:17] RDP (0): ------ END ACTIVE CONNECTION ------
    Now, I know the host can be resolved because: if I connect to the same host but on a full remote desktop (as opposed to just RemoteApp on it) I have no trouble either through 3G OR through my work connection.
    Moreover, I also tried directly inputting the IP as opposed to the web address of my server, I get the same error, that is the Remote Resources tab is able to access the feed (because it shows the available RemoteApps) but when I click an app it says it can't
    find the Host, here's the log for the connection directly to the IP address/rdweb/feed/webfeed.aspx :
    [2014-Jan-14 17:09:27] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-14 17:09:27] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||chrome
    remote.workingdirectory 
    remote.name Google Chrome
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=administrator
      redirectionGUID = 
      proxyHost = 
      proxyPort = 0
      sessionId = -1
    [2014-Jan-14 17:09:27] RDP (0): Not using any proxy
    [2014-Jan-14 17:09:27] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d372f28
    RpcOverHttp (9): Stream error in endpoint 0x5dd6b168 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d378de0
    RpcOverHttp (9): Stream error in endpoint 0x5e9cc1f0 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Disconnect initiated by client
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-14 17:09:31] RDP (0): ------ END ACTIVE CONNECTION ------
    I'm really puzzled here, I've tried checking if ports where open, and ports 443 and 3389 are wide open, I don't know what else it could be.

  • Hallo, i have a problem with the intallation about after effects. I have a mac 10.6.8 and they told me I can't installete it because i don't have a system with 64 bit. how can i do? someone told me i can .. but i don't know how. thank you

    hallo, i have a problem with the intallation about after effects. I have a mac 10.6.8 and they told me I can't installete it because i don't have a system with 64 bit. how can i do? someone told me i can .. but i don't know how. thank you

    You cannot.  If someone else told you there is a way then they will need to show you.  After Effects requires a 64-bit system and the latest release requires Mac OS X v10.8 or v10.9 minimum

  • Problems with HP Probook 6475b after swiching computer off during full system restore

    Can anyone help?I have a problem with my HP Probook after it was accidently switched off during the running of an inbuilt recovery disc to restore the computer to its original instalation. When I switch it on now it goes straight to a message that says 'Windows is loading files' and after a short while comes up with a screen which says: Windows 7RECOVERY DISC***WARNING***You are about to erase your hard drive. click the greencheck box to proceed. Performing this action will restorethe computer back to it's original Windows installaltion there is the choice of three check boxes - one green with a tick, one red with a cross and one c:\ When I click the green box after about 5 seconds  there is a dialogue box entitled ' Restore Error Message'and in the box it states Error 1, with a box to click that says 'ok' If I click the ok box it returns back to the same message that Windows is loading files and goes through the same loop.I cannot get past this point. If I click the c:\  box it goes to  a black dialogue box which has the following: Microsoft Windows [Version 6.1.7600]X=\windows\system32> If I put sfc/scannow the message is as follows: There is a system repair pending which requires reboot to complete.  Restart Windows and run sfc again Can anyone advise how I can get out of this 'Error 1' loop and complete the system restore?   

    I do have a backup of the files, but the biggest issues come with the computer shutting down. I try to save frequently, but it makes it very tedious when I have to wait for the computer to reload, relaunch photoshop and redo my work. These frequent interruptions are hurting my productivity.

  • New WIN7 System, FFox gives error "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory" - will not go to any site.

    New Windows 7 computer. After installing Firefox, every time I bring it up I get the following message:
    "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."
    Then Firefox comes up, but will not function at all - can enter url address, but will not respond to ANY clicks, so can not go to any site.

    This link shows how to fix this - https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

Maybe you are looking for

  • Can I sort the images used in a book's browser by the # of times used?

    I'm also producing a DVDSP slideshow of the event's (selected) photos not included in the book. Q2: Can I sort the images used in a book's browser by the # of times used? That way I don't have to search thru hundreds of photos. When used in a book, e

  • I upgraded to version 5.0 and now I constantly have 5 ghost emails!

    I upgraded to version 5.0 and now I constantly have 5 ghost emails! I have looked in every possible area to find these emails, but have had no luck! Any suggestions?

  • Mass upload for info records when price gets changes

    Dear All, How to do Mass upload for info records when price gets change. Regards, Bhargav

  • KE30-Text Display-Issue

    h i In transcation KE30 when i give report group and execute->in navigator i get varoius options like product ,material group. My issue is material description which is coming there is getting truncated for example text is " this is vendor no of mate

  • Remove padding on menu bar and toolbar

    Hi, Is there a way of removing the extra margin at the bottom of JMenus and JToolBars? I've highlighted the margins in red so you can see them better: http://img410.imageshack.us/my.php?image=paddingapp4rm.png Also, it it possible to remove the drag