IDL not seen - undeclared type

CORBA help please for a novice
There is probably quite a simple answer to this question.
I have a lot of idl files, i need to generate java code from them. I am using forteEE
The first file shows up as ok in the designer, and i have been able to compile it and generate the information that i need.
The rest of the files are stared as red and there is a parsing error assoicated with them.
When i try and compile the error is allways somthing like...
e:/lsd/corbadesign/Campus.idl [10:1] School is an undeclared type.
typedef sequence <School> isSituatedIn_def;
All the idl files are in the same directory and it seems that although they are #included at the top
the compiler or parser never seems to find them.
I am using the default 1.3 compiler.
If you could point me in the right direction so the files can see oneanother then it would be much appreciated.
The file that compiles is this
// AssessmentDetails.idl
//Source file: e:/lsd/corbadesign/AssessmentDetails.idl
#ifndef __ASSESSMENTDETAILS_DEFINED
#define __ASSESSMENTDETAILS_DEFINED
interface AssessmentDetails;
interface AssessmentDetails {
     attribute any weighting;
     attribute any type;
     AssessmentDetails createNew (
          in string name,
          in long type,
          in long percentage
     any update (
          in string name,
          in long type,
          in long percentage
#endif
And one of the files that is not parsed is this
// ProgramOfStudy.idl
//Source file: e:/lsd/corbadesign/ProgramOfStudy.idl
#ifndef __PROGRAMOFSTUDY_DEFINED
#define __PROGRAMOFSTUDY_DEFINED
#include "School.idl"
#include "Student.idl"
#include "ProgramCourse.idl"
interface Course;
interface ProgramOfStudy {
     typedef sequence <Student> isRegisteredOn_def;
     typedef sequence <ProgramCourse> isPartOf_def;
     attribute isRegisteredOn_def isRegisteredOn;
     attribute School has;
     attribute isPartOf_def isPartOf;
     any getCourses ();
     any assignCourse (
          in Course course,
          in boolean core
#endif
Cheers in advance^

School idl
This exists as its own file,
// School.idl
//Source file: e:/lsd/corbadesign/School.idl
#ifndef __SCHOOL_DEFINED
#define __SCHOOL_DEFINED
#include "Campus.idl"
#include "ProgramOfStudy.idl"
#include "Lecturer.idl"
#include "Student.idl"
#include "Course.idl"
interface School {
     typedef sequence <ProgramOfStudy> isStudiedAt_def;
     typedef sequence <Lecturer> teachesAt_def;
     typedef sequence <Student> studiesAt_def;
     typedef sequence <Course> isTaughtAt_def;
     attribute isStudiedAt_def isStudiedAt;
     attribute studiesAt_def studiesAt;
     attribute isTaughtAt_def isTaughtAt;
     attribute Campus houses;
     attribute teachesAt_def teachesAt;
     Student enterStudent (
          in long IdentificationNumber,
          in string name,
          in string address,
          in double dob,
          in double startDate
     sequence getPrograms ();
     Student getStudent (
          in long studentID
     ProgramOfStudy createProgram (
          in string name,
          in long programID,
          in string Qualification
     boolean checkProgramNotExists (
          in long programID
     boolean checkStudentNotExist (
          in long regID
     Course createCourse (
          in long courseID,
          in string title
     boolean courseExists (
          in long courseID
     sequence getLecturers ();
     sequence getAllStaff ();     
     Lecturer assignStaff (
          in long staffID,
          in string Title,
          in string Office
     void assignCourse (
          in long courseID,
          in long programID,
          in boolean core
     any getProgram (
          in long programID
     any getCourse (
          in long courseID
#endif

Similar Messages

  • Now have iphone6 and signed for different type lower cost account. Not seen on billing service. to have started Oct 1,2014

    **after receiving iphone6 and signing 2 year contract, negotiated for a change in plan with lower cost and discount... not seen on october bill as promised..totally unable to obtain help on phone to verizon. thanks

    Thanks for the response. I had the 65 advantage plan for 2 years. Service rep at Verizon store assisted me when I activated my new iPhone 6. She noted that over the 2 years i had used only a few minutes of talk, one to 2 texts per month ( at a fee of $. 20 each ) and a minuscule amount of data... and that the phone was for emergency contact to me from my disabled invalid wife only. She searched and found a discount special plan for a savings of  $15.00 per month with a final monthly fee before taxes of $45 and not $59 per month to start on Oct 1st. It does not have a name to the plan just that it carries this special discount. That is all I can tell you. Thanks for the assistance. Await your reply. Thanks
    Bob Bonus
    [email protected] <mailto:[email protected]>  this is Incorrect email........... should be  [email protected]    Wednesday oct 8th, 2014... do not know if you received this response to your email a few days ago. Sorry for the mistake. Await your response. thanks
    bob bonus

  • How can I use a COM object that does not have a type library?

    Hello,
    I've created a com server in python for which I do not have a type library. I am able to call functions for this application in Python, TCL, I'm sure VB, etc. without the type library.
    Must I have a type library registered to use this COM object with Labview? I was hoping I could simply supply the name to the refnum (or the GUID) then call functions by passings strings to the invoke node. This does not seem to be possible - am I missing something?
    In the event that I cannot use a com server without a type library. Any recommendataions on how to create one? I'm wondering if I can use the same GUID and create a shell in LabWindows which generates the IDL/TBD file I need for Labview to see my
    com server.
    Any help is greatly appreciated.
    73,
    Timothy

    Timothy Toroni wrote:
    > Thanks for the info, however their example is labview server and
    > python client. I'm going the other way. It's good to know about
    > LabPython though...
    >
    > As of now, it seems to be there is no way to use a COM object without
    > a type library from inside LabView.
    Yes that is true. LabVIEW needs that to configure the Property and
    Methode Nodes correctly. Otherwise it would need to have a special
    Property and Method Node with a configuration dialog similar to the Call
    Library Node, but a LOT more complicated. Not sure many people could
    make use of that, and it would be a very tiring experience trying to get
    things setup in that way, by going through the edit, test, and crash
    cycle over and over again.
    Rolf Kalberm
    atter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Error: 28005, Severity: 16, State: 2...An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impe

    I've seen some similar questions, but want to make sure I can get an answer quickly and how to fix.
    Thanks,
    Paul
    spid24s     Error: 28005, Severity: 16, State: 2
    spid24s     An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated,
    or you do not have permission.

    Hi Paul,
    I also had the same error on one of my servers, and it was because the user that created the database no longer worked for the company.
    So when his AD account got deleted, the database had NULL as owner
    Using the following query I asked for the owners of the databases:
    select name, suser_sname(sid) from master.dbo.sysdatabases
    So changing the owner of the databases that had a NULL owner solved the issue for me.
    use <databasesname>
    go
    exec sp_changedbowner 'sa'
    Thanks for triggering the solution.
    Peter

  • Bluetooth not seen in Windows

    I installed Windows 8.1 through BootCamp and Bluetooth device is not recognized by Windows. I am talking about the new 2015 12' macbook.
    It is not seen in the device manager list.
    Any Help?

    Can you check the version of BC drivers in bootcamp.xml on your USB?
    It should look similar to
    <?xml version="1.0"?>
    <?xml-stylesheet type='text/xml' href='test.xsl'?>
    <!--Information on Boot Camp build-->
    <BuildInfo BuildNumber="5621" ProductName="Boot Camp">
      <MsiInfo>
      <ProductManufacturer>Apple Inc.</ProductManufacturer>
      <ProductVersion>5.1.5621</ProductVersion>
    <ProductCode>{FA2B2C2A-EA41-495A-9308-60726125D562}</ProductCode>

  • Views in Oracle DB not seen thru DBConnect

    Has anyone come across a situation where a View created on an Oracle DB is not seen thru DB Connect ?
    I have views created on an Oracle DB, which can be confirmed independently via pl/sql. When I establish link between a SAP BW and the Oracle DB using a DB Connect, (-intention being to extract data from the Oracle DB into the BW) I dont seem to see some of the views. I am trying to repeat the case to see if there is an issue with 'Grant Access' on the Oracle side. Any ideas ?
    SRRao

    Hi,
    When you said <i>I dont seem to see some of the views</i>, Do you mean you can actually see other views?
    Now you problem is easy if thats the case since you just need to pattern your view to whatever attributes your other views that is VIEWABLE via <b>DBConnect</b> posseses. (Rights, data types f the fields, number of fields, length of each field, etc.)
    Check the data types. I think there is an issue with <b>Date</b> Data Types in Oracle, I think you have to convert it to <b>CHARS</b>.
    --Jkyle

  • Organizations are not seen from Application R12

    Hi,
    I have installed R12.1 Fresh Database in my laptop and its running fine. I created Location, Organization and Organization classification using HRMS super user responsibility. When I opened the organizations window the organization that I created is not seen but they are stored in database. Is there any setup that I am missing?
    Thanks in advance.

    Hi,
    To access UK SHRMS Manager I changed the profile value for UK SHRMS Managers responsibiity. I choose "HR User" value at Responsibilty level for "HR User Type" Profile.
    Then I created location.
    UK SHRMS Manager>Work Structures>Location
    Then I created Organization
    UK SHRMS Manager>Work Structures>Organization>Description
    I classified this organization as Business Group.
    I closed all the windows. When I tried to query the organization that I created, only the default Business Group (Setup Business Group) is seen. But I can see all the organizations that I created in the database.
    I hope this will give you some idea to fix my problem.
    Thanks in advance

  • Con not assign TASK TYPE for Put away during PO receipt

    Good morning everyone!
    I spent a lot of time to setup WMS Task assigment rule with no result.
    My goal is to make Task assigment for inbound tasks. Particulary put away after receipt.
    Expected behavor: after receipt in receiving area system should assign task type. This can be checked via "Warehouse control board" form, "Task type" column.
    Actual (current behavour): task is created and even can be seen via "Warehouse control board" form. But there's no task type. For Task assigment the only rule exists.
    To be sure that it works with other tasks types I've checked on Move order. Works well.
    NEED YOUR ADVISE
    Thanks in advance.
    Eugene.

    This case happened to me too in R12.
    The system did not assign task type after receipt in the receiving area. Moreover, I cannot update status from "Pending" to "Queue" to the user via "Warehouse Control Board" form for these put away tasks. It always show the error message "Cannot update putaway task." after press execute button. So How can I assign these task to specific user?
    Need your advise too,
    Thanks,
    Surachai.

  • Stock Trasfer reqs are not seen in R3

    Hi,
    PReqRel (Category - BH) and ConRel (Category - BI) elements visible in R3 and not seen in R3. These are STReq between 2 plants.
    - Publications are maintained on APO side.
    - Integration models are activated.

    Hi,
    Please check your settings for Transfer to OLTP systems in APO SPRO, as suggested (this is for Preqs).
    Also, create Preqs and POs in R/3 using transactions ME51 and ME21 respectively and see whether the same are reflected correctly in APO.
    Are you trying to convert Preqs in POs using RRP7? If this is the case, check following settings:
    1. Distribution definition in APO
    2. Document type for STO in R/3
    3. Accounting settings in material master.
    Find out what you errors do you get in CCR in APO or CFG1 in R/3?
    Regards,
    Bipin

  • RFC function module - not considering string type parameters

    Hi,
    i am calling one RFC, this rfc function module is enhanced to have one more import parameter and the type of this parameter is of type "string".
    i am passing this value from while calling rfc fm but i can see this value is not being considered here in the target system, i mean the passed value from source system is not seen in the target system.
    i read some thing related to rfc restrictions on code pages, is it something to do with that or string type is not allowed??
    Please suggest!!!

    Hi all,
                   I faced the same problem and solved it ,
    You have defined a reference parameter for a remotely called
      function module. However, only value parameters are allowed
      for this type of module.
      Procedure
      Change the reference parameter to a value parameter.
    Guys  pls .don't leave the thread un-asnwered when you solved problem , post the solution it might be useful for others also.
    Regards
    Krishna Acharya

  • Info area not seen in the "open query"window

    Hi all
    For some reason my Info area is not seen in the "open query"window, in the BEx Anal. can some tell me how to fix this.
    Thanks
    kavi

    Hi kavi
    I am not sure
    Is it Business content infoarea, for me also business content infoarea is not seen, but in "open query" window if u select the icon for create new query,there it will ask for the cuben here u click binaculor icon for search and type ur infocube technical name there u can get ur cube.
    Hoope it is helpfull........Let me know
    Regards
    NR
    Assign points if it is helpfull

  • Xcode swift use of undeclared type 'Integer'

    trying to declare a variable  as an integer:
    var year:Integer
    year = 2014
    fails, tells me "use of undeclared type'Integer'" ?!?!?
    has anyone else seen this?

    Shouldn't you use Int or UInt (or some such subtype) as mentioned in the Swift Standard Library Reference, see:
    https://developer.apple.com/library/ios/documentation/General/Reference/SwiftSta ndardLibraryReference/NumericTypes.html#//apple_ref/doc/uid/TP40014608-CH18-SW1

  • Trying to drag pdf files i have and combine them into one pdf file in the account i just purchased with Adobe. when i drag a pdf file over Adobe doesn't accept it. says it can not convert this type of file. but it is an Adobe file. Do I need to change it?

    Trying to drag pdf files i have and combine them into one pdf file in the account i just purchased with Adobe. when i drag a pdf file over Adobe doesn't accept it. says it can not convert this type of file. but it is an Adobe file. Do I need to change it in some other form befor dragging it?

    Hello djensen1x,
    Could you please let me know what version of Acrobat are you using.
    Also, tell me your workflow of combining those PDF files?
    Please share the screenshot of the error message that you get.
    Hope to get your response.
    Regards,
    Anubha

  • Ipod not seen by windows or itunes

    Hello, I'm totally frustrated and have been searching for hours. Please someone help.
    - Nano 8 gb
    - Windows xp
    Neither Windows (my computer) nor Itunes sees my ipod. Ipod is working fine: did the menu/select thing, cable is good.
    When I plug the ipod in the usb port I hear a bleep and I get a message bottom right "new hardware found ipod"and the icon is a usb cable. Ipod is not in My computer window. Ipod is not seen by Itunes
    Tried Device Manager/I see Ipod with a ? Yellow. If i right click on it and do update driver the ms computer management system crashes and sends error report.
    I tried dowloading the USB driver and placing it in the directory, but I got stuck because there is no windows/inf directory. I tried to update the usb driver with the same ms crash.
    I'm completely frustrated, please can someone help me.

    I was having the same problem the other day. I'm not sure what it was but I think it has something to do with the i tunes and i pod 1.2 update.
    What I did was:
    1. Uninstall i tunes
    2. Restart my computer
    3. pluged my ipod in a slow usb line
    4. waited until my pc recognized it in there. It took a little while.
    5. re installed i tunes from apple.com
    6. waited until i tunes recognized my ipod
    7. updated my i pod with my library it took a long time because i was in the slow usb plug.
    8. re plugged my ipod into a 2.0 usb line
    9. i tunes recognized it.
    10. I then updated my ipod to the new 1.2 version
    11. The problem started happening again
    12 I repeated what I did before and now it is working.
    It was very frustrating! I hope it works for you.1

  • 5th Gen IPOD - Won't Sync and Not Seen by Windows

    Help!!!
    Tried the 5 R's. I have the IPOD in Disk Mode but whilst it will happily charge, it still is not seen by ITunes or Windows Explorer (though is visible inDisk Defragmenter). I have already un-installed and re-installed ITunes etc.
    Prior to putting it into Disk Mode the IPOD still had my library on it and owuld happily work.

    Have you had a chance to look at these troubleshooting pages? They may be of some help:
    iPod missing in My Computer and in iTunes
    iPod is not recognized properly by computer when USB drivers are not installed properly or are out of date
    If you are using a laptop, this page might help: iPod not recognized when connected to Windows laptop over USB

Maybe you are looking for

  • Not able to see the changes in log

    Hi All, I have a question here. Audit log is enabled as well as changes lofs is also enabled in my system ECC 6.0. Suppose i have changed some table entry via SE16, i mean i have updated a table via SE16, but i am not able to track the changes in SM2

  • Video file not playing in Photos

    Imported photos/videos from a SD card. Performed this task many times before. This time, some video files display as "AVI", as opposed to displaying the first frame. The video will not play. The file is skipped when I use sweeping motion to go to nex

  • Which Windows OS should I chose to run Autocad/Revit?

    I purchased a Mac Book Pro for my son in college (OS 10.5). He needs to run Autocad & Revit for his classes. We've decided to use boot camp instead of parallels or other options. My question is how do we know which windows OS to chose? I've heard Vis

  • 16x9 aspect ratio quicktime movie switches to 4x3 in idvd

    I have a quicktime movie that has a 16x9 aspect ratio. In Info the dimensions show up as 720x480 (853x480) and when opened in Quicktime it is opening in the correct aspect ratio it was created. After bringing the Quicktime movie into an idvd project

  • Method first() JDBC

    Help i trying to put my recorset at teh firts record i use this connection in a jsp file <% Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver"); Connection Con =DriverManager.getConnection("jdbc:microsoft:sqlserver://192.168.232.35;user=x;p