Oracle endeca property not displaying in jsp ref app - oracle

I am trying to implement partial update in Oracle Endeca. I have a property named "depth" in developer studio. The full update works fine but in partial update I get the error that "Unable to parse value 15.1 for property depth". Why does this happen. Please ask for any information you might need.

Can you please check property type of depth. Also check mapping for partial update pipeline.

The property were not showing as MDEX engine had different datatype from the updates. To fix this I used a perl manipulator to format the properties .

Related

Deploying solution from Dev to Production fails because column with same schema name data type was changed. Object dependencies won't get deleted

So the column in question was a lookup column, which i deleted in the unmanaged solution, and mistakenly created a new column with the same name. Dynamics by default will use the same auto-generated schema name based on the display name. So when I go to import the unmanaged solution in my dev environment into the production environment as managed, obviously it throws an error because of the mismatched of data types per column schema name.
Error returned by Azure Pipeline
So I did the sensible next thing, and went to delete this column in my dev environment. But oh no! There are object dependencies which prevent me from deleting it, okay I look at which objects depend on this column, it is a form, i remove the column from the form, go to delete and oh no again! There is still a dependency on the form I just deleted the column from.
So what do I do? I can't change the column schema name, I can't change the data type back to the data type that's currently in the managed solution. Is this when I open up a microsoft support ticket? Hopefully someone here has some insight. Thanks!
The attribute can be associated with a custom control. Try removing this custom control using the classic form designer. It should be visible on one of the field property tabs.
If the attribute cannot be found anywhere on the form using the classic or modern form designer, try this:
Create a solution with this form only. Export the solution as unmanaged. Extract the customization.xml from the zip. Edit the xml and remove all references to your attribute. Paste the customization.xml into the zip and import and publish the solution.
The only way to delete a managed component is to upgrade the solution. In your case, you can delete the field and dependency in solution and apply the upgrade to target environment. Please noticed that all data in this field would get deleted when you apply the upgrade. You may check this link for more detail

always seeing an empty database after running my application

I am using Vb 2010 in designing my apps. I've connected my database with my application but I didn't use any code in the connection. I used Data source and Databinding property and when I save the data the database is always empty. Please help me with a solution.
Place a BindingNavigator component in your form and set it's binding source property to the same datasource of your other component.

Error Adding a Switch Mediator inside a Proxy Service in WSO2 Developer Studio

I'm trying to do a simple Proxy Service using the Developer Studio tool from the open-source SOA middleware provider WSO2.
When I drag into the flow a Switch Mediator in the graphical view there is no problem but when I changed to the text view, I'm facing the following error:
Cannot update source view. The following error(s) have been detected
Reason: XPathFactoty#newInstance() failed to create an XPathFactoty for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactotyConfigurationException: javax.xml.xpath.XPathFactotyConfigurationException: java.util.ServiceConfigurationError javax.xml.xpath.XPathFactoty: bundleresource://1013.fwk317983781:21/META-INF/services/javax.xml.xpath.XPathFa ctory:2: Illegal configuration-file syntax
And the XML is empty, so I can't to add any Switch Mediator and get it working with the WSO2 DS.
This is happening with the 3.5.0 and 3.6.0 version of the tool, and I even try one of the sample in the website but with the same result.
Anyone have any reason why this error is happening?
Thank you!
Each switch element needs to have an attribute called 'source'. This is the Xpath attribute that is checked against the criteria in each case. To add the 'source' attribute, type the Xpath and then click 'update' or 'save'. With that required attribute, a valid xml configuration file may be created and viewed as text.
Here is more documentation on the switch mediator: https://docs.wso2.org/display/ESB481/Switch+Mediator

Data Source/Data Set can't find Report Parameter for Property Binding

I have a Report Parameter called "jndiURL" (I've tried other names, the same problem occurs) that is passed into a BIRT Report. In the Properties of my Data Source, I go to Property Binding and set the JNDI URL to:
params["jndiURL"].value
I accept the changes and the window closes without errors. Then I create a data set, set up a query, preview the results and accept the changes. At this point I get an error that says:
Error evaluating Javascript expression. Script engine error: Report parameter "jndiURL" does not exist.
Script source: <inline>, line: 0, text:
params["jndiURL"].value
After this error is closed the data set can no longer resolve itself (i.e. the list of available fields disappears). Removing the Property Binding in the Data Source allows you to create Data Sets normally, but as soon as you add the Property Binding again, the data set is unresolvable.
I'm taking over report creation from someone else who is no longer here and this is how their reports are all set up so they might have been using another version of BIRT or found a work around. I believe one solution is to add a script to set this property when the report runs, but I would like to avoid that.
Any ideas?
I'm using BIRT 2.6.2 for Eclipse (All-in-One version).
This bug was fixed in the latest version of BIRT. If you cannot update BIRT to the latest version, a patch exists for 2.6.2

TFS Bug template + Adding custom fields

I am trying to add custom field to a bug in TFS.
I opened the Bug Work Item Type but i have to enter the RefName as show in the image below.
Does any body know how can create Custom RefName
I tried to do as Ewald Hofman said, i got the below error
Just enter a name. It is used as the identifier for the column in the rest of the work item and in the warehouse.
A possible format is YourCompanyName.Category.FieldName

Resources