Cannot create the SQL query view object

I'm having a lot of trouble to create a display of a SQL object.

The query is as follows:

Select CalBruker.BRUK_ID,
CalBruker.EMAIL,
CalBruker.ETTERNAVN,
CalBruker.PASSORD,
CalBruker.DATO_OPPRETTET,
CalBruker.AKTIV,
CalBruker.FORNAVN,
CalBruker.ROLL_ROLL_ID,
CalBruker.AVDE_AVDE_ID,
CalRoller.NAVN,
CalRoller.ROLL_ID,
CalAvdelinger.NAVN AS NAVN1,
CalAvdelinger.AVDE_ID,
CalRoller.BESKRIVELSE,
CalForlag.NAVN AS NAVN2,
CalForlag.FORL_ID,
CalAvdelinger.navn,
CalForlag.navn AS BrukForlag,
CalBruker.FRIEKS_PROSENT_GRENSE,
CalBruker.LOGIN_NAVN
Of CAL_BRUKER CalBruker, CAL_ROLLER CalRoller, CAL_AVDELINGER CalAvdelinger, CAL_FORLAG CalForlag
Where CalBruker.ROLL_ROLL_ID = CalRoller.ROLL_ID AND CalBruker.AVDE_AVDE_ID = CalAvdelinger.AVDE_ID AND CalAvdelinger.FORL_FORL_ID = CalForlag.FORL_ID


If I create a new view object and paste the SQL query in there, I get no automatic attribute mappings, and I can't understand how I'm supposed to map the attributes manually.

Basically, I get a display without her attributes object.

JDeveloper version 11.1.2.0

Help if you give alias names in your columns?
Something like:

Select CalBruker.BRUK_ID BRUK_ID,
EMAIL CalBruker.EMAIL,
CalBruker.ETTERNAVN ETTERNAVN,
...

Tags: Java

Similar Questions

  • problem with bind variables in the SQL query view object

    Hi all

    I use JDev 11.1.2.4.0.

    I have a problem with bind variables in the SQL query view object.

    This is my original SQL

    SELECT sum(t.TIME) , t.legertype_id
    FROM LEDGER t
    WHERE t.nctuser_id = '20022' 
          AND to_char(t.insertdate,'YYYYMMDD') in ('20130930','20130929')
    group by t.legertype_id
    

    In my view .xml object query tab, I am writing this

    SELECT sum(t.TIME) , t.legertype_id
    FROM LEDGER t
    WHERE   t.nctuser_id = '20022'
        AND to_char(t.insertdate,'YYYYMMDD') in :dddd
    group by t.legertype_id
    

    Davis here is a variable of Type liaison: String, updatable and necessary.

    I try to deal with Davis as ('20130930 ', ' 20130929') hoping the view object, run as my original SQL.

    But failed. The view object retrieves 0 line after that I run.

    Why?

    Thank you! ('2original SQL0130930', '20130929') ('20130930 ', ' 20130929')

    A variable binding cannot be used as this is why you must use years table. Check decompilation binary ADF: using oracle.jbo.domain.Array with ViewCriteria to see a solution.

    Timo

  • What will happen to the SQL Query based object View (EmployeesVO)

    Schema used: HR

    1. I created a view through SQL Query view object object (Table Employees - EmployeesVO).
    2. Creates an entity of the Employees (EmployeesEO) table object.
    3. In the section EmployeesVO (View object) entity objects, I chose EmployeesEO (entity object).

    What will happen to the View SQL Query object based on (EmployeesVO) will it change to VO based on entities or still to be based query VO.

    It is there because you can still base your query based Vo EO according to Vo.

    After that you base your VO on EO you can now use 'Add the attribute of the entity' to base your attribute on the atrributes of EO. Or if you skilled enough you can manually change the XML to VO

  • Using a Variable to create the SQL query

    I need to create a "dynamic" update query I want to hold the meeting of the command in a variable and then refer to the query variable.

    Example:

    < cfquery name = "fred" datasource = "mydb" >
    Update db_table_name set
    PBname = "Fred Flintstone",
    pbnumber = ' 555-555-1234. '
    pbage = 25
    where recnum = 24
    < / cfquery >

    I would like use this code:
    < cfset upst = "pbname ="Fred Flintstone", pbnumber =' 555-555-1234, pbage = 25" > ".
    < cfquery name = "fred" datasource = "mydb" >
    Update db_table_name set
    #upst #.
    where recnum = 24
    < / cfquery >

    When I run the present, I get the following error message:
    Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] syntax error (missing operator) in query expression "Fred Flintstone".

    The SQL is:
    Update db_table_name set pbname = "Fred Flintstone", pbnumber = "555-555-1234", pbage = 25 where recnum = 24

    I know it's hard to see, but the "are 2' No 1". I have no idea why Coldfusion (or perhaps the ODBC driver?) puts the 2nd "in the command that causes the errors.

    Anyone can shed some light on this subject?

    While it is a simple example, my application is much more complex. I have over 50 fields in the update and based on changes to the values of the form, I may need to update all fields, some fields or NO fields.

    Can I use < cfif > test if all the fields have changed and if so, include them in the update command, but if NONE of the fields have changed, I update the command vacuum and therefore get an error. I want to avoid having to test changes twice (once to determine if I do the update and twice to perform the update).

    Thank you
    Mike.

    CF automatically escapes single quotes, he must preserve them


    Update db_table_name set
    #PreserveSingleQuotes (upst) #.
    where recnum = 24

    Ken

  • Table error ' can not analyze the SQL query!

    Hi all

    I created a view on my database called VIEW_MEMBER_PARTIC_PROJECTS

    If I run a query showing the results of the view:

    SELECT * FROM VIEW_MEMBER_PARTIC_PROJECTS

    I get the following data

    ProjectsParticipants
    131 S
    241
    319
    43
    53
    61
    72

    Now, I wanted to represent this diagram in the APEX so I created a graphic region and entered the Source query generator and the manufacturer produces the following code

    Select null, label projects, value1 Participant link

    of "SCHEMANAME." "" VIEW_MEMBER_PARTIC_PROJECTS ".

    With this code, I get an error:

    Cannot parse the SQL query!

    Select the link null, label projects, value1 "SCHEMANAME Participant." "" VIEW_MEMBER_PARTIC_PROJECTS ".

    Some queries can be run when you run your application, if your query is syntactically correct, you can save your query without validation (see options below the source of the query).

    The code looks OK, but I do not see to save options as the error code is mentioned.

    No one knows how to fix this?

    Thank you

    JaReg wrote:

    I finally found the problem.

    I looked at the code for the view and changed the start of:

    CREATE OR REPLACE FORCE EDITIONABLE VIEW "SCHEMANAME." "" VIEW_MEMBER_PARTIC_PROJECTS "("Participant","Projects")

    AS

    TO

    CREATE OR REPLACE VIEW "SCHEMANAME." "" VIEW_REPEAT_PARATIC ".

    AS

    And that seemed to fix it. I'm not entirely sure why though.

    The view was created using the quoted identifiers for column names. This makes them sensitive and means that they must always be referenced using double quotes. In the absence of quotation marks, Oracle is not case insensitive and automatically converts all uppercase identifiers. The application of graph:

    Select the link null, label projects, value1 "SCHEMANAME Participant." "" VIEW_MEMBER_PARTIC_PROJECTS ".

    has therefore been interpreted by Oracle:

    SELECT THE LINK NULL, LABEL, VALUE1 "SCHEMANAME PARTICIPANT PROJECTS." "" VIEW_MEMBER_PARTIC_PROJECTS ".

    and PROJECTS and PARTICIPANT columns were not recognized because the columns defined for the view have been 'Participant' and 'projects '. The graphic request should have been:

    Select the link null, the label of "Projects", "Participant" value1 "SCHEMANAME." "" VIEW_MEMBER_PARTIC_PROJECTS ".

    As you have now discovered, quoted identifiers are a source of nothing but obscure bugs and should never be used for database objects. He also pointed out the reason why you should always use a standardized, form tiny, coding style as it is faster to type, easy to read and less prone to errors.

  • Classic report shows wrong "could not parse the SQL query: ORA-00942" error after migrating app to the new environment

    After migrating my APEX 4.1 application to a new environment, one classic report displays a "cannot parse the SQL query: ORA-00942: table or view does not exist" error when the page is displayed. Change the region to report SQL source to somehow (e.g., remove spaces, changing the order of the variables in the WHERE clause) immediately solves the problem, but by returning to the source of the region causes the report error again (the source region valid code without error, however).

    Throw the error message:

    Select v.id,

    v.Col1

    of view_vw v

    where (: P1_FILTER is null or)

    v.col2 = :P1_FILTER)

    Do not throw error:

    Select v.id,

    v.Col1

    of view_vw v

    where (:P1_FILTER is null or)

    v.col2 = :P1_FILTER)

    Changing the order of column in the report has the same effect; i.e. He arranges, but return back to the original column order causes the error to display.

    It's as if a cached result for the correct select statement used by the report is displayed. However, the application does not use the caching of page/region. Any ideas of what could be the cause?

    He solved. Ultimately, all that was necessary was to clear the DB cache using:

    alter system flush shared_pool;

  • Clarification of the SQL query in 2 day + Guide APEX

    I worked through the Oracle Database Express Edition 2 day + Application Express Developer's Guide, and try to decipher the SQL query in Chapter 4 (building your app).

    The code is:

    SELECT d.DEPARTMENT_ID,

    d.DEPARTMENT_NAME,

    (select count (*) from oehr_employees where department_id = d.department_id)

    "Number of employees", he said.

    substr (e.first_name, 1, 1) |'. ' || Select 'Name Manager',

    c.COUNTRY_NAME 'place '.

    OEHR_DEPARTMENTS d,

    E OEHR_EMPLOYEES

    OEHR_LOCATIONS l,

    C OEHR_COUNTRIES

    WHERE d.LOCATION_ID = l.LOCATION_ID

    AND l.COUNTRY_ID = c.COUNTRY_ID

    AND e.department_id = d.DEPARTMENT_ID

    AND d.manager_id = e.employee_id

    AND instr (superior (d.department_name), superior (nvl (:P2_REPORT_SEARCH,d.department_name))) > 0)

    I don't know exactly what is happening in the last line. I think I understand what the different functions but I'm not clear on the use of the: P2_REPORT_SEARCH string.

    What does this string? This code simply checking that d.department_name isn't NA?

    I have SQL experience but am not very familiar with the Oracle PL/SQL implementation. Can someone please give me a brief breakdown that check is doing in the context of the overall query? The application seems to work even if the conditional statement is not included.

    Thank you.

    2899145 wrote:

    Thanks for the reply. I apologize if the information I added was incomplete. The code came from the day 2 + Application Express (version 4.2) Developer Guide.

    In the section 'your own Application of 4 Buuilding' https://docs.oracle.com/cd/E37097_01/doc.42/e35122/build_app.htm#TDPAX04000 , they describe the creation of a report

    page that includes the "manager_id" and 'location_id '. The SQL query, I pasted above extracted from the data in other tables to substitute the real 'name of the Manager' and 'rent '.

    for the corresponding ID values. It makes sense, and the part of the SQL query that explicitly doing this makes sense.

    However, given that the document is a guide for the development of the APEX, I guess the command:

    AND instr (upper (d.department_name), upper (nvl (:P2_REPORT_SEARCH,d.department_name))) > 0

    done something valuable, and I do not recognize what is exactly the value.

    From a practical point of view why would I need to include this conditional statement?  Which only added to the application?

    Looking at the guide in question, it is clear that the

    AND instr(upper(d.department_name),upper(nvl(:P2_REPORT_SEARCH,d.department_name)))>0
    

    the line is completely unnecessary in the context of this tutorial, and it can be removed. The search in the tutorial app page is implemented by using a report filter interactive rather than a P2_REPORT_SEARCH element, which does not seem to exist at all. (It's a quirk of the APEX that bind variable references to non-existent items are replaced with NULL silently rather than exceptions). I thought that perhaps it would be legacy code a version of the tutorial prior to the introduction of interactive reports at the APEX 3.1, but I can't find explicit instructions to create such an element of filter in the 3.0 tutorial. I guess it must have been automatically generated by the application wizard when you create a standard report page.

    If you do not want to see the effect he would have (as described in the post above), leave it in the source report, add a text element of P2_REPORT_SEARCH, and a button "submit" on page 2 and experimenting to find different values of the element and clicking on the submit button...

  • Windows cannot create the network map. Responses of the other devices on the network are delayed or on the network, there is a router incapatible

    Original title: no network card
    I installed a NETGEAR N300 Wireless USB Adapter on my computer which is a desk top Dell 64-bit running Windows 7 Edition Home Premium. There are five computers on my network. Two of the others use the same model of NETGEAR wireless USB adapt. I removed the Ethernet cable after the installation of the wireless adapter. I can say that the new wireless adapter works fine. When I tried to map the network I got the same message that appears in some of these problems: "Windows cannot create the network map. Responses of the other devices on the network are delayed or there is a router on the network incapatible". I have restarted this computer in SafeMode as suggested in the above problems. I tried other things like disabling the wired connection has always existed for the cable. No effect. Then I tried mapping the network on the other computers. All failed with the same message. All the other four computers are 32-bit. Three of these computers are also running Windows 7 Home Premium. They are the best desktop computers. The other computer is a Windows 7 Starter netbook running. It is the 32-bit computer, always using a cable. That will be replaced with the same wireless adapter model NETGEAR. Anyone know how to fix this or is this a bug? It would be nice of the network software of Windows 7 has worked as it is supposed to. TO.

    I went the last wired wireless computer and the problem disappeared. The five computers can view the map now without any problems.

  • How to do a validation based on the SQL query?

    Hello

    I have a requirement to perform a validation on a field (messageTextinput) in my page OAF.

    When I click the button apply, the value in this field is validated based on a SQL query (for example, the value in the field NOT IN (value1 select from table1).)

    Help, please.

    Best regards

    Joe

    1. create a SQL query based VO, XXVO. For example:-SQL query is select xx_table;

    2. Enter the "Apply" button click event in the controller and run the AM method passing the value entered by the user in the given field, for example:-value is VAL1

    3. in the method of the AM, get a handle of the VO, the whereClause and run.

    OAViewObjectImpl vo = findViewObject ("XXVO1"); XXVO1 is the name of the instance of the VO above, XXVO

    vo.executeEmptyRowSet ();

    vo.setWhereClause (null);

    vo.setWhereClause ("value =" + VAL1 + "'");

    vo.executeQuery ();

    If (VO. GetRowCount() > 0)

    A record is with the value of VAL1. Perform the required action

    I hope this helps.

  • ORA-19504: cannot create the file '+ DATA '.

    Hello everyone.

    This is the scenario:

    We have a test server that is used to restore daily backups of the Production database. Restore us the database with the same SID as the production one.

    For specific reasons, we need create a second database (with a different SID) on this server with an older backup from the production one. To realize that I'm trying to use a part of the "DUPLICATE without connection to the target" tutorials on the web.

    I tried the simple guide that I found which is:

    (1) copy the backup files cold /somedirectory

    (2) start OLD database with nomount

    (3) connect RMAN with OLDER as an auxiliary

    (4) run the following: DUPLICATE DATABASE FOR OLD BACKUP LOCATION ' / somedirectory' NOFILENAMECHECK.

    Here's the result (I deleted some lines because of the size of it):

    ----------------------

    RMAN > ProdDB to OlderDB DUPLICATE DATABASE

    2 > LOCATION of BACKUP "/ home/oracle/OlderBackupFiles.

    3 > NOFILENAMECHECK.

    4 >

    From October 1, 14 Db double

    content of Script memory:

    {

    clone of SQL 'alter system set control_files =

    "+DATA/OlderDB/controlfile/current.829.859839217" comment =

    ' Set by RMAN "scope = spfile;

    clone of SQL 'alter system set = db_name

    "ProdDB" comment =

    ' Modified by RMAN duplicate "scope = spfile;

    clone of SQL 'alter system set db_unique_name =

    "OlderDB" comment =

    ' Modified by RMAN duplicate "scope = spfile;

    clone to stop immediately;

    Start clone force nomount

    Restore controlfile primary clone of ' / home/oracle/OlderDB/controlfile_ProdDB_20141001_4159.bkp';

    change the clone database mount;

    }

    execution of Script memory

    SQL statement: alter system set control_files = comment "+DATA/OlderDB/controlfile/current.829.859839217" = "defined by RMAN" scope = spfile

    SQL statement: change the system db_name set = comment "ProdDB" = "modified by RMAN duplicate" scope = spfile

    SQL statement: alter system set db_unique_name = comment "OlderDB" = "modified by RMAN duplicate" scope = spfile

    (...)

    From restoration to 1 October 14

    allocated channel: ORA_AUX_DISK_1

    channel ORA_AUX_DISK_1: SID = 191 type device = DISK

    channel ORA_AUX_DISK_1: restore the control file

    channel ORA_AUX_DISK_1: restoration complete, duration: 00:00:03

    output file name=+DATA/OlderDB/controlfile/current.829.859839217

    Restoration finished in October 1, 14

    mounted database

    output channel: ORA_AUX_DISK_1

    allocated channel: ORA_AUX_DISK_1

    channel ORA_AUX_DISK_1: SID = 191 type device = DISK

    content of Script memory:

    {

    until the SNA 274262921.

    the value of newname for datafile clone 1 again;

    the value of newname for datafile clone 2 again.

    the value of newname for datafile clone 3 again.

    the value of newname for datafile clone 4 new ones;

    the value of newname for datafile clone 5 again.

    the value of newname for datafile clone 6 again.

    the value of newname for datafile clone 7 again.

    restoration

    database clone;

    }

    (...)

    From restoration to 1 October 14

    using the ORA_AUX_DISK_1 channel

    channel ORA_AUX_DISK_1: from the restore backup set data file

    channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set

    channel ORA_AUX_DISK_1: restore datafile 00001 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00002 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00003 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00004 in + DATA

    channel ORA_AUX_DISK_1: restore datafile 00005 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00006 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00007 to + DATA

    channel ORA_AUX_DISK_1: reading from the backup /home/oracle/OlderDB/database_ProdDB_20141001_4157.bkp piece

    channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /home/oracle/OlderDB/database_ProdDB_20141001_4157.bkp piece

    ORA-19504: cannot create the file '+ DATA '.

    ORA-17502: ksfdcre:4 cannot create the file + DATA

    ORA-15041: diskgroup space 'DATA' exhausted

    switch to the previous backup

    Oracle instance started

    (...)

    content of Script memory:

    {

    clone of SQL 'alter system set = db_name

    "OlderDB" comment =

    ' Restore the original value by RMAN "scope = spfile;

    clone of SQL 'alter system reset db_unique_name scope = spfile;

    clone to stop immediately;

    }

    execution of Script memory

    Errors in the script of the memory

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06136: the auxiliary database ORACLE error: ORA-01507: database not mounted

    ORA-06512: at "SYS." "X$ DBMS_RCVMAN ', line 13466

    ORA-06512: at line 1

    RMAN-05556: not all data files have backups can be recovered on SNA 274262921

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06026: some targets not found - abandonment of restoration

    RMAN-06023: no backup or copy of the file 4 found to restore

    RMAN-06023: no backup or copy of datafile 3 found to restore

    RMAN-06023: no backup or copy of datafile 2 found to restore

    RMAN-06023: no backup or copy of datafile 1 found to restore

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the command duplicate Db at 15:39:11 01/10/2014

    RMAN-05501: abandonment of duplicate target database

    Complete recovery manager.

    ------------------------------------------------------------------

    The first mistake of the stack was ORA-19504 while trying to restore the backup of the database.

    First thing I took a glance was ASM occupation but it enough available space.

    The second was a permission problem, but it doesn't seem to be the case because RMAN can correctly write the controlfile to ASM.

    One have some advice on what I should look for?

    Thanks in advance sorry for my English.

    Select this option.

    Hello.

    Thanks, but is not the case. As I have said, that the DATA diskgroup has space enough he uses only a single disk in a RAID.

    But I solved my problem... To the auxiliary database, I added the following to the spfile:

    DB_FILE_NAME_CONVERT = '+ DATA/ProdDB', '+ DATA/OlderDB ".

    LOG_FILE_NAME_CONVERT = '+ DATA/ProdDB', '+ DATA/OlderDB ".

    I don't know why, but with these two clauses, it worked well. Perhaps RMAN was trying to restore it to the wrong place?

  • DRM-61026: cannot create the session of the user for the following reason: the connection has failed. User name or password.

    Im very new to Oracle DRM and Im trying to get the configuration of the application on the Windows Server that is running SQL Server 2008.  When I try to connect to the Web Client I get this error.

    DRM-61026: cannot create the session of the user for the following reason: the connection has failed. User name or password.

    Can you please help

    The problem is solved, reinstalled DRM and recreated the repository. the password has a symbol that causes the problem, @.

  • CFGFWK-60850: the Test failed! CFGFWK-60853: A connection to the database, but no lines have been returned to the examination of the SQL query.

    Hi all..

    It's SOA 11.1.1.7... I created the schema and storage via RCU but when I try to configure JDBS schema components... his throw this error:

    CFGFWK-60850: the Test failed!

    CFGFWK-60853: A connection to the database, but no lines have been returned to the examination of the SQL query.

    I created 3 users of UCR and who were all successful, because I have no error... of these three alone is managed in the configuration tree SOA...

    No idea why like that...

    Thank you

    Aerts

    This that I solved it by installing EMP 11.1.2.2 with UCR and SOA 11.1.1.6...

  • 11.1.2.3 EPM environment - cannot create the sample HFM application.

    Hi Experts,

    I have a particular question of HFM on newly built EMP 11.1.2.3 environment - cannot create the sample HFM application.

    HFM: 11.1.2.3.100

    OS: Windows Server 2008 R2 Enterprise Server 64-bit

    I get "Unspecified error", when you create a sample Application using the workspace.

    HFM. ODL.log:

    [2014 02-09 T 21:35:15 - 06:00] [EPMFM] [ERROR: 16] [HFM-80004005] [HFM] [ecid: 004wVzsXFaL8tlVvy0bAD00002OX0000vX] [Org: oracle] [host: auhodtest] [pid: 3472] [tid: 3516] [username:] [file: CHFMCASSecurity.cpp] [line: 546] [version: 11.1.2.3.100.4261] [appName: HsxServer.exe] [devString: the system cannot find the specified path.]
    ] [paramString:] unspecified error

    [2014 02-09 T 21: 35:16 - 06:00] [EPMFM] [ERROR: 16] [HFM-80004005] [HFM] [ecid: 004wVzsXFaL8tlVvy0bAD00002OX0000vX] [Org: oracle] [host: auhodtest] [pid: 3472] [tid: 3516] [username:] [file: CHsxServerImpl.cpp] [line: 4890] [version: 11.1.2.3.100.4261] [appName: HsxServer.exe] [devString: STAT] [paramString: admin@Native Directory;] Unspecified error

    Viewer application event log:

    Log name: Application
    Source: Hyperion Financial Management
    Date: 09/02/2014-15:35:16
    Event ID: 11
    Task category: no
    Level: error
    Keywords: Classic
    User: AD1\! fdminstall_abc
    Computer: auhodtest.oracle.com
    Description:
    Error 11;! fdminstall_abc; 09/02/2014-15:35:16; CHFMCASSecurity.cpp; Line 546; <? XML version = "1.0"? >
    < C'estr > < Ref > {92DCCDF8-B8C1-4F61-B858-BDADFAE401B0} < / Ref > < AppName / > < user / > < DBUpdate > 1 < / DBUpdate > < CSEC > < Num >-2147467259 < / Num > < Type > 1 < / Type > < DTime > 09/02/2014-15:35:15 < / DTime > < Svr > auhodtest < / Svr > < file > CHFMCASSecurity.cpp < / file > < line > 546 < / line > < worm > 11.1.2.3.100.4261 < / worm > < ExErr > the system cannot find the path specified.
    < / ExErr > < / CSEC > < / C'estr >

    Could someone please suggest me some tips on this problem of creating application - HFM?

    Thank you

    KK

    Sharing the fix in response to the post here:

    The 'Unknown error' error was due to the fact that underlying configuration of HFM with Foundation was broken and so HFM complained of another error, "the system cannot find the path specified".

    Then as an effort to solve the problem, in a scenario where I had to uninstall, reinstall and re-config component HFM which solved the problem.

    Thank you

    KK

  • Cannot create the vCloud Director VDC

    Hi all

    Need help with my proof of concept of vCloud implementation Director. running on 5.1 vCloud Director unit. Just to give you an idea, I followed the VMware vCloud Director 5.1 Assessment Guide that we find on the VMware Web site.

    Note: My setup does not contane VXLAN although we have the network VLAN supported to improve network performance.  Of the vExpert mentioned to create a dummy VXLAN right in the vCloud Director and I'm not sure how to do this in vCloud Director console. (I noticed a default VXLAN is already created, I understand vCloud 5.1 has this feature is enabled by default)

    Installation succeeded in creating the Org VDC failed with error 'cannot create the VDC' found this disabling and re activation will release the Red 'X' I think it's false positive because it shows us that everything is perfect even if we get an error message in the logs ' status: error "and with" details: Internal Server Error' find the home images below.


    " In any case when it comes to download media after having created the catalogue for Org VDC we get the error message cannot complete the operation because the current organization VDC"Demo-Org-VDC"is disabled or is not ready '.

    I also noticed that we get an error message on vcenter Server vcloud (cell) cannot create the folder name already exists check the last my vcenter Server error message.

    also attached the logs in the images below.

    I found two post, which there is not yet of resolution and the other said its solved but does not have the fix.

    Any help to point me in the right direction will be appreciated.

    I will be happy to provide you with newspapers if necessary.

    Thank you

    Ibrahim

    I was not talking about data warehouses.  I refer to the view in the vSphere Client.

    Open the vSphere Client... and go to the computers view models and virtual (c# = Home button at the top, then models and virtual computers)

    In this perspective, there is a number of record Blue icons. Make sure that none have the same name as you describe.

    This is directly related to the error message in the client image vSphere that you took in the original post "cannot create folder. "PNG"

    vCloud produces an error because of something that happens in vCenter.

  • ORA-20100: error: failure FND_FILE. Cannot create the file

    Hi all
    Simultaneous application of Bellow error

    We using ORACLE 10 g. R12
    OS: RHEL 4.4 (LINUX)





    ---------------------------------------------------------------------------
    Execution of the expedition: Version: 12.0.0

    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.

    Module WSHINTERFACES: Interface travel Stop - SRS
    ---------------------------------------------------------------------------

    Current system time is January 27, 2013 09:58:58

    ---------------------------------------------------------------------------

    * Starts * January 27, 2013 09:58:58
    Error ORACLE 20100 in FDPSTP

    Cause: FDPSTP failed due to the ORA-20100: error: failure FND_FILE. Cannot create the file, l0633393.tmp in the directory/usr/tmp.
    You can find more information in the applications log.
    ORA-06512: at the 'APPS '. FND_FILE', line 554
    ORA-06
    ---------------------------------------------------------------------------
    Beginning of the FND_FILE log messages
    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------
    End of the FND_FILE log messages
    ---------------------------------------------------------------------------


    ---------------------------------------------------------------------------
    Options, AutoComplete, the request for enforcement.


    End of query options AutoComplete.

    ---------------------------------------------------------------------------
    Simultaneous request ended
    Current system time is January 27, 2013 09:58:58

    ---------------------------------------------------------------------------

    This issue is related to the Oracle EBS, mark it as here the answer and open it

    Oracle Discussion forums' E-Business Suite

Maybe you are looking for

  • get an echo (repeat) when I record

    IMac 2.66 Ghz processor intel core duo 4 GB memory Yosemite 10.10.5 os just downloaded the new upgrade to 10.2.4 logic has been slow loading and acting weird just tried to record an audio track, but there is an echo or repeat when I played my instrum

  • Errors in device IO & DVD - RAM UJ-811

    Hi all; I am writing to ask support for CD-ROM/DVD-ROM for my Toshiba Laptop/Notebook drive. I have a Satellite P20-504, Windows XP Media Edition and as you probably know, the drive is a carpet * a DVD-RAM UJ-811. When I insert any type of disc, Noth

  • SPA9000 And direct Ip calls?

    Hi, I just bought a SPA9000, and I wonder if I can set for direct ip calls. I use the FXS 1 on the spa9000 and line 1 is already on my VOIP provider. PBX settingsCall the routing rule: (4xx. |) 8xx. | 7xx. | 6xx.) And 1 line numbering Plan is:(xxxxxx

  • Cannot display the log of FAXES

    I have an HP Officejet 7310 all-in-one wired to a computor of Windows Vista 32-bit.  After sending a fax, I checked the log of faxes.  It displays fine, but did not reflect my recent fax.  Later, I tried to view the log of faxes, but when I click to

  • How to fix the x 0 80070035 on the path by the servername directive after sleep?

    Laptop running windows 7 Enterprise x 64 SP1. Files on server (running Windows 2003 Standard X 64) were available before system suspended / hibernated. After the recovery, get the path not found error from the Explorer or trying to save files that ar