Possible to open Catalog Manager when on https?

Hi All,
Is it possible to open the catalog manager online when the server resides on a secure socket layer connection; https?
Version 10.1.3.3
Regards,
Hakan

No, Catalog Manager is not accessible.
Please refer to the below link:
http://obieexpertise.blogspot.com/2010/02/catalog-manager-within-ssl-environment.html
Cheers,
-Amith.

Similar Messages

  • Cannot open Catalog Manager and Job Manager on Windows 7 (11.1.1.6.2 BP1)

    Hi,
    We recently upgraded to OBIEE version 11.1.1.6.2 BP1 and installed Client tools from the same version (downloaded from Oracle Support). Once installed, ODBC connections are created to connect to the BI Server and we are able to connect to BI Server using Administration Tool. But Catalog Manager and Job Manager are not opening.
    Is there any setup missing to make Catalog Manager and Job Manager work?
    Thanks in advance.

    Hi,
    It is a known bug. Please find the solution here.
    http://123obi.com/2013/02/unable-to-open-catalog-manager-obiee-11g/
    Cheers,
    Kalyan Chukkapalli
    http://123obi.com

  • Is it possible to open a program when connecting an external hard drive?

    Is it possible to open a program when connecting an external hard drive?
    I have a external hard drive with an iphoto library. I just want to connect my drive and automatically see iphoto open! Possible?
    I know there are some action scripts, am i right?

    Ok, here are the steps to take. Doing this involves generating two scripts, the first of which will have the system monitor the attachment of a hard drive, and the second which will conditionally open iPhoto. To make these and set them up, perform the following steps (it is a little involved, but will get you the result you want):
    Script 1: A launch agent to monitor attached hard drives
    1. Open the Terminal utility in the /Applications/Utilities/ folder. Then copy and paste the following command into it and press Enter, which will open up an editor program in the Terminal:
    pico ~/Library/LaunchAgents/iphotodrive.plist
    2. Now copy and paste the following text to the Terminal window in its entirety so it is all entered into the Terminal editor:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>local.iPhotoDrive</string>
              <key>QueueDirectories</key>
              <array/>
              <key>WatchPaths</key>
              <array>
                        <string>/Volumes</string>
              </array>
              <key>ProgramArguments</key>
              <array>
                        <string>/Users/USERNAME/Library/iphotodrive.sh</string>
              </array>
    </dict>
    </plist>
    3. Use the arrow keys to navigate your cursor down to the place where it says /Users/USERNAME/Library..., and change the text of "USERNAME" to be the same name as your account home folder. For example, my login name in OS X is "tkessler" so my home folder is also "tkessler," so for me this is what should go in place of "USERNAME" in the text above.
    4. Now press Control-O to save the file, and then Control-X to exit the editor (use Control, and not the standard Command key here).
    Script 2: A shell script to open iPhoto when your drive is attached
    1. Type (or copy and paste) the following command in the same Terminal window to make the second script in the same editor:
    pico ~/Library/iphotodrive.sh
    2. Now copy and paste the following text into the Terminal editor:
    #/bin/bash
    if [ -d /Volumes/"IPHOTODRIVE" ]; then
            open -a iPhoto;
    fi
    3. Again use the arrow keys to navigate, and edit the text IPHOTODRIVE to be the exact name of the drive you would like to spur iPhoto to open. The name will be case-sensitive, and spaces are OK within the quotes.
    4. Again save this file by pressing Control-O, then press Control-X to quit the editor.
    5. Next ensure this new script can be run, so to do this now copy and paste the following command:
    chmod +x ~/Library/iphotodrive.sh
    Now to activate these scripts you can log out of your account and log back in, and they should work as expeted, and will launch iPhoto only when a drive named "IPHOTODRIVE" (or whatever you edited this entry to be) is attached to the system. This procedure will create two files at the following locations on your computer, so to undo it simply remove these two files followed by logging out and back in, and you should be good to go:
    /Users/USERNAME/Library/iphotodrive.sh
    /Users/USERNAME/Library/LaunchAgents/iphotodrive.plist
    If you run into any problems, then write back here and we can figure out if there are any nuance details to cover for your setup.

  • Catalog manager is not opening

    Hi,
    I am trying to open catalog manager but when i start it generate the error log file this is the error.
    !SESSION 2011-05-09 11:05:25.576 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.7.0-ea
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 2011-05-09 11:05:27.618
    !MESSAGE Error reading configuration: An error occurred while locking file "c:\OracleBI\web\catalogmanager\configuration\org.eclipse.osgi\.manager\.fileTableLock": "Access is denied". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
    !STACK 0
    java.io.IOException: An error occurred while locking file "c:\OracleBI\web\catalogmanager\configuration\org.eclipse.osgi\.manager\.fileTableLock": "Access is denied". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
         at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:46)
         at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
         at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:809)
         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
         at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:126)
         at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:104)
         at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:623)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    !ENTRY initial@reference:file:plugins/org.eclipse.core.runtime_3.1.0.jar/ 0 0 2011-05-09 11:05:28.880
    !MESSAGE FrameworkEvent.ERROR
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.runtime.PlatformActivator.start() of bundle org.eclipse.core.runtime.
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1013)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:339)
         at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1024)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:576)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:498)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:458)
         at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
         at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
    Caused by: java.io.IOException: An error occurred while locking file "c:\OracleBI\web\catalogmanager\configuration\org.eclipse.core.runtime\.manager\.fileTableLock": "Access is denied". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
         at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:46)
         at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
         at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
         at org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager(InternalPlatform.java:786)
         at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:1086)
         at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform(PlatformActivator.java:141)
         at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:57)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:988)
         ... 10 more
    Root exception:
    java.io.IOException: An error occurred while locking file "c:\OracleBI\web\catalogmanager\configuration\org.eclipse.core.runtime\.manager\.fileTableLock": "Access is denied". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
         at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:46)
         at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
         at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
         at org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager(InternalPlatform.java:786)
         at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:1086)
         at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform(PlatformActivator.java:141)
         at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:57)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:988)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:339)
         at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1024)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:576)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:498)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:458)
         at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
         at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
    !ENTRY org.eclipse.osgi 2011-05-09 11:05:28.880
    !MESSAGE Startup error
    !STACK 1
    java.lang.IllegalStateException: Bundle initial@reference:file:plugins/org.eclipse.core.runtime_3.1.0.jar/ [4] is not active.
         at org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundlesActive(EclipseStarter.java:410)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:297)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:623)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    PLEASE HELP ME OUT

    Dude,
    Try following what the error message tells you to do.
    When you launch catalog manager you are basically calling a cmd file that calls a JAR file and opens up the catalog manager GUI. Locate the path of the cmd file for the catalog manage, in OBI 11g it is here, C:\oracle\fmw\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalogmanager
    Right-click to "Edit" the runcat.cmd file (use Wordpad as you can see the word wrap and line breaks better than in notepad).
    On the line,
    set CATMAN_VMARGS=-vmargs -Xmx1024M -Dosgi.clean=true -Declipse.noRegistryCache=true
    change it to,
    set CATMAN_VMARGS=-vmargs -Xmx1024M -Dosgi.clean=true -Declipse.noRegistryCache=true -Dosgi.locking=none
    Please mark this as the correct answer if it is so that this thread can be closed.
    Cheers mate,
    Christian
    http://www.artofbi.com

  • Problem in Opening the Catalog Manager

    Hi Gurus,
    Recently we have migrated to the OBI EE version 10.1.3.4
    While opening the catalog manager: Start --> All Programs --> Oracle Business Intelligence --> Catalog Manager
    When Clicked on the catalog manager then it is throwing the below error:
    An error has occured. See the log file
    G:\OracleBI\web\catlogmanager\configuration\1304942734965.log
    Can you please help me in resolving the above error.
    Thanks in Advance
    Siva

    !SESSION 2011-05-09 12:24:40.371 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_24
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 2011-05-09 12:24:41.371
    !MESSAGE Application error
    !STACK 1
    java.io.IOException: The system cannot find the path specified
         at java.io.WinNTFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at com.siebel.analytics.web.catalogmanager.CatalogManager.updateConfigFile(CatalogManager.java:1371)
         at com.siebel.analytics.web.catalogmanager.CatalogManager.run(CatalogManager.java:71)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)

  • Cannot find request in Catalog manager:OBIEE 10.1.3.3.2

    hi friends,
    Im not able to find an request in catalog manager.
    An report exists in Shared folders->Lh-> Content report
    but when i open catalog manager and browse in same folder, im not able to view.
    Could anyone help me on this issue.
    Currently the folder contains 100+ reports and in catalog manager, under the same folder i could see only 80+ reports. Why is this difference but when i search for report in catalog manager, im able to see the report.
    Is it OBIEE 10.1.3.3.2 bug?
    Thanks
    Kiran Kumar C

    Hi,
    Yes, It's supporting refer the e10417[1].pdf (page no:6) from Oracle Certification and Support for Third-Party
    Products:
    FYI:
    Documented Changes
    Oracle Business Intelligence Enterprise Edition 10.1.3.4.2 – Release August 2011 Rev. M
    Certifications added:
    n Microsoft Windows 7 and Windows 2008 Server R2
    n Microsoft Office 2010
    n Microsoft Internet Expolerer 9
    n Mozilla Firefox 3.5
    n IBM Websphere Application Server 7.0.0.x
    Item of Note with Update M:
    for more:
    Go to the Oracle Business Intelligence Suite Enterprise Edition Documentation Library:
    http://www.oracle.com/technology/documentation/bi_ee.html
    Thanks
    Deva

  • Catalog Manager crashing - JVM Terminated. Exit code=1

    I have to localize my project. I'm trying to use Catalog Manager to export out the Captions from the catalog. Here on my Windows box I have done this against my local OBIEE (10.1.3.4), using a very, very small catalog, just as a proof of concept. It works just fine!
    Now I am trying to do the exact same thing against a copy of the larger catalog from my linux box. I've copied the entire OracleBIData directory from the linux box to my local C:\OracleBIData_linux directory.
    I open Catalog Manager and select File / Open Catalog. I select Type: Offline, and Browse to the location of my catalog (C:\OracleBIData_linux\web\catalog\samplesales). I hit OK...
    First, everything seems OK. There is a single folder "/" in the tree. When I expand on folder, it expands to three folders: "shared", "system", "users". So far it's OK. But now if I click on any of those folders, the Catalog Manager window closes and I get this big error pop-up:
    Catalogmanager--------------
    JVM Terminated. Exit code=1
    C:\3rdparty\j2sdk\1.5.0_08\bin\javaw.exe
    -Xmx1024M
    -Djava.library.path=C:\OracleBI\web\bin
    -Declipse.noRegistryCache=true
    -jar C:\OracleBI\web\catalogmanager\startup.jar
    -os win32
    -ws win32
    -arch x86
    -launcher C:\OracleBI\web\catalogmanager\catalogmanager.exe
    -name Catalogmanager
    -showsplash 600
    -exitdata 8fc_28
    -vm C:\3rdparty\j2sdk\1.5.0_08\bin\javaw.exe
    -vmargs
    -Xmx1024M
    -Djava.library.path=C:\OracleBI\web\bin
    -Declips.noRegistryCache-true
    -jar C:\OracleBI\wb\catalogmanager\startup.jar
    Granted, I shouldn't have built my own project in "samplesales", but could that have anything to do with it? I also doubt this is because I'm doing this on my Windows box against a catalog copied from a linux machine. But...<shrug>
    Does anyone have any ideas? I'm totally stuck here.

    ...\OracleBI\web\catalogmanager\catalogmanager.ini
    -vmargs
    -Xmx1024M
    -Djava.library.path=E:\OracleBI\web\bin
    -Declipse.noRegistryCache=true
    amend---------------------------------------------------------
    -vmargs
    -Xmx512M
    -Djava.library.path=E:\OracleBI\web\bin
    -Declipse.noRegistryCache=true

  • Account type M& GL with open item managment not permitted error

    Hi
    We are getting the below error message while trying to do Goods reciepting using MIGO transaction.We have created new plants and done all assignments...
    Account type M&GL account with open item management not permitted....

    Hi
    GL code is assigned for GR/IR clearing account..But in fs00,for GL account/Company code,Open item management is ticked..Can u tell me how to remove the open item management.When i untick the open item management it gives an error message as below...
    (you want to switch off the open item management function
    retroactively for an account, you must first clear all the postings
    currently on this account. You cannot make any changes to the account
    management method until this is done.)
    Iam doing config in development server...In production server open item management is unticked

  • I Can't Open [Profile Manager] In FireFox

    Hello ....
    I Have Firefox 31.0 , The Last one
    I Can't Open [Profile Manager]
    When I Make those paths
    "firefox -ProfileManager"
    firefox.exe -p
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -no-remote -p'
    Now The problem when i write one of the paths , It opens Firefox [Browser]
    I need to open The Profile Manager and make new user and use both of them in the same time
    Thanks .....

    Otherwise a new browser window will just open instead.
    Though if entered correctly the -no-remote switch along with -P should open the ProfileManager so you can run a second instance with another Profile. Basically you cannot run more than one instance on same Profile.

  • Can't open catalog

    Hi, new to Lightroom so bear with me. Since I'm using Lightrom on my own desktop as well as at school, I have the catalog stored on an externel drive. I've opened it up from the external drive using several differnet computers but just now it won't let me open the catalog saying "The Lightroom catalog named "Stephen+Catalog" can't be opened because it is currently open in another application." As far as I know it is not open anywhere else. Plugged the external drive into another computer and got the same error message. Makes no sense. Help! Thanks in advance.

    From: b_gossweiler [email protected]
    Sent: Sunday, February 26, 2012 10:22 AM
    To: ATCStephen1
    Subject: Can't open catalog
    Re: Can't open catalog
    created by b_gossweiler <http://forums.adobe.com/people/b_gossweiler>  in Photoshop Lightroom - View the full discussion <http://forums.adobe.com/message/4230478#4230478

  • Unexpected error opening catalog" trying to open a catalog. worked fine 2 days ago. Mac Pro LR5.3

    i am getting "unexpected error opening catalog" message when opening a catalog that worked fine 2 days ago. Other catalogs open on the same drive Mac pro LR5.3  please help.... Lots of worked had gone into that catalog
    thanks
    karl

    Hmm, that is more of a problem!
    Ok, couple of initial things to try:
    1.  Move the catalog to another drive, and try opening it from there.  It's a long shot...
    2.  Create a new catalog and go to File menu > Import from Another Catalog.  Navigate to the problem catalog and try to import a small chunk at a time.

  • Difference between Catalog manager and Catalog in Answer (BIEE11g)

    Hi,
    I found that the functionality of Catalog Manager and Catalog in Answer is very similar. They can both archive catalog and unarchive catalog.
    Actually, what is the difference between them? so that I know when to use Catalog manager, when to use Catalog in Answer.
    Thanks

    User ...,
    There are multiple differences here but the main dilineating factors I believe are administration and maintenance.
    Although the Catalog page in OBIEE 11g allows you to see the objects in the catalog and even set some permissions all of the other features for patching, merging, and producing exported metadata about the catalog objects are in the Catalog Manager tool - that is the non-web-based applications.
    The addition of the Catalog page to OBIEE is definitely helpful and eliminates several operations which in the past had to be conducted in the Catalog Manager but there are still many functions that don't and probably won't ever be incorporated into the catalog web-based page in OBIEE.
    Let me know if that helps,
    Christian

  • HTTP 404 when opening DS Management Console

    I have installed DS 3.1 on a Win 2003 server with BOE XI 3.1 (FP 1.6). DS and BOE are configured (standard configuration by the installation program) to use the same tomcat.
    When I try to open DS MAnagement Console I got the error HTTP Status 404 - /DataServices/ in IE. Any ideas obout how to solve the problem? My BOE installation works fine on tomcat.
    The complete error message are:
    HTTP Status 404 - /DataServices/
    type Status report
    message /DataServices/
    description The requested resource (/DataServices/) is not available.
    Apache Tomcat/5.5.20

    Dear Martin ,
    I suggest you to use tomcat manager for deploying WAR files. Please follow the below steps.
    1) Go to Properties of MY computer
    -> ADVANCED tab
    ->click on Environment variables
    -> Click on New
    -> Give name as CATALINA_HOME and value as path for TOMCAT55 (default is C:\Program Files\Business Objects\Tomcat55 )
    -> say OK
    Similarly create another variable JAVA_HOME and give path where the javasdk is installed . ( default is C:\Program Files\Business Objects\j2sdk1.4.2_08 )
    2) Open tomact manager using the following link
    http://localhost:<portnumber>/manager/html
    give your tomcat manager credentials.
    3) You can see list of applications on tomcat server.
    Stop the /dataservices , /doc , /webservice  applications by clicking on corresponding stop button(if they are running ) .
    4) click on undeploy button corresponding to /dataservices , /doc , /webservice  ( dont worry if you dont see any of the above applications , we can deploy freshly )
    5 ) Scroll down on the same page , go to option WAR FILE TO DEPLOY
    6) Browse for the following WAR files one by one .
    a) DataServices.war
    b)webservice.war
    c)doc.war
    NOTE : These three WAR files will be available in the following default path.
    C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\java\applications
    7 ) Now restart the tomcat . Again login in to tomcat manager ,click on list of applications, click on
    \dataservice application .
    Hope you can see , Data services management console. Proceedure looks complex but it is easiest way to deploy war files.
    Make this thread as answered if you are ok with my post.
    Regards ,
    Dirasanchu

  • When opening import manager, it is used to through an Error message?

    Hi All,
    I have extracted xml file using generic extraction from SRM system, now when i want to import this xml file using my import manager.. while at opening import manager it is throwing error message.
    Error Message:
    Logon Error : Error: Can't open C:\Program files\SAP MDM 7.1\Import Manager\xsd.exe
    I have also refered SRM-MDM catalog document, In that they have mentioned it as.. while importing xml file you will get this error first time and you need to change xsd.txt file to .exe file. But i don't find any file such type in above path which i have mentioned.
    Can any one have solution for it.. I request to help me out.
    Thanks
    Chinthapatla Bharat

    Hi Bharat,
    You need to place the xsd.exe file at location C:/Program files/SAP MDM 7.1/Import Manager.This xsd.exe file can be downloaded from the Microsoft website. Please refer SAP Note https://service.sap.com/sap/support/notes/1331426 
    Also, Please find the similar thread with more details:
    Re: Problem with XML import MDM 7.1  SP2 u2013 XSD.exe Issue
    Regards,
    Mandeep Saini

  • Not possible to open/create a new connection within BT manager on Satellite M40

    Bluetooh manager is open and present in system bar.
    However it is never possible to open/create a new connection within bluetooth manager as it always say "bluetooh is not ready". Troubleshooting is required but no clear indication is available; button for wireless link is active and I am able to have wifi internet access at the same time.
    It is never possible to open access to a PDA or mobile phone for file transfer through bluetooth.
    Do i have to reload completely the bluetooth stack or is there another way to troubleshoot the bluetooh system?
    Thanks you for replying if possible.

    Remove the Bluetooth Monitor software if it is installed. Download the latest BT-stack v5.10.06 here:
    http://aps.toshiba-tro.de/bluetooth/redirect.php?page=pages/download.php
    and install it. Ensure that the wireless switch is turned on and the suitable antenna is selected.
    Press Fn+F8 key to select BT antenna. Selection menu only appears if WLAN and BT is inside.
    Read the following if you should still have some problems:
    http://aps.toshiba-tro.de/bluetooth/redirect.php?page=pages/faq/bluetoothnotworking.html

Maybe you are looking for