Error:"com.businessobjects.wp.om.OMReportElement Container (Error: INF) "

When trying to open document in infoview, the following error message was showed:
com.businessobjects.wp.om.OMReportElement Container (Error: INF)
version:BOXI3.1 update version
Before the error occured, the following action was taken.
using the following command line to start the stoped server
net start "Apache Tomcat 5.5.20"
net start "Server Intelligence Agent (host name)"
After confirming the server was started, try to open document , then the error message was showed.
・it has happened one time
・new document can be create
・it works ok after restart the service
・no error has orrured during using command line

Thanks for your reply.
We are on Unix environment and we use these commands to stop and start:
to stop cms and tomcat - /bobje/stopservers and /bobje/tomcatshutdown.sh
and
to start cms and tomcat - /bobje/startservers and /bobje/tomcatstartup.sh

Similar Messages

  • LCM VMS Error com.businessobjects.vms.VMSException: svn: URL

    Hi Experts,
    I am recieving below mentioned error after configuring the LCM with existing Subversion.
    com.businessobjects.vms.VMSException:
    com.businessobjects.vms.VMSException: com.businessobjects.vms.VMSException:
    com.businessobjects.vms.VMSException: svn: URL
    'svn://XXXX:5001/BusinessObjects_Version_Mgmt' doesn't exist
    I have configured the subversion as mentioned in the installation document of LCM.
    Document Name : "xi31_LCM_Install_en.pdf" Page number 20.
    Business Objects Version : BO XI 3.1 SP3
    I tried to telnet the system XXXX:5001 from BO installed machine and its working fine.
    Any help is much appreciated.
    Regards,
    Mitesh Joshi

    Hi Mitesh,
    I have noticed a few things.
    Your error message points to port 5001 but your VMS settings are pointing to 6001. Make sure you are using the correct port.
    Plus the error message contains underscore but your VMS settings does not have it.
    Here is the logic. If you have created a repository as F:\LCM\BOVersionManagement, the -r parameter of your service on Subversion should be as "-r F:\LCM" i.e Folder level up the actual repository and your VMS setting should have repository name as "BOVersionManagement"
    It goes without saying, if you have any underscores it should be included identically and the port number should be correct.
    Hope it helps.
    Regards
    Chinmaya

  • Error com.businessobjects.enterprise.fullclient.FullClient

    I work with Desktop Intelligence to create reports. After creating a export my custom reports to Infoview.
    I also use Business Objects integrated with Clarity PPM from CA Technologies.
    My reports run in Infoview and Desktop Intelligence. When I try to open these reports in Clarity this error appears: com.businessobjects.enterprise.fullclient.FullClient.
    Does anyone who also works with Clarity PPM and Desktop Intelligence can help me?
    Thanks a lot,
    Lenyllson de Moura
    Gestão TI - Brasilia/Brazil

    I know this is a really old thread, but I've been looking all over for the solution to my error
    could not load file or assembly businessobjects.enterprise.sdk
    I had copied the businessobjects.enterprise.sdk.dll from my dev machine to the bin directory of the website, but then got other errors about not finding any source lines in file.
    Copied all the netmodule files that go with the dll, and everything works great now!
    Thank you so much!

  • This Document doesnot contain any Reports(:Error Inf)

    Hello All,
    I have a Web-I report which is working fine with BO XI R3 sp2.3.
    Later we migrated the report to sp3.3.
    Here the same report is giving the below error.
    "This Document doesnot contain any Reports(:Error Inf)"
    Please sugget me a solution along with the reason for this error
    Thanks.

    Try stopping all your SIA, then clearing out webi cache at following locations :
    C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Data\<yourcmsname>\hostname.WebIntelligenceProcessingServer
    and
    C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Data\<yourcmsname>\storage\docs
    C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Data\<yourcmsname>\storage\universes
    then start SIA again and test.

  • BI Launch Pad - Error opening Web Intelligence Report (Error: INF)

    Hi:
    We're working with 4.1 Support Pack 3 Patch 1
    Version: 14.1.3.1300
    We migrated a Webi report from development environment to testing and it was working fine.
    After making some minor changes on the Web Intelligence report, we migrated again, but now when we open the Web Intelligence report we get the following error:
    Faltal Exception occured. The cause was:  com.businessobjects.corba.generic.container.proxy.internal.DependencyFailoverCallbackImpl$FailoverFatalException:
    Prepare failover failed (Error: INF)
    Any ideas?
    Thanks in advance!
    Kind regards,
    Florencia

    Hi Florencia,
    It seems like report is corrupted some how.
    To check report is existing in filestore or not , go to report in Launchpad->Properties->check File name , there should be frs path assigned to it.If not it is corrupted.
    Ex : File Name:frs://Input/a_067/064/004/278595/auytslwhrgrdneqcvzbefs0-guid[atli.nsurgzit4q8pfgonmi].wid
    If it corrupted , check in myfavourites : ~webintelligence folder , there you can find last auto saved instance.If not we may need to create new report.

  • Error "1 (Error INF)" in InfoView when using ; as separator of value

    Can anyone explain me this change of Behaviour before I log a bug ?
    Here is the workflow :
    1. Create a new WebI report using EMP from Oracle
    2. Use Empno, Ename, Job and Mgr objects
    3. Put a query filter on Mgr object In list and then prompt
    4. Run the query and then select few values
    5. save the report
    6. Open the report in Interactive mode
    7.In the left pane 'User Prompt Input' overwrite the existing value by manually inserting new ones separated by ;
    8. Select advanced button
    -> report is running fine
    Do the same workflow as above in BOXIR2 sp4
    -> error 1(Error INF) is coming up
    modify the separator by a , and then no error is coming up prompt is then showing
    Why is that ? Has there been some changes done between the 2 versions ?

    Dear Mat,
    While more details are desirable to give precise answer I guess that I know the origins of the problem. VML functions are thread-safe. VML engineers use Mircosoft TLS mechanism to maintain thread safety of VML global variables. The TLS use is different for static and dynamic case. This implies that it is impossible to use MKL static library which contains TLS stuff to build dynamic library. Indeed, your DllMain function must have VML TLS initialization/processing/finalization stuff (for details see http://msdn2.microsoft.com/en-us/library/ms686997.​aspx). In case VML TLS stuff is absent in your DllMain routine you will see Access Violation on any attempt to access VML global variables.
    VML engeneers are seeking for possible solutions/workarounds. Thus far they don't see any elegant way of solving this with existing technologies. Specifically, _mkl_vml_core_w7_vml_GetMode routine does access one of VML global variables.
    There is a possibility to build custom VML DLL from static MKL library using MKL Builder Tool. The limitation is that the built DLL cannot contain non-MKL stuff (recalling DllMain issue, MKL Builder Tool cannot put into DllMain routine user's stuff).
    Feel free to go to Intel MKL web forum or contact Intel Tech Support in case you have additional questions.
    I will keep you informed.
    Regards,
    Sergey Maidanov
    Intel Corporation

  • Package com.businessobjects.samples does not exist

    <p>I am trying to run a jsp with parameters passed to a rpt file but Iam getting an error: package com.businessobjects.samples does not exist, import com.businessobjects.samples.*; //[ /Sample Reports/E2ECompliance-SelectionPage-viewer.jsp; Line: 6]<br /></p><p>Does anybody know where this package is and why eclipse or the jsp is not finding it. I can run other jsp examples fine.</p><p>Thx</p><p>Vibhi</p>

    U will find them in pojosamples.jar.
    If you have any doubts regarding usage of pojo, contact me at [email protected]

  • Unable to find com.businessobjects.mds.olap.protocol.ess_japi while exporting Design Studio SDK

    Hello,
    I am trying to export / package Design Studio SDK, i am able to test / run it successfilly in eclipse but, getting error "Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]" while packaging design studio SDK. when i am exporting the project it is failing at 78% and getting the above error. PFA screen shoot for the same.
    Detailed Error:
    C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:88: The following error occurred while executing this line:
    C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:2369: Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]
      at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
      at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
      at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
      at org.apache.tools.ant.Task.perform(Task.java:348)
      at org.apache.tools.ant.Target.execute(Target.java:392)
      at org.apache.tools.ant.Target.performTasks(Target.java:413)
      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
      at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
      at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
      at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
      at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
      at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:498)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.runScript(FeatureExportOperation.java:422)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:285)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:223)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.run(FeatureExportOperation.java:107)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
    Caused by: C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:2369: Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]
      at org.eclipse.equinox.p2.internal.repository.tools.tasks.AbstractRepositoryTask.prepareIUs(AbstractRepositoryTask.java:186)
      at org.eclipse.equinox.p2.internal.repository.tools.tasks.MirrorTask.execute(MirrorTask.java:60)
      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
      at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
      at org.apache.tools.ant.Task.perform(Task.java:348)
      at org.apache.tools.ant.Target.execute(Target.java:392)
      at org.apache.tools.ant.Target.performTasks(Target.java:413)
      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
      at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
      at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
      ... 26 more
    Thanks

    Hello All,
    Thanks for giving time for this thread. I have solved this issue. Actually when we create Feature Project by default all Pugins and Fregemets will be added to featured project(i guess in some eclipse version since SAP has not mentained any Note for this), we need to delete unnecessary plugins from the featured project. Just select all and right click and delete. Then again add SAP Sample SDK.
    Even thought it will packaged properly and will create zip file and you will be able import it to the Design Studio  but you cann't select and install it to the Plateform from Design Studio, make sure for this you have Unchecked Ckeckbox: Unpack the plug-in archive after the installation.
    I think this will help.
    Thanks

  • Is com.businessobjects.sdk.ceutils.prompts.PromptsUtil deprecated ?

    Hi
    Is there a way to confirm if com.businessobjects.sdk.ceutils.prompts.PromptsUtil has been deprecated for  BusinessObjects Enterprise XI 3.1 SP4 ?
    I see the following posts saying that it could be a documentation error and it has not been deprecated for web intelligene but nothing specific to my version
    BOE 3.1 Service Pack 2 SDK changes
    Schedule webi with prompts problem
    If it has been deprecated whats the correct way for populating webi prompts ?
    Thanks

    Our code is similar to what you have, but if we don't use the .refresh command, the new values are not populated on the report. Do you have any idea why? Our issue is that when it schedueles the report, it doesn't return quickly. It waits until the report is done.  Here is our code:
    public static void sendReport
    (    IEnterpriseSession eSession,
    String TstPrdFlag,
          int jobControlId,
          String docId,
          int format,
          String mimeType,
          String filepath
    try
    IInfoStore infoStore = (IInfoStore) eSession.getService("InfoStore");
    //get WebI doc
    IInfoObjects infoObjects = infoStore.query("Select TOP 1 * From CI_INFOOBJECTS Where "
                         + " SI_KIND='Webi' And SI_INSTANCE=0 "
                         + " And SI_ID = '" + docId + "'");
    IWebi webi   = (IWebi) infoObjects.get(0);
    ISchedulingInfo schedInfo = webi.getSchedulingInfo();
    //============================================================================
         // Set Prompts
         //============================================================================
         if (webi.hasPrompts())
              try
                   ReportEngine reportEngine = (ReportEngine) eSession.getService("WebiReportEngine");
                   DocumentInstance docInst = (DocumentInstance) reportEngine.openDocument(webi.getID());
                   docInst.refresh();
              Prompts prompts = docInst.getPrompts();
              for (int j = 0; j < prompts.getCount(); j++)
                 // assumes only a single value per prompt - no MultiValues
                     Prompt prompt = prompts.getItem(j);
                     String [] vals = new String[1];
                     vals[0] = getParameter (TstPrdFlag, jobControlId, prompt.getName());
                     //System.out.println(prompt.getName()+ " " + vals[0]);
                     prompt.enterValues(vals);
              docInst.setPrompts();
                        docInst.refresh();
                        docInst.save();
                        //getSQL (docInst);
                        //DataProvider dp = docInst.getDataProviders().getItem(0); // retrieve the DataProvider that you would like the SQL for
                        //String sql = dp.getQuery().getSQL(); // the SQL out of the DataProvider
                        //System.out.println(sql);
                        //PromptsUtil.populateWebiPrompts(prompts, webi);
                        docInst.closeDocument();
                 reportEngine.close();
              catch (REException e)
    e.printStackTrace();
         //===========================================================================
         // Format as Excel or PDF
         //===========================================================================
         webi.getWebiFormatOptions().setFormat(format);
    //===========================================================================
         // send to disk
         //===========================================================================
                //Get the destination object from schedulingInfo
         IDestination destinationObject = schedInfo.getDestination();
         //IDestinations destinations = schedInfo.getDestinations();
                 //IDestination destinationObject = (IDestination) destinations.get(0);
                 // Specify that we are writing to disk
                 destinationObject.setName("CrystalEnterprise.DiskUnmanaged");
                 // Get the Destination plug-in. Note that the SI_PARENTID will always be 29.
                 IDestinationPlugin destinationPlugin = (IDestinationPlugin)
                           infoStore.query("SELECT * FROM CI_SYSTEMOBJECTS WHERE SI_NAME='CrystalEnterprise.DiskUnmanaged'").get(0);
                 destinationObject.copyToPlugin(destinationPlugin);
                 IDiskUnmanagedOptions diskUnmanagedOptions = (IDiskUnmanagedOptions) destinationPlugin.getScheduleOptions();
                 diskUnmanagedOptions.getDestinationFiles().add(filepath);
                 destinationObject.setFromPlugin(destinationPlugin);
    //===========================================================================
         // Schedule WebI report to run once now
         //===========================================================================
         schedInfo.setRightNow(true);
         schedInfo.setType(CeScheduleType.ONCE);
    // Tell the CMS to schedule the report.
    infoStore.schedule (infoObjects);
    } catch (SDKException e)
    throw new Error ("Failed to schedule report. Exception caught: " + e.getMessage());

  • Com.businessobjects.crystalreports.reportsourcebridge is missing

    Hi guys,
    I am setting up a dynamic web project under Eclipse. Copied all the jar files from Java/lib folder. Installed crystalreportviewers115 directory. I am getting errors in /crystalreportviewers115/htmlviewerbridge.jsp and viewreportlogon.jsp. The error said:
    ReportSourceBridge cannot be resolved...
    Can someone tell me which jar I should import for com.businessobjects.crystalreports.reportsourcebridge.ReportSourceBridge and where I can download it?
    Thank you,
    Dong

    ReportSourceBridge is used to implement URL reporting - viewrpt - for viewing Crystal Reports.
    It's not a public API.
    You deploy it by deploying Java InfoView to your Java Web Application Server.
    Sincerely,
    Ted Ueda

  • My MacBook Air, once pressed the power button, comes up with a file containing a question mark. I have tried re-starting it but this logo continues to appear and will not go. I cannot log onto my mac. Any suggestions as to what this is please?

    My MacBook Air, once pressed the power button, comes up with a file containing a question mark. I have tried re-starting it but this logo continues to appear and will not go. I cannot log onto my mac. Any suggestions as to what this is please?

    You need to reinstall OS X:
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Cannot open document (Error: INF)

    We have migrated reports from version Business Objects 6.5.1 to Business Objects XI 3.1 SP2. We have been receiving sporadic 'Cannot open document (Error: INF)' now and again whenever you open Desktop Intelligence reports using Infoview. Have any other users come across this issue using BOXI 3.1 SP2. I do not believe that this issue occurred on SP1.
    This error is very frustrating.
    I have browsed various forums and implemented changes which have had no effect whatsoever including the SAP Marketplace.
    We are also receiving SetPrompts Failed errors. When a report is opened in Infoview and you refresh a report, a blank dialog appears with a red cross. if you refresh the report again then the SetPrompts Failed error appears. I have evene made changes according to article 1364437 based on this error and this has not resolved the issue.
    Regards
    Dipendra

    We're on BOXI3.1 SP2 aswell and we have had the same sporadic issue - Cannot open document for Deski reports. This is causing some serious concern amongst our users over system stability.
    You can recreate the situation by shutting down the InputFileRepository server and you get the same message. I've noticed that when this happens there is a mesage in the fcproc log file 'm_repFileMgr.Download failed'
    My theory is that there may be some congestion in linking between the desktopintelligence server and the inputfilerepository. In addition, we had some logging on the fileserver and at the time of the error there was no mention of the report that failed or any error. We contacted SAP about this but did not get a satisfactory response. There were some heavily utilised DESKi reports which we managed to convert to Webi to take the load off and we also dropped the timeout to 20 minutes (not brilliant but it did mean that if we got the message the users wouldn't have to wait too long before it was resolved in case they couldn't get hold of IT).
    I also upped the parameter for Maximum Retries for File Access in case it was having problems getting the file.
    The result of this was that the error appeared to go away... until yesterday!!!
    Any further insights welcome.

  • (Error RFC 00101) (Error: INF) Large DeskI reports in Infoview.

    Hi,
    I am getting error u2018No server was available to process the request. Please try again later. (Error RFC 00101) (Error: INF)" while opening a DeskI report in Infoview (BOXIR2 SP4).
    Same error appears while viewing scheduled instances of this report. There are more than 1 million rows in the report. WebI report with same data runs properly. No issue in DeskI full client.
    I applied the workarounds mentioned in the SAP notes 1199258, 1199491, etc. Also tried using dedicated servers for the report; no impact.
    Please advice.
    Regards,
    Hitesh

    Hi Hitestwar,
    Try these notes as well
    1363743 - '(DA0005)... no default driver specified state: IM002' and 'RFC 00101 Error INF' errors when refreshing a deskI report in InfoView
    1202263 - Error: "No server was available to process request. Please try again later. (Error: RFC 00101) (Error: INF)"
    1336210 - when refreshing Desktop Intelligence report in InfoView "No server was available to process request. Please try again later. (Error: RFC 00101) (Error: INF)"
    1423194 - "No Server was available to process the request. Please try again later. (Error: RFC 00101) (Error: INF)" when refreshing a DeskI document in InfoView
    1200315 - No server was available to process the request.Please try again later(Error:RFC 00101)(Error:INF)
    You can do another thing in the "Help & Support" section on the http://service.sap.com/support/ search for "Error RFC 00101" you will get more references to this issue.
    Or try to set logs on the server and check what is happening.
    Thanks,
    Vivek

  • Cannot open document (Error: INF) / Session is closed (Error: INF )

    SAP BO XI3.1
    last time I face this one but suddenly disappear during testing, now we once again face this issue. As all users are member of group 'EveryOne' if we add any user membership to administrator group / master group this error resolved for this user.but that is not proper solutions, so far i m unable to find the rights which is lacking to all user for these report which are available in each user infoview and causing these errors while viewing.
    Open Document error message:
    While viewing Web Intelligence reports
    [Session is closed (Error: INF )|http://yfrog.com/0cwebirightsp|Session is closed (Error: INF )]
    While viewing Desktop Intelligence reports
    [Cannot open document (Error: INF )|http://yfrog.com/mjdeskirightsp|Cannot open document (Error: INF )]

    You might need to give read rights to the folder and category this report belongs to???
    If the problem is fixed when the user who is viweing is an administrator, this means there is insufficient privileges for the other users.

  • Error:INF

    Post Author: Hennie
    CA Forum: Deployment
    Hi,
    I just installed BO XI Release 2 on a server of a client. They have BO XI R2 running on another server, but due to disk restrictions on that server we need to reload it.
    We've exported all the databases for the original server and loaded SQL 2005 on the backup server. We then imported the data back into the database on the backup server. I load BO XI R2 on the backup server.  Everything went fine and I can open Info View and see the Folders, Reports, and all users created on the original server.
    The problem is that when I try to open a report, I get the error "Cannot open document. Error during import (DX0005) (Error:INF)".
    Can anyone tell me what the possible problem is and how to fix it?
    Thanks
    Hennie

    Post Author: jsanzone
    CA Forum: Deployment
    Hennie,
    BO XI R2 stores reports in a two-phase approach.  The "ID" to the report (which contains the folder name/report name) is stored in the CMS database, however, the report definition (or parameters) are stored in what is called the FS (file store).  I've never tried doing what you did (i.e. move stuff around at the database level and then try to "catch up" with the FS), but you can try one of the following:  either share out the FS on the original server and access that share in your new server (this is done by accessing the CMC, the Input/Output File Store (a server for each) and pointing to the share); or, you can try to copy the items from the FS on the old server to the new server.  IMHO, the correct way to have handled your situation would've been to make "unlocked" copies of the universe off the old server and introduce them to the new server, as well as creating a BIAR file from the old server and loading it to the new server.  As you can see, moving stuff around from server to server in BO XI R2 is not a "simple" task.
    Good luck.

Maybe you are looking for

  • Tipo de condição ICM2 - Tipo de condição NAVS

    Caros, boa tarde! Estou com um problema na configuração do cenário de Consignação. Acontece que a empresa utiliza uma contabilização diferente da comumente utilizada no processo standard. A configuração necessária precisa que o ICMS não seja contabil

  • HELP! I have a .mov and PC people can't see it. Can I reformat?

    HELP PLEASE! I am a relative novice to web building and QT, and have a problem that should be easy for SOMEONE out there to help me with... I am hearing from TOO many PC people that they can not view my video (.mov, @40mb) on my website. Some hear th

  • Photoshop CS5 crashes when opening a file

    I just bought and installed the Adobe premium CS5 student edition on my PC and when I try to use photoshop, it instantly crashes the program. It crashes when I try to make a new document or load any kind of image file. I'm using Windows Vista and as

  • My imac starts and freezes

    just replaced dead original drive with a new 2 TB harddrive, re-installed all software and restored files from back up. I ended up with a new uses I cant get rid of and the machine started this morning in that new user and is completely frozen. Force

  • Payment Card Industry Data Security Standards Requirement

    We store credit card numbers in our CRM and ERP systems for billing purposes. We use Delego software for credit card security. We also mask the credit card numbers during display. According to our interpretation of section 3 of the Payment Card Indus