Campus solution 9.0: engine Application parallel treatment of the Instances of the temporary Table

People,


Hello. I'm working on 9.0 Solution on a University Campus. I'm working on the module of Community Campus. I face a problem like below:


Campus Community > personal information > add/update a person


I can type in all the information for a person successfully and save it with success. But what research, it does not return anything to PS user
This is because the security of access to demographic data is not granted to the user. So, I put security as below:


Step 1:

Set Up AWAR > Security > Secure Student Administration > permissions list > access to demographic data: I have select permission list HCPPALL and EOEI9200 for the PS user

Step 2:

Set Up SACRED > Security > Secure Student Administration > process > access to demographics: the process to initialize the authorization indicates to the user PS process program is the Application Engine. The process name is MSK_CFG. The process is not successful and returns an error as below:

Table or view does not exist. Has no SQL statement: Truncate Table USER.PS_MSK_CFG_TAO4.


The above error is that of the motor parallel processing Application on instances of the temporary table. There are 2 modes: online and batch. I run it in 2 modes as below:

Online mode:

Step 1: Navigator PeopleTools > Public Services > Administration > PeopleTools Options: I change 3 to 4 for the Instance of the Temp Table total and online.
Step 2: Create a new control ID Temp1 and execute processes on Navigator SetUp > Security > Secure Student Administration > process > process of demographic data. The MSK_CFG process runs successfully, but the output file contains the message:

ATTENTION: Application request engine is not active! Suspended treatment!


So I run of steps 3, 4 and 5 in Batch mode as below:

Step 3: Navigator PeopleTools > Application Engine > application Application Engine > engine Application request Page > add a new control ID Temp1.
Step 4: Run the MSK_CFG with Temp1 process again and get the error:

Table or view does not exist: Truncate table USER.PS_MSK_CFG_TAO5.

Step 5: I change 4 to 5 navigator PeopleTools > Public Services > Administration > page PeopleTools Option for the Instance of the Temp Table total and online.

Re-run the MSK_CFG process and get the error:

Table or view does not exist: Truncate table USER.PS_MSK_CFG_TAO6.

I have increase by 5-6 for the temporary Table instance and re-run the MSK_CFG process and get the same error with incremental number:
Table or view does not exist: Truncate table USER.PS_MSK_CFG_TAO7.

I have increase by 6 to 7 and re-run the MSK_CFG process and get the same error:
Table or view does not exist: Truncate table USER.PS_MSK_CFG_TAO8.

The maximum is 99, I continue to adding 1 to the Temp table instances and run the MSK_CFG process. But get the same error with differentials 1 as below:

Table or view does not exist: Truncate table USER.PS_MSK_CFG_TAO9.
Table or view does not exist: Truncate table USER.PS_MSK_CFG_TAO10.
... ...

Table or view does not exist: Truncate table USER.PS_MSK_CFG_TAO99
Table or view does not exist: Truncate table USER.PS_MSK_CFG_TAO.

My question is:

Because the engine of the application is not active with a new control ID Temp1 in online mode, I add the new control ID Temp1 in the Application engine page request but get the error above.  How to solve the error above to begin the process of MSK_CFG?

Thanks in advance.

People,

Hello. The problem is solved by myself.

The thing is that we need to open the MSK_CFG_TAO of the temporary Table in the application designer and build. After construction, the table PS_MSK_CFG_TAO and PS_MSK_CFG_TAO1 come in the database.

MSK_CFG process runs correctly now. Personal information of search returns data successfully. Thank you.

Tags: Oracle Applications

Similar Questions

  • Oracle Application Express relaxing select the database table?

    Hi all

    I use Oracle Application Express. I created a page and I want to fill the 2 (txtname, txtaddress1) on my page when the user provides no Id on another field (txtID).

    Can someone help me please how to do this?

    Thank you very much
    Gunajee.

    Hello

    There are 3 ways to meet your needs

    1 goto your article > Source > Source: always... > Type of Source: SQL returns a single value > Source value or expression: select column_value from table_name where pk =: pk_item

    2 create a calculation
    The rendering of Page Goto > calculation.

    Create calculations > on this Page >. . follow the instructions in the wizard and set required values.

    3. create a dynamic action (a better and simpler)
    The rendering of Page Goto > Dynamic Actions.

    create dynamic Actions > on item1 > when changed > value > sql statement > write the sql query > done point > required element (item2)

    fire on loading the page: uncheck

    Note: For 1 and 2, you need to send the page.

    You can use {'code'} {'code'} to keep your code. (remove the apostrophes and use)

    Kind regards
    Little Foot

  • Campus Solution 9.0: Failure of Allocation Table temporary engine Application of process SCRTY_SJTUPD

    People,


    Hello. I'm creating 9.0 Solution on a University Campus. I'm working on the module of Community Campus and confront the issue as below:

    Navigator SetUp HRMS > Security > security level line Core > refresh Trans_SJT_Table

    This process named SCRTY_SJTUPD is not a success and get the error:

    Failure of SQL stmt: Truncate Table user.PS_SJTPRJ2_TMP
    Process of 1898 added in step SCRTY_SJTUPD.20InsJo1.Step00 (SQL) - RC = 942

    Before I start the process above, I did 2 things like below:

    First of all, in the browser, on total temporary Table Instance and Online 1 to PeopleTools Navigator > Public Services > Administration > Options PeopleTools.

    Second, in the application designer, there is no temporary table for the AE SCRTY_SJTUPD program. So, I insert the temporary table SJTPRJ_TMP in the program. I put number of instances for the program of the AE SCRTY_SJTUPD to 5 and build a temporary table SJTPRJ_TMP.
    The file C:\TEMP\ALTAUD_AlterTable.SQL specifies that instances of temporary table below are created:


    PS_SJTPRJ_TMP1
    PS_SJTPRJ_TMP2
    PS_SJTPRJ_TMP3
    PS_SJTPRJ_TMP4
    PS_SJTPRJ_TMP5

    2 for PS_SJTPRJ_TMP temporary table suffix is after TMP and not SJTPRJ.
    Build a temporary table create instance PS_SJTPRJ_TMP2 and does not create an instance of PS_SJTPRJ2_TMP.

    My questions are:

    First of all, how to fix 'Truncate Table user.PS_SJTPRJ2_TMP' process Trans_SJT_Table refresh?

    Second, is - this evil I insert temporary table SJTPRJ_TMP in the AE SCRTY_SJTUPD program?


    Thanks in advance.

    People,

    Hello. The problem is solved by myself.

    The program of the AE SCRTY_SJTUPD uses 4 temporary tables, STJPRJ2_TMP is another temporary table and we must build it in application designer to get the PS_SJTPRJ2_TMP instance.
    The process runs successfully today. Thank you.

  • Table of campus Solution 9.0 academic organization and his tree

    People,

    Hello. I implement 9.0 Solution Campus of a college.

    I am confused on how to type in data between the academic organization Table and his tree to tree Manager. 2 Navigations are below:

    Implemented AWAR > Foundation Table > academic Structure > academic > academic organization Table

    Tree Manager > create a new tree > tree: my academic organization

    According to the document - Campus Solution 9.0 Basic Application to Page 152 - academic organization of understanding:

    "Before you start using academic institutions, you must first use PeopleSoft tree handler to set academic organizations themselves, the hierarchy and the levels of each of the academic institutions and the relationships between academic institutions in the hierarchy."

    The document at Page 153: "system displays information entered through organizing academic Manager tree to tree in PeopleSoft." You can edit this information. »

    The document to Page 154: '' you should add new academic organization through PeopleSoft tree Manager. ''

    The meaning above, it seems that we create the tree first and then type in the data in the Table academic organization after him. But the 2 Navigations above don't work that way. The Navigations 2 above work the way below:

    Tree Manager > create a new tree > tree: my academic organization

    Step 1: Add level - a level tree name lookup table arrives.

    Step 2: Root node - table of correspondence of school organization coming up.

    Set Up AWAR > Foundation Table > academic Structure > academic organization Table: this table has no place to link to the tree of academic organizations.

    Navigation, we must enter data in the Table of level names tree and Table organization academic at first and then when to create the tree, 2 tables come tables selected data. After this, I run Set Up AWAR > Security > Secure Student Administration > process > update security - Acad Org. But this process gets the error and does not swell report SQR.

    My question is:

    Because document instruction does not work with sailing, all folk can me the concrete way to enter data in the Table, academic organization and his tree to tree Manager?  What is the first? What's the second? Where is Navigation?

    Thanks in advance.

    People,

    Hello. The problem is solved by myself.

    Academic Board works with the Manager of her tree now. Thank you.

  • Application for Admission online by campus Solution 9.0: download AAWS

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University. I finished the implementation of all application modules. Now, I will develop the application for Admission online for future student to apply for admission.

    My installations are below:

    Server machine: Oracle Linux 5.10

    Client computer: Windows XP Professional

    Database server: Oracle Database 11g

    The version of PeopleSoft: 8.53 PeopleTools and PeopleSoft Campus Solution 9.0 R5

    Because Linux doesn't have a graph feature, I also install PeopleTools 8.53 in the Windows XP client computer to run the applications and Data Mover Designer.

    To develop the application for Admission online, I need to install AAWS (Admission Application Web Service) 9.0 Solution Campus.

    According to the document, Bundle 18, 19, 20, 21 and 22 are the AAWS software.

    I checked http://eDelivery.Oracle.com , the current version of PeopleSoft Campus Solution is 9.2

    I don't see anywhere to download Bundle 18, 19, 20, 21 and 22 of AAWS.

    My question is:

    Where to download the Bundle 18, 19, 20, 21 and 22 to AAWS develop the online admission application?

    Thanks in advance.

    Your follow-up questions are all loaded with questions. You'll have to read on many subjects, and he will never be in direct response to these requirements.

    First of all, in the browser, browser Solution Campus, what elements are sent to AAWS? As constituent Transaction management?

    You must read PeopleBooks and understand it. There is no navigation to AAWS, it is a web service. There are a few configuration associated with pages you will need to refer to PeopleBooks.

    Secondly, what machine to install Oracle ADF? Oracle Linux 5 Client machine or Windows XP Server?

    ADF must be installed on your client for the development (similar to the designer of the App). Yet once, consult PeopleBooks and documentation on My Oracle Support (unfortunately without an id of support that you will most likely have trouble). If you have specific problems during the installation process of the people may be able to help.

    Some reference material on ADF:

    https://blogs.Oracle.com/Shay/entry/using_adf_with_peoplesoft_-_We

    http://www.Oracle.com/technetwork/topics/OFM-PSFT-getting-started-087159.html

    https://blogs.Oracle.com/FMW4PeopleSoft/entry/create_a_rich_ui_for_peoplesof

    Graham PeopleSoft blog: mobile applications for PeopleSoft

    In addition, you can consult the books of Jim Marion:

    http://www.Amazon.com/PeopleSoft-PeopleTools-techniques-Oracle-Press/DP/0071664939

    http://www.Amazon.com/PeopleSoft-PeopleTools-mobile-applications-development/DP/0071836527

  • Campus solution 9.0: Online Admission Application Web Page

    People,

    Hello. I implement Campus Solution 9.0 revision 5 for a University. I'm developing a Page for Admission online on the Web Application for prospective students to apply for admission.

    It seems that Campus Solution 9.0 Feature Pack 3 AAWS on Self Service service.

    See Oracle shows Admission Applications Web Services for PeopleSoft Enterprise Campus Solutions

    But I do not see Feature Pack 3 download on http://eDelivery.Oracle.com .

    My question is:

    People give document and guideline to develop the Page of Web Application of Admission online for prospective students to apply for admission?

    Thanks in advance.

    Try this and let us know the results:

    1. first of all, make sure that the pssqlora.dll file is correctly located under % PS_HOME%\bin\client\win86.
    2. Server Scheduler and Application process requires once 64 bit and 32 bit Oracle database Clients.to to run. Make sure it is added on ALL these servers.
    3. then, is to reconfigure the application servers and servers of process scheduler to update the psappsrv.env file.
    Select set up this domain in the domain PeopleSoft PSADMIN Administration menu.
    B. Reconfigurez the Application Server domain to add the 32 or 64-bit client for the path.
    C. recharge area of the application server configuration, and then restart the domain.
    D. Repeat for batch servers.
    4. after reloading area of Application Server & Process Scheduler configurations, verify that the path of psappsrv.env now contains references to directories of binary 32 bits and 64 bits.
    5. run the Test call PeopleTools Remote.

  • Issue of campus Solution 9.0: Table prompt Application Center cannot come data

    People,

    Hello. I implement Solution Campus with PeopleTools 8,53 9.0 for a University. At the moment, I put implement student recruitment and admissions Module. I made this as the 3 steps below:

    Step 1: Configure AWAR > Products > recruitment and Admissions. I've implemented all the data in this part.

    Step 2: Student recruitment. This part is not really necessary to do so.

    Step 3: Student admissions > lettering > Add Application

    The component is 5 pages. In page 4 "Application Data", table prompt Application Center cannot come from the data. Unable to save all the data of the component.

    I found that the problem is that the quick table PS_ADM_APPLCTR_SVW is a view involving 3 tables as below:

    PS_ADM_APPLCTR_TBL

    PS_ACAD_CAR_TBL

    PS_SCRTY_APPL_CTR

    I type in the Application Center data in Set Up > AWAR > related products > recruitment and Admission > candidates > Application Center of Table, the data is correctly saved in the PS_ADM_APPLCTR_TBL table and returned to the browser correctly.

    The table PS_ACAD_CAR_TBL returns data successfully.

    The problem is that the table of PS_SCRTY_APPL_CTR returns no data. This table is the SCRTY_APPL_CENTER component. GBL about the Application Security Center. It seems that we need a process for security.

    I checked the value Up AWAR > Security > Secure Student Administration > processes that are below:

    -Update of view security

    -Update security - Acad Orgs

    -User management profiles

    -Profiles user Mgmt - clean

    -Access to demographic data

    -Safe use mass replacement

    I don't see any process runs about the Application Security Center.

    My question is: can all folk fix "Application Center table quickly propose no data" in "student admissions > lettering > Add Application"-page of Application data?

    Thanks in advance.

    People,

    Hello. The problem is solved by myself. Table prompt Application Center now come from the data. Thank you.

  • Campus solution 9.0: the process of demographic data has an error

    People,

    Hello. I'm working on 9.0 Solution on a University Campus. I'm working on the module of Community Campus. I face a problem like below:

    Campus Community > personal information > add/update a person

    I can type in all the information for a person successfully and save it with success. But when the search it returns nothing. This is because the security of access to demographic data is not granted to the user. So, I put security as below:

    Step 1:

    Set Up AWAR > Security > Secure Student Administration > permissions list > access to demographics: I select the EOEI9200 allow for the PS user list

    Step 2:

    Set Up AWAR > Security > Secure Student Administration > process > access to demographics: the process to initialize the list of permissions for the user PS process program is the Application Engine. The process name is MSK_CFG. The process is not successful and returns an error as below:

    Table or view does not exist. Has no SQL statement: Truncate Table USER.PS_MSK_CFG_TA04.

    I checked the table PS_MSK_CFG_TA04 to SQL > and application designer. There is no Table or view PS_MSK_CFG_TA04.

    Because the MSK_CFG process may not run correctly, the list of permissions for user PS is not initialized and data demographic is not back to the user PS when "search".

    My questions are:

    First of all, how to run the MSK_CFG process with success to the ACSS Set Up > Security > Secure Student Administration > process > access to population data?

    Second, why is the PS_MSK_CFG_TA04 table is not? How to solve the problem?

    Thanks in advance.

    1 these are temporary tables. A temporary table can have multiple instances at the database level, although they are represented as a single object in the App Designer. I suggest that read you on this subject in PeopleBooks:

    Understanding of temporary Tables

    2. Yes. But this is another instance. Temporary tables are used for the treatment in the engines of the App at the same time.

    3. do not know what has happened with your application during your upgrade of tent, but it seems that the document I posted previously has some information about the missing tables. You were previously on Campus Solutions ever? You try to install CS for the first time? I suggest that you trigger a SR with Oracle also, so that they can better help and identify your specific problems to update/install.

  • Campus solution 9.0: the process of access to demographic data MSK_CFG

    People,


    Hello. I'm working on 9.0 Solution on a University Campus. I'm working on the module of Community Campus. I face a problem like below:


    Campus Community > personal information > add/update a person


    I can type in all the information for a person successfully and save it with success. But what research, it does not return anything to PS user
    This is because the security of access to demographic data is not granted to the user. So, I put security as below:


    Step 1:

    Set Up AWAR > Security > Secure Student Administration > permissions list > access to demographic data: I have select permission list HCPPALL and EOEI9200 for the PS user

    Step 2:

    Set Up SACRED > Security > Secure Student Administration > process > access to demographics: the process to initialize the authorization indicates to the user PS process program is the Application Engine. The process name is MSK_CFG. The process is not successful and returns an error as below:

    Table or view does not exist. Has no SQL statement: Truncate Table USER.PS_MSK_CFG_TAO4.

    I guess that some parameters are not set correctly. I checked the HRMS configuration > System Administration > utility > Search/Match results > search search results for Code PSCS_TRAD_RESUL and I tried component SCC_BIO_DEMO used in the Transaction. But the process of MSK_CFG has got the same error.


    I checked the application designer, the MSK_CFG_TAO table is a temporary table with 4 fields. I run the SQL to SQL statement > as below:

    SQL > select * from the user. MSK_CFG_TAO;
    SQL > select * from user.PS_MSK_CFG_TAO;
    SQL > select * from user.PS_MSK_CFG_TAO4;

    All the 3 tables above are non-existent. I do not understand how to handle this kind of error.

    My question is:

    How to solve the Temorary MSK_CFG_TAO and PS_MSK_CFG_TAO tables are not exist in SQL > while MSK_CFG_TAO is in application designer?


    Thanks in advance.

    This is a TFTP specific problem/question that was posted in the correct forum - people with experience TFTP are better equipped to answer your question

  • Required for PeopleSoft Campus Solution firewall ports

    Dear gurus,

    We are using PeopleSoft Campus Solution and running on Windows Server 2008 R2. Now, we are working on the conduct of firewall does so we can allow only the required ports for the application to work. Could you please tell what are the ports required on the demand side?

    Thank you.

    Only two ports is required to open the firewall if you use SSL and NON SSL via internet.

    Assume that your Web server uses port 80 and 443 for SSL and Non SSL respectively. Then, you need to open these 2 ports in the firewall.

    Hope that helps.

    P.S. Please check reply as an useful answer or appropriate so that it is useful for others who have the same issues. @

  • Campus Solution 9.0 indicator Prompt SQL View Table service

    People,

    Hello. I'm creating 9.0 Solution on a University Campus. I work on the indicator of Service and face the question below:

    Set Up AWAR > definition > Service indicator > indicator Service Table in the page 'Service indicator of reasons', the quick table of page Department field has no data to pop up. There is no task to set up the data for the table quickly. I checked the component, recording, and his prompt table as below:

    Name of the component: SERVICE_IND_CD_TBL. GBL

    Registration: SRVC_IN_RSN_TBL

    His fields of records DEPTID guest at your table: SCC_DEPT_TBL_VW it is view SQL.

    The SQL view is below:

    Select Sql % (SCRTY_SEL_DEPTKEY, OPR, DEPT), Dept. DESCR, DEPT. DESCRSHORT

    Since Sql % (SCRTY_DEPT_FROM)

    Where Sql % (SCRTY_WHERE_DEPT)

    And Dept. EFF_STATUS = "A";

    I run the SQL mode above to SQL >, an error pops up: "error at line 1: ORA-00911: invalid character.»

    I have test the SQL view partially as below:

    SQL > select * from % Sql (SCRTY_DEPT_FROM);

    The same error pops up: error at line 1: ORA-00911: invalid character.

    I checked the application designer, SCRTY_DEPT_FROM and SCRTY_WHERE_DEPT are not record and not on the ground. I don't understand this kind of SQL view. My questions are:

    First of all, where is the table for the variable min. in the SQL view above?

    Second, what is the % (Sql) function in the SQL view above?

    Third, how the SQL above to see work?

    Thanks in advance.

    Since you have already opened this definition in the App Designer, my recommendation would be as follows:

    Reopen the file and view the sql code. Right-click and select solve meta-sql (because that's what the sql % is used for, meta-sql). You can then see what is that PeopleSoft uses.

    I think, looking at your mistake is that % Sql (SCRTY_DEPT_FROM) should become: table % (SCRTY_DEPT_FROM)

    As for your other question, SCRTY_DEPT_FROM a SQL object which can be opened in the designer of the App like SQL.

    I think I answered all your questions in my answer and I hope this helps.

  • Campus solution 9.0: COBOL Compilation problem

    People,

    Hello. I implement PeopleSoft 9.0 Solution on a University Campus. My operating system is Oracle Linux 5 with 8.53 PeopleTools.
    Because the academic records & registration module requires a COBOL program, I downloaded Micro Focus Server Express 5.1 Wrap Pack 6 for RedHat Linux x 86-64 delivery Oracle and installed successfully. Then I compiled the sources COBOL and get the error like below:

    My home directory is opt/PT8.53/setup.

    [root@userlinux setup]#./pscbl.mak

    Beginning of the compilation in PS_HOME (/opt/PT8.53)

    opt/PT8.53/Setup/pscbl_mf. MAK: convert all files to Unicode...

    Summary of conversion for the Source Codes to:

    Source: /opt/PT8.53/src/cbl/
    Target: /opt/PT8.53/src/cblunicode/


    The same cob64: compile error: *.cbl

    CP: cannot stat ' * .gnt ': no such file or directory
    CP: cannot stat ' * .int ': no such file or directory
    CP: cannot stat ' * .lst ': no such file or directory

    opt/PT8.53/Setup/pscbl_mf. MAK: compilation *.cbl...

    Micro Focus LMF - 006: you are not allowed to use this product or version. No license for this product or this version have been found in the database of licenses. Execution for this product has been stopped. Contact your license administrator or a supplier of Micro Focus products to obtain a license.

    ...
    ...
    SRPCSMLS fail to compile
    SRPCTART fail to compile
    SRPCTCBP fail to compile
    SRPCTCRC fail to compile
    SRPCTCVA fail to compile
    SRPCTDRB fail to compile
    SRPCTDRV fail to compile
    SRPCTEXT fail to compile
    SRPCTOUT fail to compile
    SRPCUSR1 fail to compile
    SRPCUSR2 fail to compile
    SRPCUSR3 fail to compile
    SRPCWAIT fail to compile
    SRPCWD fail to compile
    SRPCWDPR fail to compile
    SRPCWDRC fail to compile
    SRPCWLPR fail to compile
    SRPCWMSG fail to compile
    SRPCWTRM fail to compile
    SRPLOGMS fail to compile
    SRPQUERC fail to compile
    SRPQUEUE fail to compile
    End of the compilation in PS_HOME (/opt/PT8.53)
    [root@userlinux setup] #.


    My question is:

    I have to buy a license for Micro Focus Server Express 5.1 Wrap Pack 6 for RedHat Linux x 86-64 in order to compile the COBOL sources?
    If so, how do I purchase the license?


    Thanks in advance.


    People,

    Hello. I used the temporary 30 day license to compile the COBOL source successfully. The problem is resolved. Thank you.

  • Issue of campus Solution 9.0: create rank list

    People,

    Hello. I am working on the school Campus Solution 9.0 folder & registration module. I face the question when to create rank list for several courses and one course as below:

    Browser: Program management > ranking > create rank list (and alignment of Grade)

    When to create alignments of rank, the name of the process is SRPCGGPJ. The process is not a success and posted. But there is no any log message.

    Curriculum management browser > ranking > Grade alignments > category Type of list, I click on the Create button and post, both receive the same error message:

    Program COBOL SRPCGGRC abandoned.

    I checked PeopleCode for the GRADE_ROSTER component. GBL and the COBOL program, but do not see any program of COBOL PeopleCode call SRPCGGRC.

    My questions are:

    First of all, why the SRPCGGPJ process is not success but no error message? How to solve it?

    Secondly, why COBOL program is abandoned?  When the call PeopleCode COBOL is program SRPCGGRC?

    Thirdly, we need to install MicroFocus Server Express for operating system Oracle Linux 5 run the COBOL program?

    Fourth, y at - it a parameter to run the COBOL program?

    Thanks in advance.

    People,

    Hello. We need to download and install Micro Focus Server Express to compile COBOL program and then set up the environment to run the COBOL program. The problem is solved by myself. Thank you.

  • Campus solution 9.0: why personal information regional Page doesn't have 5 countries?

    People,

    Hello. I'm working on 9.0 Solution on a University Campus. I'm working on the module of Community Campus. I face a problem like below:

    Campus Community > personal information > add/update a person > regional page

    According to the PeopleBook Campus Community 9.0 Basic Page 448, stating: "from the date of this publication, Canada, Netherlands and USA the functionality is available in a PeopleSoft Campus Solution."

    There are 5 regional countries: New Zealand, Australia, Canada, Netherlands and USA.

    But in my computer, there is none of the 5 countries in regional page.  I checked it by steps as below:

    Step 1:

    Set Up AWAR > install > Installation of Campus Community: activate all options.

    Step 2:

    Set Up AWAR > install > Installation Admin student: activate all options. On the features of his page, I turn on CRM, AUSTRALIA, CANADA, New Zealand, Netherlands, United Kingdom.

    Step 3:

    In the Manager of the trees, I created a tree of the AREA to provide data in the area of recruitment and admission for the different regions for the University.

    I find no error concerning regional page doesn't have the 5 countries: New Zealand, Australia, Canada, Netherlands and USA.

    My question is:

    How to solve the problem that "Community Campus > personal information > add/update a person > regional page" doesn't have the 5 countries?

    Thanks in advance.

    If you look at the regional Page in the App Designer, you will find that it has only the following subpages which vary by country:

    SCC_PERS_ANZ_SBP - New Zealand specific (there might be some similarities with the Australia as well)

    SCC_PERS_AUS_SBP - Australia

    SCC_PERS_CAN_SBP - Canada

    SCC_PERS_NLD_SBP - Netherlands

    SCC_PDE_USA_H - USA

    If there is no page void specific to the country you're looking for then it would be so not something to display.

    If you want to know the workings of this page in detail, I suggest you run a SQL and PeopleCode trace on the page and see how the page is loaded (including any country-specific logic).

    Thank you.

  • Tree of the University campus solutions 9.0 organization and Lookup Table question

    People,

    Hello. I'm creating 9.0 Solution Campus of a college. I confront the issue as below:

    Implement AWAR > Foundation Table > academic Structure > academic organization

    I implemented the academic organization of these data Table: in addition to academic departments, I also type in academic institutions and academic groups.

    Then I create academic organization tree using the tree Manager. The tree is verified and valid a date of entry into force.

    Then I put in place the 2 tables below:

    Implemented AWAR > Foundation Table > academic Structure > program academic table

    Implemented AWAR > Foundation Table > academic Structure > Table of different disciplines

    Table of research of the academic organization developed in the 2 above table successfully. But when I put in place the other 2 tables below, search for academic organisation table does:

    Implement > AWAR > Security > secure Administration of the student > user ID > Security academic organization

    Curriculum management > Catalogue > Catalogue courses > tab offer

    I understand that the 2 tables above are based on the tree of academic organizations and not on the academic organization Table. I see no error in the tree.

    Because the search for academic organisation table can't happen in the tab 'Offers' course catalogue, the course cannot be saved.

    My question is:

    Any folk can help resolve the issue of the "academic organization lookup table cannot mount security academic organization and in the tab catalog of courses'? Or any suggestion on the tree of the academic organizations?

    Thanks in advance.

    Perform the following procedure:

    Home > ACSS configuration > Security > secure Administration student > process > security update - Acad Orgs

    After the execution of the process, check the lookup tables.

Maybe you are looking for