Migration of web provider customization data

I am now using portal 9.0.2.3 in windows 2000 server
It is my understanding that exp/imp of web providers and its customization data is not supported in portal.
I have logged a TAR in metalink and the analyst said the I have to migrate the preference store from development to testing environment and I am using db preferencestore in my development environment.
The question is when I register the provider in production environment, a new provider id and path are given, what is the procedure to resume the customization data after I imported the preference store.
John Lui

The import/export of web provider customization data is not currently available.

Similar Messages

  • Extracting SQL statement from a Webi document's data provider using SDK.

    Hi all,
    Is it possible to extract the SQL statement from an existing Webi document's data provider using BO SDK?  I've searched through the class library but haven't found any information on this yet.  If you have done it, could you provide some guidance.  Many thanks.

    I found the following Java code that might be of some help to you. I realize you are using .NET but this might push you down the right path.
    The trick here is to use the Report Engine SDK to get the DataProvider of the DocumentInstance. Then, look at the SQLDataProvider to get your SQLContainer.
    My apologies for the poor formatting. This didn't copy and paste over to the forums very well. I've cleaned up as much as I could.
    <%@ page import="com.crystaldecisions.sdk.framework.*" %>
    <%@ page import="com.crystaldecisions.sdk.exception.SDKException" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.*" %>
    <%@ page import="com.businessobjects.rebean.wi.*" %>
    <%
    boolean loginSuccessful = false;
    IEnterpriseSession oEnterpriseSession = null;
    String username = "username";
    String password = "password";
    String cmsname  = "cms_name";
    String authenticationType = "secEnterprise";
    try
    //Log in. oEnterpriseSession = CrystalEnterprise.getSessionMgr().logon( username, password, cmsname, authenticationType);
    if (oEnterpriseSession == null)
    out.print("<FONT COLOR=RED><B>Unable to login.</B></FONT>");
    else
    {  loginSuccessful = true;
    catch (SDKException sdkEx)
    { out.print("<FONT COLOR=RED><B>ERROR ENCOUNTERED</B><BR>" + sdkEx + "</FONT>");}
    if (loginSuccessful) { IInfoObject oInfoObject = null;
    String docname = "WebI document name";
    //Grab the InfoStore from the httpsession IInfoStore oInfoStore = (IInfoStore) oEnterpriseSession.getService("", "InfoStore");  //Query for the report object in the CMS.  See the Developer Reference guide for more information the query language.   String query = "SELECT TOP 1 * " +        "FROM CI_INFOOBJECTS " +        "WHERE SI_INSTANCE = 0 And SI_Kind = 'Webi' " +        "AND SI_NAME='" + docname + "'";
    IInfoObjects oInfoObjects = (IInfoObjects) oInfoStore.query(query);
    if (oInfoObjects.size() > 0)
    //Retrieve the latest instance of the report  oInfoObject = (IInfoObject) oInfoObjects.get(0);
      // Initialize the Report Engine  ReportEngines oReportEngines = (ReportEngines)
    oEnterpriseSession.getService("ReportEngines"); 
    ReportEngine oReportEngine = (ReportEngine) oReportEngines.getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);
      // Openning the document  DocumentInstance oDocumentInstance = oReportEngine.openDocument(oInfoObject.getID());   
    DataProvider oDataProvider = null; 
    SQLDataProvider oSQLDataProvider = null; 
    SQLContainer oSQLContainer_root = null; 
    SQLNode oSQLNode = null;
    SQLSelectStatement oSQLSelectStatement = null; 
    String sqlStatement = null;
      out.print("<TABLE BORDER=1>");
    for (int i=0; i<oDocumentInstance.getDataProviders().getCount(); i++)
    oDataProvider = oDocumentInstance.getDataProviders().getItem(i);
      out.print("<TR><TD COLSPAN=2 BGCOLOR=KHAKI>Data Provider Name: " + oDataProvider.getName() + "</TD></TR>");
       if (oDataProvider instanceof SQLDataProvider)
    oSQLDataProvider = (SQLDataProvider) oDataProvider;
        oSQLContainer_root = oSQLDataProvider.getSQLContainer();
        if (oSQLContainer_root != null)
    for (int j=0; j<oSQLContainer_root.getChildCount(); j++)
    oSQLNode = (SQLNode) oSQLContainer_root.getChildAt(j);
          oSQLSelectStatement = (SQLSelectStatement) oSQLNode;             
    sqlStatement = oSQLSelectStatement.getSQL();     
    out.print("<TR><TD>" + (j+1) + "</TD><TD>" + sqlStatement + "</TD></TR>");   
    else
    out.print("<TR><TD COLSPAN=2>Data Provider is not a SQLDataProvider.  SQL Statement can not be retrieved.</TD></TR>");   }  }  out.print("</TABLE>");
      oDocumentInstance.closeDocument(); }
    oEnterpriseSession.logoff();}%>

  • Provide Resource Data - Page customization

    Hi Experts,
    1.End-user requests a new resource . Lets say "AD User".
    2.In the second page (Provide Resource Data) , end user will choose the IT Resource (created a Resource Object form for end user to choose a AD IT Resource from the lookup)
    In this page, the OOTB jsp displays the below info in the jsp
    *"Provide the following AD User >> AD Object Form details for Thomas A[THOMSAS A]: "*
    Is it possible to remove only "*AD User >> AD Object Form*" from the above message?
    Kindly assist.
    Thanks & Regards
    INIYA

    Not only for this. it will be removed from all the requests. you have to just comment some part in JSP.
    Otherwise you can use if-else in your JSP for displaying this content.

  • What is the best approach to migrate SharePoint farm from one data center to other datacenter

    We have two web front server and one application server and two instances for database server and we have to migrate complete farm from one data center to other data center with minimal downtime and end user impact.
    Please provide your best input on this.
    Thanks in advance.

    Create a new farm in the secondary Data Center at the same patch level with the desired configuration. Replicate the databases using the method of choice (Mirroring, AlwaysOn, etc.). Create a downtime window where you can then attach the databases to the
    new farm's Web Application(s)/Service Application(s).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Sharepoint Web Analytics no data for reports

    Hi all,
    I would like some assistance in troubleshooting the web analytic problem I am experiencing with one of my farms.
    My web analytics reports stopped beeing generated recently and the uls logs have not been helpfull at this point.
    I have checked the following: 
    Verified that the Web Analytics Data Processing Service and Web Analytics Web Service are started on the server.
    Made sure web analytics service application is started.
    .USAGE files are being generated on the WFE
    Noticed that the SharePoint Logging database (LoggingDB) DOES not contains any information.
    I think this is where my problem resides, I have tried to create a new Web Analytics services application, with a new staging and logging database, but no luck. 
    I have also tried to create a new wss_logging db, still no luck.
    I have made sure that the account that runs web analytics has the correct SQL db right on the logging db. still no luck.
    Your assistance is highly appreciated.
    Clifford - South Africa

    Generally it take 24 hrs to generate analytics data.
    Check if below jobs are active:
    Diagnostic Data Provider: Event Log
    Diagnostic Data Provider: Performance Counters – Database Servers
    Diagnostic Data Provider: Performance Counters – Web Front Ends
    Microsoft SharePoint Foundation Usage Data Import
    Microsoft SharePoint Foundation Usage Data Processing
    http://pinchii.com/home/2012/03/site-web-analytics-reports-show-no-data-in-sharepoint-2010/
    Also try steps from:
    http://blogs.msdn.com/b/sharepoint_strategery/archive/2012/03/16/troubleshooting-sharepoint-2010-web-analytics.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/0728b722-29e1-4de3-87ee-45ac40242ccf/web-analytics-no-data-for-sites?forum=sharepointadminprevious

  • Migrate PY and TM cluster data from One SAP System to another

    Hi Experts,
    Could you please suggest me some options to migrate PY and TM cluster data from One SAP System to another? My requirement is to move all the cluster data (Active and Inactive ees).
    I see that PU12 is an option. Anybody used that to migrate between SAP systems. Please provide some details
    Points guaranteed
    I see that using PU12 you can export only PCL2 Clutsers. Are there any ways to move the other clusters like PCL4 ?

    Hi,
    As far as data transfer, If have all normal configuration settings in your targeted system you can use LSMW (Use T.code AS91 in LSMW for recording)  to transfer your data in your both cases.
    Hope it resolves your both the issues.
    Regards,
    Murali

  • How to get Alltel Mobile Web plus unlimited data minutes.

    Hello, I had alltel before being sucked into verizon.  My current plan is pay per day and i pay .75CENTS / day.  I can get alltel mobile web for 30 days at $5.99 but it still charges me for the data minutes that I use and I don't know at what rate.  I only see $5.99 and $1.99 when I go on the web to purchase the pack.    I want to have unlimited data minutes @ $9.99 - how do I get that feature?  Help
    Plan Price Includes Connect Pack 1 $9.99/mo. Alltel Mobile Web plus unlimited data minutes. Alltel Web Only $5.99/mo. Alltel Mobile Web. Day Pass $1.99 24 hours of Alltel Mobile Web for both postpaid and prepaid customers

    moxjr wrote:
    How are you going to access your company's email?
    Not sure I understand the question, but it will be either through Lotus Notes on my laptop or through the BlackBerry.  The IT folks at my company notified me that I will need to get the Business Enterprise service from the provider.You say that your phone will need to be set up by your company IT folks and they have said that you will need the Business Enterprise service. Why are you asking to find another way if your IT folks won't set up your phone without it?
    You are able to set up multiple email accounts on a cellphone.
    My company's e-mail does not support Android, which is the OS on my current phone.Your company's email doesn't have to support Android. Android is not an email protocol. Android uses pop and imap which are not specific to android, but are cross platform.
    It seems that the cheapest way would be to see if you can access it on your personal phone via an email client without making any changes to your plan.
    Please see above

  • How to migrate a web app from JDev 904 to JDev10132?

    Hi,
    I'm looking for any recommendation on how to migrate a web application from JDev 904 to JDev 10132? The application uses BC4J, Struts and DataTags.
    Is there tool support to migrate from DataTags to ADF DataBinding?
    Any hints are welcome.
    Thanks,
    Markus

    There is no automated migration of jbo data tags to the new binding architecture.
    see:
    http://www.oracle.com/technology/products/jdev/htdocs/10.1.3.0.3/desupport1013g.html

  • HT4098 Dear Itunes! I would like to have it deleted, my undermentioned order:Name of Subscription: LAOLA1 PREMIUM Name of Application: LAOLA1.tv Content Provider:      LAOLA1 Date of purchase: 02/03/14 Subscription Period: 1 month Price: 4,99 € Payment Me

    Dear Itunes!
    I would like to have it deleted, my undermentioned order:Name of Subscription: LAOLA1 PREMIUM
    Name of Application: LAOLA1.tv
    Content Provider:      LAOLA1
    Date of purchase: 02/03/14
    Subscription Period: 1 month
    Price: 4,99 €
    Payment Method: iTunes account
    <Personal Information Edited by Host>

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple - I've asked the hosts to remove your email address and password from your post (it's not a good idea to post personal info on any public forum). You should change your account's password IMMEDIATELY.
    There are instructions on this page for managing and stopping auto-renewing subscriptions : http://support.apple.com/kb/HT4098
    If you are looking to get the subscription refunded then all purchases are considered final, but you can try the 'report a problem' link to contact iTunes Support and see if they will refund or credit you : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Migrating a webi report from one environment to another using import wizard

    Hi Everyone,
    Can anyone please tell me what all access should I have on my ID to be able to migrate a webi report from one environment to another environment(e.g. from development to quality).
    Regards,
    Neeraj Sharma

    Hi,
    To use the Import Wizard utility, you basically need Administrator, Full Control to Top-level folder, and "Add objects to the folder" and "Edit objects" for this user on the root folder.
    You need the least restrictive role, because you require absolute control for content promotion between 2 entitlement systems.
    the webi document is the cherry on-top,  you;ll have universes, connections, folders to bring over too. 
    Regards,
    H
    p.s. check Note 1450708 - How to restrict access to the Import Wizard from a Business Objects Enterprise system
    and
    Note 1297121 - What rights needed to use Biar File Extraction for a normal user while using Import Wizard ?

  • Synching customization data

    In our HR landscape, the functional team wants to synchronize the customization data down from Production to QAT to DEV.
    I saw message type CONDA2 - is that appropriate to transfer this data?
    Also, I ran into an article about using Solution Manager (http://en.sap.info/synchronous-application-landscapes/3146) - specifically the Customizing Cross-System Viewer, to synchronize this data.
    anyone have experience with either of these methods or recommend a different way?
    thanks,
    robert.

    seems like conda2 only works from the originating environment. aggregates those transports & moves them

  • Error while registering web provider

    Hello
    I have a web provider developed in JPDK. I have deployed it successfully to an Standalone OC4J and I can access a page that says something like that:
    Oracle9iAS Portlet Application Test Page
    This page lists the portlet providers available in this web application. Use the registration URL in combination with the provider's service name to register the provider. Click on the service name link to view the provider's test page.
    Registration URL http://myserver:8888/intranet/providers/
    Service Name
    provideredd
    providergenerales
    provider_edd_desarrollo
    But when I try to register the provider in portal with the registration URL I got the error:
    An error occurred when attempting to call the providers register function. (WWC-43134)
    The following error occurred during the call to Web provider: 500: Internal Server Error (WWC-43147)
    I'm sure my OC4J is up and running because I can acces the url http://myserver:8888/intranet.
    Please help me.

    I have a similar problem where I have portal installed on a machine called portal.mgmt, which is on a network that users cannot access. Connection to portal.mgmt can only be made from our local network via a machine called install.mgmt. In a sense I guess it is acting like a reverse proxy or firewall.
    I have run ssodatan on portal providing the install.mgmt URL and can access most of Portal pages navigating to http://install.mgmt/ except any of the servlets. Actually the only servlet I can access is the sample IsItWorking servlet.
    In my java jserv.log file I am getting the following error:
    java.net.SocketException: Connection reset by peer
    at java.net.PlainSocketImpl.socketAvailable(Native Method)
    I can only assume, from reading the Troubleshooting guide as mentioned above, that portal.mgmt is trying to make a separate connection to the install.mgmt box and is failing.
    The network between portal.mgmt and install.mgmt is very restricted as to what can be run and what protocols and ports can be used. Is this restriction causing the problem?
    I see that Jserv uses port 8007, is this port used to communicate between machines?
    Are there any ports that need to be opened?
    I have tried using another machine called ogg as the firewall/access server and get the following error as well.
    java.net.UnknownHostException: ogg
    at java.lang.Throwable.fillInStackTrace(Native Method)
    Any help on this one would be very much appreciated, as I am very stuck at the minute.
    Regards,
    Garry

  • Can "SPML Web Service Complex Data Type field" take multiple values ?

    In Generic Technology Connector's -SPML design parameters section, Can we give multiple values in SPML Web Service Complex Data Type field?
    If not, how can i call methods directly instead of calling them through a values of the "name" attribute of the "complexType" element in SPML Web Service Complex Data Type?
    I need 'SPML Web Service Complex Data Type' to hold multiple values.And based on the request it has to initiate appropriate method of action.
    Presently i have three methods add,modify and delete which i am calling through a single value of the "name" attribute of the "complexType" element in SPML Web Service Complex Data Type.
    I want to replace this single value with multiple menthods , so that a direct interaction between the method,OIM and target can be established.
    Edited by: 821054 on 16/02/2011 04:23

    Thanks Robert.
    You'll need to create your own interface to the webapp database for those kind of data operations
    by this, are you speaking of the internal BC database which stores web app schema data? That would be great if it were possible to update that programmatically because I need to use the List (Checkbox List) field type (for the search functionality), but I need to supply the checkbox options from a web app rather than by manually updating the list entered in the Fields view of the web app settings (shown below).
    I'm curious if anyone else has tried this?
    Again, my reason for needing to use the List (Checkbox List) field type is that the page which processes searches knows to expect a comma separated list for this field type and then appears to be parsing out the individual values for searching out web app items with 1 or more matching values. You're right that text fields (string and multiline) just check for 'string contains' matches, and this would be ok if I was only ever needing to search just one value at a time. Here's an example of what I might do:
    Web App item field value (as recorded against the List (Checkbox List) field type:
    8294877,8294878
    Web App Search value (for this same field):
    8294879,8294877,8294885
    The search would return this web app item because the field contains 2 (1 or more) individual values even though they were entered into the search field in a different order. If this web app item were just a Text (string or multiline) field, the searched value is not a substring of the web app item's stored value, so it would not find a match. Hence the need to use Checkbox List field type.
    The web app will have thousands if not 10s of thousands of records, so dumping them all into one big array or object and searching on the front-end won't be practical (though it works great on smaller datasets).

  • HT4796 after transfering data froAm my pc to mac using windows migration assist, where do the data go to on my mac please?

    after transfering data froAm my pc to mac using windows migration assist, where do the data go to on my mac please?

    Welcome to the Apple Support Communities
    By default, Migration Assistant creates a new user account where it puts all the transferred data. Just go to  > Log Out, and log in the new user that Migration Assistant has created, so you will be able to access to the transferred data.
    If you want to merge the data into the first user account, use the Shared folder (it's in /Users/Shared) to put the transferred files there, and then, on the first user, go to the Shared folder and put all the data in the folders you want

  • Register Web Provider Error

    Getting the following Error when attempting to register a web provider:
    An error occurred when attempting to call the
    providers register function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java
    call terminated by uncaught Java exception:
    oracle.aurora.awt.UnsupportedOperation: GUI
    not supported (WWC-43000)
    An unexpected error occurred:
    oracle.aurora.awt.UnsupportedOperation: GUI not supported
    at
    oracle.aurora.awt.Toolkit.getScreenSize(Toolkit.java:117)
    at
    HTTPClient.BasicAuthBox.<init>(DefaultAuthHandler.java:1398)
    at
    HTTPClient.DefaultAuthHandler.getAuthorization(DefaultAuthHandler.java:159)
    at
    HTTPClient.AuthorizationInfo.queryAuthHandler(AuthorizationInfo.java:330)
    at
    HTTPClient.AuthorizationModule.setAuthHeaders(AuthorizationModule.java:454)
    at
    HTTPClient.AuthorizationModule.responsePhase2Handler(AuthorizationModule.jav
    a:287)
    at
    HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:635)
    at
    HTTPClient.HTTPResponse.getStatusCode(HTTPResponse.java:179)
    at
    oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(HttpProviderDispat
    cher.java:789)
    at
    oracle.webdb.provider.web.HttpProviderDispatcher.registerProvider(HttpProvid
    erDispatcher.java:263)
    =======
    seems to me the oracle.aurora error would be coming from the database. No errors appear in the Provider's log files.
    Any insight would be appreciated.
    Thanks!

    Matt,
    Acutally, I have never seen this error before. I had to check around to see if others had seen this. Are you doing anything different than your other web providers? Especially with the User Interface.
    Sue

Maybe you are looking for

  • Need to wrap text in af:column

    Hi, i have a af:column with output text. Need to wrap the text in output text. Tried setting the NoWrap to false, but did not work. Below is the code. I really appreciate if someone could help me in fixing this issue. <af:table value="#{bindings.POC.

  • How to return an error code to DOS at the end of a java batch

    Hi, I have a batch file which launch my java program. At the end of the program, I would like to give my batch file an error code. Do you know how to do that? Does the main function is able to return an error code? Does the bat file is able to recove

  • SEM_MATCH performance

    I have a question regarding the performance of the SEM_MATCH function. When I execute the following query the performance of SEM_MATCH is very good as it is using the appropriate indexes to retrieve the data. select predicate, object FROM TABLE(SEM_M

  • IDOCs creation - Transfer Orders(TOs)  for Deliveries - Basic doubts, thanq

    Hi Experts, Am new to IDOCs.  I hv a requirement, so, request u that, Can I get some Wht to do tips from u? My doubts: 1- I hv been asked to create IDOC, Wht does it mean? 2 - How the created IDOC will be get posted? My requirement is: Original inbou

  • My App Store icons have moved around. How do I fix this?

    Recently did a restore and when I started using my App Store I noticed icons have moved around. Before it would be featured,top charts,genius, search, and updates. In that order. And now icons are. Featured, search, updates, top charts. And genius. A