No direct SPRO in managed system, only via SOLAR01 / 02

Hi,
Is it possible to prevent users from launching SPRO directly from the managed systems but allow customizing through transaction SOLAR01 / SOLAR02 via Solution Manager?
Thanks.

Hi Guys,
We accomplished your exacr requirment by the following:
We lleft the team's SPRO authorization in DEV but blocked them from using it via a BADI thus forcing them to login via SOLAR02, input the IMG object and customize from there.
Here are the 3 BADIS:
ZENI_BLOCK_SPRO_IN_DEV_200
Logical Position: \FU:STREE_EXTERNAL_DISPLAY\SE:BEGIN\EI
- Block Customization in Dev 200 Environment
if SY-MANDT = '200' and SY-SYSID = 'ECD'
and ( SY-TCODE(4) = 'SPRO' or SY-TCODE = 'SST0' ).
message E172(00) with SY-TCODE.
endif.
ZENI_BLOCK_SPRO_IN_DEV_200_A
Logical Position: \FU:SPROJECT_STRUCTURE_EDIT\SE:BEGIN\EI
- Block Customization in Dev 200 Environment
if SY-MANDT = '200' and SY-SYSID = 'ECD'
and ( SY-TCODE(4) = 'SPRO' or SY-TCODE = 'SST0' ).
message E172(00) with SY-TCODE.
endif.
  ZENI_BLOCK_SPRO_IN_DEV_200_B
Logical Position: \PR:SAPLS_IMG_TOOL_5\FO:CHECK_FOR_CRM\S
- Block Customization in Dev 200 Environment
if SY-MANDT = '200' and SY-SYSID = 'ECD'
and ( SY-TCODE(4) = 'SPRO' or SY-TCODE = 'SST0' ).
message E172(00) with SY-TCODE.
endif.
Best Regards,
Oded Dagan
SAP Project Manager & Solution Manager expert

Similar Messages

  • Managed System Configuration Super User Issue

    Hi folks ,
    I have a strange error in Solman SP8 Managed System Config .
    In Step 5 : "Enter System Parameters" , for entering super user , it throws an error even though the user credentials are valid.
    This happens for some of the managed systems only . The error says : " Issue with connection to system <SID> <Client>".
    It does not seem to be using the right RFC and I feel it is checking for the user in 000 client , regardless of which client we give . Because if we give 000 credentials it works.
    Please help . As without this I cannot save any of the system parameters like Load Balancer URL etc.
    Thanks,
    Shaswat

    I have seen this exact issue when my IE cached the page and was stuck with the client 000 RFC's selected on step 3.  I just exit managed sys config and clear my cache and start solman_setup again. To avoid this all together I set my IE to check for newer versions of stored pages every time I visit page. (under internet options -> general -> browsing history -> tempory internet files)
    Then
    In step 3 create the user to avoid security issues or auditor problems later on.  This way the SM_ADMIN_XXX will have the proper roles required. Please note (The user is not authorized to use a Trusted RFC (authorization object S_RFCACL). To authorize the user, assign the role SAP_SM_S_RFCACL manually).
    Confirm there is no error and hit next.  For an explicit save. 
    Now go to step 5 and select the client that the RFC's were created on and hit test credentials.
      This should solve your issue. 

  • Managed System configuration in Solman 7.1 sp11??

    Hi All,
    I have done new installation of solman 7.1 and upgraded to sp11.
    I did system preparation and basis configuration in solman_setup.
    I have one query how to add ERP production system to SLD and how to do managed system configuration for that.
    I want to add ERP Production system and Managed configuration for that and MOPZ,EWA configuration ERP Production system.
    Please help me in this...
    Here i attached screen shot for your reference.
    Presently in managed system Only Solman system is visible.
    Thank in Advance
    Chandra

    Hi,
    Please chekc th ebelow guide
    Step By Step Process to configure SLD, MOPZ & EWA in Solution Manager 7.1 SP 8
    https://websmp104.sap-ag.de/~iron/fm/011000358700000209862011E/012002523100005267752014WRK2?TMP=1407918324257#bkm_show1_…
    go to Configuration of SAP Solution Manager
    Normally y this demo and guide will be available  http://service.sap.com/rkt-solman
    #sapadmin:: How to assign Product System in SOLMAN 7.1 & How LMDB, SLD, SMSY and Landscape Verification  work in SOLMAN7.1
    Normally after addition in SLD ,system will adding the system in LMDB ,then added in smsy automatically. check the Job LMDB*
    Update the CR content in SLD , check th below note fpor the smae.
    Note 669669 - Updating the SAP Component Repository in the SLD
    LMDB FQA:
    Landscape Management Database (LMDB) – FAQ
    Product system Editor in LMDB:
    New in SP05: Product System Editor in the Landscape Management Database of SAP Solution Manager 7.1
    Maintenance of Product in the System Landscape - SAP Solution Manager Setup - SCN Wiki
    Rg,
    Karthik

  • Accessing content in WebLogic Content Management system via link in JSP

    We are running WebLogic 8.1 (sp4) and are learning about the BEA Content Management System and what we can do with it. We have a user request to pull out the content based on certain indexes and display the titles as links in a JSP. The links in the JSP would actually allow the user to pull down the document.
    <BR>
    Is this possible?
    Could someone send an example on how to do this?
    <BR>
    Thank you,
    <BR>
    Robert
    <BR>
    This is what we have so far (which builds a link, but we don't have the correct mapping to open/save/etc. the file):
    <br><br>
    <pz:contentSelector rule="ProgramPublicLinks" id="pubLinks"/>
    <utility:notNull item="<%=pubLinks%>">
    <utility:forEachInArray array="<%=pubLinks%>" id="plink" type="com.bea.content.Node">
    <BR><BR>
    [a href="<%=request.getContextPath() + plink.getPath() %>"]
    <BR>
    <cm:getProperty id="plink" default="No content node found." name="binary" resultId="link"
    conversionType="url" />
    <%= link %>
    <BR>
    [a]
    <BR><BR>
    </utility:forEachInArray>
    </utility:notNull>

    Hi Robert,
    Take a look at the DownloadBinaryServlet. You can use this to download a CM Node's binary property value.
    If you are displaying images, the ShowPropertyServlet is probably a better match. (build up an image href URL to the ShowProperty servlet)
    -Steve

  • Link SAP PI 7.3 to SolMan 7.1 - error during managed system configuration

    All,
    I installed my diagnostics agent twice with different options:
    - Direct P4 connection via Java EE Dispatcher Node with port 5xx04
    - P4 connection via SCS message server with port 81xx
    In both cases I get an error during the managed system configuration of SAP PI 7.3: Remote error : Connection to P4 port of managed system failed.
    I'm a bit confused with the step Enter System Parameters. In the Java parameters section, I can only enter port 39xx. if not, I get an error.
    Also, I marked and unmarked the option concerning the ABAP user store, but the error persists.
    Please advice.
    Thanks a lot.

    Hi Allam,
    I checked the KBA and I think now, I have the correct HTTP port.
    The error I now get is S:CL_DIAGSTP_MESSAGE:483
    When I take the next step, Configure Automatically, I get this error during the Byte Code Adapter Installation phase when I open the Java URL stated in the navigation column:
    DIAG_WILY_MSG:157:S - com.sap.smdagent.vmmanager.VMManagerP4Exception: com.sap.smdagent.plugins.connectors.p4.exceptions.P4AuthorizationException: Access is denied to SAP System sid: check the connection credentials.More details about the error in agent 'sappi' log file (SMDAgentApplication.X.log).; nested exception is:
    com.sap.engine.services.security.exceptions.BaseLoginException: Error during authentication. For more information see the remote server traces.
    Any idea?
    Thanks.

  • SAP NW 7.4 as java system sync with solution manager system 7.1 issue

    Dear all,
    I have installed SAP NW 7.4 system SP level is SP5 ,after that i have cheked in service marlket palce Now service market plkace latest SP level SP7.
    For manula downlowd( directly from service market place) is difficult for java system and i have started sysnc with solution manager system to download patches through MOPZ.
    Below are the activities completed:
    1) Through template installed I have rgeisterd the system into Solman SLD.
    2) Sync completed succfully exact product version is shwoing in solman SLD
    3) after that I have checked in SMSY and LMDB its showing prefectly
    4) But in SMSY its shwoing only under technical system,not showing product systems
    5) I have assigned in product system in LMDB
    Now the issues while selecting the system group and logical componensts I have created one logical componnets -but in that SAP NW 7.4 is not showing and I have assumed SAP NW 7.3 EHP1 after creating my newly create dsystem is not shwoing in drop down.
    I ma getting belwo error.
    No system found for this product/product instance
    Message no. SOLAR_SPROJECT110
    Please sugegst how to reslove the error ,and a;lso please let me know is there any way to download latest pathces to dpownload from service market place .
    Advance Thanks

    Hi,
    re-check if the 7.4 system is correctly registered in the solman SLD system.
    Re-check LMDB definition for your 7.4 as JAVA system. you have to manually created the Product system. Ensure all the Component and definitions are correct.
    Also do a verrification run within the LMDB. This will confirm whether all the information is correctly defined.
    Please note - SLD -> LMDB -> SMSY.
    So, if the first 2 don't have the correct information, you wont have much joy with smsy.
    Rgds
    Deepak

  • I can not make a "Automated Installation of the Introscope Agent" (Managed System Configuration, p.7)

    I can not make a "Byte Code Adapter Installation"
    When I open meets both paragraphs in step Managed System Configuration is somewhat obscure situations that do not allow the automatic configuration Introscope agent and Introscope Manager
    Please help to resolve a number of questions that might help me complete the setup :
    1. Why has the status of Enterprise Manager : <No Enterprise Manager configured> ( see picture)
    I set up Enterprise Manager in accordance with the installation instructions and complied with all the setting items . Since without any configuration can be associated with the appearance of this status ?
    2 . Why Server Node is empty detail settings ?
    JDK Location: 
    Enterprise Manager Host: 
    Enterprise Manager Port: 
    Introscope Agent Name: 
    Introscope Agent Profile: 
    Autoprobe Directives: 
    Wily Version: 
    Introscope Agent Version: 
    Introscope Agent Log Location:
    3 . What a mistake ($ MC: DIAG_WILY_MSG: 032 : L), which appears when I click configuration "Configure Introscope Agent Setup ...", and what it can be linked ? ( see picture )
    And the last question , which is also linked to the process of automatic configuration and refers to a phrase from the instruction (Introscope Version 9
    Installation Guide For SAP July 2012) points out "Automated Installation of the Introscope Agent via SMD"
    there is such an item:
    2 . Deploy ISAGENTJ5 *. SCA which is the Introscope Java Agent 9 with SDM to Solution Manager. You may need to deploy also ISAGENT *. SCA which is Introscope Java Agent 8.
    However, nowhere does it say where exactly ( on what the absolute path ) I must perform unloading and then what to do with this discharge

    The problem was resolved a small manipulation - on stage Basic Configuration,
    point 3 "Configure CA Introscope"
    I forgot to add to the list of CA Introscope Enterprise Managers link to my manager.
    Thus it is necessary to take into account that the path should be correct (usually for linux - /usr/sap/ccms/apmintroscope) and the directory should be applied appropriate privileges.
    Then in paragraph "Byte Code Adapter Installation" - there are all the necessary data, and it starts to work correctly

  • How to secure word docs, access only via username and password?

    I have created a CMS (Content Management System) where
    residents can access publicly made available word documents
    uploaded via the web by authourised members of a residents
    association. (no password needed)
    password only needed to upload
    I have also created a section for excecutive members only
    where documents for coming meetings are kept, but are not yet
    available to general residents. (password is needed to view these)
    All works fine apart from the executive section, all the
    documents seem to get 'spidered' no matter what is in the robot.txt
    file.
    this i know as i have been tracking visitors to it.
    the pages are not yet live or in use as i want to be sure
    that these 'not for public viewing' file are not viewed until they
    are in the public folder.
    each section will have their own folder, but google has
    'spidered' all pages! it seems that google and other sites are not
    taking notice of the robot.txt, i have read on some sites that this
    is common. how they do this is beyond me, i though that you could
    only spider a site that had a home page and that you follow all
    links contained within this initial page.? seems that this is not
    the case.
    what other methods can i try out that will protect these
    files.
    (please do not reply with, do not put them on the site!) i
    have had this with other forums in the past.
    only sesible answers please.
    and thank you in advance for your time.

    i have been busy looking around but not finding anything.
    My PHP scripts at present accept the word docs and store them
    in folders, lets say, www.site.com/secretfolder/...
    One suggestion is to have them in a database, this is not
    idea, but is going to be the last resort.
    the idea i like most is to have the outside the root www
    folder.
    what i am not sure of is how i allow access to them if normal
    access can not be used. i.e. www.site.com/myfolder/file.doc
    one way that has been suggested is streaming but this
    completely eludes me, i first thought streaming was for sound and
    video, but that aside, please can someone provide some links to
    sites that show some examples or more information on how i do this.
    i do not need the file to be uploaded as i can change my
    scripts to upload to the new folder that is outside the root www
    folder, what i do not understand is how i get the file back from
    this outside root folder to the user that is wanting to view it.
    my way of thinking is to create a temp folder inside the www
    folder but this means that the files will then be available to the
    robots again and if i was to have the folder cleaned after the file
    is taken what happens if the server or the persons pc was to crash
    or something, then the script will not complete and the file will
    still be available to view by the robots.
    or is their another way

  • SD Document Management system(DMS)

    Dearl all;
    can anyone tell me the standard SPRO settings for SD  Document Management System step by step.
    Thanking You;
    Joydeep Mukhopadhyaya

    Hi Joydeep,
    Could you post across what requirements/scenarios you are attempting to handle in SD via DMS?(or Archivelink as the case may be..)
    ..tell me the standard SPRO settings for SD Document Management System step by step...
    Please familiarize yourself with the [Forum rules|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]. IMO,it would make more sense in investing in a SAP DMS/Archivelink expert to handle the configuration,more so if its a clients production system that you are looking at.
    Regards,
    Pradeepkumar Haragoldavar

  • Enquiry of SAP Campus Management System

    Dear all
    Would like to have first enquiry about SAP Campus Management System, is it suitable for use by Learning Centres (for example some tutorial learning centre or child learning centre), what's the scale of the product and most importantly, initial investment? Thanks
    (For the first look I think only suitable to University type Campus?)
    Donald

    The SAP Student Lifecycle Management (former name is Campus Management) solution enables institution-wide collaboration across business processes and users, supporting more effective service,increasing efficiencies, and lowering
    total cost of ownership. Its global approach brings together experience and best business practices from different educational systems, educational levels, and cultures. By accommodating the diverse aspects of international academic programs an non-academic programs, the software helps institutions to be successful in a globally collaborating world. Its flexibility and scalability supports ongoing transformation,growth,and optimization of business processes.
    In other words SAP SLcM can serve different type of 'study' models and cope with their processes/demands. The SAP solution serves the entire Education & Research ecosystem. Below some examples:
    - K-12;
    - Public Universities;
    - Private Universities;
    - Medical Schools;
    - Business Schools;
    - Techning-intensive Universities;
    - Etc, etc.
    Your question regarding the Initial investments I cannot answer directly. If you send me an e-mail (rob(atsign)sap.com) I can get you in contact with my collegeaus who can help you out.
    Please do not hesitate to contact me if you have any other queries.
    Br,
    Rob

  • Managed system Configuration : The JMX metrics of this Host / Byte Code Adapter are missing

    Hi Friends
    While Configuring EP system with SOLMAN 7.1 SP12 it is giving below message in self Diagnosis Phase.
    1. Solman system is already having ISAGENT version 8 and 9 installed (but Managed system is having 8)
    2. I have followed the automatic Process as below
    ==========================================
    Automated Installation of the Introscope Agent via SMD
    The Solution Manager provides an application that performs the setup of the Introscope
    byte code agent for Java automatically. This section explains the steps to run the setup.
    Before you can run the Introscope agent setup, the setup wizard for the managed system
    must have been executed.
    1.
    2.
    3.
    4. Launch the Introscope Setup application: SAP Solution Manager Configuration 
    Managed Systems Configuration  Step 7 Configure Automatically  Automatic
    Activity “Byte Code Adapter Installation”  “Open Java URL” (only available in edit
    mode). Your screen will look similar to the image below:
    5. Check the Enterprise Manager Settings at the top of the screen. These are the
    connection parameters that will be used by the agent to connect to the Enterprise
    Manager.
    6. In the pane Introscope Agent Setttings, select the system that you want to instrument
    with the agent. Check “select all” and click “Retrieve Current Settings”. This will display
    the current status of the agent setup.
    7. To initially setup or update the agents, click Setup Introscope Agent …. This will open
    the setup dialog as shown below. Select the desired agent version (by default only one
    available) and choose the profile. Next, check the desired instrumentation areas, and,
    in the case of AIX, review the AIX settings to match your environment (J9 or classic
    mode).
    8. Finally, hit Apply to perform the necessary changes in the agent configuration. Agent
    config files will be adapted and the Java VM parameters will be set as required for the
    managed system.
    ================================================================
    3. Restarted SAP but error still present.
    Please help to resolve the issue.
    Thanks

    Found the solution :
    1819577 - Workload Analysis data missing for Java systems when using ISAGENT 8.2.4.0
    Cause
    l This issue has been identified as product defect and documented in note 1273028
    Resolution
    l As mentioned in note 1273028, update to ISAGENT 8.2.4 Patch 1 timestamp: 2012-06-26, please proceed as described below)
    1. Enable the Maintenance Mode in the Agent Administration UI (http://solmanserver:port/smd/AgentAdmin)
    2. Deploy the file to the Solution Manager JAVA stack using the Software Deployment Manager (SDM)
    3. Disable the Maintenance Mode in the Agent Administration
    4. Execute again the activity 'Byte Code Adapter Installation' of the step 'Configure Automatically' in the 'Managed System Configuration' for the
    affected systems. This activity will deploy the new version of the
    Introscope JAVA agent in the managed system servers and reconfigure the JVM parameters to use the new version of Introscope JAVA
    Agent;
    5. Check from Introscope Agent Admin if "IS Agent State" contains value "Running but needs restart"
    6. Restart the affected managed system(s)
    Finally Solution is update your SOLMAN system patch ISAGENT 8.2.4.0 from patch 0 to 1 via SDM.
    Thanks
    Mukesh

  • Can SMD be setup to monitor the Managing System?

    Hello, We have been working off and on for the last few months
    installing Wily Introscope, which in turn required E2E RCA, which in
    turn required SMD to be installed.  Since virtually all of our systems
    are on a relatively low pl of the kernel, 114, we also installed the
    latest SP and kernel to our Solution Manager system.  So, the SM system
    is at 7.00 pl 146, and SPS 16 (it's a dual-stack UNICODE system).
    However, every other of our almost 27 ABAP stacks are at pl 114,
    unfortunately.
    We had read, via SAPNet note 1126859, that the MANAGED system must be
    at least at kernel 7.00 pl 121.  As I saidl, only our MANAGING SM
    system is at that level.  So we thought that we'd try to have SM
    monitor itself, in the context of SMD and Wily Introscope.
    Unfortunately, we got stuck at setting up the trusted RFCs for the SM
    system to monitor itself.  SAP AG's instructions for setting up the
    trusted RFCs is in the following guide: Root Cause Analysis
    Installation and Upgrade Guide (v3.30 - July 2008), section
    6.3.2 "Setup RFC Destinations to Managed Systems".  Transaction SMT1
    doesn't permit 2 RFCs with the same target <sid>.
    So, our questions:
    1. Can a MANAGING system also be a MANAGED system?
    2. If so, would you kindly clarify how to configure the RFCs for that
    scenario? Or perhaps we don't use RFCs in this scenario?
    For now, we will move on and try to setup Wily/SMD for a Java-stack
    system we have available (Portal).

    Hi Felipe Pitta,
    The Managing system can be managed, for that include your Solman in a solution and proceed all the needed activities like Agent installation, Wily agent setup etc as you do for the managed systems. 
    You need to create RFCs to the BI client of the solman if you are the same BI component which is available in Solman (001 is your BI client) or RFCs should be created for the BI system which you are using.
    WEBADMIN RFC will be created automatically during SMD Agent installation.
    By this your solman's data will be collected.
    For furthur clarifications pls revert back
    regards
    Naveen kumar

  • Unable to setup DBAcockpit connection in managed System Conf.

    Hi Guys,
    I am trying to set up DbaConnection in managed System Conf for local solman system.
    Its Showing red status and also the fields are not changeable now.
    I am on kernal 720 level 300.
    error shows the No DBSL lib found and gives the note number 1458291.
    I have already downloaded the latest verion of dbsl (324) and extracted in C:\usr\sap\PDI\SYS\exe\uc\NTAMD64.
    I have already applied the note 1604209 but still the same error.
    i am solman 7.1 sp06 with MSSQL 2008 R2.
    Please advice how to proceed.
    Thanks

    Hi,
    Please kindly check in 'Agent Administration' if SMD Agent is running and
    conected to SolMan if you can't see the Agent please check if it is
    visible in SLD, if it is please connect it to SolMan and then run
    setup again. Otherwise please uninstall SMD Agent and install it again
    conecting it directly to your SolMan using HTTP Connection via Message
    Server.
    You may want to refer to the  'Diagnostics Agent Setup Guide' available at
    https://service.sap.com/diagnostics should be very helpful.
    As per the mentioned note: Please refer to SAP note 1232928
    You switch to the DBA Cockpit that has the authorizations to
    configure the back end, and you uninstall the back end there. You can
    then reinstall the back end in the new instance.
    You can see on "Screen Performance -> Performance Warehouse ->
    Configuration" which DBA Cockpit currently has the authorizations to
    change the back end. The SAP system ID of the relevant DBA Cockpit is
    specified there in the line for the "Monitoring DBA Cockpit".
    You need to switch to the dba cockpit that has authorizations to
    change the backend system then uninstall the backend, and then you can
    do this configuration step without the above error.
    Hope this helps.
    Cheers
    SH

  • UPL Activated in Managed Systems - Now What?

    Hi All,
    First post for me in the UPL SCN. I believe I have correctly activated UPL data collection in our managed ABAP Systems. (Followed this link to do so: https://websmp104.sap-ag.de/~sapidb1000358700000427102012E)
    I can run the sa38 report /SDF/UPL_CONTROL and it shows that is in on and working. Also report /SDF/SHOW_UPL will show me a bunch of returned data when I click execute. (these are being ran on the abap systems themselves).
    My question is, now what? Where do I go inside solution manager to begin seeing if this data is being stored in the SolMan BW? Any insight, work center locations, reports or anything else will help.
    Thanks,
    Zach

    Hi Zach,
    activation of UPL in managed system directly is only a workaround and a quick view.
    You sahll do this activation from a Solution Manager system. Only then the UPL data will be
    transfered to Solman.
    Here the UPL data will be
    - saved in BW cubes
    - aggregated to weeks , months and years
    - queries and APIs available to extract data
    UPL data is used in
    - Custom Code management usage reporting to analyse last usage of given custom codes
    - used in SEA tool to generate semi dynamic TBOMs
    - used in System recommendation to validate the impact of notes on exdecuted code
    - Reverse Documentation to analyse business processes
    - and many more
    What you have done is the initial technical validation and activation.
    But NOW you have prepared the baseline for holistic transparency about usage.
    The journey of analysis and data mining starts now.
    So it is not the goald to activate UPL. It is more to think about whta is your task and is UPL able to help you.
    regards
    Björn

  • Change Request Management without Transport Managment System

    Hello,
    we would like to use the Change Request Management but without using the Transport Managment System (TMS). Means, we do not want that transport request are created automatically, we do not want that it is possible to log on to the satellite systems via the Solution Manager and we do not want to integrate the transport track into the Solution Manager.
    What effort do we have to estimate for such a change? Does anybody already use a process like this? We would be grateful for any idea or solution.
    Many thanks in advance.
    Jenny

    Hi Jenny,
    you can do this with the following activities in your custom Business Transaction (BT):
    - remove un-useful actions from your action list (TA: CRMC_ACTION_CONF)
    - remove the action from the actions depending on user status (TA: starting from SPRO)
    - unlock the switches from your SMI Project CTS Switches (TA: SOLAR_PROJECT_ADMIN)
    The effort, for copying a standard BT and remove the actions and testing it, is about 5 days, if you already know how to customize a ChaRM BT... last but not least if one of the standard flows is what you really need.
    Please let me know if you need more details, otherwise please reward the forum points
    Regards ,
    Giampaolo

Maybe you are looking for

  • Select query is not working in BDC Program

    Hi, I am working in BDC for update valuation class for T-code mm01.Actually In this BDC i am using two recoding based on material type. i am using two internal table : I_DATA and ITAB Use I_DATA to hold excle data in which material No, plant , valuat

  • Submit button not working...

    All fields work great except the submit button... Why ? But works great on my iMac using acrobat 8.0.

  • Third party tools

    What are the pros and cons for using 3rd party (partners) templates to develop Forms 6i applications. I am concerned with future upgrades of Oracle forms that might render the 3rd party templates obsolete. I experienced that problem using other GUI t

  • Vision Builder 3.5

    I'm using vision builder 3.5 for product inspection. I want to know whether i can open Inspection Interface Screen as default ? And as soon as the screen opens the inspection should be in running mode ? Because the system will be stand alone, only th

  • My iPhone has been stuck in the apple logo loop

    I tried to restore the software using iTunes. It came up with the error " The iPhone could not be restored. An unknown error occurred (9). After talking with tech support they said that it was a hardware issue. Does anybody know what component i need