Unable to enable "Include in Building Default Conditions"

Hi Gurus,
I am unable to enable the "Include in Building Default Conditions" checkbox of Defaulting Rules in OM.
Application : Order Management
Entity: Order Line
Defaulting Seq : 50
Attribute : Bill To Contact (Unable to enable Include in Building Defaulting Conditions)
Could you please help me out in this....
Thanks in Advance.

I was looking at both the technet article for setting up UPD as well as this walk-through:
http://thewolfblog.com/2014/02/24/user-profile-disks-for-rds-2012-2012-r2/
The step after the creation of the disk in this walk-through is to look at who has permission on the .vhdx file, now obviously I am not at that step, but that is what led me down the trail of looking at user permissions, hence my attempts to set up shares
where 'everyone' has full permissions on both the share and the folder.
I have tried to set up multiple shares for the collection, I have tried on two different disks (volumes) on the RDP server itself, I also tried setting up a share on our fileserver (which has all kinds of shares working fine) and the same error occurred
in all cases. 
I also found this Technet article: 
https://social.technet.microsoft.com/Forums/windowsserver/en-US/d6469d31-6540-4075-a85f-a6e8f7c11e89/user-profile-disk-template-cannot-be-created-when-setting-up-session-collection?forum=winserverTS
So that seems close to what I am looking for, but I have checked and the exact group policy that was causing the above linked issue is not defined in our group policies, but maybe there are other group policies that are causing the issue? 

Similar Messages

  • Pro*C/C++ generates error "PCC-S-02015, unable to open include file"

    I'm running a .pc file through the pre-compiler (on Windows 7x64 with instant client 12.1) and get the following error:
    Error at line 78, column 1 in file XXX.pc
    EXEC SQL INCLUDE SQLCA;
    1
    PCC-S-02015, unable to open include file
    If I change the content of my file to the following
    #include "sqlca.h"
    //EXEC SQL INCLUDE SQLCA;
    the pre-compiler does it's job nicely.
    My pcscfg.cfg looks like this:
    include="C:\PROGRA~2\Oracle\INSTAN~1\sdk\include"
    include="C:\PROGRA~2\MICROS~2.0\VC\include"
    define=(WIN32_LEAN_AND_MEAN)
    DEFINE=_WSTDIO_DEFINED
    Has there been a change in the syntax of Pro*C or why can't it resolve the EXEC SQL INCLUDE?
    PS: I'm an absolute newbie to this and am trying to get to compile some veeery old code, build under instant client 9/10/11)

    Karl Esau (guest) wrote:
    : Hi,
    : I have problems to get the precompiler running - executing the
    : precompiler leads to a segfault.
    I meanwhile solved the problem, so that I can compile and
    run the samples.
    a strace on 'proc' showed:
    open("/oracle/precomp/public/SQLCA.H", O_RDONLY) = -1 ENOENT
    (Nosuch file or directory)
    I made a symbolic link for an upper case SQLCA.H, needed to add
    SQLCHECK=SEMANTICS in ~/precomp/admin/pcscfg.cfg and one more
    lib for the make: /lib/libdl.so.2 because 'dlclose' and other
    symbols were undefined.
    bye
    Karl Esau
    null

  • SegFault PCC-S-02015 unable to open include file

    Hi,
    I have problems to get the precompiler running - executing the
    precompiler leads to a segfault.
    btw: don3t have ORACLE_HOME/precomp/demo/proc
    oracle@los13529 > make -f demo_plsql.mk examp9
    sqlplus scott/tiger @exampbld </dev/null
    System default option values taken from:
    /oracle/precomp/admin/pcscfg.cfg
    Error at line 53, column 1 in file examp9.pc
    EXEC SQL INCLUDE SQLCA;
    1
    PCC-S-02015, unable to open include file
    make[1]: *** [examp9.o] Segmentation fault
    make[1]: Leaving directory `/oracle/plsql/demo'
    make: *** [examp9] Error 2
    a 'strace' says:
    oracle@los13529:/oracle/plsql/demo > strace proc examp9
    open(ptrace: umoven: Input/output error
    0x85a7dc0, O_RDONLY) = -1 ENOENT (No such file or directory)
    i have to admit, i had to change /oracle/precomp/admin/pcscfg.cfg
    as follows and set two links in order to fix include errors on
    stdarg.h and stddef.h:
    /oracle/precomp/admin/pcscfg.cfg:
    sys_include=(/usr/include)
    include=(/oracle/precomp/public)
    include=/oracle/precomp/hdrs
    include=/oracle/tpcc2x_2/src
    include=/oracle/precomp/include
    include=/oracle/oracore/include
    include=/oracle/oracore/public
    include=/oracle/rdbms/include
    include=/oracle/rdbms/public
    include=/oracle/rdbms/demo
    include=/oracle/nlsrtl/include
    include=/oracle/nlsrtl/public
    include=/oracle/network_src/include
    include=/oracle/network_src/public
    include=/oracle/network/include
    include=/oracle/network/public
    include=/oracle/plsql/public
    ltype=short
    oracle@los13529 > l /usr/include/std[ad]*
    lrwxrwxrwx 1 root root 57 Mar 15 10:18 /usr/include/stdarg.h
    -> /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/include/stdarg.h
    lrwxrwxrwx 1 root root 57 Mar 15 10:18 /usr/include/stddef.h
    -> /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/include/stddef.h
    system related info:
    oracle@los13529:/oracle/plsql/demo > uname -a
    Linux los13529 2.2.3 #1 Wed Mar 10 14:54:34 MET 1999 i586
    unknown
    oracle@los13529:/oracle/plsql/demo > cc --version
    egcs-2.91.60
    path/environment-settings seem to be proper:
    johndoe@los13529:/home/johndoe > set|grep orac
    LD_LIBRARY_PATH=:/oracle/lib
    ORACLE_BASE=/oracle
    ORACLE_HOME=/oracle
    ORACLE_PATH=/oracle/sqlplus
    ORA_NLS32=/oracle/ocommon/nls/admin/data
    ORA_NLS33=/oracle/ocommon/nls/admin/data
    PATH=/oracle/bin:/oracle/buildtools/bin:/usr/local/bin:/usr/bin:
    /usr/X11R6/bin:/bin:/usr/games/bin:/usr/games:/opt/kde/bin:.
    TNS_ADMIN=/oracle/network/admin
    ora/listener-connect is OK, even ODBC from a W95-client works:
    johndoe@los13529:/home/johndoe > sqlplus scott/tiger@quad
    SQL*Plus: Release 8.0.5.0.0 - Production on Mon Mar 15
    14:8:18 ...
    SQL> select count(*) from tab;
    COUNT(*)
    17
    SQL> exit
    Disconnected from Oracle8 Release 8.0.5.0.0 - Production
    PL/SQL Release 8.0.5.0.0 - Production
    please give me a hint. mailto:[email protected]
    null

    Karl Esau (guest) wrote:
    : Hi,
    : I have problems to get the precompiler running - executing the
    : precompiler leads to a segfault.
    I meanwhile solved the problem, so that I can compile and
    run the samples.
    a strace on 'proc' showed:
    open("/oracle/precomp/public/SQLCA.H", O_RDONLY) = -1 ENOENT
    (Nosuch file or directory)
    I made a symbolic link for an upper case SQLCA.H, needed to add
    SQLCHECK=SEMANTICS in ~/precomp/admin/pcscfg.cfg and one more
    lib for the make: /lib/libdl.so.2 because 'dlclose' and other
    symbols were undefined.
    bye
    Karl Esau
    null

  • Unable to enable in web services using direct cable from my router

    LaserJet Pro printer is working.  Unable to enable in web tab error message: Connection error. Check Internet connection.
    I have internet connection and don't  use proxy server.  I have powered off both printer and router.  Thank you.

    Hello! Could you please provide more information regarding the issue, such as which laserjet you are using? Any additional information will be helpful in resolving your issue. Thanks!
    Help the community by marking this post as a solution if it solved your issue!.
    If my post helped you in any way, please click the blue KUDOS star under my name! It would mean a great deal.

  • I am unable to get past the Terms and Conditions in the new update. I have hit agree several times but can not get past that part. What do I do next?

    I am unable to get past the terms and conditions part of the upgrade. I have hit agree several times. What do I do?

    Scroll down to the bottom of the terms and conditions, then the Agree button will light up and you can proceed.

  • I am unable to Send E-mail via Default mail app in my iphone. IOS7, i have account of icloud, Gmail, Microsoft all the account are well added, i can recieve e-mails but the massage i send is never sent

    I am unable to Send E-mail via Default mail app in my iphone. IOS7, i have account of icloud, Gmail, Microsoft all the account are well added, i can recieve e-mails but the massage i send is never sent

    Turns out this was a simple set up error for me, although i'd set up mobile me to sync my e mails I had never set up my outgoing message server. Therefore, if I received a message from me.com I could reply no problem, however if the message came from aol.com I couldn't reply.

  • Unable to enable SPDIF??? X-Fi XtremeGamer (non-PRO) w/ Digital I/O Module

    JUnable to enable SPDIF? X-Fi XtremeGamer (non-PRO) w/ Digital I/O Module? I recently purchased the Digital I/O module in order to use SPDIF Out on my X-Fi XtremeGamer in order to send audio to my 5. receiver via digital coax.
    However after hooking up my Digital I/O module to the flexijack (the one with the red light) I am unable to enable SPDIF.
    I read and followed the directions listed here:
    <a rel="nofollow" href="http://support.creative.com/kb/ShowArticle.aspx?sid=64440"]http://support.creative.com/kb/ShowArticle.aspx?sid=64440[/url]
    The options that they tell you to set are simply are not there on my system.
    I am running the most current drivers and console launcher that Creative has on their website.
    I have been trying to get it to work both under Windows XP and Windows 7.
    I have spent the last 3 hours beating my head on a wall, I hope someone can help me with this...
    Thanks in advance for any suggestions!

    Ah that's what I am afraid of.
    Quoted from the article in your message: "For SB073X series : Supports Microphone-in, Line-in and Optical out connections. On a SB073X series card, this jack does not have the Digital-in function to support the Digital I/O Module. It does however connects to external digital audio devices that accept stereo PCM or compressed Dolby Digital/DTS Bitstream from the Optical output. This will require using a "Toslink to Mini Toslink" cable for connection only."

  • We are unable to connect to Integration builder through VPN.

    Hi,
    We are unable to connect to Integration builder through VPN.
    Below are the errors we get:
    a. In two of the PI 7.0 Systems  we get:
         i. Cannot open connection on host x and port y.
         ii.com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: x and port:y
         iii. java.net.SocketException: Malformed reply from SOCKS server
    b. In the other two PI 7.1 systems we get:
         i. MESSAGE ID: com.sap.aii.ib.core.ejbutil.rb_all.SERVER_NOT_AVAILABLE
         ii. com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    uvw.xyz.abc.net:51504 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: x and port:y]
         iii. com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    uvw.xyz.abc.net:51504 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: x and port: y
    The hosts and ports are accessible. (Telnets and tracerts work fine for all the systems)
    We are able to access the SLD and Runtime workbench on all the environments. However, Integration Builder tools are not accessible.
    Any clue on what the problem might be?
    Thank you,
    Siva.

    Hi Siva,
    When you execute SXMB_IFR from PI, do you get  Integration Builder page?
    Are you trying to directly access the PI server by the known URLs?
    Also, Following links may be of your use:
    Integration Builder -Configuration is not openning?
    Re: unable to logon to Enterprise Services Builder or Integration Builder
    Regards,
    Nipun

  • Unable to run Enterprise Service BUilder

    Hi all, i have a problem similar to what i have found here:
    Re: Unable to run Enterprise Services Builder
    Unable to load resource: http://PI-CIPRGIA1:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    as explained in the link above, i find the com.sap.xpi.ibrep.client.jar but i don't understand where i have to put it!!!
    besides, they speak about looking for SAP_XIPCK in the deployment perspective, but i didn't have anything called SAP_XIPCK
    can anyone help me???
    this is my complete log:
    <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" codebase="http://PI-CIPRGIA1:50000/rep/">
        <information>
            <title>Enterprise Services Repository</title>
            <vendor>SAP AG</vendor>
            <homepage href="http://www.sap.com"/>
            <description type="one-line">Enterprise Services Repository</description>
            <description type="short">Enterprise Services Repository</description>
            <description type="tooltip">Enterprise Services Repository</description>
            <icon height="64" width="64" href="start/graphics/sap6464.gif" type="splash"/>
            <icon height="32" width="32" href="start/graphics/SAP3232.gif"/>
        </information>
        <security>
            <all-permissions/>
        </security>
        <resources>
            <j2se version="1.5+" initial-heap-size="32m" max-heap-size="512m"/><!-- ==================================================================
            ATTENTION: When modifying references in this file, remember to update
                       the corresponding files from the test-apps too!
                      (see repository_test.jnlp in &quot;_ibrep_test/webapp/start&quot; )
            =================================================================== ><!Do not define parts or packages! This will be done automatically ><! XI jars -->
            <jar href="repository/com.sap.xpi.ibrep.client.jar" download="lazy" part="part-69"/>
            <jar href="repository/com.sap.xpi.ibrep.core.jar" download="lazy" part="part-69"/>
            <jar href="repository/com.sap.xpi.ibrep.rb.jar" download="lazy" part="part-69"/>
            <jar href="repository/com.sap.xpi.ib.client.jar" download="lazy" part="part-60"/>
            <jar href="repository/com.sap.xpi.ib.core.jar" download="lazy" part="part-60"/>
            <jar href="repository/com.sap.xpi.ib.rb.jar" download="lazy" part="part-60"/>
            <jar href="repository/com.sap.xpi.ib.mt.gui.lib.jar" download="lazy" part="part-81"/>
            <jar href="repository/com.sap.xpi.ib.mt.rb.jar" download="lazy" part="part-81"/>
            <jar href="repository/com.sap.xpi.ib.mt.util.lib.jar" download="lazy" part="part-81"/>
            <jar href="repository/com.sap.xpi.ib.mapping.lib.jar" download="lazy" part="part-77"/>
            <jar href="repository/com.sap.xpi.ib.upload.core.jar" download="lazy" part="part-83"/>
            <jar href="repository/com.sap.xpi.ib.upload.sap.jar" download="lazy" part="part-85"/>
            <jar href="repository/com.sap.xi.mapping.tool.lib_api.jar" download="lazy" part="part-81"/>
            <jar href="repository/com.sap.xi.flib.lib_api.jar" download="lazy" part="part-60"/>
            <jar href="repository/com.sap.aii.utilxi.core.jar" download="lazy" part="part-88"/>
            <jar href="repository/com.sap.aii.utilxi.gui.jar" download="lazy" part="part-99"/>
            <jar href="repository/com.sap.xpi.util.rb.jar" download="lazy" part="part-88"/>
            <jar href="repository/com.sap.aii.proxy.gen.jar" download="lazy" part="part-82"/>
            <jar href="repository/frog.jar" download="lazy" part="part-192"/><!-- Engine and other components -->
            <jar href="repository/jta.jar" download="lazy" part="part-263"/>
            <jar href="repository/ejb20.jar" download="lazy" part="part-261"/>
            <jar href="repository/sap.comtcsapxmltoolkit~sapxmltoolkit.jar" download="lazy" part="part-146"/>
            <jar href="repository/sap.comtcexception~impl.jar" download="lazy" part="part-186"/>
            <jar href="repository/sap.comtcloggingjavaimpl.jar" download="lazy" part="part-195"/>
            <jar href="repository/sap.comtcblguidgeneratorimpl.jar" download="lazy" part="part-187"/>
            <jar href="repository/jperflib.jar" download="lazy" part="part-119"/>
            <jar href="repository/sap.comtcblniimpl.jar" download="lazy" part="part-191"/><!-- required for CSN-connection -->
            <jar href="repository/sap.comtcjeclientlibimpl.jar" download="lazy" part="part-127"/>
            <jar href="repository/sap.comtcbljarmjarm.jar" download="lazy" part="part-197"/><!-- Tensegrity Libs -->
            <jar href="repository/tenComposite.jar" download="lazy" part="part-229"/>
            <jar href="repository/tenGraph.jar" download="lazy" part="part-238"/>
            <jar href="repository/tenGraphics.jar" download="lazy" part="part-251"/>
            <jar href="repository/tenGenerics.jar" download="lazy" part="part-69"/>
            <jar href="repository/tenGui.jar" download="lazy" part="part-8"/>
            <jar href="repository/tenGuiResource.jar" download="lazy" part="part-253"/><!-- Maestro><!jar href=&quot;repository/maestro_ib.jar&quot; download=&quot;lazy&quot; /-->
            <jar href="repository/com.sap.xpi.ibrep.maestro.core.jar" download="lazy" part="part-69"/>
            <jar href="repository/com.sap.xpi.ibrep.maestro.model.jar" download="lazy" part="part-69"/>
            <jar href="repository/tenSkeleton.jar" download="lazy" part="part-204"/>
            <jar href="repository/tenLookAndFeel.jar" download="lazy" part="part-8"/>
            <jar href="repository/jaxb-api.jar" download="lazy" part="part-264"/>
            <jar href="repository/jaxb-impl.jar" download="lazy" part="part-0"/>
            <jar href="repository/jaxb-xjc.jar" download="lazy" part="part-0"/>
            <jar href="repository/jsr173_1.0_api.jar" download="lazy" part="part-265"/>
            <jar href="repository/activation.jar" download="lazy" part="part-199"/><!-- end Maestro><! Aris Client -->
            <jar href="repository/arismethod.jar" download="lazy" part="part-24"/>
            <jar href="repository/JimiProClasses.jar" download="lazy" part="part-206"/>
            <jar href="repository/jide.jar" download="lazy" part="part-40"/>
            <jar href="repository/client.jar" download="lazy" part="part-14"/><!-- Aris Core -->
            <jar href="repository/jaxb-api.jar" download="lazy" part="part-264"/>
            <jar href="repository/jaxb-impl.jar" download="lazy" part="part-0"/>
            <jar href="repository/jaxb1-impl.jar" download="lazy" part="part-0"/>
            <jar href="repository/jsr173_1.0_api.jar" download="lazy" part="part-265"/>
            <jar href="repository/jh.jar" download="lazy" part="part-204"/>
            <jar href="repository/js.jar" download="lazy" part="part-289"/>
            <jar href="repository/y.jar" download="lazy" part="part-302"/>
            <jar href="repository/cl_locale.jar" download="lazy" part="part-14"/>
            <jar href="repository/cl_locale_de.jar" download="lazy" part="part-14"/>
            <jar href="repository/cl_locale_en.jar" download="lazy" part="part-14"/>
            <jar href="repository/y-utils-2.jar" download="lazy" part="part-39"/>
            <jar href="repository/y-reportexecution-2.jar" download="lazy" part="part-36"/>
            <jar href="repository/y-guiframework.jar" download="lazy" part="part-25"/>
            <jar href="repository/y-graphics-3.jar" download="lazy" part="part-25"/>
            <jar href="repository/y-lipo-1.jar" download="lazy" part="part-34"/>
            <jar href="repository/y-reportdesigner-client-2.jar" download="lazy" part="part-37"/>
            <jar href="repository/y-reportdesigner-common-2.jar" download="lazy" part="part-38"/>
            <jar href="repository/jdom.jar" download="lazy" part="part-10"/>
            <jar href="repository/y-graphlayout-2.jar" download="lazy" part="part-26"/><!-- only for repository, when build is adapted
            &lt;jar href=&quot;repository/sapjco.jar&quot; download=&quot;lazy&quot; component=&quot;aris&quot;/&gt;
            &lt;nativelib href=&quot;repository/sap-rfc-windows.jar&quot; download=&quot;lazy&quot; component=&quot;aris&quot;/&gt;
            ><! end Aris ><! ssl libs -->
            <jar href="repository/iaik_jsse.jar" download="lazy" part="part-13"/>
            <jar href="repository/iaik_smime.jar" download="lazy" part="part-13"/>
            <jar href="repository/iaik_ssl.jar" download="lazy" part="part-13"/>
            <jar href="repository/w3c_http.jar" download="lazy" part="part-13"/>
            <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE"/>
            <property name="jnlp.com.sap.boot" value="rep,native"/>
        <property name="jnlp.com.sap.aii.ibrep.core.cms.enableTransportWizard" value="false"/><property name="jnlp.com.sap.aii.ibrep.core.transport.doubleFormatExport.showFlag" value="false"/><property name="jnlp.com.sap.aii.docu.url" value="null"/><property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000"/><property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE"/><property name="jnlp.com.sap.aii.ibdir.core.transport.doubleFormatExport.showFlag" value="false"/><property name="jnlp.com.sap.aii.ibrep.core.aris.AllowBroadReportAccess" value="false"/><property
    [missing part due to post limits......]
        <application-desc main-class="com.sap.aii.ibrep.gui.appl.ApplicationImpl">
            <argument>webstart</argument>
        </application-desc><!--
        &lt;application-desc main-class=&quot;com.sap.aii.ib.gui.applcomp.BootLoader&quot;&gt;
            &lt;argument&gt;webstart&lt;/argument&gt;
        &lt;/application-desc&gt;
        -->
    </jnlp>

    Hi all,
    trying to fix the problems above with Enterprise Sercvice Builder i have made a mistake:
    i have undeployed SAP_XIESR  and now i can't find it anymore!
    the link where i find the ESR and Service Registry is no more accessible!
    is the undeploy reversible?
    these are the details:
    from NWDS , deployment perspective, from tab undeploy view i selected SAP_XIESR added in the list of things to undeploy and run undeploy
    this SAP_XIESR  is now vanished, when i make that action i thought that it was reversible, but now i can't find SAP_XIESR  in no place around!!!
    how can i reverse that action?

  • HOW TO DEFAULT CONDITION TYPES FROM INCO TERMS?

    Hi,
    I want to Default Condition types based on the Inco terms selected. once the user selects the Inco terms the Corresponding Condition types should default in the Purchase Order.
    Ex: For Inco Terms EXW: Ex Works the Condition type Frieght should not Appear whereas For FOB(free on board) frieght Condition should appear.
    Is there a Config for this?
    How can we do it?
    NS

    In pricing, please create  Price Determination Process based on
    incoterms
    SPRO -> Materials Management -> Purchasing
    -> Conditions -> Define Price Determination Process ->
    Maintain Condition Table 
    create a new condition table (Maintain Condition Table->Create condition table)
    for INCOTERM combination and go ahead !

  • FRM-91500: Unable to start/complete the build

    Hi,
    I have oracle10g application server running on my linux box A, oracle database10g running on linux box B and Developer Suite10g running windows box C. I create a fmb file and ftp into application server box A.
    but when i try to compile the .fmb file, i get the following error.
    FRM-91500: Unable to start/complete the build.
    i have set all these paths as mentioned below.
    ORACLE_HOME=/home/oracle/oracle/OASMidtier; export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/local/bin;export LD_LIBRARY_PATH
    ORACLE_SID=asdb; export ORACLE_SID
    PATH=$PATH:/usr/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin
    export PATH
    FORMS_PATH=$ORACLE_HOME/forms;export FORMS_PATH
    DISPLAY=:0.0; export DISPLAY
    and i saved the EX01_01.fmb under /home/oracle/oracle/OASMidtier/forms
    Now when i give xclock iam able to see the clock.
    but when i execute the following iam getting unable to compile error.
    [oracle@oracledev bin]$ ./frmcmp.sh userid=student/pwd@orcl batch=yes module=EX01_01.fmb module_type=form compile_all=yes window_state=minimize
    infact as an additional information. whenever i do a
    sqlplus / as sysdbai get following error:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    what does this error mean. how can i fix this.
    Can someone help me please.
    Thanks,
    Philip.

    Hi,
    after rechecking all the configurations, r u successfully login with the database?yes i am able to connect without error. i figured out i was getting this error whenever i was changing the ORACLE_HOME from Infrastructure path to Midtier path. is there a way to work around this?
    also i am able to compile the .fmb file now.
    it is very strange. well it kind of worked, but this is what i did. i gave the following env variables:
    ORACLE_HOME=/home/oracle/oracle/OASMidtier; export ORACLE_HOME
    FORMS_PATH=/home/oracle/oracle/OASMidtier/forms; export FORMS_PATH
    ORACLE_TERM=vt220; export ORACLE_TERM
    and then when i executed the following:
    cd $ORACLE_HOME/bin./frmcmp.sh module=/home/oracle/oracle/OASMidtier/forms/EX01_01.fmb userid=student/m4ewr0e1@orcl module_type=FORM compile_all=yes
    i got the error as: FRM-91500: Unable to start/complete the build.
    but when i did the following, it worked:
    ./frmcmp_batch.sh module=/home/oracle/oracle/OASMidtier/forms/EX01_01.fmb userid=student/m4ewr0e1@orcl module_type=FORM compile_all=yes
    and i got the result as:
    Created form file /home/oracle/oracle/OASMidtier/forms/EX01_01.fmx
    i just dont understand. why did the frmcmp_batch.sh worked and frmcmp.sh did not?
    Can you please explain me why?
    also when i give the following:
    DISPLAY=<servername>:0.0; export DISPLAY
    and when i give: xclock i get error as:
    Error: Can't open display: <servername>:0.0
    but only when i give
    DISPLAY=:0.0; export DISPLAY
    and then when i give: xclock then i am able to see the clock.
    Can you please explain me why all these errors:
    Thanks,
    Philip.

  • FRM-91500: Unable to start/complete the build in arabic nls_lang

    Hi,
    I have oracle10g application server running on my linux and Developer Suite10g running windows.
    I create a fmb file and ftp into application server.
    but when i try to compile the .fmb file,
    i get the following error.
    FRM-91500: Unable to start/complete the build.
    i have set all these pathsin Oracle bash_profile: ORACLE_HOME,LD_LIBRARY_PATH,FORMS_PATH
    My DB nls_lang is AR8MSWIN1256.
    when i set NLS_LANG to AR8MSWIN1256 in linux environment, I got the error but when i set to any other it's OK but my forms has font desplaying problem and all arabic text are shown as '??????'. i tried with NLS_LANG=AR8ISO8859P6 but it does'nt work.
    I read the folowing treads carfully and followed the instructions but the problem still exists.
    frm-91500
    and
    Re: how to compile and run windows built .fmb file in linux
    can anybody give a suggestion or workaround this problem?
    thank you in advance

    Hi,
    I have the same problem. When NLS_LANG in UNIX env is set to AR8MSWIN1256.
    The error FRm-91500 is shown.
    Pls. let me know what could be done to fix this.
    Regards & Thanks.
    Hma

  • Unable to run Oracle Form Builder from Designer 10g

    I am using Windows XP with Oracle Designer 9.0.4.5. From Design Editor, I select Run -> Oracle Forms, nothing happen. I am able to open Form Builder manually (C:\ORACLE\904\bin\ifbld90.exe). After I generated a module (form) from Designer, I have to open the FMB manually from Form Builder. In Designer 9i, I am able to open Form Builder from Designer. Is this a bug for Designer 10g?
    Thanks,
    Jim

    Thanks for the response, Suresh,
    I believe this is an installation/configuration issue.
    I installed Oracle Developer Suite 9.0.4, which includes Form Builder, Report Builder, and Designer. System Path contains the ORACLE_HOME (c:\oracle\904\bin). I am able to start Form Builder from DOS command (ifbld90.exe). I am also able to start Report Builder (rwbuilder.exe) and Designer (des2k61.exe) from DOS. I am able to Run Oracle Report Builder from Designer, but just not Form Builder. I also checked the Windows registry settings and they seem alright to me.
    thanks,
    Jim

  • Link to "Your eGuide (including the Terms and Conditions of your service) (English)" takes you to Phishing site?

    In Documents and Receipts for My Verizon and when I select this link to Your eGuide (including the Terms and Conditions of your service) (English) it goes to http://cache.pagefreezer.com/browse/youreguide/14-12-2014T00:00/http://youreguide.vzw.com/ .  I use Norton 360 Premier as my antivirus protection and when I select the link Norton 360 says that it has blocked a known Malicious Web Site.  Go to the Norton detailed report and it shows that the site pagefreezer.com is known for Phishing Attacks.
    This needs to be addressed by Verizon as I don't like to go to web sites that are known for Phishing attacks/Malicious behavior.

    PageFreezer is a website archiving solution to meet industry compliance requirements.
    Verizon Wireless is a PageFreezer customer that uses PageFreezer's capabilities it to archive past copies of the Terms and Conditions of the eGuide website and provide that on the My Verizon section as a service to their customers.
    Regards,
    PageFreezer Software, Inc.
    http://www.pagefreezer.com

  • Including query builder in jsp

    hi,
    i want to include query builder wizard in jsp, as we do in java client.if so i pls tell me the steps to do it.it is urgent.

    Hi Martin,
    good to hear that some query builder was developed in HTML.
    We need that for our work. we couldn't proceed to any where. can u please provide some help in creating the query builder in HTML.
    If possible please send me an e-mail to [email protected]
    Thanks & Regards,
    Manohar Vanama

Maybe you are looking for