import of emcli in python (real python, jython no)?

Hi all -

I do a lot of devops automation for OEM through python scripting.  I use a few modules that I can't get to import into emcli (jython).  For example... cx_Oracle module refuses to load.  It says no file, although this is in the directory emcli and modules can read other python modules in this directory.  Some of these modules are quite critical for scripts (like cx_Oracle) and so what I do is formatting the command python, then do an external OS of emcli call.   It is sloppy, the output is not clean.

Is it possible to import emcli modules in python so I can write scripts executed by normal python python?  For me, it would be WAY cleaner than it is now.

Let me know.

-Tom

You cannot import a Python emcli.

If you want, the launch of the process of emcli from there.

Tags: Enterprise Manager

Similar Questions

  • VIX in Python programming

    Hello:

    I need to schedule some funtions with VIX API, but I have to do it in python. For this I need to import DLLs, etc in python... and call vix from a python script features...

    can someone help me?

    Thank you!

    There is an existing third-party Python version of VIX.

    Note: none of them are supported or maintained by VMware.

    http://sourceforge.NET/projects/pyvix/    (has not been maintained for many years)

    http://code.Google.com/p/randomizedcode/downloads/list   (fork of pyvix, does not seem a lot of activity recently).

    http://code.Google.com/p/pyvmware/

    If you want to do something quick and dirty, the types in Python module will allow you to load the DLL and calling functions:

    http://docs.Python.org/library/cTYPES.html#module-cTYPES

    I hope this helps.

  • Jython script analysis on commas

    I use an import script to import a file with records similar to the one below.

    Entity, CR_Amt, DR_Amt, Custom1, account

    ' 100 ',' 2000 ',' 300 ',' 17,000,000.00 ',.

    '400', '5000', '600', '28,000.00.

    My script is on the DR_Amt and CR_Amt fields is as follows:

    def AMOUNT_CSV (strfield, strrec):

    arrRecords = strrec.split(',')

    strDr = arrRecords [4]

    strCr = arrRecords [5]

    dr_str = strDr.replace('"','')

    Cr_str = strCr.replace('"','')

    If dr_str is None or dr_str == "" or dr_str == 0:

    End_str = floating fenΩtre (Cr_str) *-1

    Another thing:

    End_str = float (dr_str)

    return End_str

    The script seems to work fine except that it scans my fields amount on the comma separator.  For example, the first record will return at 17.00 and the second field will return 28.00.  Is there a way to get around this?

    It seems that regular import module expression or csv import scripts does not work correctly...

    Python/jython is very powerful, you might also have a solution using list function for a list of positions for the character "and then get the amount of CR based on the last two positions.

    def parseDoubleQuotesDRCR (strfield, strrec):

    If strfield is None or strfield.strip () == ' ' or strfield == 0:

    # Sample line-> ""400","5000","600","28,000.00.

    # Get a list of the positions of the characters in double quotation marks

    # Ex: [0, 4, 6, 11, 13, 17, 20, 30]

    listposquotes = [i i, in enumerate (strrec) so ltr ltr == "'"]

    "# Get the position of the first character after the double quotes after the last '.

    # CR is stored between 20 and 30-> strrec [21:30]

    crstart = listposquotes [(len (listposquotes)-2)] # + 1 post 21

    crend = listposquotes [(len (listposquotes)-1)] # 30 Position

    Separator to replace thousands of # to avoid conversion problems

    amount = float (str(strrec[crstart:crend]).replace (',', ")) *-1

    Another thing:

    quantity = float (strfield.replace(',',''))

    return the amount

  • Error Importing Data Mover

    Dear all,

    I want to install tools 8.53 on VirtualBox, Win2008R2, Oracle 11 g.
    I spent at the stage of importation of peopletools system (ptengs) tables and met the following error which I did not encounter when I was installing tools 8.52.

    database settings is typical peoplesoft standard supplied as db_block_size 8192 and nls_length_semantics = CHAR, unicode AL32UTF8, etc..

    ======================
    Import PSPMTRANSHIST
    Create Table PSPMTRANSHIST
    Import PSPMTRANSHIST 0
    Indices of real estate required for PSPMTRANSHIST
    -SQL error. Position of the error: 33 back: 1450 - ORA-01450: maximum (6398) key length exceeded

    CREATE INDEX PSOPSPMTRANSHIST ON PSPMTRANSHIST (PM_TRANS_DEFN_ID, PM_CONTEXT_VALUE1, PM_CONTEXT_VALUE2, PM_METRIC_VALUE1, PM_METRIC_VALUE7, PM_AGENT_STRT_DTTM) TABLESPACE PSINDEX STORAGE (MAXEXTENTS THEN 100000 40000 INITIAL UNLIMITED PCTINCREASE 0) PCTFREE 10 NOLOGGING PARALLEL
    Error: Unable to process create for PSPMTRANSHIST statement
    Spaces SQL: 0 tables: triggers 1: index 0: 0 views: 0
    Ending: Sun Jun 02 19:00:28 2013
    Unsuccessful end
    =======================

    I tried to change the PSINDEX tablespace to increase the autoextend to 100M, but still does not.
    --------------------
    ALTER DATABASE DATAFILE 'C:\ORACLE\oradata\HCDMO\psindex.dbf '.
    AUTOEXTEND ON NEXT MAXSIZE UNLIMITED 150M
    --------------------

    Anyone have a similar problem with PT853?

    Thank you
    aLuNa

    Hello

    1. If you create a database of PeopleTools, PTDMO is the super user (such as the PS HR)
    Use PTDMO/PTDMO to connect

    2. you can check if these tables were created in PSIMAGE2, the 32 K new tablespace arrived in 8.53?

  • Newbie - how to import the package, procedures, etc.?

    I used the "data export", the computer of the developer, expoty tables, export procedures, export Packages, etc. in a file
    SQL Developer.

    In Sql Developer, how to import tables, import procedures, import packages on my computer "REAL LIVE"?

    I want to copy the Package, the copy procedure, etc. 'computing Developer' to computer "LIVE REAL DATA?


    TIA
    Steve42

    If you have access to 2 databases of your sqldev client (and therefore have connections put in place for both of them), just run the export file obtained from the DB dev as a script (F5), using the connection to the production DB (drop-down menu at the top right).

    Have fun
    K.

  • How XPoweredByHeaderLevel the value None using wlst

    How XPoweredByHeaderLevel the value None using wlst (default value is SHORT).

    I mean, I created a domain using wlst.
    Now, I want to put some XPoweredByHeaderLevel of WebAppContainerMBean votes to ZERO using wlst.
    It will be useful if an example of python (Jython) script is provided.

    Help, please.

    Here is a small example of Jython how to do what you want:

    #assuming you already have correct imports for wlst module

    #connect to the AdminServer using the appropriate authorities and host information

    WLST. Connect (username, password, host_info)

    domain #extract
    domainName = wlst.domainName

    #start change a session and navigate to the WebAppContainerMBean

    WLST. Edit()
    WLST. CD ("/WebAppContainer/" + domain name)
    wlst.startEdit)

    #set attribute to the value of the XPoweredByHeaderLevel to 'NONE '.
    wlst.cmo.setXPoweredByHeaderLevel ("NONE")

    #activate change
    WLST. Activate()

  • Notification iOS 10 tiles

    With the iOS more fresh update just a few unwanted improvements. One of them is as big as necessary tiles appearing under the heading notification Center especially for email. It appears so sender and mail body while giving no control over the size of the tile. These are overgrown for some ppl like me still using 5s (as IS) and of course more information required showing on the screens of the lock. While the improvement might be nice for some, a control for the user to decide how much should be shown would be great. Anyone feel the same?

    Hi No_remorse,

    I understand that after updating to iOS 10, you see more of notifications provided for your mail. I know it's important to maximize your screen real estate, so I'm happy to help you.

    In order to always see your notifications, but reduce the amount of space they occupy, is perhaps a good option to disable previews. Here's how you can do this:

    1. Open settings > Notifications
    2. Go to the post office
    3. Select the mailbox you want to edit
    4. Deselect "show previews.

    You can learn more about notifications on your iPhone here:

    Use the Notifications on your iPhone, iPad and iPod touch - Apple Support

    You can also change line items to not show as much detail when you receive a notification, and when you look at your e-mails in the Mail application.

    1. Open settings > Mail
    2. Under the list of messages, click Preview
    3. Select fewer rows to display.

    Preview your messages - Apple Support

    Take care!

  • Can someone tell me what the steps are to ensure that my system works best?

    I feel the wheel that rotates a lot.

    I have a powerful system, so I thought that he must perform well.  I am running Yosemite 10.10.5, 3.4 Ghz, 32 GB of memory.

    I know that my internet is often slow and explains that some of my problems.  However, some applications seem to take a lot of time too, when they use INTERNET.  One such application is a database called genomematepro.  It seems to take up to one minute to change screens.  I questioned my problem in the Group of users of GMP, most seem to slow performance report during the import, but not not using real data.  My import seems fast enough compared to others, but when actually using the program is quite slow.

    I tried repair disk permissions, clear cache via screen Safari 'developing' and 'MemoryFreer' app.  Is there anything else I can do?

    I encounter this problem with iTunes and Photos too, but not as consistent as GMP.

    When I went to the apple store someone suggested re my charging base operating system software.  I don't know what this means?  Upgrade to El Capitan would do that?

    A Possible Cause for a slow computer

    (Thanks to for this contribution EtreSoft .)

    If you have a problem with a slow machine and use Google Docs, then check if the Google Docs page shows the top sites in your browser. Once he enters the Top Sites, you get a Safari Web Content process that slows down the whole machine, but you do not even get a window for it. This is the key point. The problem will be definitively resolved until you remove the Google Docs of Top Sites page.

    [This was changed for clarity and syntax of khati.]


    Ways to help make a slow Mac faster

    17 reasons why your Mac runs slower than expected

    Slow performance of Mac? This Article addresses!

    Difficulty of slow start in OS X | MacFixIt - CNET Reviews

    6 easy tips to speed up OS X Yosemite on your Mac.

    Avoid using third-party software that claims to clean your computer. This software does more harm than good. In addition, you don't need it. Note that all computers become slower over time even in the normal conditions of use. Generally, the experienced users erasing the hard drive and do a clean install from scratch at least once a year or every time that the installation of a major upgrade of the OS. Well sure doing so also means that you need to maintain regular and several backups.

    Add more RAM or reduce the number of simultaneously executed from applications and utilities. Remove unnecessary software such as anti-malware and that promises to clean your Mac. Look for the runaway process: Runaway applications can shorten the battery life, affect performance and increase the heat and fan acti... See also:

    Before Mavericks

    Open the activity monitor in the Utilities folder.  Select all processes in the drop process .  Click the % CPU column heading twice to display in descending order.  If find you a process that uses a large amount of time processor (> = 70,) then select the process, and then click the quit icon in the toolbar.  Click the force quit button to kill the process.  See if that helps.  Don't forget to mention the name of the runaway process, so you can find the cause of the problem.

    Mavericks and later versions

    Open the activity monitor in the Utilities folder.  Select all processes in the menu display .  Click the CPU tab in the toolbar. Click the % CPU column heading twice to display in descending order.  If you find a process that uses a large amount of CPU %, then select the process, then click on the quit icon in the toolbar.  Click the force quit button to kill the process.  See if that helps.  Don't forget to mention the name of the runaway process, so you can find the cause of the problem.

    The ultimate solution

    Back up everything, wipe the drive, reinstall OS X and restore your data from backup. Reinstall the third-party software of original/zero media.

    Safari runs slowly and Fans running

    Open Safari preferences. Click on the Privacy icon in the toolbar. Click on the button delete all data from the Web site .

    Open system preferences. Select Flash Player; Click on the Advanced tab click the clear all button. Check the box labeled "delete all data and Site Settings", then click on the delete data button.

    dominic23

    1 June 2015 16:38

    Re: why the computer takes so long to load in safari

    Go step by step by step and test.

    1. power off the router.

    Unplug it from the wall. Wait a while. Plug it in, back to the wall. Turn on the router.

    Wait for all lights are light up properly. It will take a while. Restart the computer.

    Start in Safe Mode.

    2 remove Caches.db.

    Close all windows and close all applications.

    Hold down the 'option' key, then click on the "Go" menu in the Finder menu bar.

    Select 'Library' in the menu dropdown.

    Library > Caches > com.apple.Safari > Caches.db

    Right-click on the Caches.db file and select "move to the trash.

    Shut down windows and restart Safari.

    3 empty Caches.

    Safari > Preferences > advanced

    Tick the box "Show develop menu in menu bar."

    Develop menu will appear in the Safari menu bar.

    Click on develop and select 'Empty cache' in the menu dropdown.

    4. remove the Cookies.

    Safari > Preferences > privacy > Cookies and other data from the website:

    Click on the button "Details".

    Delete all cookies except those from Apple, your internet service provider and the banks.

    5 safari > Preferences > Extensions

    Disable any Extensions and launch Safari again to test.

    Turn on some and test.

    6 deselect if selected proxies.

    System Preferences > network > advanced > proxies tab

    Under 'Select the Protocol', uncheck any box if selected.

    Click 'OK' and then 'apply '.

    7. If it does not help.

    Launch EtreCheck and post the report here please.

  • Code cam USB HDweb 39 on XP3

    Problem

    3 different webcams HD manufacturers give a code 39 on normal webcam XP sp3 Device Manager (7 years)) working on the old and new software...

    five technicians of 'support' from the suppliers of the web cams and other renowned companies accept the problem but unable to fix the problem.  Name a standard solution, he tried over a continuous period of 12 days. The only thing not tried is to reload the operating system and given that all the other dishes soft and hard works properly is NOT an option. The camera is not so important!

    If any "real techies" out there who know the iterlinking of files binery to USBCCGP. SYS or all settings *. SYS *. DLL *. EXE which are affected by HD webcams but not simple "old"... not now please and spill the beans!

    Note all drivers are up to date, card mother PC is Asus athlon 7750 chip.

    I don't like being beaten by computers, but this one intrigued us all

    Hi Alien Pirate,

    ·         What is the brand and model of the webcam?

    Follow these methods.

    Method 1: Uninstall all cameras that can be attached or installed at the moment. Check if the manufacturers have an uninstall utility for their cameras.

    Method 2: Put the computer in a clean boot state to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    Once this has been done, fix the camera and see if it works.

  • HttpConnection shows not all provided response header fields

    I am trying to download a file from our server via a php page.  Page specifies the header field "Content-Disposition" of value, but I cannot access the value of the HttpConnection object returned by "(HttpConnection) Connector.open ();'"  The field simply does not exist in the data of this object (I looked in the debugger).

    This field is important because it has the real path to the file I want to download (for security reasons I can not point directly to the file).  I can't change to work server from other programs that use mine, so please don't tell me which is the only option.

    Also: an other header field that is given by the page that is not displayed is 'Keep-Alive', even if I don't care this value, I just thought it was weird.

    For reference: I use Blackberry JDE 4.3.0 and 4.7 with several simulators in each IDE, all with identical results. In addition, the code generates load on my failure of device to download the files that I specify from the server, probably for the same reason.

    By the way: I know that the header fields are fed properly because I usurped the blackberry device with a user agent blackberry correctly formatted in a program on my desktop and look at the header of my page returned.

    Any ideas? Thank you.

    This could be a problem with some mobile phone operators. Some operators seek to "optimize" the HTTP traffic and can erase some headers that they do not treat as "necessary."  You can search this forum for more details. But of course, this is not the case now.

    With regard to your current case I would say you set up a sniffer (I personally use Microsoft) on your local machine and shows the traffic generated by the Simulator. In your application, you can print all available headers using getHeaderField and then compare lists.

  • QuickBooks integration

    I am very confused. I see Businesscatalyst.com website features Quickbooks integration, but does not have Intuit as Merchant payment gateway. I am currently building a website on this platform and the client uses the Merchant of Intuitand Quickbooks Enterprise . How can we use BusinessCatalyst to process an order if the site does not support the Merchant of Intuit? I'm missing something. It is an urgent matter, because the customer is anxious to start and go LIVE!

    BC can export to a format quickbooks can import, if you want a real live integration, it can be done with the API, but it's out of the box solution.

  • Install HRCS 9.0 R5 with problem of Linux: HRCS90 of the database has no table PSSTATUS

    People,


    Hello. I was installing HCM and Campus Solution 9.0 with PeopleTools8.53. Server machine is Oracle Linux 5.10 and Windows XP-based client computer.  The architecture of my internet is WebLogic11g/Tuxedo11g/OracleDatabase 11 GR 1 material. PeopleTools 8,53 works correctly in the browser.


    In the database server Oracle Linux 5.10 machine, I run scripts 'createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql' one by one. Can I use Data Mover to load Windows XP data into the Oracle Linux 5.10 DB HRCS90 instance. The Data Mover script hrcs90ora.dms is done correctly in Windows XP. Configuration Manager is configured correctly.  But when I login in the application designer, I can't connect and get the message as below:


    «Security Table Manager (Get): the database is release 8.52.»  The PeopleTools running require databases at 8.53 release. »


    I followed the http://docs.oracle.com/cd/E37306_02/psft/acrobat/PeopleTools-8.53-Upgrade_02-2013.pdf document to upgrade HCM and HR 9.0 revision 5 Database Instance HRCS90 in Oracle Database Server with Linux. I did in chapters 4 and 5. But the connection to the application designer and start the Tuxedo application server can always put the same error message: "the database is release 8.52. The PeopleTools performed require a database at 8.53 release. »


    I ran 4-3-2 of the task script ptddlupg.sql and PSIMAGE2 tablespace is created successfully.

    When I run rel853n.sql script Task 4-3-5, I see the first line table PSSTATUS does not exist.

    The big problem is that there are no PSSTATUS table in my database HRCS90. I activated Windows XP Data Mover C:\PT8.53\log\hcengs.log as below:

    ... ...

    The remaining records: 7687

    Import PSSTATUS

    Creating Table PSSTATUS

    Import PSSTATUS

    Indices of real estate required for PSSTATUS

    Update statistics for PSSTATUS

    The remaining records: 7686

    ... ...


    As we see above, the hrcs90ora.dms script load PSSTATUS table in the instance database HRCS90. But the PSSTATUS table is not in HRCS90.



    My questions are:

    First of all, why is there no PSSTATUS table in my HRCS90 database? What stage is the problem?  How to fix?

    Second, does run the hrcs90ora.dms script in Windows XP Data Mover to load data in HRCS90 under Linux, yet due to no PSSTATUS table?


    Thank you.

    PSSTATUS is the property of the accessid, means that the user Oracle appearing in PSDBOWNER.

    You are not connected with this user but you can ask PSDBOWNER because there's a public synonym, which is not the case for PSSTATUS.

    But I think you missed the point that upgrade scripts must be run with this accessid (again, it is the owner of the Peoplesoft tables).

    In front of your whole posts on this same forum, I am always surprised you make this mistake, if I remember correctly, this point has been said several times for you.

    Nicolas.

    PS:

    > Moreover, can't copy and paste the contents of my computer on the Forum. My browser there problem or the Forum have problem?

    It is a known bug in the forum in a configuration of your browser/operating system...

  • Install HRCS9.0 with Linux question: run the script hrcs90ora.dms error

    People,

    Hello. I install HCM and Campus Solution 9.0 with Internet Architecture PT8.53/WebLogic11g/Tuxedo11g/OracleDataBase11g.

    My macine server is Oracle Linux 5.10 and Windows XP-based Client computer.

    In the Oracle database Linux 5.10 Server machine, what instance HRCS90 configuration, select Demo or system, the next step "select PeopleSoft Applications" has only a single element:

    (1) PeopleSoft HRCS Demo Database - US English.

    I select this option to run the Wizard "setup.sh" that alters the scripts 'createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql. Then I executed 7 SQL scripts > one by one in Linux. Then need to load Windows XP data in the Oracle Linux 5.10 DB HRCS90 instance.


    After you have installed the Windows of HCM and Campus Solution 9.0 version in Windows XP with PT8.53 and log in Data Mover, I create the hrcs90ora.dms script, there's a step like below:

    Select the PeopleSoft Application
    (1) PeopleSoft HRCS Database - US English
    (2) PeopleTools System Database - US English

    I select "PeopleSoft HRCS Database - English American". When run the hrcs90ora.dms script, the error message as below:


    Release of Data Mover: 8,53
    Database: HRCS90 (ENG)
    Input file: C:\PT8.53\data\hcengs.db (ENG)
    Import AAP_ETHNIC_PMPT
    Import AAP_ETHNIC_PMPT 0
    Update statistics for AAP_ETHNIC_PMPT
    The remaining records: 21003
    Import AAP_TBL
    Create Table AAP_TBL
    Import AAP_TBL 0
    Indices of real estate required for AAP_TBL
    -SQL error. Position of the error: return 66: 959 - ORA-00959: tablespace "PSINDEX" does not exist

    UNIQUE INDEX CREATE PS_AAP_TBL WE PS_AAP_TBL (ESTABID) TABLESPACE PSINDEX STORAGE (40000 INITIAL FOLLOWING 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PARALLEL NOLOGGING
    Error: Unable to process create for AAP_TBL statement
    Spaces SQL: 0 tables: triggers 1: index 0: 0 views: 0

    Unsuccessful end


    But when again, run the hrcs90ora.dms script, the error is a party for the current record and goes to the next record. I ran the scripts 10 times and get the following result:


    Release of Data Mover: 8,53
    Database: HRCS90 (ENG)
    Input file: C:\PT8.53\data\hcengs.db (ENG)
    Import AAP_ETHNIC_PMPT
    Import AAP_ETHNIC_PMPT 0
    Update statistics for AAP_ETHNIC_PMPT
    The remaining records: 21003
    Import AAP_TBL
    Import AAP_TBL 0
    Update statistics for AAP_TBL
    The remaining records: 21002
    Import AAP_TBL_LNG
    Import AAP_TBL_LNG 0
    Update statistics for AAP_TBL_LNG
    The remaining records: 21001
    Import AAP_YEAR
    Import AAP_YEAR 0
    Update statistics for AAP_YEAR
    The remaining records: 21000
    Import AAP_YEAR_GOALS
    Import AAP_YEAR_GOALS 0
    Update statistics for AAP_YEAR_GOALS
    The remaining records: 20999
    Import AAP_YEAR_JG_GLS
    Import AAP_YEAR_JG_GLS 0
    Update statistics for AAP_YEAR_JG_GLS
    The remaining records: 20998
    Import AAP_YEAR_JOBGRP
    Import AAP_YEAR_JOBGRP 0
    Update statistics for AAP_YEAR_JOBGRP
    The remaining records: 20997
    Import AA_COMPARE_JPN
    Import AA_COMPARE_JPN 0
    Update statistics for AA_COMPARE_JPN
    The remaining records: 20996
    Import AA_CONV_JPN_AET
    Import AA_CONV_JPN_AET 0
    Update statistics for AA_CONV_JPN_AET
    The remaining records: 20995
    Import AA_COST_RT_JPN
    Import AA_COST_RT_JPN 0
    Update statistics for AA_COST_RT_JPN
    The remaining records: 20994
    Import AA_CR_EFFDT_JPN
    Create Table AA_CR_EFFDT_JPN
    Import AA_CR_EFFDT_JPN 0
    Indices of real estate required for AA_CR_EFFDT_JPN
    -SQL error. Position of the error: return 103: 959 - ORA-00959: tablespace "PSINDEX" does not exist

    UNIQUE INDEX CREATE PS_AA_CR_EFFDT_JPN WE PS_AA_CR_EFFDT_JPN (EMPLID, EMPL_RCD, EFFDT DESC) TABLESPACE PSINDEX STORAGE (40000 INITIAL FOLLOWING 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PARALLEL NOLOGGING
    Error: Unable to process create for AA_CR_EFFDT_JPN statement
    Spaces SQL: 0 tables: triggers 1: index 0: 0 views: 0

    Unsuccessful end

    My questions are:

    First of all, means "PeopleSoft HRCS Demo Database" in Linux and "PeopleSoft HRCS database" in Windows causes the error above? How to solve the error above?

    Secondly, when I created PeopleTools 8,53 Database Instance PT853, I'm not running the 'ptddl.sql' script, which creates many storage areas. It causes the error above? I need to run "ptddl.sql" for example PT853?


    Thank you.

    Probably, you set the init parameter db_files too low. As I remember, it is recommended and default to 1024 1021 on the Peoplesoft database. This is a static setting, change the value and it will restart the database.

    Nicolas.

    Post edited by: Nicolas.Gasparotto

  • ADF Mobile: question of iOS app development

    I know that I can deploy the same application to iOS by creating a profile of deployment. However, I'm a little confused on this from the tutorials.

    So the question is can I develop a Mobile application in the ADF on a windows machine and keep the test on an android device and once satisfied enough to create a deployment profile, and deploy on iOS?

    What could be the possible problems?

    how it is important to test on a real iOS device during development?

    Also emulator iOS runs on the windows machine that I see in the tutorial to install xCode and Mac.

    Hello

    What could be the possible problems?

    the deployment on iOS requires iOS SDK and an example of Apple Developer for the signature. That being said, you need a MAC to create a deployment for iOS.

    how it is important to test on a real iOS device during development?

    As with browsers and big ADF: in theory, everything works the same and the framework takes care of possible platform differences. In practice, especially if you run a business, you want to QA test the application on all platforms, you want to take in charge your request. In the best case, you do not find a problem and everything works as expected. However, if for some reason, there is a difference, you would be happy to have run the test

    Frank

  • Major audio problem with merged Clips

    Try this once again, having a major problem since update works with merged clips.  I merge all my video and audio clips into a project of prior work flow in first pro.  I'll be shooting my images, tagged and synchronized in the project.

    Because the first does not have more than 1 project open at the same time, I copied the files, closed before workflow project and opened my feature film project that I worked for.  Copied clips merged bin, I click on a clip, video plays well, but there is no audio playback.

    I try to import the project files of prior workflows by using the import project feature, keep that real merged clips (like the rest of my project is this way) still no sound.  I cleaned my cache of media, reset preferences, even uninstalled first and redownloaded.  Problem persists.

    Can you help me understand what the question is whether I can go back to making progress on this feature of finishing project?

    Here's my workflow and no problems so far.  I do it this way because I found after all files in the project was originally crash constantly when I was working.  I have a new I7' processor IMac with 24 GB of RAM.  And since the first does not allow to open multiple projects at the same time (wish it would change.  Avid and FCP both allowed several projects) that I have to do things this way.

    Before workflow project file

    Label all the video and Audio files to match the scene #' / takes

    The value in points on all the video and audio in order to reflect the slate

    Merge Clips

    Functional project file

    Import only Clips merged into Project.  Import or copy/paste

    Now, I did this workflow from the beginning about.  Removing all the source video and all the audio clips of my work project remain while my bins containing my merged clips.  Had no problem and edit has been smooth.  Did a day pickup last week, followed the same steps as I did in the past, imported clips merged into my work project and clips have audio, set to none by default.  Now, once I'm in the sequence I can manually set and this is, but I can't read the audio data in the source monitor, which is how to change, there is no reason, I should have to go back in the manner of the crappy editing with FCP copy and paste from a sequence.

    Able to repro.  Bug was noted.

Maybe you are looking for

  • Used to synchronize some songs!

    When I sync all my music on my iPhone and it shows that all my music is synchronized, yet some of the songs do not show... for example, any song of Sting will not be displayed on my phone even though it is synchronized on my iPhone when I check throu

  • Satellite A40 - need new AC/DC adapter

    Hello I want to know the features of the Toshiba laptop AC/DC power adapter, I loss my original adapter and I want to buy another compatible adapter but I don't know the particular feature of the Satellite A40 power adapter. help me, and forgive me m

  • How can I recover a missing C-Media AC97 Audio Device

    performed troubleshooting - the window opens with ' cannot start - code 10 "can someone help me get it back?  Please, I beg you.

  • creating PDFs with windows fax and scan

    How can I create PDF files with Windows Fax and Scan using Windows 7 Home Prem?   The only way to create a document with multiple pages is by selecting a type of tiff file.

  • Frequent BSOD - content of downloaded here Minidump. Help, please.

    I have a Pavilion dv6, it's about a year. As you will see, I get BSODS quite frequently. http://www.mediafire.com/?h76b8opn7xto13x Running Windows 7.