Post Create/Import Application Wizard Action

I'm fairly new to working with SCCM 2012 R2 so most of this will be pure ignorance.
I've had a fairly easy time learning how to craft my own forms and extensions using C# and xml. I'm even getting more and more comfortable using the Admin UI Console Editor; though the sheer amount of detail in that is a bit overwhelming trying to digest
(Series of walkthroughs anyone?)
What I'm wondering is there a way and if so how do I link up a post wizard action to run after the standard create or import application wizard finishes.
Right now I already have a custom wizard that sends an existing application information including it's parent folder tree and it's deployments to our intranet document repository, But that's based on our Application Section in configuration manager organized
in the following way (All are folders obviously except the final item)
Applications
<Manufacturer/Publisher>
<Product>
<Version>
<Actual Application>
I would like to fire up a follow up action to automatically create the folder structure based on the above information provided in the application wizard, and then move the application into its intended destination folder
I could add the logic into my custom documentation form but I would rather have it be something that happens when an application is created so it's one less thing our software packaging staff has to worry about.
Thanks in advance for any help and direction on this.
Ryan

Hi,
How about writing a script to create a application and the script contains codes of creating folder and moving application to a folder?
Best Regards,
Joyce
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Error while running "Create Application" wizard

    Hello,
    I'm trying to use the "Create Application" wizard (APEX 3.1.0) to generate a report/form application based on a table. When running the last step of the wizard, the process fails with the following info:
    ORA-20001: Unable to create modules. ORA-20001: Create pages error. ORA-20001: Unable to create form page. ORA-20001: Error page=2 item="P2_SZRXSTG_APPL_COLLEGE_STATE_" id="1625410167910413" ORA-20001: Error page=2 item="P2_SZRXSTG_APPL_COLLEGE_STATE_" id="1625410167910413" has same name as existing application-level item. ORA-0000: normal, successful completion
    Unable to create application.
    These are the three table columns that seem to be causing the error:
    SZRXSTG_APPL_COLLEGE_STATE_1
    SZRXSTG_APPL_COLLEGE_STATE_2
    SZRXSTG_APPL_COLLEGE_STATE_3
    From what I can tell, when generating the code, APEX seems to be cutting off the last character from the column names and it's attempting to create multiple items for the same column.
    Any ideas on how to work around this?
    Thank you,
    Teddy
    Update:
    Seems the reason is because total length of an item name in APEX is 30 chars. My column name is 28 characters, and when the wizard is creating the page items, it prefixes each column name with a "P2_" which pushes the last char off the column name.
    As a work around, I just created the report and form pages separately, and chose not to add those three columns to the form page.
    Out of curiosity, is this something we can avoid or work around any other way, or will I have to always be wary of my column names in this sense?

    Looks like the long column names mess up the wizard. You can create an application on a "similar" table, one with shorter column names. Then edit it the page processes that refer to the column names/table name to refer to the real table name and column names.
    Scott

  • Question on create web project wizard - Web Application version

    Hello -
    On step two of the wizard it asks you for a web application version. Choices:
    Servlet 2.3\JSP 1.2 (J2EE 1.3)
    Servlet 2.4\JSP 2.0 (J2EE 1.4)
    Does the choice ONLY affect the choice of how the top of web.xml is generated?
    i.e.,
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    ...vs
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    ...Are there any other places where this choice causes some settings to be set?
    (I ask because I am working with a workspace that was generated from the Create Application wizard. Choosing the "Web Application [JSF, ADF BC]" Application Template doesn't allow the user to choose the web app version...)
    Thanks,

    Hi Scott,
    No, this choice only impacts the version of the Web Deployment Descriptor (web.xml).
    When you create your workspace from the Create Application wizard by selecting the "Web Application [JSF, ADF BC]" template, we suppose that you work with a J2EE 1.4 application (the current version).
    If for some reasons, you have to work with a J2EE 1.3 version, f.ex. because you have to use JSTL 1.0 (see "JSTL 1.0 in JSP 2.0 Pages" in http://blogs.oracle.com/Didier/2006/03/20#a10), then you should create your Web Project and select "Servlet 2.3\JSP 1.2 (J2EE 1.3)".
    Later, you have the option to upgrade your Deployment Descriptor to Servlet 2.4\JSP 2.0 (option in the right-click menu on the web.xml).
    Regards,
    Didier

  • ORA-00942 on import application

    I created an application in one database (Oracle 10) with Apex 4.1.1.
    I exported this application, and tried to import it using the Apex 'Application Builder' page into another database (Oracle 10) with Apex 4.1.1.
    But I encounter an ORA-942 (complete error message as shown in my browser).
    Workflow:
    - Open page Home - Application Builder - Import (page nr 460)
    - Browse for import file
    File type 'Database Application, Page or Component Export'
    - Click next. For 2 sec's I see 'Importing file', then below error appears.
    Has anybody seen this?
    PS Sofar only the default 'Sample Database Application' existed in the destination database, and that app is working normally.
    Thu, 26 Apr 2012 09:51:38 GMT
    ORA-00942: table or view does not exist
    DAD name: ANTPETX
    PROCEDURE : wwv_flow.accept
    URL : http://by-spieu.abc-ag.com:4443/pls/ANTPETX/wwv_flow.accept
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=3
    SERVER_SOFTWARE=Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=4443
    SERVER_NAME=by-spieu.abc-ag.com
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/wwv_flow.accept
    SCRIPT_NAME=/pls/ANTPETX
    REMOTE_HOST=
    REMOTE_ADDR=10.23.68.37
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTPS
    REMOTE_USER=BY_ANTPETX
    ORACLE_SSO_USER=
    OSSO_IDLE_TIMEOUT_EXCEEDED=
    OSSO_USER_GUID=
    HTTP_CONTENT_LENGTH=3201862
    HTTP_CONTENT_TYPE=multipart/form-data; boundary=---------------------------7dcc12320df6
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Tablet PC 2.0)
    HTTP_HOST=by-spieu.abc-ag.com:4443
    HTTP_ACCEPT=image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-GB
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ORA_WWV_REMEMBER_UN=ADMIN:BY_APEX_SHARED; ORA_WWV_USER_71422666970717=752E94EBCB3EB577992FF26CE5EFC2D7
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=https://by-spieu.abc-ag.com:4443/pls/ANTPETX/f?p=4000:460:435134425064001::NO:460:F4000_P56_CREATE_OPTION,P460_FILE_TYPE:IMP,FLOW_EXPORT
    HTTP_SOAPACTION=
    HTTP_ORACLE_ECID=1335433895:10.190.175.119:22376:0:690,0
    HTTP_ORACLE_CACHE_VERSION=
    HTTP_AUTHORIZATION=
    WEB_AUTHENT_PREFIX=
    DAD_NAME=ANTPETX
    DOC_ACCESS_PATH=docs
    DOCUMENT_TABLE=wpg_document
    PATH_ALIAS=
    REQUEST_CHARSET=AL32UTF8
    REQUEST_IANA_CHARSET=UTF-8
    SCRIPT_PREFIX=/pls
    HTTP_IF_MATCH=
    HTTP_CACHE_CONTROL=
    SOAP_BODY=
    HTTP_X_ORACLE_DEVICE_CLASS=
    HTTP_X_ORACLE_DEVICE_ORIENTATION=
    HTTP_X_ORACLE_DEVICE_MAXDOCSIZE=
    HTTP_X_ORACLE_DEVICE=
    HTTP_X_ORACLE_ORIG_ACCEPT=
    HTTP_X_ORACLE_ORIG_USER_AGENT=
    HTTP_X_ORACLE_USER_LOCALE=
    HTTP_X_ORACLE_USER_NAME=
    HTTP_X_ORACLE_USER_DISPLAYNAME=
    HTTP_X_ORACLE_USER_USERKIND=
    HTTP_X_ORACLE_USER_AUTHKIND=
    HTTP_X_ORACLE_USER_DEVICEID=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE1=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE2=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLASTLINE=
    HTTP_X_ORACLE_USER_LOCATION_BLOCK=
    HTTP_X_ORACLE_USER_LOCATION_CITY=
    HTTP_X_ORACLE_USER_LOCATION_COMPANYNAME=
    HTTP_X_ORACLE_USER_LOCATION_COUNTY=
    HTTP_X_ORACLE_USER_LOCATION_STATE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODEEXT=
    HTTP_X_ORACLE_USER_LOCATION_COUNTRY=
    HTTP_X_ORACLE_USER_LOCATION_TYPE=
    HTTP_X_ORACLE_USER_LOCATION_X=
    HTTP_X_ORACLE_USER_LOCATION_Y=
    HTTP_X_ORACLE_SERVICE_HOME_URL=
    HTTP_X_ORACLE_SERVICE_PARENT_URL=
    HTTP_X_ORACLE_HOME_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_LABEL=
    HTTP_X_ORACLE_CACHE_USER=
    HTTP_X_ORACLE_CACHE_SUBID=
    HTTP_X_ORACLE_CACHE_AUTH=
    HTTP_X_ORACLE_CACHE_DEVICE=
    HTTP_X_ORACLE_CACHE_LANG=
    HTTP_X_ORACLE_CACHE_ENCRYPT=
    HTTP_X_ORACLE_ASSERT_USER=

    All objects were valid.
    Now I noted a big difference between my development setup on my laptop, and the production setup (by our dba).
    In my laptop, the http client connects to APEX_PUBLIC_USER.
    In production, the http client connects to the oracle user where we will setup our application tables.

  • ERecruitment:  Unregistered Application Wizard (hrrcf_a_reg_applwzd_unreg)

    We have an issue where if you provide URL of application group to candidate, adn you have not registered, you get logon after filling in personal information (First, Last, Email Address x 2).  The candidate record is created, but the application wizard never presents, but instead you get a logon prompt.  Only logon that works for that is an internal candidate and then app wizard presents.
    Note: If you take App Group URL and are already registered in the Talent Warehouse, you can click Application Wizard hyperlink, instead of completing personal information, and complete application wizard that way.
    My user assigned to the SICF service hrrcf_a_reg_applwzd_unreg is a "service" user.   Help is appreciated.  Did I miss another service?  I don't think so, but maybe.

    Hi Justin,
    when E-Recruiting was released this whole application scenario was very buggy. Took quite a while to get fixed all bugs. If you are lower than SP11 for E-Recruiting 600 please check if you can upgrade to this support package to exclude the posiibility that these bugs cause the error, e.g. the standard roles for 2 server web dynpro scenario were wrong.
    If you are on a current support package level this described error usually results from a misconfiguration / wrong customer roles which prevent the candidate from being created properly. When the candidate including the user can not be created the system cannot change from the service user to the candidate and so it cannot enter the application wizard and requires a login.
    I think the system gives some information in application log on the error. Check SLG1 for messages. If you are not familiar with the meaning just post the message here. I think someone will be able to help.
    Best Regards
    Roman Weise

  • Error while exporting - importing application

    Hi All
    I was trying to export my apex.oracle.com app and was importing it to my local db installation environment. Encountered with an error:
    *1 error has occurred*
         *NOT COMPATIBLE (Your export may contain calls not supported by your application version.)*I found that in my local environment, some features were missing like page of Type "Master-Detail" was not there while creating a page in my local instance. (My app is not using any mater-detail page, but it may be using some features which are missing in my local version). Want to know about the following:
    1. The APEX 3.2 (apex.oracle.com) DB version so that I can upgrade my DB instance version.
    2. Is the error telling about the incompatible application version or the DB version? How can it be addressed?
    Thanks
    Bhavesh

    Hello Bhavesh,
    >> That means my env is the newer one, still it is not compatible with the app created on an earlier version. Not sure why?
    The compatibility issue you encountered is about the APEX version and NOT the database version. The same APEX version can be installed on different database versions, starting with 9.2.0.3 or later.
    As each new APEX version adds new features, which manifest in the metadata table structure (among others), you can’t install an application from an advanced APEX version on an earlier APEX version.
    The version on apex.oracle.com is 3.2, while the default APEX installation on a new 11g database is 3.0.1. As such, if no specific upgrade were done to your local APEX instance, you won’t be able to import applications from apex.oracle.com.
    As was suggested, the only feasible solution is to upgrade the local APEX instance to the version on apex.oracle.com.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Can not create an Application Component on SAP R/3 system

    I have a source as SAP R/3 ( ECC 6.0 ) and Target as SAP BW 7.0
    a)Log on to SAP BW 7.0 and used  the “ID3CLNT400”  source system ,  by using  Modeling --
    > Source System  --  choose “Customizing Extractors”  from the context menu of the source system “ID3CLNT400”
    In the transaction  SBIW  on the SAP Source system , choose  the Business Information Warehouse -- > Post Processing of DataSources
    &#61550;     > Edit DataSources and Application Component Hierarchies.
    Choose the “IMG Activity “ Here , I am getting one warning.
    "NO Valid Application Component Exists"
    When I hit the continue button .
    Here when I create an Application Component and “SAVE”  the changes, I am getting the following error.
    Package "Z_Train" doesnt exists. Chose "Display Object " or "Cancel"
    Because of this , I couldn’t creat an Application component and also couldnot load any thing on the SAP BW side. Also , I am no way connected to the "Z_TRAIN" Package

    can u pls tell me how u solved it
    I am working on  Production system  when I go to rsa5 it displaying the msg
    No valid application component hierarchy exists
    Message no. R8053
    Diagnosis
    Currently no application component hierarchy ("APCO_MERGED", database table RODSAPPL and RODSAPPLT) exists in the system. This is required in BW so that the DataSources can be displayed correctly in the source system tree.
    Procedure
    Copy the application component hierarchy from the Content using transaction RSA9.
    In development system I went to RSA9 & transferred the application componet then its asks or pkg name I have given the pkg  name also before use the datasrcs , I have transported the same thing to production before transporting the datasrcs but in production the application component herarachy did not get transported I think that why its giving the msg No valid application component hierarchy exists but my datasrcs got transported ,pls suggest me what has to be done
    Should I import the same request in to production again
    Or shall I run rsa9 again & transfer the application component hierarchy again & transport it to production id I do this will already transported datarscs have any effect in production

  • How to specify the database file path when create FDM application

    Dear All,
    How to specify the database file path (MSSQL) when create FDM application?
    Right now, all data file are placed in the D:\ . I want to specify the database files (log and mdf file) in other place. How to do it?
    Thanks.

    Where is the highS2.xml located on the disk? If you add it to your project you should set its Build Action to Content and its Copy To Output Directory to Always in Visual Studio:
    Please remember to close your threads by marking helpful posts as answer once your issue has been solved and then start a new thread if you have a new question.

  • Export and Import Application

    Greetings,
    I have created a Portal30 application that includes several forms, reports, and charts. Now I want to duplicate for another schema in the same database. I export the application in Navigator under applications.
    Then I use Sqlplus 8.1.7. to import. There doesn't seem to be any documentation for the import step, so I have questions for anyone that has successfully done this:
    1. Who do I logon as for the import? Portal30 or the new application owner.
    2. I get prompted for login user name and password. Is this Portal30, Portal30_SSO, the user I logged on as to do the import, the new application owner, or the old application owner?
    3. I have taken several guesses and run the CHECK mode, which returns the following message:
    ...Checking component: ID = 1143586401 Name = LOC_RPT Owner = NEW_APP Type = REPORT
    *** WARNING ***
    ID 1143586401 already exists: owner = OLD_APP, name = LOC_RPT, type = REPORT
    ==> Import will fail
    4. CHECK is correct, when I try to run in CREATE mode I get:
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWPRO_API_PROVIDER_REGISTRY", line 255
    ORA-00001: unique constraint (PORTAL30.WWPRO_PROVIDERS_UK1) violated
    Thus, the import isn't clever enough to assign a new component id.
    Thanks in advance for any ideas.
    Trenton

    Dear Balaji!
    Is there a way to export forms and reports with PL/SQL? The manually export is very slow with 100 forms to copy (to another location, another database).
    Thanx,
    Gyorgy
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by balaji kashyap ([email protected]):
    Trenton,
    You cannot export/import an application in th e same portal instance. As Import does not create a new component Id, it will give you error if you try to import a component in the same portal instance.
    If you want to duplicate the application, I suggest you to create another application based on different schema and copy the components (one at a time) into this application.
    For copying click on the Manage tab of the component and click on the copy link. Specify the target application and component name.
    In general while importing an application/component you need to specify the following parameters:
    1 : import mode CHECK or CREATE
    2 : portal schema (Portal Instance Name)
    3 : login user name
    4 : login user password
    (Portal User name and password who has sufficient privilege to import the application);
    5 : application schema (Name of the schema on which the application will be created)
    6 : application name (New name of the application/component)
    7 : log file
    Hope this helps
    Balaji<HR></BLOCKQUOTE>
    null

  • SQL Exoress 2008 import export Wizard wont import Access 2003 mdb to SQL 2008 DB

    Just installed SQL Express with Tools, including SSME and Import Export Wizard.
    Attempted to transfer Access 2003 DB tables from an mdb file to a SQL 2008 Express DB.
    I can view the data in the tables in Access, however, when I tell it to  do the deed, it begins the process and then errors out with a Error 0xc020801c:
    "TITLE: SQL Server Import and Export Wizard
    Could not connect source component.
    Error 0xc020801c: Source - ParentingStats [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    ADDITIONAL INFORMATION:
    Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)"
    I am unable to find anything that translates this into something mere mortals can deal with.  This is repeatable.
    Steps in the wizard:
    1.  Source: Data Source selected is "Microsoft Access".  The filename is correct.  The username is correct.  The password is blank (there is no password in the Access db).  Clicking on the "Advanced..." button, I get the opportunity to "Test Connection".  I test the connection and the test is successful.
    2.  Destination: I select my server name and the SQL Native Client, select Windows Authentication, and Select my SQL 2008 Express db from the dropdown list.
    3.  Specify Tabloe Copy or Query: I select Table copy
    4.  Select Table or Views: I check the tables I want to copy and successfully preview the data in each table that I checked.  I click on "Edit Mappings ..." and verify that I want to create a new table for each checked table.
    5.  Run package: I accept the pre-checked "Run Immediately" and click the NEXT button
    6.  I get the following:
    "Source Location : C:\Users\wb5rvz\Documents\StatisticsApp_V3_69.mdb
    Source Provider : Microsoft.Jet.OLEDB.4.0
    Destination Location : SHACK_PC\SQLEXPRESS
    Destination Provider : SQLNCLI
    Copy rows from `ParentingStats` to [dbo].[ParentingStats]
    The new target table will be created.
    Copy rows from `Statistics` to [dbo].[Statistics]
    The new target table will be created.
    Copy rows from `StatsSummary` to [dbo].[StatsSummary]
    The new target table will be created.
    Copy rows from `Volunteers_Confidential` to [dbo].[Volunteers_Confidential]
    The new target table will be created.
    Copy rows from `YearMonthTbl` to [dbo].[YearMonthTbl]
    The new target table will be created.
    The package will not be saved.
    The package will be run immediately.
    Provider mapping file : c:\Program Files\Microsoft SQL Server\100\DTS\MappingFiles\JetToMSSql9.xml"
    7.  I click the FINISH button and I get
    "Initializing Data Tasks .... Success"
    "Initializing Connections ...Success"
    "Setting SQL Commend ....20% Compoete"
    "Setting Source Connection ...Error (and an error link)"
    (All following tasks were "Stopped"
    Error detail is:
    ===================================
    Could not connect source component.
    Error 0xc020801c: Source - ParentingStats [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
     (SQL Server Import and Export Wizard)
    ===================================
    Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)
    Program Location:
       at Microsoft.SqlServer.Dts.Pipeline.Wrapper.CManagedComponentWrapperClass.AcquireConnections(Object pTransaction)
       at Microsoft.SqlServer.Dts.DtsWizard.Execute.SetSourceConnection(Exception& ex, TransformInfo ti)
    OS is Vista Home Premium SP1 (32 bit)
    Processor = Intel core 2 duo E7200 @ 2.5 GHz
    SQL Server Software was just downloaded yesterday, so it is whatever is current on the download site:
    SQL Express with Tools
    So, how do I get this transform to work?  I do not have nor do I want/afford to put Access 2003 on this machine.
    Thanks
    RRR

    I had this similar problem - 32-bit SQL Server 2005 trying to import tables from Access 2000 .mdb file, same error:
    Error 0xc020801c: Source - ParentingStats [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
     (SQL Server Import and Export Wizard)
    ===================================
    Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)
    I know you said you clicked "Advanced..." and Test Connection when you chose your Access database - but that is what resolved the error for me.  I chose my .mdb file, username is admin, password is blank, but if I don't click the Advanced button and test the connection before continuing on, the import fails with above error message.  Go figure, since the username/blank password is correct. 
    FWIW, sorry if that doesn't help you though.

  • CF/Flex Application Wizard Details Page

    Hi,
    Not sure if this is possible (seems like it should be). I
    have the following data model in SQL Server (2005):
    table name (relevant columns)
    person (first name, last name)
    member (member number)*
    contact (email)*
    location (state)*
    Person is the base object/table and the other three tables
    have foreign keys connecting them to the person table (all have a
    personId column).
    I setup a master page, no problem. I can grab the person's
    first and last name, member number, email and state and display
    them on the member-master page.
    The issue comes when I go to create a member details page. I
    can step through and create the necessary form fields from the
    tables (connecting them all via their common personId column). When
    I go to save the detail's page details, Eclipse (v3.2.x) crashes on
    me. Every time. However, if I only create a form for the details
    page with two tables (say member and person data), I can create the
    details page and use it without any issues.
    To get around this seeming two-table limitation, I edited the
    Adobe/CF generated content to manually add the beans, DAOs,
    gateways and AS files for the other tables. Doing this does create
    the desired details page, however, Flex and CF are REALLY slow to
    grab/return the requested data to the respective form fields (and
    there is not that much to grab in any of these tables).
    I'd like to know if this is just how I have to go about it.
    Does the CF/Flex Application Wizard have a limit on how many tables
    can be joined in a details page?
    I have a project with a much more complex data model and
    would love to generate a quick application for my client to check
    out and I do not know if I've encountered a limit of the
    application or if I am doing something wrong in the Query Builder
    itself?
    Also, any thoughts on why Flex and CF would be so slow to
    return the data when I manually added the other tables to the
    details page form? I'm on an intra-office network, connecting to a
    computer via an ethernet router and the sample DB only has 2000
    records in it...all with simple text and date columns?
    Sorry for the long post and thanks, very much, in advance for
    any thoughts or advice.
    Best,
    Craig

    Never mind, I figured it out.
    I'm Using IIS
    I needed to go look at the properties.
    On the web site tab, the TCP port was set as 80.
    In FlexBuilder Window > Preferences > Cold Fusion >
    RDS Configuration
    Select localhost > The default port number added there was
    8500
    Once I changed that to 80 and clicked on test connection, all
    was hunkey dorry

  • HTTP Response Status Codes: GET (retrieve), POST (create), PUT (modify), and DELETE (REST, Bulk, Any API)

    Many of us, who are starters, starting to wonder when reading any API documentations or starting out with your first program built to make any of the API calls, what do all error codes means, when I get many different types of response from running the program/script. The only reason I thought about sharing this is because I know how motivation plays a key role when dealing with Eloqua platform and building components on top. This extends the functionality beyond what is already out of the box.
    I put together a table that explains these in details. I hope you can benefit in resolving issues as you venture in your journeys. This is a very common chart that can be seen across many platform REST APIs. Idea was to have it here because the audience are not always the same.
    Response Code
    HTTP Operation
    Response Body Contents
    Description
    200
    GET, PUT, DELETE
    Resource
    No error, operation successful.
    201 Created
    POST
    Resource that was created
    Successful creation of a resource.
    202 Accepted
    POST, PUT, DELETE
    N/A
    The request was received.
    204 No Content
    GET, PUT, DELETE
    N/A
    The request was processed successfully, but no response body is needed.
    301 Moved Permanently
    GET
    XHTML with link
    Resource has moved.
    303 See Other
    GET
    XHTML with link
    Redirection.
    304 Not Modified
    conditional GET
    N/A
    Resource has not been modified.
    400 Bad Request
    GET, POST, PUT, DELETE
    Error Message
    Malformed syntax or a bad query.
    401 Unauthorized
    GET, POST, PUT, DELETE
    Error Message
    Action requires user authentication.
    403 Forbidden
    GET, POST, PUT, DELETE
    Error Message
    Authentication failure or invalid Application ID.
    404 Not Found
    GET, POST, PUT, DELETE
    Error Message
    Resource not found.
    405 Not Allowed
    GET, POST, PUT, DELETE
    Error Message
    Method not allowed on resource.
    406 Not Acceptable
    GET
    Error Message
    Requested representation not available for the resource.
    408 Request Timeout
    GET, POST
    Error Message
    Request has timed out.
    409 Resource Conflict
    PUT, PUT, DELETE
    Error Message
    State of the resource doesn't permit request.
    410 Gone
    GET, PUT
    Error Message
    The URI used to refer to a resource.
    411 Length Required
    POST, PUT
    Error Message
    The server needs to know the size of the entity body and it should be specified in the Content Length header.
    412 Precondition failed
    GET
    Error Message
    Operation not completed because preconditions were not met.
    413 Request Entity Too Large
    POST, PUT
    Error Message
    The representation was too large for the server to handle.
    414 Request URI too long
    POST, PUT
    Error Message
    The URI has more than 2k characters.
    415 Unsupported Type
    POST, PUT
    Error Message
    Representation not supported for the resource.
    416 Requested Range Not Satisfiable
    GET
    Error Message
    Requested range not satisfiable.
    500 Server Error
    GET, POST, PUT
    Error Message
    Internal server error.
    501 Not Implemented
    POST, PUT, DELETE
    Error Message
    Requested HTTP operation not supported.
    502 Bad Gateway
    GET, POST, PUT, DELETE
    Error Message
    Backend service failure (data store failure).
    505
    GET
    Error Message
    HTTP version not supported.
    Hope this helps. Original post: REST API Status Codes and Complete REST API Tutorial with Status Codes.
    Thank
    Amit

    Hi, I am trying to PUT to update contact info and I get following error:
    2015-01-16 11:00:17,970 INFO [main] oracle.eloqua.connector.eloqua.EloquaConnector.putWithBasicAuth(97) | accessHttpsPut.url=https://secure.eloqua.com/API/REST/2.0//data/contact/7606838, text={"id":"7606838","accountName":"openIdStr001","emailAddress":"[email protected]","type":"Contact"}
    2015-01-16 11:00:18,931 ERROR [main] oracle.eloqua.connector.eloqua.EloquaConnector.putWithBasicAuth(140) | ClientProtocolException
    org.apache.http.client.HttpResponseException: Request is malformed.
    Is there any idea?
    Thanks so much.
    Sincerely.

  • Importing Application

    I have installed ApEx 2.2 in two different environments...both environments seem to function OK, except during import. One works successfully, the other throws an error:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02291: integrity constraint (FLOWS_020200.WWV_FLOWS_FK) violated - parent key not found <pre>begin wwv_flow_api.create_flow( p_id =>117, p_display_id=>117, p_owner => 'ISSUE_TRACKER', p_name => 'Issue Tracker', p_alias => '117', p_page_view_logging => 'YES', p_default_page_template=> 7312213389563912 + wwv_flow_api.g_id_offset, p_pr
    Doesn't matter what application I try to import, this happens.
    Environment: ApEx 2.2
    Database: 10.1.0.4.2
    Any help greatly appreciated! If I have not posted enough information, please let me know.
    Thanks, Mike

    Mike,
    Are you importing from sqlplus? My guess is that the workspace ID is not the same on both of your apex instances. When creating an application the parent of the application is the workspace, hence it can not import your application because its parent (the workspace) does not exist.
    If you import an application using the web UI apex should detect this situation and correct it so that you can import an application exported from one workspace into another workspace.
    If you look at a line in your application export similar to the one below; this command sets your workspace.
    wwv_flow_api.set_security_group_id(p_security_group_id=>7738017401767455);
    Ideally you would like both of your apex instances to have the same workspace ID (aka security group id), you can do this by exporting and importing the workspace from the one that works to the instance that does not. If your workspace has the same primary key, then your application should import into both instances.
    Hope this helps.
    Mike

  • Programmat​ic access to Import DLL Wizard

    Our company does a number of products, and would like to cut down time when working with the SDK. I am almost pleased with the import wizard in 2012, but I would like a few things changed. I have all the code ready to modify the output from the import DLL wizard with the scripting module, but if I could have it automatically generate and run the whole thing (possibly through a command line post-build instruction in Visual Studio), that would save some hassle.
    It's not a big deal. I just wanted to speed up the process a little, since our SDK format doesn't change. We had a custom VI generator for our SDKs before, but it gets 95% of the way there, and the wizard does everything we missed and gets about 95% of the way there as well. That, or I could try to convince my coworkers to accept the output from the wizard.
    Solved!
    Go to Solution.

    Since the SDK was already released it is probably not an option anymore, but you can certainly increase the chances for the import library wizard to do a good job by choosing standard API parameters. Basically this means to only use skalars (passed by value or reference), C strings and simple arrays. Never use structs that contain arrays (both fixed size or not). Structs only containing skalars are fine though, but don't create structosaurusses, the C equivalent of clustersaurusses in LabVIEW, big unwieldy structs/clusters.
    Then you have to review all the VIs that use output array or string buffers to let the called function write into, to make sure they are preallocated to a reasonable size for the used function.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • POST Function Import in Gateway Builder

    Hi everyone,
    I am trying to create a new Function Import in SEGW transaction (Netweaver Gateway Builder).
    I have followed different blogs (For example: Let’s code CRUDQ and Function Import operations in OData service!) and managed to create one.
    However I am having 2 small differences:
    1.  I am trying to make a Http POST Function Import which is a bit different in the way you call the service.
    2. I have a parameter with type Edm.Guid.
    I have not found any documentation about these 2 specific things.
    Here is what I have...
    My function and it`s parameters in SEGW:
    My metadata:
    The URI I am trying with it`s payload:
    /sap/opu/odata/sap/MY_SERVICE/AddTransferProducts
    with
    <?xml version="1.0" encoding="utf-8"?>
    <atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <atom:content type="application/xml">
    <m:properties>
         <d:DocGUID>guid’12345678-aaaa-bbbb-cccc-ddddeeeeffff’</d:DocGUID>
         <d:Products>R100000</d:Products>
    </m:properties>
    </atom:content>
    </atom:entry>
    With this setup I get the following error when I call the service: 404 not found
    Anyone understands why it is not working ? Anyone already got this issue ?
    Thank you very much.
    Natalie

    Metadata is showing GET method and the cache was cleared.
    Here is a snippet of my code
    CLASS xxxxx_DPC_EXT, method
    /IWBEP/IF_MGW_APPL_SRV_RUNTIME~EXECUTE_ACTION
        IF iv_action_name EQ 'AddTransferProducts'.
          IF it_parameter IS NOT INITIAL.
    *       Read Function import parameters values
            READ TABLE it_parameter
              INTO ls_parameter
              WITH KEY name = 'DocGUID'.
            IF sy-subrc = 0.
              lv_docguid = ls_parameter-value.
            ENDIF.
            READ TABLE it_parameter
              INTO ls_parameter
              WITH KEY name = 'Products'.
            IF sy-subrc = 0.
              lv_concat_products = ls_parameter-value.
            ENDIF.
            SPLIT lv_concat_products AT '||' INTO TABLE lt_products.
    *       Save products in the staging table and get product information
            LOOP AT lt_products
              ASSIGNING <lfs_products>.
              ls_transfer_details-matnr =   <lfs_products>-matnr.
             APPEND ls_transfer_details TO lt_transfer_details.
            ENDLOOP.
    *       Build the Document Details entity set to return
            LOOP AT lt_transfer_details
              ASSIGNING <lfs_transfer_details>.
              MOVE-CORRESPONDING <lfs_transfer_details> TO ls_entity.
              APPEND ls_entity TO lt_entityset.
            ENDLOOP.
    *       Call method copy_data_to_ref and export entity set data
            copy_data_to_ref( EXPORTING is_data = lt_entityset
                    CHANGING cr_data = er_data ).
          ENDIF.
        ENDIF.

Maybe you are looking for

  • HT1420 I already authorize my computer but still it cannot sync.

    I already authorize my computer but still it cannot sync

  • Web Dyn Pro development

    Dear Experts, Seek your kind advise on the following: We have developed a Web Dyn pro object which has created a URL. We are able to access the screen through directly entering the url in the browser. However, as you would know typing the extra long

  • System command execution from stored procedure

    Hello World, How to run System command from stored procedure ? For example : Delete a file running a programm, Is it possible ? H.M

  • EF-S 10-22mm Canon not working in AF correct

    My EF-S 10-22mm Canon lens in AF mode is mostly taking out of focus pictures. I tried the basic clean the post but still keeps center of image out of focus. All my other AF lens work fine. Base is a Canon 60D. I have had lens new for about 5 years wi

  • Load event on page startup

    I have a page that I don't want t o display unless there is a customer session object. If there is no customer session object, I want to redirect the user to a login page. How can I do this in jsf when the page loads? Thanks!!