91 object not set in SAP BPC NW7.0

Dear friends
I am facing problem while logging on to BPC Administration
even the BPC server Diagnostics all showing green color no error
error ir
91 object not set
what could be the problem can anybody solve this problem
Regards
krishnamoorthy.p

Hello krishnamoorthy.p,
I hope the following might help BPC-Getting Error while connecting Application Set from BPC Administration .
Best regards,
  Andreas

Similar Messages

  • BACKGROUND PROCESSING, REPORT NOT LOADING, "OBJECT NOT SET TO INSTANCE..."

    Post Author: thecoffeemachine
    CA Forum: .NET
    I already posted this message in other Web sites, but I am almost getting crazy here and I need help:
    HI:
    The Web application I am testing was having several issues related to loading Crystal Reports. It was fixed and I do not know which of the 1000 things I did to fix it; but now it began, again, to have the same behavior after I had a conflict with another Web site that was in the same server.
    The thing is that I had another virtual directory where resided a copy of the same Web app. for testing purposes/working with the Visual Studio. The reports were loading all fine, very fast, all perfect... And suddenly the assemblies of one Web site and the other began to "blend" together and..... well the same behaviors appeared again. I tried to copy the last stable backup and rebuild the Web app... but it did not work.
    At the very first time that one requests the report, it shows without problem. At the second time it shows an error message related to "cannot submit to background processing", and sometimes "object not set to an instance.." ... and on the third time it just never shows up and the app. becomes unresponsive. I have to close the window and request the Web site again in another browser window. If I wish to see the report again I have to wait for hours until it shows it.
    I am using Visual Studio 2003 and the Crystal Report version that was shipped with that Visual Studio version. I am working with Windows Server 2003 and SQL Server 2000. Below is the VB code:
        Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load             Me.SqlConnection1.Open()
           Me.SqlSelectCommand1.Parameters("@CourseCode").Value = Request.QueryString("CD")         Me.SqlSelectCommandReferences.Parameters("@CourseCode").Value = Request.QueryString("CD")         Me.SqlSelectCommandTextbook.Parameters("@CourseCode").Value = Request.QueryString("CD")         Me.SqlSelectCommandObjectives.Parameters("@CourseCode").Value = Request.QueryString("CD")         Me.SqlSelectCommandTopicData.Parameters("@CourseCode").Value = Request.QueryString("CD") Me.SqlSelectCommandCourseOutcomes.Parameters("@CourseCode").Value = Request.QueryString("CD")
            Me.SqlDataAdapterMainData.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseSyllabusData")         Me.SqlDataAdapterReferences.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseReferenceData")         Me.SqlDataAdapterTextBook.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseTextbookData")         Me.SqlDataAdapterObjectives.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseObjectivesData")         Me.SqlDataAdapterTopicData.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseTopicData")
    Me.SqlDataAdapterCourseOutcomes.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseOutcomes")
            Dim myExportOptions As CrystalDecisions.Shared.ExportOptions         Dim myDiskFileOptions As CrystalDecisions.Shared.DiskFileDestinationOptions         Dim myExportFile As String         Dim myReport As New ABETFormat         myReport.SetDataSource(Me.DtsSyllabusCompleteData1)
            myExportFile = "C:UNTempPDF" & Session.SessionID.ToString & ".pdf"         myDiskFileOptions = New CrystalDecisions.Shared.DiskFileDestinationOptions         myDiskFileOptions.DiskFileName = myExportFile         myExportOptions = myReport.ExportOptions
            With myExportOptions             .DestinationOptions = myDiskFileOptions             .ExportDestinationType = .ExportDestinationType.DiskFile             .ExportFormatType = .ExportFormatType.PortableDocFormat         End With
            myReport.Export()
            Response.ClearContent()         Response.ClearHeaders()         Response.ContentType = "application/pdf"
            Response.WriteFile(myExportFile)         Response.Flush()         Response.Close()         System.IO.File.Delete(myExportFile)         Me.SqlConnection1.Close()
        End Sub
    I already have tried moving the Crystal Reports dll´s to the bin directory. ..... I have tried calling the Garbage Collector at page unload...I also have checked, inside the report, that the database is "up to date"... ... recycling the worker process of the IIS... etc...
    I see that, in debbuging mode inside the Visual Studio, when the page loads the debbuging window shows a message notifying that the symbols related to the Crystal Reports dll's could not be loaded.
    Should I need to modify the default properties of the database? I checked "database is case insensitive", "use indexes or server for speed".. I have tried checking and unchecking the box "performing grouping on server"
    Oh by the way, my report has about 4 subreports in it. Each report loaded shows 1 or 2 pages.
    ANY HELP WILL BE EXTREMELY APPRECIATED....
    MMS

    See  [Crystal Reports For Visual Studio 2005 Walkthroughs|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/2081b4d9-6864-2b10-f49d-918baefc7a23&overridelayout=true] article, page 107 and on for details on how to use Crystal reports in session.
    Ludek

  • Error: Object variable or with variable not set while accessing BPC Excel

    Hi,
    I am working on BPC NW 7.5. When I am trying to access BPC for Excel I am getting the below error.
    'object variable or with variable not set'
    When I click on BPC for Excel it ask for the credentials, after entering it we encounter this error.
    Any idea why is this happening?
    Regards,
    Priyanka Singh

    Hi Renne,
    Could you share me the solution to resolve the issue?
    I am getting an error "object variable or with block variable not set" while trying to submit data through an Input schedule.
    I am working on SAP BPC 7.0 NW and using MS Excel 2003.
    I can log in to BPC Admin and excel with my user id and password.
    Only when i am trying to click esubmit --> send and refresh schedules i am getting this error.
    I checked my security profile and i have the submit data task in my task profile.
    Following couple existing SDN postings i tried to check the ADD-INs of the excel on my system. However it looks like the steps listed in the existing SDN posts are for MS EXCEL 2007.
    Please suggest me how do i resolve this issue. Please note I am working on SAP BPC 7.0 NW and using MS Excel 2003.
    Regards,
    Jagat

  • Custom Process Types not working in SAP BPC 10.0

    Hi Experts,
    We have migrated from SAP BPC 7.5 NW to SAP BPC 10.0 NW.
    We have three Custom Process Types created in BPC 7.5NW using the super class CL_UJD_SIMPLE_ACTOR as super class.
    It has been made Obsolete and Final class in BPC 10.0NW and the Custom Process types are not running as expected.
    Can you please suggest if there is any alternative for using the existing custom process types? Or do we have any alternative for creating custom process types?
    *Note: We have tried replacing the superclass with CL_UJD_ACTOR instead of CL_UJD_SIMPLE_ACTOR but of no use.
    Regards,
    Balraj.

    Hi Inl,
    The statement looks fine, just confirm:
    Your CATEGORY dimension is named CATEGORY? Is it really has property COMPARISOIN?
    Can you show the screenshot of UJKT run of script?
    What is your core BPC SP?
    Vadim

  • In Production IC AGENT Bussines role ,iam getting error Worker session error in session initialization(SAM_QUEUE NOT SET ) in sap crm?

    Hi Team,
    In Production IC AGENT Bussines role ,I have configured the bussines role.in DEV,and QA system it is working fine...in production ,iam getting error as below.
    Worker session error in session initialization(SAM_QUEUE NOT SET )
    Type = SYSTEM_ERROR,ID = ERROR_SESSOPN_INIT,description=
    Could youe please help here..
    Thanks
    Kalpana

    Hi Kalpana,
    Please take a look at KBA 1954574 - Problems with CRM IC Functionalities related to Communication Session (alerts, greyed out ready/not ready buttons, agent dashboard) in complex system landscapes
    This details a few things you need to check.
    Let me know how you get on. If you have any questions or concerns.
    Kind Regards,
    James

  • TIME=NEXT(2) NOT WORKING IN SAP BPC NW

    HI GURUS,
    I had a requirement that user enters a data for JAN month, and i need to copy the data in to next months.
    my script logic code is:
    *XDIM_MEMBERSET ACCOUNTL=0000110171,0000111171
    *XDIM_MEMBERSET CONSGROUP=LC
    *XDIM_MEMBERSET C_CATEGORY=PLAN
    *XDIM_MEMBERSET C_DATASRC=UPLOAD
    *XDIM_MEMBERSET FLOW=F_NONE
    *XDIM_MEMBERSET P_LOCATION=DEL
    *XDIM_MEMBERSET RPTCURRENCY=LC
    *XDIM_MEMBERSET U_ENTITY=CO_1004
    *XDIM_MEMBERSET U_INTCO=I_NONE
    *XDIM_MEMBERSET TIME=2011.JAN,2011.FEB,2011.MAR.....
    *WHEN ACCOUNTL
    *IS  0000110171
    *REC(EXPRESSION=%VALUE%,TIME=NEXT(1),ACCOUNTL=0000111171)
    *ENDWHEN
    *COMMIT
    For this i added a property NEXT in time dimension with the following memberset
    ID   ....          NEXT...
    2011.JAN     2011.FEB
    2011.FEB    2011.MAR
    I Tried with many  logics.. but not able to rectify
    *XDIM_MEMBERSET TIME=%TIME_SET%
    TIME=[%TIME_SET%].CURRENTMEMBER.PROPERTIES("NEXT")
    To copy the data in to 2011.FEB,2011.MAR......
    please give me a solution.
    Points will be awarded for good answers
    Thanks & Regards
    Swathi Roy

    Hi,
    You can meet your requirement using [TMVL|http://help.sap.com/saphelp_bpc75_nw/helpdata/en/c8/d961d0dbfd4745af4b667279573702/content.htm]
    Please try following script to copy 110171 from 2011.JAN to 111171 2011.FEB - 2011.DEC.
    *XDIM_MEMBERSET ACCOUNTL=0000110171
    *XDIM_MEMBERSET CONSGROUP=LC
    *XDIM_MEMBERSET C_CATEGORY=PLAN
    *XDIM_MEMBERSET C_DATASRC=UPLOAD
    *XDIM_MEMBERSET FLOW=F_NONE
    *XDIM_MEMBERSET P_LOCATION=DEL
    *XDIM_MEMBERSET RPTCURRENCY=LC
    *XDIM_MEMBERSET U_ENTITY=CO_1004
    *XDIM_MEMBERSET U_INTCO=I_NONE
    *XDIM_MEMBERSET TIME=2011.JAN
    *WHEN ACCOUNTL
    *IS "0000110171"
    *REC(FACTOR=1, TIME=TMVL(1,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(2,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(3,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(4,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(5,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(6,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(7,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(8,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(9,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(10,2011.JAN),ACCOUNTL="0000111171")
    *REC(FACTOR=1, TIME=TMVL(11,2011.JAN),ACCOUNTL="0000111171")
    *ENDWHEN
    *COMMIT
    hope it works...
    regards,
    Raju

  • Object Variable or With block Variable not set-not fr Excel, from BPC Admin

    Hello everyone,
    Object Variable or With block Variable not set-not from Excel but from BPC Admin. 
    I searched the form and all posting/solutions talk about this error appearing from Excel. In my case it happens for BPC Admin - when I try to maintain dimension members.  I tried uninstalling and re-installing BPC client few times, processed all dimensions and tried pretty much all solutions posted here. Nothing worked (in BPC Admin). If anybody who came across this issue and solved it,
    can you please post the solution?
    Thanks
    Pals

    Hello Everyone,
       Thanks for all your possible solutions.  Here is the solution in case if you come across,
    "Object Variable or With block Variable not set" error from BPC Admin (not from Excel).
    Did some analysis with Basis administrator and found that there was an installation of MS Office 2010 component (not the full version. not sure how it got there since I do not have MS Office 2010) along with MS Office 2007. So,
    I un-installed MS Office 2010 component, MS Office 2007 and Planning and Consolidation client.
    Re-booted the laptop.
    Installed MS Office 2007 first. Re-booted.
    Installed Planning and Consolidation client. Re-booted.
    Started Planning and Consolidation Admin client. Clicked on Maintain Dimension members for a dimension. Dimension members displayed without any errors.
    Tried update, insert and delete of dimension members, worked fine.
    Thanks again All.
    -Pals

  • SAP BPC pre requisites

    Hi All
    Am working ion BI and am looking to learn SAP BPC NW7.0
    But before going to that I need to know what are the other platforms knowledge is required and what are the pre requisites are there.
    1)     Does it require SAP BO Knowledge?
    2)     Does it require SAP BCS knowledge?
    3)     Does it require MS-Excel knowledge (Like writing macros and complex formulas)
    4)     Does it require Finance knowledge?
    Please let us know if anything is required to learn it.
    Thanks in advance
    Sravani

    Hi,
    It is not easy to provide the answer without specifying in what area you would like to work.
    More into application side or more into technical side.
    Any way I will try to provide some general answer to your questions
    1.No you don't need SAP BPO knowledge
    2.No you don't need SAP BCS knowledge
    3. Yes you need Excel knowledge but not necessary to build Macro. Usually you have to be able to pass the certifcation for User Microsoft Excel (which doesn't include anything regarding Macro or VB code).
    Having good knowledge about Excel you will be able to build easier the reports with SAP BPC.
    4. Yes if you woudl like to do consolidations or any application where you have to understand financial processes.
    I hope this it will help you to start.
    Regards
    Sorin Radulescu

  • SAP BPC - Intercompany reconciliation - IC accounts - Input from user?

    Dear All,
    When doing consolidation(of investments), we need to reconcile IC transactions prior to consolidation process. I believe, there are specific accounts which are specific to IC transactions. These IC related accounts must be identified and used in the business rules during reconciliation process.
    My question is:
    During requirements gathering, even if I(SAP BPC Consultant) know those IC specific accounts on seeing the chart of accounts, this info./data MUST come from the users as these accounts may vary from company to company. When it is a legal consolidation, it is safer that these inputs are coming from the user and not from the SAP BPC Consultant. This is my understanding.
    Is my above understanding is correct? IC related accounts must be an input from users and not expected from SAP CONS. specialist?
    Correct me if I am wrong.
    Thank you!
    Regards,
    Peri

    Hi Peri,
    Different companies use different charts of accounts and the intercompany group of accounts have to be confirmed by customers finance.
    Vadim

  • Microsoft Excel slowing down and other problems when SAP BPC EPM Add-in is installed

    Hello,
    Our client is having some problems with Microsoft Excel (MS Office 2013) since the SAP BPC EPM Add-in was installed in their computers.
    They are suffering from Microsoft Excel slowing down, even when not connected to SAP BPC (10.0 NW version).
    For example, when opening two or more excel archives, not connected to SAP BPC, Microsoft Excel crashes and is restarted with errors.
    Have you experienced something similar in other installations?
    Thank you very much, and kind regards,

    In relation to the previous post , we have to emphasize that we have installed in ours PC's:
    MS Office 2010  14.0.7116.5000  32 bit,
    EPM add-on version 10.0  SP20  (10.0.0.8993).
    and our customer have installed in theirs PC's:
    MS Office 2013 15.0.4675.1001 32-bit.
    EPM add-on version 10.0 SP19 patch 1 .NET 3.5 compilation 936.
    Thank you very much

  • BPC 7.5 NW - Error Object variable or With block variable not set ?

    Hi, we have BPC 7.5 NW SP07.
    I am getting an error "object variable or with block variable not set" while trying to submit data through an Input schedule
    I went to the Excel Options --> Add-Ins --> COM Add-ins, disable and enable but not working.
    I look in ST22 some errors:
    TSV_TNEW_BLOCKS_NO_ROLL_MEMORY
    TSV_TNEW_PAGE_ALLOC_FAILED
    Error was initial in last days.
    Any idea ?

    Hi Vitoto,
    The problem is not with BPC Excel, but with Memory. I think there is no sufficient memory available in your system.
    Please check SAP Notes 20527 & 369726 for the dump that you are getting in ST22.
    Regards,
    Raghu

  • BPC 4.2 Optimization error (object variable or with block variable not set)

    Hi All,
    I am getting the following error when I try to optimize application from the front end:
    Run-time error '91':
    Object variable or With block variable not set
    From the back end the optimization works just fine. This is the new application I created from the AppShell. As soon as I created this new application set, I tried to run optimization and I am getting this error. Optimization in the AppShell works just fine. I wonder what the problem is since this is a brand new application set. I tried a few things all day yesterday and day before but in vain.
    We are using BPC 4.2 (OutlookSoft CPM). Any help is greatly appreciated, the sooner the better.
    Thanks in advance!

    Depending on your version of 4.2, here are two possible issues and remedys.
    Possible issue #1
    Do you only have 1 application in the appset? - Add another application.
    Possible issue #2
    This problem will occur if you have copied 4.2 SP2 Apshell or copied an existing appset.
    This happens when a table named tblAdminTaskMessage exists and a stored procedure named INPUTMESSAGE does not exist.
    The table and stored procedure are created when you run optimize for the first time and when you make copy of Apshell that has been optimized once, it can copy the table but it cannot copy the stored procedures.
    The workaround is to delete the tblAdmintaskMesssage table in SQL Enterprise Manager within the problem appset.
    Hope this helps.

  • Object reference not set error in SAP.Portal.Framework.Core.PortalWorkerReq

    Hi,
      I am using .Net PDK 1.0. I am often getting the error
    [NullReferenceException: Object reference not set to an instance of an object.]
       SAP.Portal.Framework.Core.PortalWorkerRequest.ReadEntityBody(Byte[] buffer, Int32 size) +119
       System.Web.HttpRequest.GetEntireRawContent() +327
       System.Web.HttpRequest.GetMultipartContent() +57
       System.Web.HttpRequest.FillInFormCollection() +244
       System.Web.HttpRequest.get_Form() +50
       System.Web.UI.Page.GetCollectionBasedOnMethod() +70
       System.Web.UI.Page.DeterminePostBackMode() +128
       System.Web.UI.Page.ProcessRequestMain() +63
    It is very errartic, sometimes the page gets loaded and at times I get this error. Could someone please tell me what causes this error?
    Thanks
    Swetha

    Hi,
       This error occurred in the page where I used the file upload control. The control was working fine before. We tried installing entire PDK again and then applying the hotfix-1, but nothing worked and then I had to use an URL iview to invoke an ASP .Net application just for uploading the files.
    Thanks
    Swetha

  • Object variable not set error in SAP-VB Connect.

    This is the coding part i have used for connecting SAP and VB for creating the Sales Order in SAP.
    But it gives the error in the line
    oheader.Value("DOC_TYPE") = Text1(0)
    as Object variable or With block variable not set.
    What could be the reason, pls advise me.
    Dim bapictrl As Object
    Dim boOrder As Object
    Dim oPartner As Object
    Dim oItemin As Object
    Dim oheader As Object
    Dim oreturn As Object
    Dim oconnection As Object
    Private Sub Command1_Click()
    Dim x As String
    oheader.Value("DOC_TYPE") = Text1(0)
    oheader.Value("SALES_ORG") = Text1(1)
    oheader.Value("DISTR_CHAN") = Text1(2)
    oheader.Value("DIVISION") = Text1(3)
    oheader.Value("PRICE_DATE") = Text1(4)
    oheader.Value("PURCH_NO") = Text1(5)
    oPartner.rows.Add
    oPartner.Value(1, "PARTN_ROLE") = Text1(6)
    oPartner.Value(1, "PARTN_NUMB") = Text1(7)
    oItemin.rows.Add
    oItemin.Value(1, "REQ_QTY") = Text1(8)
    oItemin.Value(1, "MATERIAL") = Text1(9)
    oItemin.Value(1, "COND_VALUE") = Text1(10)
    boOrder.createfromdata orderheaderin:=oheader, orderitemsin:=oItemin, orderpartners:=oPartner, return:=oreturn
    x = oreturn.Value("message")
    If x = "" Then
    MsgBox "Transactin Complete"
    Else
    MsgBox x
    End If
    End Sub
    Private Sub Form_Load()
    Text1(4) = Format(Now, "mm/dd/yyyy")
    Set bapictrl = CreateObject("SAP.BAPI.1")
    Set oconnection = bapictrl.Connection
    oconnection.logon
    Set boOrder = bapictrl.GetSAPObject("SalesOrder")
    'Set boOrder = bapictrl.GetSAPObject("BUS2032")
    Set oPartner = bapictrl.DimAs(boOrder, "CreateFromData", "orderpartners")
    Set oPartner = bapictrl.DimAs(boOrder, "CreateFromData", "orderitemsin")
    Set oPartner = bapictrl.DimAs(boOrder, "CreateFromData", "orderheaderin")
    End Sub
    Thanks in advance
    Regards
    Rajaram

    Hi,
       This error occurred in the page where I used the file upload control. The control was working fine before. We tried installing entire PDK again and then applying the hotfix-1, but nothing worked and then I had to use an URL iview to invoke an ASP .Net application just for uploading the files.
    Thanks
    Swetha

  • 'Object variable or With block variable not set' in BPC MS 7.0

    When I am click on "Modify Work Status" from Office client, I am recieving the error 'Object variable or With block variable not set'.
    The user id I am using for this is having admin rights and Work status related access permissions.
    Kindly suggest.

    As always with this kind of errors, You've already tried in other computer wiht your id?
    After checking if it'is working in another pc, probably, it's related to your installation, sp, requisites, corrupt files, reports etc...
    if it's not working probably it's related to your user security, access etc..

Maybe you are looking for

  • Billing doc

    Dear all, Scenario is user has created  sales order for excisable finished goods ,and followed by delivery, billing and excise billing to the customer who has already received the materials (GR done). Now by mistake instead of cancelling the some oth

  • Can't forward PDFs, from one sender only, from BT ...

    Hi, I wonder if anyone can help me with this?  If I receive a PDF as an attachment to an email, into my BT yahoo webmail, from one particular sender only, and I forward it to someone else,  they don't receive the PDF attachment. This doesn't happen w

  • Please Help - Excel Cold Turkey

    Hi out there, I'm trying desperately to wean myself off Excel and onto Numbers. I have an excel spreadsheet that contains a table of all our regular monthly payments in date order with the date the payment goes out as a number then a description in t

  • H.264 recording through QT Pro

    ver 7.6 prefs allow you to record in h.264. BUT, online tutorial suggests that file must still be de-interlaced by another app (like Compressor)before being streamed. If file is already an M4v from QT Pro, how would you accomplish this in 1 pass??? M

  • [Solved] Templating question

    Just to clarify: I read that JDev 11 will support templating. But I can only find demos and postings about page templates. What about component templates? We are currently researching the transition from UIX to JSF and of course we are also looking a