Error when using the RelationManager: WdfError

Hi,
I'm trying to use the IRelationManager to get Relation between rooms. I tried to retrieve the manager using:
IRooms roomsAPI = (IRooms)PortalRuntime.getRuntimeResources().getService(IRooms.PORTAL_SERVICE_ID);
roomsApi.getRelationManager();
Unfortunately this does not work most of the times, I get a nullpointer back from the roomsAPI. Funny thing: sometimes it works, but mostly not...
Also, I can not delete rooms or view the room-relations using the corresponding standard-portal IViews, I'm getting an excpetion:
com.sapportals.wdf.WdfError
Does anybody has a clue what is causing this strange behaviour of the portal?
Thanks and regards,
Jan Hempel

This may be a bug in the expression validation, decode is valid in an expression operator always when Set Based code generation only is used (you may get errors if row based is used), if you configure the mapping to set based only code generation mode and default operating mode then try deploying the mapping you should be OK. Otherwise you build an expression that is valid SQL (set based) and PLSQL (row based), the CASE statement will give you this
Cheers
David

Similar Messages

  • Multivalue error when using the previous() function

    I am getting a multivalue error when using the previous() function on a dimension object in the report.  I thought that the previous function was supposed to look at the current report and then look at the previous record's contents.  How could this possibly give me a multivalue error when the value is clearly output in the previous row?  Anyone have any ideas?
    By the way, this is a valuable function for the types of reports that I design.  The next() function would be even more valuable.
    Thanks for your help.

    Hi Michael,
    Could you please test the following solutions it might help you to resolve the issue.
    Solution1:
    Use slice and dice to reset all the tables that have #multivalue in it. The only problem with this workaround is they have to do the formatting manually.
    Solution2:
    Also, test the issue by changing the object to dimension if it is a measure or to measure if it is a dimension.
    Regards,
    Sarbhjeet Kaur

  • TS1702 unknown error when using the app store

    unknown error when using the app store

    Im sorry I will try to be more clear.. and I appreciate all of ur input. Wi-fi works fine.. everything opens and functions fine on the I pad. The problem is I will click on app store or the I tunes store...it opens fine and I am able to look at and download apps  etc... but after being in the appstore or I tunes store for a couple of minutes I get kicked out to the I pads home screen. Its like pushing the home button but I didn't. It only seems to do this when im in the app store or I tunes store. I have been using the chrome browser and other downloaded apps such as ebay just fine with out this problem occurring. Not sure about safari as I dont use it and use chrome instead. Um I don't think the home button its self is faulty because it works fine and as stated before this only happens when I am in the appstore or I tunes . I've only had this I pad 1 64gb wi-fi for a few days .. I got it off of ebay it was stuck in restore mode getting error code 1611.  I was able to successfully Restore it with I tunes and it running ios 5.1. Seams to work great besides the problem being mentioned.

  • Intermittent  error when using the Disco Viewer client

    Hi, I have a user receiving the following intermittent error when using the Discoverer Viewer client:
    “The application encountered an invalid state.
    - Discoverer Beans XML Exception. Method: findNode Class: XMLUtils Error: Cannot find parent node. Parent element does not exist in XML document, looking for database_account/eul
    OracleBI Discoverer Viewer was unable to find the necessary data for displaying the results of this event. Please correct any errors and try again.”
    Any idea what this might be? Any help or direction would be very much appreciated! Thank you!

    Hello
    Is this related to a single machine or common to a single report or is it purely random?
    I did a search on your behalf and came up with nothing related to this error. You may therefore need to raise the problem with Oracle Support.
    Just out of curiosity which version of Discoverer are you using?
    Michael

  • UDESEncrypt Errors when using the JAVA engine (NW IDM 7.0)

    Folks,
    I'm seeing an error when I use the uDESEncrypt function with the Java Engine in NW IDM SP2 Patch 3.
    The error I am getting is:
    runFunctionsInString($FUNCTION.encrPWD()$$) got exception
    org.mozilla.javascript.EvaluatorException: uDESEncrypt: Key should be exactly 24 bytes long.
    The code calling it is:
    // Main function: encrPWD
    function encrPWD(Par){
         //Example calling DSE internal function
         //UserFunc.uStop("Terminated by user");
         key = "C:\Program Files\SAP\IdM\Workflow\configs\KEY\keys.ini";
         OutString = UserFunc.uDESEncrypt(key, Par);
         return OutString;
    I have also seen this error when using Patch 4.
    Interestingly enough, the error does not occur when using the Windows Engine.  Anyone else seeing this?
    Thanks,
    Matt

    Hi Matthew,
    Try to replace the '\' with '
    key = "C:
    Program Files
    SAP
    IdM
    Workflow
    configs
    KEY
    keys.ini";
    Alternative approaches,
    1) setting key empty and it will look into %DSE_HOME%\KEY\key.ini
      which should be C:\Program Files\SAP\IdM\Identity Center\Key\key.ini on default installation path.
    2) or setting the key to something like = 6D5A2AF59B1CDD7F9592484F178331C891537A3F9B91D362
       a 24 byte key...
    Also when using DES you should ensure that in Identity Center underneath Options/General
    you have encryption algorithm set to 3DES.
    Normally if you intend to use this for password provisioning in IC you would also
    on the identity store (for instance 'Enterprise people') underneath 'password policy' check
    of for 'enable password provisioning.'
    By doing so the MX_ENCRYPTED_PASSWORD with be set when operating through
    workflow (3DES encryption version of the MX_PASSWORD) which allows you to obtain password
    when provisioning to other target systems...

  • GET_FILTER_VALUES_CHA:3  Error when using the Filters

    Hi All,
    I get the below error messgage when trying to use the Filters in the web application. I checked the OSS notes (932154, 902393 & 832485) but didn't get a solution. This is a query on a Basic Cube.
    SQL 904.
    Error in SQL Statement.
    SYSTEM ERROR CL_RSR_WWW_RENDERER and form space GET_FILTER_VALUES_CHA:3
    Looking forward for some help in this regard.
    BW Version: 3.5 SP15
    Thanks & regards,
    Sree

    Hi,
    It worked for me, I dont for your case.
    Mine syptom:
    When filtering by using the context menu's "keep filter"  and then filter by using a "Hierarchy Web Item" (based on Calendar month),
    then I was getting the message <i>"System error in program CL_RSR_WWW_RENDERER and form SUBMIT_FILTER"</i>
    It is solved by adding a "Filter Web Item" to display the filter values. If you dont want that object in your report, you can hide it.
    Vasso

  • Error when using the variable System::ErrorDescription

    HI All,
    When I try to use the variable System::ErrorDescription I get the following error:
    The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not there.
    Do I need to declare it or it's a variable that always is available to get exceptions from the execution states?

    if this is in a Script Task then:
    - add the variable in the Script task property ReadOnlyVariables list
    - in the Script Code refer to it as
    string ErrorDesc = (string) Dts.Variables["System::ErrorDescription"].Value;
    Jan D'Hondt - SQL server BI development

  • 500 internal server error when using the web interface

    I've created several tables in Visual Studio, and I'm using a .NET backend for my mobile services.
    The table code looks something like this...
    using Microsoft.WindowsAzure.Mobile.Service;
    namespace AzureService.DataObjects
    public class Country : EntityData
    public string Name { get; set; }
    I then added a scaffolded item to generate the controller for my table, then published.
    I then went to my azure service, flipthechipservice.azure-mobile.net, and tried to run the default POST with default data.
    I then get back a popup, which looks like the following...
    Now what baffles me is I have already created another table, called 'Call', which has exactly the same 'Name' field as the above Country table, yet the Call POSTs work.
    I then tried creating another table, with a Name field, and I get the 500 error again. 
    How can this be possibly happening? Nothing is different, and now I get 500 errors? 
    This makes no sense.
    Thanks

    Thank you, I looked at the logs, and this is the error...
    System.NotSupportedException: Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations.
     at System.Data.Entity.Internal.ModelCompatibilityChecker.CompatibleWithMode
    I looked this error up, and tried
    this proposed solution on StackOverFlow
    I changed the line of code in my WebApiConfig Register() method from...
    Database.SetInitializer(new MobileServiceInitializer());
    to 
    Database.SetInitializer<MobileServiceContext>(new DropCreateDatabaseIfModelChanges<MobileServiceContext>());
    I also have this in my WebApiConfig...
    public class MobileServiceInitializer : DropCreateDatabaseIfModelChanges<MobileServiceContext>
    protected override void Seed(MobileServiceContext context)
    base.Seed(context);
    My understanding is that the database should drop and create if the model changes? So why is this not happening?
    I then tried another solution, and changed DropCreateDatabaseIfModelChanges to DropCreateDatabaseAlways. I still get an internal error. Then the logs show this problem...
    System.Data.SqlClient.SqlException (0x80131904): Cannot open database "master" requested by the login. The login failed.
     Login failed for user 'QEOzFqAnDXLogin_flipthechipservice'.
     This session has been assigned a tracing ID of 'a3b12e78-90f2-4db0-a5ca-6895eebd246c'. Provide this tracing ID to customer support when you need assistance.
     at System.Data.SqlClient.SqlInternalConnection.OnError
    As an additional question, how do I re-generate my local SQL database when debugging on my local PC's web browser? I deleted the database, but can't seem to get it back?
    Thanks

  • Error when using the admin photo mass upload service

    I created a who's who iview and then I wanted to dispaly the photos of the asociates in the user details iview. I used the photos upload task provided.
    I created the task, then when I run it I get an error (when looking in the log file)
    error :
    Control  5/5/08 10:53:07 AM  AdminPhotoService  TaskID=2104533975041, start batch photo upload for: ; Path=H:\photos; Photo Type=JPG; PortalNode=local 
    Error  5/5/08 10:53:07 AM  AdminPhotoService  TaskID=2104533975041_Parameter 'directory' is not a directory_
    I tried different locations but I'm always getting the same error, Directory is not a directory and the photos are not uploaded.
    Please help!!

    Here is what I did,
    I've put it in KM the photo and called it benelmou.jpg. I'm not using any mapping file because the file name is my ID.
    I put in the directory :
    accpgdci.apps.mars:50200\irj\go\km\docs\mars\Sales Portal\Sales Associates Photos
    and I get in the log file:
    Control  5/6/08 11:06:46 AM  AdminPhotoService  TaskID=2108828942357, start batch photo upload for: ; Path=
    accpgdci.apps.mars:50200\irj\go\km\docs\mars\Sales Portal\Sales Associates Photos; Photo Type=jpg; PortalNode=local 
    Error  5/6/08 11:06:46 AM  AdminPhotoService  TaskID=2108828942357Parameter 'directory' is not a directory
    I tried other names for the directory:
    Path=
    accpgdci.apps.mars:50200\irj\go\km\docs\mars\Sales Portal\Sales Associates Photos
    Path=
    accpgdci.apps.mars:50200\irj\go\km\docs\mars\Sales%20Portal\Sales%20Associates%20Photos
    Path=
    accpgdci.apps.mars:50200/irj/go/km/docs/mars/Sales%20Portal/Sales%20Associates%20Photos
    Path=http://accpgdci.apps.mars:50200/irj/go/km/docs/mars/Sales%20Portal/Sales%20Associates%20Photos
    And All of them failed, giving the same error Directory is not a directory.

  • Error when using the template installer MI post installation process

    Hi all,
    I am busy to configure the Netweaver Administrator in order to create setup packages for mobile devices. This is a WAS 6.40 ABAP JAVA instance with mobile infrastructure.
    I have installed the netweaver SR1 and upgraded abap and java to SPS18 afterwards.
    Afterwards I used the template installer, I executed:  MI post installation process.
    But when I did this an error message occured on the following node:
    step ID 8 registering RFC connection.
    Error message:
    Element
    'SAPConfigLib.<SID>.Unclassified.set_Server_Service':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException:
    <--Localization failed:
    ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle',
    ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments:
    []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
    com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!179-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.89
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41 Element 'SAPConfigLib.<SID>.Unclassified.set_Server_Service':Error during executing Java Reflection:JCO.Client not connected in repository call
    Here after I followed manual: MI25 SPS18 inst newtech.pdf for configuring the NWA.
    I checked the complete manual, but still the error message occurs, when I am using the template installer.
    There is one more thing.
    When I go to the NWA, to the Mobile Infrastructure node, allmost all subnodes give me the following error:
    (For instance on hierarchy grouping:)
    Failed to get hierarchy group elements from middleware. Reason: Could not connect to middleware.
    Does this error message relate to the other error message?
    Please give me advise/hints/directions to solve this problem....
    Your help will be appreciated!
    Best regards,
    Jacco Raymakers

    I got error during use of template installer in NWA. It is MI post installation in N/w2004s SP09
    Error message:
    Element
    'SAPConfigLib.<SID>.Unclassified.set_Server_Service':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException:
    <--Localization failed:
    ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle',
    ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments:
    []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
    com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!179-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.89
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41 Element 'SAPConfigLib.<SID>.Unclassified.set_Server_Service':Error during executing Java Reflection:JCO.Client not connected in repository call
    Please help me the resolve this.

  • Error when using the Attach to Email... Feature

    I currently using Adobe Reader 8.0 as well as Adobe Acrobat Professional 8.0. Whenever I try to use the Attach to Email... feature I get a debugging error. It always brings up the Visual Studioi Just-In-Time Debugger. It will create the email, but it will not attach the document at all. I've also tried this on a computer that only has Adobe Reader 8.0 on it. When using that computer, it always gives me an error message naming the .dll file gwmlt1.dll.
    I can't seem to find what the issue is with this feature. Any help would be very much appreciated.
    Also, We are using Windows XP on all of our computers here. If anyone needs any additional information about this, just let me know.
    Thanks in advance for any help.
    TPrime

    gwmlt1.dll is something to do with GroupWise (your e-mail system)
    Maybe Novell can help.
    Aandi Inston

  • Error when using the Open file block

    I'm new to labview programming and am having the following problem:
    When trying to open a file ".dat" in Labview 6i it from the program ".vi" and appears "Error 7" and the file does not open. I am using the block "Open file". Attached is a screenshot. How to solve this?
    Thanks
    Attachments:
    imagem.jpg ‏1535 KB

    There is no way to troubleshoot this by looking at a picture of the diagram. LabVIEW 6 is almost prehistory and many things have changed, especially the file IO all looks different so it is impossible to tell what you are doing.
    Error 7 is file not found, so most likely your string operations are not correct. What are the full strings? What is the final file name (maybe you are missing a "\" or maybe you are on a different OS type). Put an indicator at the path wire to see what's happening!
    Is this a datalog file?
    (Overall, the code is a bit suspect. Nobody needs a seven frame flat sequence. ) Why do a control and an indicator have the same label?)
    LabVIEW Champion . Do more with less code and in less time .

  • Getting Deploy Error when using the WebDynpro Compiler

    Hi,
    I have a VC application which uses the RFC from R/3.
    When i am using the Compiler as WEBDYNPRO, it is giving me Deploy Error as:
    WebDynpro Compiler:
    Portal request failed
    (Model properties Namespace and Vendor are not specified for source archieve generator)
    Also,
    I checked the Iview property in the Portal but i am unable to find this properties.
    Guide me when and where this Complier type is uesd..?
    Thanks & Regards,
    Dhruv Shah

    Hi,
    I am unable to find this properties.
    In the Model View i searched a lot.
    I have another question also.
    Do you know how to refresh the table from the RFC.
    Thanks& regards,
    Dhruv Shah

  • Undefined is not an object error when using the Output Generator with Glossary Restyling script to create WebHelp

    When I use the Glossary Hotspot Wizard to create links within my topics to the terms, I then generate the project using the script (because I want to use popups instead of having the text display in-line). I did not edit this script before running it - do I need to? If so, where does the script reside? Any suggestions would be appreciated so that I can get this working as intended :-).

    The error occurs during the WebHelp generation. If I generate the project
    without using this script, there is no error.
    The error indicates
    Line no: 395
    Thanks!
    Julie
    Julie Haddon-Cook
    Senior Specialist
    Messaging Engineering   
    Direct:      +1 770 303 3507
    CVS:         224 3507
    Address:   SITA | 3100 Cumberland Blvd | Atlanta, GA 30338 | USA
    Website:   www.sita.aero

  • Content search is it normal to get an error when using the PublishedDateOWSDATE (blog) property

    basic use of Content search employed on a single blog
    I use the template called 2 lines. First line is for the title, second line I would like to have either the published date or the categories (of the blog). While the latter is more complicated, I thought the date was fairly simple.
    I have placed PublishedDateOWSDATE and when I saved, I got the error message 
    Object does not support property or method 'indexof' (corerender: {path}item-twolines.js)
    What am I doing wrong?

    Hi suxxxann,
    Let's verify the followings:
    Whether you used a custom display templete for the Content Search web part.
    Whether you mapped the managed property to the associated crawled property.
    I did a test, however, I couldnot reproduce your issue. My steps are:
    Create a column in a library, and upload some documents into it.
    Do a crawl for my content source, then create a managed property called "Test" and map it to the related crawled property.
    Create a page, insert a Content Search web part.
    Edit the Content Search Web Part. Expand the Display Templates section, Item: Two lines.
    Expand Property Mappings, Line 1: Title, Line 2: Test.
    Click OK, and save the page
    In my testing, everything worked well. Please try to do as my above steps, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • How to create a deletion transport request without deleting the object.

    Hi Experts, I got a very strange requirement in which i want to delete a object from QA envirement. One way to delete it is delete the object in developement and save it in a transport request. And transport that request to QA. But can't delete the o

  • Determination of component from SCR failed S03513

    Hello, in transaction SLG1 (Display logs) I detected the following errors: Determination of component from SCR failed Message no. S03513 Does anybody know the cause of this error? Many Thanks in advanced! Regards, Lutz

  • Is it possible to place multiple Annotations on the same cwgraph?

    Hi, I'm trying to add multiple vertical bars (annotations) on a cwgraph. Here is the code that I have for a command button: Private Sub Annotation_Click()     S = S + 2     CWGraph1.Annotations.Add     CWGraph1.Annotations.Item(1).Shape.XCoordinates

  • I need an ipad 2 app that will plot dimensions during a site visit. App builders?

    Hi there, I am a landscape gardener based in the (metric) UK and I am trying to find an app that will help me when I visit a new customer to plot the garden on a page that I can print or share later. This is my idea of the app I am looking for. I wan

  • Using CSM for pix-asax upgrade

    Hi, I am currently planning a PIX to ASAX upgrade.there are 3 pix's with multiple contexts and 2 pixes with no contexts. The pix's are currently running ASA code 7.0. Also, we will be building a CSM server. My question is what is the best way to migr