Error: Cannot find the MQService2UIFMapping.properties

I am getting a following message when I run the tool:
Cannot find the MQServide2UIFMapping.properties file.
Any help would be appreciated
Thank you,
Sung Kim

This sounds odd - I don't see how compiling an Oracle procedure would help .NET to locate an assembly - you're not trying to run an assembly inside Oracle are you?
Tell is more about what you're trying to do. If this is just a common program that is running on a server and trying to connect to Oracle, it sounds like ODP is not installed on the computer that is running this code. You should see Oracle.DataAccess in the GAC.
Eric

Similar Messages

  • Xmlreader schema validation error: Cannot find the declaration of element

    I have multiple schemas with namespaces but I would like to validate an xml document without namespaces. The schemas all have elementFormDefault="unqualified" in the root element.
    I am encountering error below in my validation using xmlreader:
    ERROR:
    Cannot find the declaration of element 'NewTradenetDeclaration'.
    my code is:
    xmlReader = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser");
    xmlReader.setFeature(VALIDATION_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_VALIDATION_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_FULL_CHECKING_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_NAMESPACE_FEATURE_ID, true);
    xmlReader.setProperty(JAXP_SCHEMA_LANGUAGE, XMLConstants.W3C_XML_SCHEMA_NS_URI);
    String schemaURI = "NewTradenetDeclaration.xsd";
    // ive tried all of the ff but throws the same error
    //xmlReader.setProperty(EXTERNAL_SCHEMA_LOCATION, "urn:crimsonlogic:tn:schema:xsd:NewTradenetDeclaration NewTradenetDeclaration.xsd");
    //xmlReader.setProperty(EXTERNAL_SCHEMA_LOCATION, schemaURI);
    xmlReader.setProperty(JAXP_SCHEMA_SOURCE, schemaURI);
    // set entity resolver to resolve xsd locations
    MyResolver resolver = new MyResolver();
    xmlReader.setEntityResolver(resolver);the entity resolver has:
    public InputSource resolveEntity (String publicId, String systemId) {
      String filename =  "c:/workspace/TXParser/schema/"+ systemId.substring(systemId.lastIndexOf("/")+1);
      File f = new File(filename);
      InputSource source = null;
      try {
        source = new InputSource(new FileReader(f));
      } catch(Exception e) {
      System.out.println("InputSource exception: " + e.getMessage());                 
      return source;
    }Help please. Thanks.

    I fight with the same error, it is curious that the schema from schemaLocation can not be validated. If i set the schema manually through an attribute it works. What i try to do is overwriting the resolveEntity in the handler to get the schema from another location and validate the xml against the schema specified in the attribute schemaLocation rather than setting it manually :-(

  • Installation error: cannot find the data source checking utility (dbcheck)

    BO XI 3.0:
    During the process of installing "Dashboard and Analytics Servers", we've got this error.
    Installation error: cannot find the data source checking utility (dbcheck)
    Have anyone encountered this issue? We can't move on after this error.
    Thanks,

    I've fixed the problem.
    Lianjun.
    Lianjun (guest) wrote:
    : I've tried to run the latest beta version of OMWB to migrate
    from
    : MS SQLSERVER7.0 to Oracle8i. At step 4:Source Database Details,
    : every time I put in the data source name (which is in the
    control
    : panel-ODBC data source Administrator), it gave an error message
    : that Data source name not found and no default driver
    : specified).Anybody has any ideas?
    : Thanks for the help!
    : Lianjun.
    null

  • OrgChart error: Cannot find the root of your orgchart....

    Hi,
    I'm trying to install orgchart live.
    When I run OrgChart - I got following error: "Cannot find the root of your orgchart...."
    Well settings are following:
    a) data connection: ASHOST=xxxxxxxxxxxx  SYSNR=xx USER=xxxx PASSWD=xxxxxx CLIENT=xxx (this is OK)
    b) General settings: 50000051 (for OrgChartRot - which is OK)
    If i check CDS log I got following:
    ERROR: StructGenerator : processStructureRules : Chart Is Empty (ChartingStruct.RootNodes == null)
    Any idea?
    Thx,
    Damjan

    sure....
    <extrainfo>
            <item>
              <name><![CDATA[DLL]]></name>
              <value><![CDATA[Nakisa.SAP.SAPProcessor]]></value>
            </item>
            <item>
              <name><![CDATA[CLASS]]></name>
              <value><![CDATA[Nakisa.SAP.SAPProcessor.BAPI_Hroci]]></value>
            </item>
            <item>
              <name><![CDATA[ParentViewId]]></name>
              <value><![CDATA[ZVWO2P]]></value>
            </item>
            <item>
              <name><![CDATA[ViewId]]></name>
              <value><![CDATA[ZVWO2O]]></value>
            </item>
            <item>
              <name><![CDATA[ObjectType]]></name>
              <value><![CDATA[O]]></value>
            </item>
            <item>
              <name><![CDATA[Depth]]></name>
              <value><![CDATA[3]]></value>
            </item>
            <item>
              <name><![CDATA[PlanVersion]]></name>
              <value><![CDATA[01]]></value>
            </item>
            <item>
              <name><![CDATA[BapiName]]></name>
              <value><![CDATA[Hcm_Get_Orgstructure_As_Xml]]></value>
            </item>
            <item>
              <name><![CDATA[AddChildrenFlag]]></name>
              <value><![CDATA[True]]></value>
            </item>
            <item>
              <name><![CDATA[mail]]></name>
              <value><![CDATA[]]></value>
            </item>
          </extrainfo>
    do you see something here...
    Any idea from here on...what should I do?
    Edited by: Damjan Drnovsek on Apr 21, 2010 3:54 PM

  • PageComposer Error - Cannot find the module necessary for printing C5051

    Hi
    Having some problems trying to setup a Windows 2008 R2 print server with shared Canon iR C5051 printer
    I've created the printer, installed the 64 bit driver Canon iR-ADV C5045/5051 PCL6 v 20.90 and works fine for 64 bit Windows 7 clients, installed the 32 bit driver by selecting printer properties, sharing tab, additional drivers and selecting x86 and pointing to the 32 bit PCL driver. Driver installs fine on the print server without any errors.
    Goto 32 bit client, add printer, select the shared printer from the printserver, printer installs Ok. When the user however tries to print, get the error:-
    Canon PageComposer
    Cannot find the module necessary for printing
    Re-install the printer driver
    I've done this countless times, any idea's on how to fix ?
    Thanks

    Where is the code you posted? Running in a separate project, I assume? Does that project have a dependency on the project containing the app module specified?
    And just to check (although by default, JDev should do this for you)--the app module project has been compiled since adding the configuration, right? You need to check to make sure the config exists not only under Project/src, but under Project/classes.
    Edited by: Avrom Roy-Faderman on Oct 6, 2008 2:02 PM
    Oh, and BTW--I assume this is not a typical ADF application, right? In a standard ADF application, you would very rarely need to instantiate an application module in code like this; you could just let the data binding facility do it for you. The technique like the one you're using is most appropriate for purely programmatic, no-UI cases. (e.g., once I tried to implement an SMTP server backed by business components. That was an appropriate case for ditching databindings and doing the sort of thing you're doing, because it had no view layer (because it had no UI to render).

  • Error: Cannot find the assembly Oracle.DataAccess

    Hi, I've this problem when any program use a connection with Oracle provider over any server (2 distinct server access to Oracle 9i with forms applications).
    The specific error is:
    Cannot find the assembly Oracle.DataAccess, Version=1.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342.
    This problem is resolve (temporary) executing:
    Alter Procedure <<Any procedure valid name>> compile
    But this is not an elegant solution.
    Please, ODP save something else in memory than executing this sentence clear an resolve this situation ??
    Exists any solution for this problem ??
    Thank for advance..
    Claudio

    This sounds odd - I don't see how compiling an Oracle procedure would help .NET to locate an assembly - you're not trying to run an assembly inside Oracle are you?
    Tell is more about what you're trying to do. If this is just a common program that is running on a server and trying to connect to Oracle, it sounds like ODP is not installed on the computer that is running this code. You should see Oracle.DataAccess in the GAC.
    Eric

  • JSPM is not lauching. Error: cannot find the path specified

    Hi experts,
    I'm on windows 2003. I'm not able to launch JSPM where I want to apply latest sp-stakcs. I'm able to use visual admin. I'm using j2sdk1.4.2_15 which located on c drive. My Java_home env for user and system setup like this: JAVA_HOME
    C:\J2SDK....1.4.2_15\BIN.
    When I go to \usr\sap\SID\JC02\j2ee\JSPM> bo.bat , I always get the following error:
    C:\use\sap\sid\jc02\j2ee\JSPM>go.bat
    The system cannot find the path specified.
    ERROR: could not update JSPM
    Pres any key to continue . . . .
    I have administrative permission, infact, I have full permission over usr\sap.... etc...
    Please need help ASAP..
    Your input is really important and appreciated.
    Thanks,
    Points will be given for sure.

    When you run the go.bat it tries to run java
    Go to that directory and try to issue java -version and see if you get an error.
    If you do, correct your JAVA_HOME statment in your environment variables and/or add the java directory to your path.
    That should do it.
    Lee

  • "Cannot find the following asset(s) referenced in the catalog:" error found in catalog.

    I created a catalog within the catalog folder for the workspace, the same place the Default.cxml is. I created a library for service interfaces and a library for service implementations following the instructions at http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WSabb771403789c7a3-3 1e63d5312fb7375fac-8000.html#WSe851854fd1e0856a3adf5f4513046ea7dc4-7ffe. When I use the annotations described my service interfaces and interface library are added automatically.
    When I deploy my catalog there are no errors. I use CRXDE Lite and go to /content/mosaic/catalogs/[my catalog name] and I can see my interfaces and service classes in there.
    I create a new Flex Project for ADEP Experience Services and selected the catalog I created. Within there I create a new stylesheet in the styleSheets package and it is created at [project]/src/styleSheets/[stylesheet name].I right clicked on the style sheet and selected "Compile CSS to SWF". My style sheet is added to the catalog automatically.
    I try to deploy the catalog at this point and it give me the error, "Cannot find the following asset(s) referenced in the catalog: " and then it lists my stylesheet.
    Has anyone had this problem and have an idea of what hole I am falling into?

    There is something basic I am missing. I started over with my installation.
    I moved the quick start jar into its own directory and renamed it "adep-author-4502.jar".
    I started the jar.
    After the server started I went to the package share and logged in, downloaded "es-sdk-pkg-1.0.186.zip", went to the packages and installed it.
    I opened the properties for Flash Builder,
    Within Flash Builder I created a new "Flex Project for ADEP Experience Services."
    Application type: Web
    Under server info I connected to the ADEP server
    Within the Experience Services step I selected "Composite Application Framework Services" and left Library File Management as it was.
    I downloaded the ADEP SDK from experience services server and created a directory for it locally.
    Inside of the new application I created a new composite application catalog.
    I created an MXML component. Inside the component I used the [Tile] annotation.
    Looking inside the catalog I can see the MXML component was added as a tile.
    I right click the catalog I created and selected Composite Application Framework, Deploy Composite Application Catalog.
    At this stage I get the error for the tile I added.
    Looking under packages the CAF oriented packages are:
    mosaic-sdk-pkg-2.0.82.zip
    composite-app-pkg-1.0.38.zip
    I am using Flex SDK 4.5.1.

  • Error when trying to install the iSCSI target - Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1'

    Hi,
    I'm just attempting to setup an iSCSI target on a freshly installed Windows 2012r2 box, but I get the following error when attempting to Create and iSCSI virtual disk via the wizard after a successful
    installation of the iSCSI target role.
    The full error is:
    Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1' in directory 'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget\en-GB\', or in any parent culture.
    I tried to uninstall, then reinstall the role but no go.
    The Server Locale and UI was all updated to en-GB but this folder does not appear to exist in this location. Rather, the folder I can see is:
    'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget\en-US\'
    I'm going to attempt to copy the 'en-US' folder to 'en-GB' to see what happens, but I would like to know why this has occurred in the first place? Other roles have installed (such as AD DS AD CS and
    IIS) on other machines with no issue.
    Many thanks
    Chris
    Chris

    Hi Chris,
    The error "Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1'" occured, because the file 'ImportExportIscsiTargetConfiguration.psd1' can't be loaded under the folder en-GB with current culture.
    I recommend you can copy this .psd1 file under  'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget'. Essentially if PowerShell can’t find the specified data file for the current culture it will “fallback” to the top-level data
    file in this case.
    For more detailed information, please refer to this article:
    Windows PowerShell 2.0 String Localization
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Error while using custom xslt: Cannot find the script or external object that implements prefix 'ScriptNS0'.

    Hi,
    We had a complex map. Because of some requirement, we used custom xslt on this map. Somehow at runtime that custom xslt is giving below error:
    Cannot find the script or external object that implements prefix 'ScriptNS0'.
    I checked below links, it seems this is a bug in Biztalk 2010/Visual stuio 2010.
    http://sandroaspbiztalkblog.wordpress.com/2012/07/29/biztalk-mapper-patterns-calling-an-external-assembly-from-custom-xslt-in-biztalk-server-2010/
    The above link suggest to add a xml element in the .btm file. I tried that as well but no luck. Can anyone suggest me reason and solution for this?
    Thanks, Girish R. Patil.

    When using the Custom XSLT option, you have to maintain the Extension Xml yourself, just as you would for inline custom Xslt that calls external Assemblies.
    Docs:
    http://msdn.microsoft.com/en-us/library/aa547368.aspx
    Sample:
    http://blog.vertica.dk/2013/03/20/using-custom-xslt-in-biztalk/

  • Reference Implementation: Cannot find flashaccess-refimpl.properties

    [ Problem ]
    I’ve just downloaded the latest drop of Flash Access. I have created a new project in Eclipse so that i can make changes to the reference implementation. When i access the following URL from a browser:
    http://localhost:8080/flashaccess/license/v1
    I get an error: "Could not find server properties". The following line of code in "RefImplAbstractReqHandlerServer.java" cannot find the server properties files:
    InputStream propsInputStream = Thread.currentThread().getContextClassLoader().getResourceAsStream(propertiesFileName);
    I have added the "resources" directory that contains flashaccess-refimpl.properties to my classpath. But i still get the same error.
    I’m guessing i have missed something. Does anyone have any suggestions to how i can overcome this error?
    [ Solution ]
    I am assuming you were adding the "resource" directory into the "classpath" by
    project property -> Java Build Path -> add class folder. This way, the resource directory is just not with the web container’s classpath.
    With Eclipse IDE, when i go this way, it works.
    1. go to "Run" -> Run Configuration ->"Apache Tomcat"( I am using tomcat)
    2.  select the Server Instance you are running the refimpl
    3. click the "classpath" tab
    4. in the "User entries" add the resource folder by "advanced->add folder"
    Then, restart the refimpl.

    Hi 高麻雀,
    You can edit the properties of configuration baselines and configuration items only if they were created at the same Configuration Manager site. The icons will have a lock symbol, and you can view their properties but not edit them in the following circumstances:
    They have been imported from Microsoft System Center Configuration Manager 2007 Configuration Packs.
    They have been imported from an external source, such as the Configuration Manager 2007 communities.
    They have been imported from another Configuration Manager 2007 hierarchy.
    They have been authored externally and then imported.
    They have been inherited by a parent site in the same Configuration Manager 2007 hierarchy.
    Solution
    Although this behavior is by design, you can modify imported data in the following ways: Refer the below link for details:
    Problems Editing Configuration Data -->: http://technet.microsoft.com/en-us/library/bb633142.aspx
    Related post:
    http://social.technet.microsoft.com/Forums/en-US/configmgrdcm/thread/7ea89eea-00f4-436f-a055-b72ab14dfa97
    Rajeesh M | My Tech Blog: ScorpITs |
    LinkedIn Please take a moment to “Mark as Answer” and/or “Vote as Helpful” on the post that helps you. This helps other community members reading the thread and recognises useful contributions. Thanks!

  • XML validation with XSD, Cannot find the declaration of element 'rules'

    i am able to validate xml with XSD, from windows env, but same is not doing with linux, it is throwing error Cannot find the declaration of element 'rules'
    code here is
    validate(String aFilePath, String aSchemaFilePath)
    final String JAXP_SCHEMA_LANGUAGE = "http://java.sun.com/xml/jaxp/properties/schemaLanguage";
              final String W3C_XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";
              final String JAXP_SCHEMA_SOURCE = "http://java.sun.com/xml/jaxp/properties/schemaSource";
    if(lSchemaFilePath == null){
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setAttribute(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
    factory.setAttribute(JAXP_SCHEMA_SOURCE, new File(aSchemaFilePath));
    factory.setNamespaceAware(true);
    factory.setValidating(true);
    DocumentBuilder builder = factory.newDocumentBuilder();
    mValidator = new ValidationHandler();
    builder.setErrorHandler(mValidator);
    lDocument = builder.parse(aFilePath);
    if(mValidator.mErrorExist){
              }Thanks
    vittal

    here's the sample gml file.
    <?xml version="1.0" encoding="UTF-8"?>
    <ksj:Dataset gml:id="C01_DataSet" xmlns:ksj="http://nlftp.mlit.go.jp/ksj/schemas/ksj-app" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://nlftp.mlit.go.jp/ksj/schemas/ksj-app AppSchema-C01-v1_0.xsd">
         <gml:description>CO1 description</gml:description>
         <gml:boundedBy>
              <gml:EnvelopeWithTimePeriod srsName="JGD2000 / (B, L)" frame="GC / JST">
                   <gml:lowerCorner>24.03 122.93</gml:lowerCorner>
                   <gml:upperCorner>45.52 145.82</gml:upperCorner>
                   <gml:beginPosition calendarEraName="Seireki">1965</gml:beginPosition>
                   <gml:endPosition calendarEraName="Seireki">1990</gml:endPosition>
              </gml:EnvelopeWithTimePeriod>
         </gml:boundedBy>
         <gml:Point gml:id="pt_1">          
              <gml:pos>24.33741667 123.73177778</gml:pos>
         </gml:Point>
         <gml:Point gml:id="pt_2">
              <gml:pos>24.33158333 124.10552778</gml:pos>
         </gml:Point>
         <gml:Point gml:id="pt_3">
              <gml:pos>26.28205556 127.73950000</gml:pos>
         </gml:Point>
         <gml:Point gml:id="pt_4">
              <gml:pos>26.23777778 127.96491667</gml:pos>
         </gml:Point>
         <ksj:Tide gml:id="fi_1">
              <ksj:position xlink:href="#pt_1"/>
              <ksj:springTideRange>13</ksj:springTideRange>
              <ksj:neapRange>5</ksj:neapRange>
              <ksj:averageHighTideInterval>69</ksj:averageHighTideInterval>
         </ksj:Tide>
         <ksj:TidalCurrent gml:id="fi_2">
              <ksj:position xlink:href="#pt_2"/>
              <ksj:risingTideCurrent>
                   <ksj:TidalCurrentInfo>
                        <ksj:currentDirection>14</ksj:currentDirection>
                        <ksj:currentSpeed>3</ksj:currentSpeed>
                   </ksj:TidalCurrentInfo>
              </ksj:risingTideCurrent>
              <ksj:fallingTideCurrent>
                   <ksj:TidalCurrentInfo>
                        <ksj:currentDirection>6</ksj:currentDirection>
                        <ksj:currentSpeed>3</ksj:currentSpeed>
                   </ksj:TidalCurrentInfo>
              </ksj:fallingTideCurrent>
         </ksj:TidalCurrent>
         <ksj:Marina gml:id="fi_3">
              <ksj:position xlink:href="#pt_3"/>
              <ksj:name>Marinafi3</ksj:name>
              <ksj:facilityCode>4703</ksj:facilityCode>
              <ksj:administrativeAreaCode codeSpace="AdministrativeAreaCode.xml">47205</ksj:administrativeAreaCode>
              <ksj:establishmentYear>
                   <gml:TimeInstant gml:id="ti_3">
                        <gml:timePosition>1987</gml:timePosition>
                   </gml:TimeInstant>
              </ksj:establishmentYear>
              <ksj:administratorClass>1</ksj:administratorClass>
              <ksj:numberOfKeptShips>
                   <ksj:NumberOfKeptShips>
                        <ksj:max>263</ksj:max>
                        <ksj:now>83</ksj:now>
                   </ksj:NumberOfKeptShips>
              </ksj:numberOfKeptShips>
              <ksj:frequencyOfSailing>900</ksj:frequencyOfSailing>
              <ksj:facilitiesAbove>facilitiesAbove1</ksj:facilitiesAbove>
              <ksj:facilitiesAbove>facilitiesAbove2</ksj:facilitiesAbove>
              <ksj:facilitiesAbove>facilitiesAbove3</ksj:facilitiesAbove>
              <ksj:facilitiesAbove>facilitiesAbove4</ksj:facilitiesAbove>
         </ksj:Marina>
         <ksj:MarinePhenomenonObservationFacilities gml:id="fi_4">
              <ksj:position xlink:href="#pt_4"/>
              <ksj:name>MarineName</ksj:name>
              <ksj:facilityCode>47001</ksj:facilityCode>
              <ksj:administrativeAreaCode codeSpace="AdministrativeAreaCode.xml">47323</ksj:administrativeAreaCode>
              <ksj:establishmentYear>
                   <gml:TimeInstant gml:id="ti_4">
                        <gml:timePosition>1983</gml:timePosition>
                   </gml:TimeInstant>
              </ksj:establishmentYear>
              <ksj:administratorClass>7</ksj:administratorClass>
              <ksj:observationItem>observationItem1</ksj:observationItem>
              <ksj:observationItem>observationItem2</ksj:observationItem>
              <ksj:observationItem>observationItem3</ksj:observationItem>
              <ksj:observationItem>observationItem4</ksj:observationItem>
              <ksj:observationItem>observationItem5</ksj:observationItem>
              <ksj:observationItem>observationItemOthers</ksj:observationItem>
         </ksj:MarinePhenomenonObservationFacilities>
    </ksj:Dataset>

  • Oracle Access Manager Configuration : Cannot find the Person Object Class

    Hi,
    I am trying to install OAM , I am getting the following error when i am configuring the Identity server for the first time.
    1) I have installed OID. I am using one OID for both config and user data.
    2) I have installed Identity server and have modified the OID schema automically during installation.
    3) I have installed web pass.
    I have gone to the url: http://trn-ps-oid.oracle.com:7777/identity/oblix
    Here i gone to Identity System Console to configure Identity server.
    Following are the config data i have given
    Configuration DN : dc=mydomain,dc=com
    Search Base : dc=mydomain,dc=com
    Host : mypc.mydomain.com
    Port Number : 389
    Root DN : cn=orcladmin
    Root Password : *******
    Directory Server Security Mode : Open
    Is the Configuration data stored in this directory also : Yes
    Person Object Class : inetorgperson
    Auto configure objectclass : yes
    Group Object Class : groupOfUniqueNames
    Auto configure objectclass : yes
    After this I have clicked on the restart server button.
    It comes back to the page asking to enter Person Object class details.
    I Get the Error : Cannot find the Person Object Class.
    I have checked the object class in OID it is there, I have verified the connection details are also correct.
    Any Ideas what might be wrong.
    Earlier during setup i had to modify the OID schema, how do i check if this has been done.
    Any Ideas

    <?xml version="1.0" encoding="utf-8"?>
    <ValNameList
    xmlns="http://www.oblix.com"
    ListName="setup.xml">
    <NameValPair
    ParamName="mainOIS"
    Value="true"></NameValPair>
    <NameValPair
    ParamName="currentStep"
    Value="LDAP_CONFIG_CHANGES"></NameValPair>
    <NameValPair
    ParamName="status"
    Value="incomplete"></NameValPair>
    <NameValPair
    ParamName="whichDB"
    Value="OID"></NameValPair>
    <NameValPair
    ParamName="dataDirCopied"
    Value="TRUE"></NameValPair>
    <NameValPair
    ParamName="machineNo"
    Value="localhost"></NameValPair>
    <NameValPair
    ParamName="portNo"
    Value="389"></NameValPair>
    <NameValPair
    ParamName="rootDN"
    Value="cn=orcladmin,cn=Users,dc=mydomain,dc=com"></NameValPair>
    <NameValPair
    ParamName="ldapRootPasswd"
    Value="**************"></NameValPair>
    <NameValPair
    ParamName="securityMode"
    Value="Open"></NameValPair>
    <NameValPair
    ParamName="oblixUserDataSame"
    Value="Yes"></NameValPair>
    <NameValPair
    ParamName="searchBase"
    Value="dc=mydomain,dc=com"></NameValPair>
    <NameValPair
    ParamName="configDN"
    Value="dc=mydomain,dc=com"></NameValPair>
    <NameValPair
    ParamName="obClassPerson"
    Value="inetorgperson"></NameValPair>
    <NameValPair
    ParamName="defaultConfigForPersonOC"
    Value="true"></NameValPair>
    <NameValPair
    ParamName="obClassGroup"
    Value="groupOfUniqueNames"></NameValPair>
    <NameValPair
    ParamName="defaultConfigForGroupOC"
    Value="true"></NameValPair>
    <NameValPair
    ParamName="obOldClassPerson"
    Value="inetorgperson"></NameValPair>
    <NameValPair
    ParamName="obOldClassGroup"
    Value="groupOfUniqueNames"></NameValPair>
    </ValNameList>

  • Cannot find the root of your orgchart

    Hi,
    I have configured the Succession planning, Career planning, Manager and Talent Framework in Nakisa 3.1. When I log into below URL, it gives me the error "Cannot find the root of your orgchart". So far I followed the Admin guide for Succession planning.
    http://hostname:port/Manager/default.jsp.
    Cannot find the root of your orgchart. The orgchart box may have been deleted or incorrectly specified, or no valid org structure can be found for the selected effective date. Please change the root of the chart or select another effective date
    Log file:
    535. 25 May 2011 16:26:55 INFO com.nakisa.Logger - Invoking action:setorgchartdirectory [SAPMyIndirectReportsOrgChart, manager]. For processor OrgChartAppEventProcessor. Against controller OrgChartCtr
    536. 25 May 2011 16:26:55 INFO com.nakisa.Logger - FunctionRunner : ensurePool : Current pool size:0
    537. 25 May 2011 16:26:55 ERROR com.nakisa.Logger - com.nakisa.integration.sap.SAPConnector : HRMSS_GET_ORGSTRUCTURE_AS_XML : com.sap.mw.jco.JCO$Exception: (101) RFC_ERROR_PROGRAM: 'ashost' is missing
    538. 25 May 2011 16:26:55 ERROR com.nakisa.Logger - com.sap.mw.jco.JCO$Exception: (101) RFC_ERROR_PROGRAM: 'ashost' is missing
    539. 25 May 2011 16:26:55 ERROR com.nakisa.Logger - Bapi_Hroci.getDataSetBase() : java.lang.NullPointerException: while trying to invoke the method org.w3c.dom.Node.getNodeType() of an object loaded from local variable 'node'
    540. 25 May 2011 16:26:55 INFO com.nakisa.Logger - setorgchartdirectory on OrgChartAppEventProcessor took: 197ms
    541. 25 May 2011 16:26:56 INFO com.nakisa.Logger - Invoking action:refresh []. For processor FalconModuleControlAppProcessor. Against controller ModuleControlCtr
    542. 25 May 2011 16:26:56 INFO com.nakisa.Logger - refresh on FalconModuleControlAppProcessor took: 31ms
    Regards,
    Sagar

    Hi Sagar,
    Could you please check under data connection your connection string?
    It should be the SAP connection string.
    The format of the connection string:
    ASHOST=SAPONE SYSNR=02 USER=USERNAME PASSWD=welcome1 CLIENT=800
    SAPONE = SAP host name
    02 = system number
    USERNAME = username
    welcome1 = password
    800 = client number
    Also, maybe this is a permission issue, please double check that
    the user that you are accessing SAP with has the correct permissions.
    Give them SAP_ALL if nexessary to investigate.
    Hope this helps,
    kind Regards,
    Matthew

  • Cannot find the Universe (DA0011)

    We have Migrated from Deski XIR2 to XI 3.1 FP4, when user either imports the report from the 3.1 repository or open Deski report they imported from the 3.1 repository they are getting the error Cannot find the Universe (DA0011).  The user closes complete out of Deski and reopens and the report refreshes. 
    u2022     We have verified that the universe in the CMS as it was part of the migration
    u2022     We have also verified that the user has security to the universe
    Any help would be appreciated

    Hi Brad,
    Thank you for the feedback. I had opened a case and was indeed hoping to be able to refer to yours. We were also facing this on our clients and there they gave us a workaround. Our universes folder on the clients points to a mapped networkdrive, by rewriting this path in UNC notation (so \\server\path...) this seemed to solve the problem.
    What we also noticed was that the error on our clients only occurred the first time the deski application was started on the PC after reboot, refreshing the universes list in the universe panel or a restart of the application solved this.
    So on the server I was thinking there might be a similar situation occuring. But I have to find a way to reproduce this.
    If we ever get a solution for our problem I'll update this thread.
    Regards
    Guy

Maybe you are looking for

  • Unable to edit info in itunes????

    Hi, I have recently got a new PC, and I am having problems with itunes. Here is the details: The hard drive which contains itunes music folder has been put into the new PC has a secondary drive. I added folder within itunes and all my music is now th

  • Creating an HTML Form - Fieldset and Legend problem.

    Hello everyone, I am trying to build an HTML/CSS form from scratch. However, I want to bring the legend within the fieldset rather then the  legend sitting on the fieldset. To get this done, I gave the fieldset a top padding and the legend an  absolu

  • Changing Picture at Runtime VS2005

    Hi I'm using VS2005 enterprise edition and the Crystal Reports that came with that package (the file versions say they are 10.2.3600).  All I want to do is insert an image at runtime, however this appears to be impossible judging by all the code I've

  • How to migrate .war archived webservice to WebLogic 10.0.3

    Hi everyone. I have been requested to deploy a War file as Webservice on Weblogic Server 10.0.3 (installed on Redhat EL 5.0, I used Sun jdk 1.0.6 distributed along with installer bin file). This file was run well on TOMCAT 5.0.28 server.When hacking

  • Model classes and constructors for relationships

    Can someone help me understand what purpose the Department constructor has in the class below, taken from https://msdn.microsoft.com/en-us/data/jj591617.aspx public class Department public Department() this.Courses = new HashSet<Course>(); // Primary