LDAP Java SDK errors with iDS5.1

I'm using the 5.08 java SDK and iPlanet directory server 5.1 SP1. My code works fine on 4.X directory servers but doesn't work correctly on 5.1 SP1.
Jar file: 262749 Sep 19 15:17 ldapjdk.jar
Example: LDAPSearchResults.getCount() returns 2 when it should return one. Only one database backend, userroot. When I perform the same search from the command line with ldapsearch it only retrieves one. I viewed the access log and see that it reports "nentries=1." Has anyone seen this before?

Works fine. Only problem I ran into was when I used the ConnectionPool class!

Similar Messages

  • Java Script error with EDIT LOCALLY

    HI All
    We're on NW2004s, users run Windows XP with I.E 7.
    Im trying to edit one document in my KM with the "Edit Locally" option. The moment I click on this option, it shows a Java Script error on the page and shows that the excel sheet is still opening (Loading....). It never opens.
    The Java Script reads -> Object doesnt support this property or method.
    Do I need to do any configurations ? Any clues ?
    Regds,
    Edited by: S.B on May 6, 2008 8:25 PM

    I checked this link:
    http://help.sap.com/saphelp_nw04s/helpdata/en/24/ae5e77711b431c887aa5193af8d851/frameset.htm
    and checked the folloing :
    You can also verify the download as follows:
           1.      In the Web browser of the user, from the Tools menu, select Internet Options.
           2.      In the General tab, click the Settings button.
           3.      In the Settings window, click the View Objects button.
           4.      In the Download Program Files window, if any of the following appear in the Program Files list, then the ActiveX control was downloaded:
    ¡        ExpBaseNegotiator
    ¡        ExpApplSelect
    ¡        ExpApplShareX
    The above files are not there in my Downloaded program files window. Which means my active x is not enabled.
    Any idea where can I get these files ?

  • Java SDK - error running demo on OS X

    I'm trying to run the java calendar demo using the 9.0.4 developer package on OS X/Darwin (10.3.2)with Java 1.4.2_03. It compiles fine, but I get an error when I run it. Below are the environment variables and error messages.
    SDK_DIR=/Users/jeffreym/Desktop/cal_sdk_mac_904
    LD_LIBRARY_PATH=/Users/jeffreym/Desktop/cal_sdk_mac_904/lib:/Users/jeffreym/Desktop/cal_sdk_mac_904/java
    CLASSPATH=/Users/jeffreym/Desktop/cal_sdk_mac_904/java/csdk.jar:.
    [cal_sdk_mac_904/demo/java] jeffreym% java calendar
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no csdkjni in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at oracle.calendar.sdk.Api.<clinit>(Api.java:63)
    at calendar.main(calendar.java:21)
    There is a library, libcsdkjni.jnilib, in $SDK_DIR/java, though it isn't satisfying the call. Any ideas? -Jeff

    The file in the OS X distribution is libcsdkjni.jnilib. I tried the demo on Solaris, and it does work there. The Solaris distribution has a libcsdkjni.so file. How should I resolve the difference on the OS X distribution?
    Thanks,
    Jeff

  • Java update error with projects

    h1. Hi,
    h1. After update Java for Mac OS X relase 6, I can not run any Java project in Xcode 2.1, the run log show this error:
    [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
    Exception in thread "main" java.lang.UnsupportedClassVersionError: project1 (Unsupported major.minor version 49.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at apple.launcher.LaunchRunner.loadMainMethod(LaunchRunner.java:55)
         at apple.launcher.LaunchRunner.run(LaunchRunner.java:84)
         at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
         at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    project1 has exited with status 0.h1. Please, I need to resolve this problem.
    h1. Greetings...

    h1. Hi,
    h1. After update Java for Mac OS X relase 6, I can not run any Java project in Xcode 2.1, the run log show this error:
    [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
    Exception in thread "main" java.lang.UnsupportedClassVersionError: project1 (Unsupported major.minor version 49.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at apple.launcher.LaunchRunner.loadMainMethod(LaunchRunner.java:55)
         at apple.launcher.LaunchRunner.run(LaunchRunner.java:84)
         at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
         at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    project1 has exited with status 0.h1. Please, I need to resolve this problem.
    h1. Greetings...

  • Java Script error with Mobile applications DW 5.5

    I am working with DW 5.5 testing out Mobile application 'build and emulate' function.  During the set up its asking me to configure the application settings. I already installed the Android SDK. And when I click on 'application settings' to get started I got this error message
    The quick backstory, I went  I ran into the issue installing the Android SDK and applied the fix listed on this link
    http://kb2.adobe.com/cps/904/cpsid_90408.html
    I installed the SDK without after appliing that fix, however I ran into the above problem. I attempted to delete the cache file per the FAQ, but was unable to locate it on my Win 7 machine. That dispite being in admin mode and having all folders visable in explorer
    I would be grateful for any help

    Thanks Robbie,
    I took your advice and upgraded, maybe, to IE 5.1.7, or at the least I reinstalled Internet Explorer.
    I just want to say what a great blessing is the USB memory stick to people like me. I don't have, and I can't get, DSL broadband. If I could I would like a shot. Not having that I trundle to the local branch library, plug-in my memory stick, download whatever I want, and trundle back home with it. What would have taken a half day to down load on dial up, takes about 5 minutes at the library.
    While I was there I also downloaded mozilla 1.3.1, the latest version of stuffit expander, talked to some nice people, and brought home a good book to read in the bargain.
    It was a good day. Kurt Vonngut was right, "People are made to f..t around."
    Lawrence
    Cube G4   Mac OS 9.2.x  

  • Java script error with adobe form

    Hi All,
    We had installed Adobe Document server recently.
    while trying to open the ess - expense detail form through PDF we are gettng following error in sequence
    Intenet Explorer Script error
    1. 'sapUrDomainRelaxing' is undefined
    2. object expected
    3. 'ssr' undefined
    then we are getting blank page .
    but if are changing the mode and open the expense detail through HTML then everything is ok.
    we had checked the following
    1) namespace defnition
    2) services active in transaction SICF
    3) there is no problem with the installation of Adobe server.
    4)There is no mismatch with the server version
    in order to open ess/mss application through adobe any other pre-requiste has to be met at browser and server side
    any ideas would be welcomed
    ofcourse points will be awarded
    Expecting urs valuable reply
    Regards,
    vijay.

    Hi
    atlast we scaled down reason for this error is that problem with the installation of ACF.
    BUt unfortunately the file xAcf_NW711_SP00.exe is not available anymore from sap note 766191
    https://sapmats-de.sap-ag.de/download/download.cgi?
    id=F9RUZ3Q7TERUBSMHSXWT3UMEM59IJYIPA931VQD32A1UNAKZ6B
    So if u guys can send me the link to download this file or if u can send me the file through email would be really thankful to you guys.
    Thanks
    Vijay.
    ps: A special thanks to Gurprit Bhatia for scaling down the reason

  • Java console errors with jre 6u51 in firefox

    Why do I get these errors 3 times in the java console? ( forms 11.1.1.4 )
    Missing Permissions manifest attribute for: http://machine:9001/forms/java/frmall.jar
    Missing Codebase manifest attribute for: http://machine:9001/forms/java/frmall.jar

    You can look here:
    Release of JRE 1.7.0_25 & 1.6.0_51 and Impact on Oracle Forms (Doc ID 1563023.1)
    and check this:
    New JAR Manifest File Attributes
    JDK 7u25 release introduces the permissions and codebase attributes in the JAR Manifest File. These attributes are used to verify that the application is requesting the correct permissions level and is accessed from the correct location. See Preventing the Repurposing of an Application document.
    Developers are advised to utilize at least the new permissions attribute, and if possible the codebase attribute as well. In future releases, applications that do not include these protections may be blocked or subjected to additional warning dialogs.
    Regards

  • How to create a report with data using the Crystal Reports for Java SDK

    Hi,
    How do I create a report with data that can be displayed via the Crystal Report for Java SDK and the Viewers API?
    I am writing my own report designer, and would like to use the Crystal Runtime Engine to display my report in DHTML, PDF, and Excel formats.  I can create my own report through the following code snippet:
    ReportClientDocument boReportClientDocument = new ReportClientDocument();
    boReportClientDocument.newDocument();
    However, I cannot find a way to add data elements to the report without specifying an RPT file.  Is this possible?  I seems like it is since the Eclipse Plug In allows you to specify your database parameters when creating an RPT file.
    is there a way to do this through these packages?
    com.crystaldecisions.sdk.occa.report.data
    com.crystaldecisions.sdk.occa.report.definition
    Am I forced to create a RPT file for the different table and column structures I have? 
    Thank you in advance for any insights.
    Ted Jenney

    Hi Rameez,
    After working through the example code some more, and doing some more research, I remain unable to populate a report with my own data and view the report in a browser.  I realize this is a long post, but there are multiple errors I am receiving, and these are the seemingly essential ones that I am hitting.
    Modeling the Sample code from Create_Report_From_Scratch.zip to add a database table, using the following code:
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.data.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.document.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.definition.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.lib.*" %>
    <%@ page import = "com.crystaldecisions.report.web.viewer.*"%>
    <%
    try { 
                ReportClientDocument rcd = new ReportClientDocument();
                rcd.newDocument();
    // Setup the DB connection
                String database_dll = "Sqlsrv32.dll";
                String db = "qa_start_2012";
                String dsn = "SQL Server";
                String userName = "sa";
                String pwd = "sa";
                // Create the DB connection
                ConnectionInfo oConnectionInfo = new ConnectionInfo();
                PropertyBag oPropertyBag1 = oConnectionInfo.getAttributes();
                // Set new table logon properties
                PropertyBag oPropertyBag2 = new PropertyBag();
                oPropertyBag2.put("DSN", dsn);
                oPropertyBag2.put("Data Source", db);
                // Set the connection info objects members
                // 1. Pass the Logon Properties to the main PropertyBag
                // 2. Set the Server Description to the new **System DSN**
                oPropertyBag1.put(PropertyBagHelper.CONNINFO_CRQE_LOGONPROPERTIES, oPropertyBag2);
                oPropertyBag1.put(PropertyBagHelper.CONNINFO_CRQE_SERVERDESCRIPTION, dsn);
                oPropertyBag1.put("Database DLL", database_dll);
                oConnectionInfo.setAttributes(oPropertyBag1);
                oConnectionInfo.setUserName(userName);
                oConnectionInfo.setPassword(pwd);
                // The Kind of connectionInfos is CRQE (Crystal Reports Query Engine).
                oConnectionInfo.setKind(ConnectionInfoKind.CRQE);
    // Add a Database table
              String tableName = "Building";
                Table oTable = new Table();
                oTable.setName(tableName);
                oTable.setConnectionInfo(oConnectionInfo);
                rcd.getDatabaseController().addTable(oTable, null);
        catch(ReportSDKException RsdkEx) {
                out.println(RsdkEx);  
        catch (Exception ex) {
              out.println(ex);  
    %>
    Throws the exception
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.NullPointerException---- Error code:-2147467259 Error code name:failed
    There was other sample code on SDN which suggested the following - adding the table after calling table.setDataFields() as in:
              String tableName = "Building";
                String fieldname = "Building_Name";
                Table oTable = new Table();
                oTable.setName(tableName);
                oTable.setAlias(tableName);
                oTable.setQualifiedName(tableName);
                oTable.setDescription(tableName) ;
                Fields fields = new Fields();
                DBField field = new DBField();
                field.setDescription(fieldname);
                field.setHeadingText(fieldname);
                field.setName(fieldname);
                field.setType(FieldValueType.stringField);
                field.setLength(40);
                fields.add(field);
                oTable.setDataFields(fields);
                oTable.setConnectionInfo(oConnectionInfo);
                rcd.getDatabaseController().addTable(oTable, null);
    This code succeeds, but it is not clear how to add that database field to a section.  If I attempt to call the following:
    FieldObject oFieldObject = new FieldObject();
                oFieldObject.setDataSourceName(field.getFormulaForm());
                oFieldObject.setFieldValueType(field.getType());
                // Now add it to the section
                oFieldObject.setLeft(3120);
                oFieldObject.setTop(120);
                oFieldObject.setWidth(1911);
                oFieldObject.setHeight(226);
                rcd.getReportDefController().getReportObjectController().add(oFieldObject, rcd.getReportDefController().getReportDefinition().getDetailArea().getSections().getSection(0), -1);
    Then I get an error (which is not unexpected)
    com.crystaldecisions.sdk.occa.report.lib.ReportDefControllerException: The field was not found.---- Error code:-2147213283 Error code name:invalidFieldObject
    How do I add one of the table.SetDataFields()  to my report to be displayed?
    Are there any other pointers or suggestions you may have?
    Thank you

  • Error while trying to save a report using Java SDK for CR server 2011

    I use the java sdk to update the report database jndi alias and then save the report. While saving the report, the utility throws the following exception. It only happens to 3 reports out of more than 70 reports. What could be the problem with report that is causing this problem ?
    Thanks.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Failed to read data from report file C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\Data\CrystalRep
    ortsRasServer\temp\{56586260-E771-4C63-BF8B-F3CF14BB508A}.rpt. Reason: Repository object could not be found.---- Error code:-2147467259 [CRSDK00000000] Error code name:failed
            at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(ReportSDKServerException.java:109)
            at com.crystaldecisions.proxy.remoteagent.ExceptionHelper.throwResultInfoException(ExceptionHelper.java:192)
            at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.sendSyncRequest(ReportClientDocument.java:803)
            at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.doSave(ReportClientDocument.java:820)
            at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.save(ReportClientDocument.java:2245)

    The error points to the report using a repository object that it cannot be found.  What happens if you try and update the reports using the Crystal Report Designer instead of the SDK?

  • Problems with stacked bar chart in Java SDK and CRDesigner

    Hi @ll,
    I have an issue with the rendering of stacked bar charts through the Java SDK and the CRDesigner. unfortunately, my research in this forum and with the help of aunt google didn't lead to success.
    These are my problems:
    I have a  stacked bar chart which, when datasets/stacks increase in number per bar, displays errors:
    1.)  the single stacks of the bar merge together randomly and form bigger stacks with the sum of the singles. the information of  single stacks gets lost in the bar.
    2.)  the total sum of all singles is bigger than the maximum value on the y-axis displays. thus, the scaling is wrong.
    1.) appears in the CRDesigner as well as in the Java SDK
    2.) only occurs in the Java SDK
    Is there any trick to turn the random merging of slices off?
    Is the false scaling a known issue and is there a bugfix/workaround?
    many thanks for all advice
    Tom

    hi folks,
    i found the answer to the above problems:
    when you specify the recordfields that are responsible for the change to the next stack or bar, the 'stack' fields have to be unique.
    in my case i evaluated durations in msec (as stacks) from different devices (as bars). randomly i had the same durations for one device. what happens is, that CR does not notice a change and accumulates to the first stack with the same duration.
    surprisingly this also seems to derange the axis scaling. fix the problem by simply using an overall unique recordfield like rownum or a formula that forms the current timestamp to text as identifier for the stacking.
    cheers
    .t

  • Error with Java Virtual Machine Laucher

    Hi, I'm getting the follwowing error with I try to lauch universal installer.
    Fatal exception occured. Program will exit.
    Does anyone have any idea what's going on? I have java ee 5 sdk installed on my machine.

    Hello Guys!
    I have a problem here and i cant find the solution!
    somebody can help me?
    In the installation, after run the runInstaller show
    this message:
    Initializing Java Virtual Machine from
    /tmp/OraInstall2008-04-27_0733-08PM/jre/1.4.2/bin/java
    . Please wait...
    [oracle@localhost ~]$ Oracle Universal Installer,
    Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights
    reserved.
    Exception java.lang.UnsatisfieldLinkError:
    /tmp/OraInstall2008-04-27_0733-08PM/jre/1.4.2/lib/i386
    /libawt.so: libXp.so.6: cannot open shared object
    file: No such file or directory occurred..
    java.lang.UnsatisfieldLinkError:
    /tmp/OraInstall2008-04-27_0733-08PM/jre/1.4.2/lib/i386
    /libawt.so: libXp.so.6: cannot open shared object
    file: No such file or directory<snip>
    So I went to MetaLink and did a search on the "libXp.so.6: cannot open shared object" found in your error message. The very first hit returned was note 308755.1, titled "OUI Reports The Error: Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall*/jre/1.4.2/lib/i386/libawt.so: libXp.So.6: Cannot Open Shared Object File"
    The terms of MetaLink usage prevent me from quoting from the note, but you would be advised to go read it for yourself. Suffice it to say you are missing some rpms. The specific ones missing are not listed in the above referenced not, but it will point you in the right direction.

  • Issue about BI JAVA SDK-SOAP request failed with return message 2147483653

    Dear Experts,
    I'm trying to use BI JAVA SDK to connect BW by using XMLA connector.
    But there's an error messaet said :
    SOAP request failed with return message 2147483653 ( Invalid MDX command with INCLUDING)
    I'm really new to this JAVA SDK, and after searching help in SAP Service Market and Google, there's no helpful suggestion.
    please help me about how to fix this error.
    Here is my code:
    IBIConnection connection = (IBIConnection) cf.getConnectionEx(cs);
          IBIOlap olap = connection.getOlap();
          Cube cube = olap.getObjectFinder().
          findCubeFirst((String)null, "ZFI_C11/ZFI_C11_Q001");
        // This is just a sanity check to verify that the
        // cube on which this example relies was retrieved 
        if (cube==null){
            System.out.println("no cube found");
    // Didn't print out this message, seems it can connect to BW and get the InfoCube and Query.
        Dimension plantDimension = olap.getObjectFinder().
        findDimensionFirst(cube, "ZPLANT");
      Dimension materialDimension = olap.getObjectFinder().
        findDimensionFirst(cube, "ZMATERIAL"); 
      IBIQuery query = olap.createQuery(cube);
      IBICommandProcessor commandProcessor = query.getCommandProcessor();
      commandProcessor.moveDimensionToRows(plantDimension);
      commandProcessor.moveDimensionToRows(materialDimension);
      IBIDataSet dataset = query.execute(); // After execute this statement, error happens.
    Thank you!
    Andy

    Solved myself, it's because the query used in my code have user input variable.

  • Java SDK version 5 update 5 incompatible with J2ME WTK1.0.4_02? Help!

    Hi guys,
    Total newb here, and frustrated beyond measure at my own ignorance. I'm trying to write some basic java apps for a cellphone.
    I have downloaded the latest Java SDK from Sun, and the Wireless Development Toolkit.
    Sadly, following the instructions to the letter, the demos all fail to compile with an error
    javac: target release 1.1 conflicts with default source release 1.5I've spent the last three hours combing this forum and the web for a solution and I'm stumped. The best advice I've found is to download the 1.4.2 SDK (but that doesn't appear to be available any more... anyone?) or to some command line arguments like -source or -target. Problem there is that the WTK doesn't seem to provide the option of passing arguments to the compiler.
    Could somebody please put me out of my misery and advise me what the best way past problem is?
    Thanks
    -A

    Download 1.4.2 SDK here:
    http://java.sun.com/j2se/1.4.2/download.html

  • PeopleSoft XML Publisher report error with java.io.FileNotFoundException

    Hi,
    I have created two reports using XML Publisher in Peoplesoft Financials. The two reports are not related and they were submitted for processing separately. The first report completes without any issues. The second report results in error with the following message:
    09.11.17 ..(CIS_POTRPT.XML_FILE.Step03) (PeopleCode)
    [012309_091118154][oracle.apps.xdo.template.FOProcessor][EXCEPTION] IOException is occurred in FOProcessor.setData(String) with 'files/cis_potrpt.xml'.
    [012309_091118500][oracle.apps.xdo.template.FOProcessor][EXCEPTION] java.io.FileNotFoundException: files/cis_potrpt.xml (A file or directory in the path name does not exist.)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java(Compiled Code))
         at java.io.FileInputStream.<init>(FileInputStream.java:89)
         at oracle.apps.xdo.template.FOProcessor.getInputStream(FOProcessor.java:1316)
         at oracle.apps.xdo.template.FOProcessor.getXMLInput(FOProcessor.java:1100)
         at oracle.apps.xdo.template.FOProcessor.setData(FOProcessor.java:372)
         at com.peoplesoft.pt.xmlpublisher.PTFOProcessor.generateOutput(PTFOProcessor.java:53)
    2009-01-23-09.11.18.000418 AePcdExecutePeopleCode [174] Exception logged: RC=100.
    Error generating report output: (235,2309) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:ProcessReport PCPC:51552 Statement:1153
    Called from:CIS_POTRPT.XML_FILE.GBL.default.1900-01-01.Step03.OnExecute Statement:8
    2009-01-23-09.11.18.000617 DoStepActions [1797] Exception logged: RC=100.
    Process 598607 ABENDED at Step CIS_POTRPT.XML_FILE.Step03 (PeopleCode) -- RC = 24 (108,524)
    In the process monitor detail > view log/trace page, the xml file is accessible so the file was generated to a valid directory.
    The weird thing is I was able to run this report without any issues few weeks ago although another user also ran into same error. The PeopleCode step that has been identified is essentially same in the two reports. I checked the app server and the directory does exist as well as the xml files for the two reports. The problem does not occur in test environment, just in production. Any help would be appreciated.

    We encounter the same problem. Did you get the answer for this issue? Thanks in advance.

  • Java Script Error while deploying a Model with Value Help

    Hi,
    I am using EP 7.0 SP 10.
    I am trying to deploy a model which includes the Value Help for an Input field, and i am trying to deploy this model.
    The model compiles successfully, but gives a Java Script Error while deploying the model,
    ! Error on Page
    When Click on this java script error, it shows that ,
    Line:14985
    Char 1: Error
    object does n't support this property or method.
    code
    URL: <serverhost>/VCRes/WebContent/VisualComposer6.0/bin/223334.htm?24102006.1712.
    The Same model works in dev server, and it fails in the production server.
    Thanks and Regards,
    Sekar

    Hi jakob,
    Thankyou for your quick response.
    I did a basic model with the help of a documentation which i got from this forums.I created a iView and from there i used Bapi "BAPI_SALESORDER ".
    I created a Input Form and a outpot form (table view).I tested model and am able to get the output.but when i try to deploy it is giving me the error.
    And i think am not paring any formulas here.
    Please guide me.
    thanks and regrads
    Pradeep.B

Maybe you are looking for

  • How do I use "Flip" Effect only on one JPG not on Background and JPG?

    Hi I'm a pro editor (but still reletively new) and trying Pro10 I'm using a green screen. Have my guy in front of a background and want to use the "Flip" movement transition.  It seems to literally "grab" the background and flip it too.  How do you h

  • File extensions in ORACLE

    Hi all, Could anyone provide list of file extensions(with their expansions) in oracle. EX: 1) pll 2) plx 3) fmx 4) fmb etc........ Regards, RKA

  • Problem with registrati​on

    hi... i have this kind of problem, my gsm card already activate for BIS (Blackberry Internet Service) when i put into the phone, already try to register device to network using Host Routing Table, but after register to network, i do not receive any n

  • Can't get affine transforms do anything on an AttributedString

    Hello, I'm trying to transform individual characters in an AttributedString using the respective attribute, but nothing happens as though the transforms simply were ignored by the renderer. Other attributes like underline and strikethrough work fine,

  • How to override runtime parameters of Java programs in web browser windows?

    Hi Oracle forumers, There's a Java based program that is accessed through a web browser. The program somehow sets its own runtime parameters. However, those parameters don't always work well for running the program on every computer. Is there a way t