Error when setting EL expression

Hi,
Please help me to resolve this issue
Error is:
visible="#{pageFlowScope.Category.catType eq 'MC'}": Missing Resource in EL implementation: ???propertyNotReadable???
  at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:111)
use case
I have a popup and there is a tab control inside. tab has three
show detal item. i have to set visibility depending up on
the value of a variable
example: if variable cattype="MC" then show only first showDetailItem
  if variable cattype="SC" then show only secoond showDetailItem
  if variable cattype="SSC" then show only Third showDetailItem  
so i put the below EL expression in visible property of 1st showDetailItem       
visible="#{pageFlowScope.Category.catType eq 'MC'}
when i am calling popup i am getting the error i mentioned above
popup calling method
  public void showPopup(ActionEvent actionEvent) {
        FacesContext context = FacesContext.getCurrentInstance();
        UIComponent source = (UIComponent)actionEvent.getSource();
        RichPopup.PopupHints hints = new RichPopup.PopupHints();
  popCat.show(hints); // popCat is a binding property of popup
Sujith

Hi,
you provide a lot of information, none however on the real problem area, which is
#{pageFlowScope.Category.catType eq 'MC'}
The error message basically tells you that it cannot access "catType" as a property. So did you verify catType base a setCattype and getCatType method in the referenced managed bean and that the managed bean is defined in the task flow configuration file it is used in ?
Frank

Similar Messages

  • Getting an error when setting up Apple ID on new Mac book air

    I am setting up new Mac book air and getting an error at the sign up with Apple ID. Says couldn't sign in because of a server error. Try signing in again

    I got this error when setting up a new iMac. I now beleive the reason was that I had already restored accounts and files from a Time Machine backup, and it then connected me to the Apple ID during the login. It is a flaw in the setup process that it didn't check for that and skip the Apple ID step.

  • Error when using the expression operator

    Hi All
    When i'm using the following expression in the expression editor i'm getting an error message "expression is not properly formed, error expression cannot be validated". But when i use the same expression in TOAD i'm getting the result. Can any one please help me where i'm going wrong?
    SUBSTR (INGRP1.site_id_nbr, 1, 11)
    || DECODE (SUBSTR (INGRP1.site_id_nbr, -1, 1),
    1, '1',
    2, '1',
    3, '3',
    4, '3'
    Thanks

    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

  • Unexpected error when connecting Airport Express A1264 to Airport Utility 6.3.1

    My current wireless setup is and has been the following:  Phone Jack --> DSL modem ---> Airport Express via Ethernet cable
    Off of that connection we've been able to wirelessly run our MacBook, Apple TV and iPhones for several years.
    We recently left for vacation, so I unplugged everything (apparently a huge mistake).  When we returned from vacation, the wireless connection was intermittent and kept being dropped.
    If I connect the Ethernet cable directly from the modem into my MacBook the internet works fine.
    I tried refreshing the Airport Express by unplugging it and cycling it through.  It continued to drop. 
    By opening the Airport Utility, a firmware update was recommended.  However, since that update the Airport Express isn't detected anymore.
    I tried a hard reset and Utility finds the Airport Express under "Other Wifi Devices" but then, at the end of trying to "Join the Airport Express to the Network" I get an "Unexpected Error" message.
    Airport Express Model Number: A1264
    Airport Utility: 6.3.1
    OS: 10.8.5
    I am very frustrated and way out of my league here with understanding how this all works and what I can do to fix it.  If anyone has any suggestions or expertise to offer, I would greatly appreciate it.
    Thank you for your time,
    Amanda

    Hi AMM222,
    "Unexpected Error" message with Mountain Lion and AirPort Utility 6.3.x.  Hopefully this is just a matter of enabling IPv6.
    AirPort base station not seen or "An unexpected error occurred" appears in AirPort Utility 6.3
    http://support.apple.com/kb/TS4597
    This can happen if IPv6 has been disabled. To enable IPv6 for your network interface:
    Choose Apple menu () > System Preferences, and then click Network.
    If a lock icon appears in the lower-left corner, click it and enter your admin name and password to unlock the pane.
    Click your network service (Wi-Fi or Ethernet) in the list, and then click Advanced.
    Click the TCP/IP tab.
    Choose Link-local only from the Configure IPv6 pop-up menu.
    Click OK.
    Click Apply.
    The AirPort device should now appear in AirPort Utility.
    Thank you for using Apple Support Communities.
    Nubz

  • "Cannot connect to server" error when setting up MAMP local server in Dreamweaver cc 2014

    I am trying to set up my Wordpress 4.1 site with MAMP 3.0.7.3 in Dreamweaver cc 2014, but I am getting a "Cannot connect to server" error when trying to view the site live. The site works fine on the localhost:8888. I am using OS X Yosemite and PHP 5.6.2. Below are screenshots of my Dreamweaver settings. Thanks in advance.

    Hi Subhadeep!
    Think I'm getting closer (Lol). I did as you suggested and changed the web url to http://localhost:8888/Documents/projects/whoknew/. As you suggested I moved the local site to the Documents folder under the sub-folder projects. It is connecting to the server, but now I am getting the requested url cannot be found on the server. Below are screenshots of my current settings.
    http://localhost:8888/Documents/projects/whoknew/. As you suggested I moved the local site to the Documents folder under the sub-folder projects. It is connecting to the server, but now I am getting the requested url cannot be found on the server. Below are screenshots of my current settings. Thank you!

  • Run time error when set filter on the request id in the output query.

    Hi all,
    I am getting a run time error when I select the request id and set filter on that and  when i am selecting all the request id it contains around 2lacs values in that If i cliked ok on that .
    It popped up a msg like this
    " Run time error 61706
    Insufficient memory to perform operation "

    User was educated not to select the entire data in the filter

  • Syntax Error when using SQL Expression

    Morning all,
    When I try to type any SQL Expression within Crystal I am getting syntax errors, even when I type only SELECT {field name} FROM {table name}.
    Here is the query I did which gave me the following error:
    Query
    SELECT  order_progress . date_created
    FROM order_progress
    WHERE  order_progress . order_no = order_header . order_no
    AND  order_progress . order_status =77
    ORDER BY  order_progress . date_created DESC
    Error
    Error in compiliing SQL Expression
    Database connector Error: 'HY000[Informix] [Informix ODBC Driver]General Error. Syntax Error[Database Vendor Code-11060]'.
    Now this means, 1: I am getting a connection error with my db, for no apperent reason. 2: my syntax is not approved?!
    Can someone explain why is this happening and how to resolve this?
    many thanks
    Kind Regards
    Jehanzeb

    Morning Kyle,
    Thanks for the informative answer, I have found out the formula which counts number of days however, I am not sure what you meant by the following:
    >
    Kyle McAdam wrote:
    > create a formula that does the datediff....this will be a group.
    Done this, it counts the working days as in weekdays and takes bank holidays out as well
    here is the formula:
    WhileReadingRecords;
    //{order_progress.order_status}= 77;
    //{order_header.order_status}>=77;
    Local DateVar Start := {order_header.date_entered};   // Starting Date
    Local DateVar End := {order_header.act_despatch};  // Ending Date
    Local NumberVar Weeks;
    Local NumberVar Days;
    Local Numbervar Hol;
    DateVar Array Holidays;
    Weeks:= (Truncate (End - dayofWeek(End) + 1
    - (Start - dayofWeek(Start) + 1)) /7 ) * 5;
    Days := DayOfWeek(End) - DayOfWeek(Start) + 1 +
    (if DayOfWeek(Start) = 1 then -1 else 0)  +
    (if DayOfWeek(End) = 7 then -1 else 0);  
    Local NumberVar i;
    For i := 1 to Count (Holidays)
    do (if DayOfWeek ( Holidays<i>) in 2 to 6 and
      Holidays<i> in start to end then Hol:=Hol+1 );
    Weeks + Days - Hol;
    You will then have a formula field that is evaluated to 1, if the status is 77.
    you mean second formula? How I used,
    If Order_header.Order_Status=77 then
    1
    else
    2;
    however this doesn't seem to be working.
    > Now, sum that formula in each group footer. Suppress the detail lines...
    which formula to sum up?
    > **Don't use a cross tab with this solution. For a cross tab, you would have to calculate the totals in a different manner.
    so far I used Cross tab and it is showing the right days, however not showing the correct jobs per day.
    You might be right there that it calculates the totals differently, additionally how am I suppose to get the right Percentage if using the Cross tab. The percentage should be, count of number of jobs % Total jobs.
    hence:
    {#NumofJobs} % {#Total_Jobs}
    however, when I create this formula it does not let me add that into the cross tab.
    I also need to put a subreport in my report, can I use Crosstab to contain a link to my subreport?
    Many thanks
    Kind Regards
    Jehanzeb

  • Unknown error when using daq express vi's

    Hi there i get unknown error when trying to use DAQ express VI's. I have downloaded and installed NI device drivers which was required to generate EXE since then this problem was occuring what should i do i have done all that was mentioned in the following thread
    (http://forums.ni.com/ni/board/message?board.id=170&message.id=336246&query.id=2154746#M336246) but no use i am not able to figure out the problem can anyone help me. 
    Solved!
    Go to Solution.

    Hi
    Ok, if that is the situation and you've tried everything in the other thread. In the solution of this thread there's a zipfile posted that contains instructions and an application that can help you uninstall all NI software on a computer and start freesh.
    Best Regards
    David
    Message Edited by Davidek on 10-01-2009 01:56 AM
    Message Edited by Davidek on 10-01-2009 01:59 AM

  • Runtime Error when setting sync parameters for Outlook - what to do?

    In Desktop Manager, I configure Synchronization to use with Outlook so I can pull my calendar onto the Blackberry. It lets me set it up and then gives me a Runtime Error - Cannot find system in table file. I have Comcast email setup in Outlook, but previously had used Outlook Express when I bought the Blackberry. Could this be part of the problem and if so, how do I fix it?
    Thanks for any help you can offer...

    This bug should be fixed in SDK 4.5. Please use the latest SDK.
    My environment is FlashBuilder 4.5 premium and its default SDK 4.5. It's all right on my machine.
    Thanks

  • Error when evaluating EL Expression

    Hi all,
    Im using JDeveloper 11g and im currently trying to set a section of text within an adf faces outputFormatted component. this is based on a EL expression as shown below. The "bindings.Compliance" and "bindings.ComplianceGoal" are two attributes of a VO and are both defined as the same type within the VO definition
    color:  #{bindings.Compliance gt bindings.ComplianceGoal ? '#33AA00' : '#CC0000'} ;"however when the spplication is run i get the following error :(
    ]] Root cause of ServletException.
    javax.el.ELException: Cannot compare 100 to 90
         at com.sun.el.lang.ELSupport.compare(ELSupport.java:100)
         at com.sun.el.parser.AstGreaterThan.getValue(AstGreaterThan.java:49)
         at com.sun.el.parser.AstChoice.getValue(AstChoice.java:47)
         at com.sun.el.parser.AstDeferredExpression.getValue(AstDeferredExpression.java:46)
         at com.sun.el.parser.AstCompositeExpression.getValue(AstCompositeExpression.java:51)does anybody know why i might be getting this error orwhere im going wrong?
    thanks in advance...

    Hi,
    this works for me:
            <af:outputFormatted value="Text"
                                inlineStyle="color: #{bindings.Deptno.inputValue gt bindings.Empno.inputValue ? '#33AA00' : '#CC0000'}"/>if I remove inputValue I can reproduce your error so this is the problem
    regards,
    Branislav

  • Error when setting up cluster in weblogic 10.3.6

    Hi All,
    We are trying to set up a cluster with 2 managed servers in WLS 10.3.6. The issue is that we do not manage to deploy our application on the managed server as when we start the managed servesr we have the following error message :
    javax.naming.NameNotFoundException: While trying to lookup 'ouaf.servicebean' didn't find subcontext 'ouaf'. Resolved '' [Root exception is javax.naming.NameNotFoundException: While trying to lookup 'ouaf.servicebean' didn't find subcontext 'ouaf'. Resolved '']; remaining name 'ouaf/servicebean'
    Unfotunately, we are failing to resolve this issue. Any help would be greatly appreciated !!!
    Many thanks.

    HI,
    Just try to clear tmp and cache once a see if you still face same problem.
    If not please put the complete error stack to verify what exactly going on there.
    Regards,
    Kal

  • Error when setting up cloud appliance "BW 7.4 MaxDB Trial"

    Hi there,
    I am currently trying to set up the cloud appliance "SAP NetWeaver Business Warehouse 7.4 incl. usage type BI Java on SAP MaxDB – Trial Edition" on AWS but always run into the same error.
    According the the Cloud Appliance Library monitor, the instance activates correctly. However, when I log into the NetWeaver machine via SSH I get the following message:
    The Appliance Agent detected an error and terminated.
    When asked, please provide the file /tmp/applianceagent_20140903-213757.tar.bz2.
    Note that a restrictive iptables based firewall is still active.
    In the log file /var/log/applianceagent.log I found the following:
    Starting 'Appliance internal changes' (10), ApplianceInternals.sh at Wed Sep  3 21:35:40 UTC 2014
    error in /tmp/applianceagent/scripts/ConfigAppliance.sh:  found, starting to cleanup
    starting logcollector since 'Appliance internal changes' failed  Execute /tmp/applianceagent/scripts/logcollector.sh
    The collection of logfiles is located at /tmp/applianceagent_20140903-213757.tar.bz2
    starting logcollector since 'Appliance internal changes' failed  succeeded
    More details can be found in the log file /var/log/appliancedeploy.log:
    ERROR      2014-09-03 21:37:53.321
              CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in module call:
    (SAPINST_SKIP_DIALOGS=true)
    Validator of step |offlineadjustment_dialogs|ind|ind|ind|ind|0|0|askInstances reports an error :
      <html> <head> </head> <body> Host 'wdflbmd6865' is not local. </body></html>
    . To solve that problem start the installation without using SAPINST_START_GUI option..
    I tried this several times (always terminating the instance and creating a new one), but always run into the same problems. I also tried using different virtual machine sizes (larger than the recommended ones) but did not have any success with this either.
    Unfortunately, I cannot attach the file /tmp/applianceagent_20140903-213757.tar.bz2 mentioned in the error message (due to size limit of 1 MB for attachments). But I attached some of the log files.
    How can I resolve this issue?
    Please let me know if you need any further information.
    Best,
    Joachim

    Hi Joachim,
    thanks for clarifying.
    This solution does not support Elastic IP assignments.
    Since the network settings are read during the creation process, it should be fine to assign an Elastic IP when the solution instance is up and running. Note that during a reboot the Elastic IP must be de-allocated as well. This is because the network setting are reinitialized during the boot process. I hope this works and serves your needs.
    I suggest to start a new instance.
    Best Regards,
    Achim

  • SCCM 2012 Setup error when setting SQL connection info "Network Path Was Not Found"

    Hello.
    I'm facing an issue during CCM 2012 SP1 Beta Setup on step "DB INFORMATION"
    My lab is set like that:
    1x Front-end WS 2012 rtm "CCM Install on it" (Fresh install = no features installed)
    1x Back-end WS 2012 rtm SQL Server 2012 SP1 (I don't know if this is supported).
    On the sql Side there is already a first instance with SCVMM 2012 SP1(beta) environment that work well.
    A second dedicated instance is ready for CCM install.
    Named Pipes enabled , TCP/IP Enabled
    Firewall rules for 1433 and 4022 are enabled on the Domain profile ,other profiles are disabled.
    Instance Service is running with a domain account
    Everything is published in AD (delegations for computer account), Schema Prep already done manually.
    I'm Able to resolve dns name of the SQL server on the CCM VM and telnet 4022 + 1433 ports.
    For the finish here is the end of Setup Wizard logs:
    Exception rethrown at [0]:
       à System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       à System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       à Microsoft.SystemCenter.ConfigMgr.Setup.CheckSqlAsync.EndInvoke(IAsyncResult result)
       à Microsoft.SystemCenter.ConfigMgr.Setup.DatabasePage.ValidatePage()
       à Microsoft.SystemCenter.ConfigMgr.SetupFramework.WizardForm.ActivatePage(String pageId, Boolean goingNext)
       à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       à System.Windows.Controls.Button.OnClick()
       à System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       à System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       à System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       à System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       à System.Windows.Input.InputManager.ProcessStagingArea()
       à System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       à System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       à System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       à System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       à System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       à MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       à MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)].
    14/12/2012 08:21:06: ConfigMgrSetupWizard Information: 1 : Creating SQL connection to database SCCM\master on server SQL001.IT-DEPLOYMENT.LAB.
    14/12/2012 08:21:53: ConfigMgrSetupWizard Error: 1 : Exception message: [Le chemin réseau n’a pas été trouvé.
    ], Exception details: [System.IO.IOException: Le chemin réseau n’a pas été trouvé.
    Server stack trace:
       à Microsoft.Win32.RegistryKey.Win32ErrorStatic(Int32 errorCode, String str)
       à Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName)
       à Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.GetSqlConnection(String databaseName, String serverName, Boolean encrypt)
       à Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.CheckSqlConnection(String serverName, String instanceName)
       à System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       à System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]:
       à System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       à System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       à Microsoft.SystemCenter.ConfigMgr.Setup.CheckSqlAsync.EndInvoke(IAsyncResult result)
       à Microsoft.SystemCenter.ConfigMgr.Setup.DatabasePage.ValidatePage()
       à Microsoft.SystemCenter.ConfigMgr.SetupFramework.WizardForm.ActivatePage(String pageId, Boolean goingNext)
       à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       à System.Windows.Controls.Button.OnClick()
       à System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       à System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       à System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       à System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       à System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       à System.Windows.Input.InputManager.ProcessStagingArea()
       à System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       à System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       à System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       à System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       à System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       à MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       à MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)].
    Please help me; I'm driving crazy.
    Kévin KISOKA - MCTS Exchange Configuring, MCTS Hyper-V Server Virtualization

    3 Steps are neccessary:
    1. Make sure the Windows Firewall Service on the SQL Server is running and set to automatic
    2. Add the SQL EXE as a Program Exception to the Firewall on the SQL Server:
    To add a program exception to the firewall using the Windows Firewall item in Control Panel.
    - On the Exceptions tab of the Windows Firewall item in Control Panel, click
    Add a program.
    - Browse to the location of the instance of SQL Server that you want to allow through the firewall, for example
    C:\Program Files\Microsoft SQL Server\MSSQL11.<instance_name>\MSSQL\Binn, select
    sqlservr.exe, and then click Open
    - Click OK.
    From http://technet.microsoft.com/en-us/library/cc646023.aspx
    3. The last step neccessary, on the SQL Server, is to set File and Printer Sharing "on". When this is off, the following error occurs: "Network Path was not found"

  • Error when setting up connection from Universe Designer to Oracle database

    Hello,
    I am attempting to create a connection to an Oracle 10 database in Universe Designer.  I am currently running Business Objects XI 3.1 SP3 on a 32 bit machine.  I have the Oracle client installed.  In Universe Designer when I attempt to create a new connection using the Oracle 10 client I receive the following error.
    CS:DBDriver failed to load : C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\dbd_oci.dll (The specified module could not be found.)
    The dbd_oci.dll file does exist in the directory listed above.  Has anyone encountered this issue?
    Thanks in advance.
    Brock

    Hello Brock,
              Do you have multiple SQL clients installed on your system? If so, uninstall the previous versions. Check if the PATH variable is set to correct bin path and then try testing it again.
    Regards,
    Sanjay

  • Apex 4.2 forms conversion error when set application defaults

    when use migration forms conversion and i want to set application defaults return the next error
    Unable to seed values ORA-06550: line 15, column 82: PL/SQL: ORA-00918: column ambiguously defined ORA-06550: line 9, column 3: PL/SQL: SQL Statement ignored
    ORA-06550: line 15, column 82: PL/SQL: ORA-00918: column ambiguously defined ORA-06550: line 9, column 3: PL/SQL: SQL Statement ignored

    Hi Daniel,
    This issue has already been identified, tracked with bug number *14683491*, and has been resolved in development. The fix will be available in our next release. In the meantime, you can still set Application Defaults using the option available in Application Builder. Navigate to Application Builder, and select the Application Builder Defaults option in the Tasks region to the right of the page, pg 4000:1500.
    Regards,
    Hilary

Maybe you are looking for

  • TABLE parameter in FUnction module

    Hi Experts Iam modifying a FM, i have 10 fileds in export parameters, filed1 filed2 filed3 filed 10. as per the requirement i need to display the same parameters in table form suppose the rows of table is like filed1filed2filed3 filed4filed5filed6 fi

  • CRM2015 IFD Internal and External Domains

    I am trying to setup CRM2015 with IFD. My internal domain is xr.local and external domain name is somethingelse.com. When going through the directions and searching through the forums I see similar questions regarding with no real information on the

  • DAte datat type

    Hi, I 'm loading data by external table..In that .csv file it consist of some date format like 2005-03-14 22:23:45 .How to specify datatype for this column..I used date and timestamp but it show error.

  • Question about making a project backup with Media Manager

    I have several projects that I am working on right now. I'd like to make a backup of these projects and burn them to DVDs. The question I have is when I select "copy" with Media Manager it shows me how much space the backup will be. Without selecting

  • Reformatted my C drive.

    I lost my copy of Adobe Photoshop Elements 11. I redownloaded it from Adobe but haven't got my serial number to activate the programme. Thank you for your help. [email protected]