Confusion in Weblogic ReportsServer config without doing change the config?

confusion in Weblogic ReportsServer config without doing change the config ?
my env
windows 2008 64 Bit
WLS 10.3.5 64 Bit
pfrd Forms/Reports 11.1.1.4 64 Bit
after Install all and config my Forms and Reports
the default reports server i found with
http://wlog:8090/reports/rwservlet/getserverinfo
had a name
RptSvr_myserverhost_Formsreportsinstan,
I did run my Forms and reports well with RP2RRO.RP2RRO_RUN_PRODUCT
now some time later I found, that the reportsServer name is changed to
rep_wls_reports_myserverhost_formsreportsinstance_1
and I don't know, why ??
I do start the WLS_REPORT by using the oracle-scripts using startManagedWebLogic.cmd
In the WLS Admin Console there I can see the WLS_REPORTS Server is well started
and after change the ReportServername in my forms to the 'new' servername
I can start my forms with Reports again
In the Enterprise Manager 11g under the reports-tree there are three entries:
ReportsTools
reports(11.1.1.2.0)(WLS_REPORTS)
RptSvr_myserverhost_Formsreportsinstan ( the 'old' reportserver, that isn't started and not available )
on Server in
C:\Oracle\Middleware\asinst_1\reports\server
there are two entries:
rep_wls_reports_wlog_formsreportsinstance_1.dat
and
RptSvr_myserverhost_Formsreportsinstan.dat
and in
C:\Oracle\Middleware\asinst_1\reports\
is in the reports_install.properties file :
SERVER_NAME=rep_wls_reports_wlog_formsreportsinstance_1
ORACLE_INSTANCE_NAME=Formsreportsinstance_1
INPROCESS_SERVER_NAME=rep_wls_reports_wlog_formsreportsinstance_1
what I have done, that can be the reason for now have two entries for reportsserver ?
In the last days i worked to create the windowsservices
to start the WLS_AdminServer and to start the WLS_FORMS / WLS_REPORTS
ManagedServer
and I changed the IP - Adress of the WLS - ServerHost, ( and back again )
but didn't create a new ReportServer ore anything !
what can I do, to fix this confusion ?

Hello,
In 11g , there are 2 Reports Servers created by default :
- rep_wls_reports_myserverhost_formsreportsinstance_1
The "in-process" Reports Server . WLS_REPORTS must be started and you can start this "in-process" Reports Server by just calling an URL like http://server:port/reports/rwservlet/getserverinfo or by using the menu in the EM web site
- RptSvr_myserverhost_Formsreportsinstan,
The Standalone Reports Server . You can start it using opmnctl command or using the menu in the EM web site
Regards

Similar Messages

  • LR brush sensitivity changing without me changing the settings

    I have a question about LR CC, in the brush tool, I have a preset that I use for lightening red spots on peoples faces. It works majority of the time, but every now and then the brush (without me changing the settings) becomes super sensitive and edits seriously overboard, I'm sure its something I'm doing without realising it, can you help me figure out this issue? Thank you, Regards Tanya

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • IsSchemaValid does chang the xml-encoding header from UTF-8 to WINDOWS-1252

    I found the following effect:
    isSchemaValid does changing the encoding - entry of the xml-file-header
    generating xml-file by using DBMS_XMLGEN :
    xmldoc := DBMS_XMLGEN.getXML(ctx);
    with the header of the file is
    <?xml version="1.0" encoding="UTF-8"?>
    change the xmldoc to a xmlType
    and validate it against the schema
    xmldoc_xmlType:=(xmltype(xmldoc)) ;
    xmldoc_xmlType.isSchemaValid ( bSchemalocation)
    after this the header of the file is
    <?xml version="1.0" encoding="WINDOWS-1252"?>
    my DB:
    R11_2_0_2 / Windows 64
    the same in
    R11_2_0_1 / Windows 32
    select name, value from v$parameter where upper(name) like '%NLS%'
    nls_calendar     
    nls_comp          BINARY
    nls_currency     
    nls_date_format     
    nls_date_language     
    nls_dual_currency     
    nls_iso_currency     
    nls_language          AMERICAN
    nls_length_semantics     BYTE
    nls_nchar_conv_excp     FALSE
    nls_numeric_characters     
    nls_sort     
    nls_territory          AMERICA
    nls_time_format     
    nls_timestamp_format     
    nls_timestamp_tz_format     
    nls_time_tz_format     
    register my schema by:
    dbms_xmlschema.registerSchema(
    schemaurl => vschemaurl,
    schemadoc => xsd_file,
    local      => FALSE,      
    gentypes      => TRUE,      
    genbean      => FALSE,      
    gentables      => TRUE,      
    force      => FALSE,
    owner      => dbuser
    ,CSID      => nls_charset_id('AL32UTF8')
    How can I let or change back the xml-encoding entry to UTF-8 ?
    regards

    Your solution should not be relied upon...
    C:\Temp>sqlplus /nolog @t1 %CD%
    SQL*Plus: Release 11.2.0.2.0 Production on Fri Mar 4 09:41:32 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    SQL> spool testcase.log
    SQL> --
    SQL> connect sys/oracle as sysdba
    Connected.
    SQL> --
    SQL> set define on
    SQL> set timing on
    SQL> --
    SQL> def XMLDIR = &1
    SQL> --
    SQL> def USERNAME = XDBTEST
    SQL> --
    SQL> def PASSWORD = &USERNAME
    SQL> --
    SQL> def USER_TABLESPACE = USERS
    SQL> --
    SQL> def TEMP_TABLESPACE = TEMP
    SQL> --
    SQL> drop user &USERNAME cascade
      2  /
    old   1: drop user &USERNAME cascade
    new   1: drop user XDBTEST cascade
    User dropped.
    Elapsed: 00:00:00.24
    SQL> grant create any directory, drop any directory, connect, resource, alter session, create view to &USERNAME identified by &PASSWORD
      2  /
    old   1: grant create any directory, drop any directory, connect, resource, alter session, create view to &USERNAME identified by &PASSWORD
    new   1: grant create any directory, drop any directory, connect, resource, alter session, create view to XDBTEST identified by XDBTEST
    Grant succeeded.
    Elapsed: 00:00:00.07
    SQL> alter user &USERNAME default tablespace &USER_TABLESPACE temporary tablespace &TEMP_TABLESPACE
      2  /
    old   1: alter user &USERNAME default tablespace &USER_TABLESPACE temporary tablespace &TEMP_TABLESPACE
    new   1: alter user XDBTEST default tablespace USERS temporary tablespace TEMP
    User altered.
    Elapsed: 00:00:00.00
    SQL> set long 100000 pages 0 lines 256 trimspool on timing on
    SQL> --
    SQL> connect &USERNAME/&PASSWORD
    Connected.
    SQL> --
    SQL> create or replace directory XMLDIR as '&XMLDIR'
      2  /
    old   1: create or replace directory XMLDIR as '&XMLDIR'
    new   1: create or replace directory XMLDIR as 'C:\Temp'
    Directory created.
    Elapsed: 00:00:00.00
    SQL> create table XML_DEFAULT of XMLTYPE
      2  /
    Table created.
    Elapsed: 00:00:00.11
    SQL> create table XML_CLOB of XMLTYPE
      2  XMLTYPE store as CLOB
      3  /
    Table created.
    Elapsed: 00:00:00.01
    SQL> select *
      2    from nls_database_parameters
      3   where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET')
      4  /
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CHARACTERSET               AL32UTF8
    Elapsed: 00:00:00.02
    SQL> declare
      2    XML_DEFAULT XMLType := xmltype('<?xml version="1.0" encoding="WINDOWS-1252"?><TEST>SELECT</TEST>') ;
      3    XML_CLOB    XMLType := xmltype('<?xml version="1.0" encoding="WINDOWS-1252"?><TEST>SELECT</TEST>') ;
      4  begin
      5    delete XML_DEFAULT;
      6    delete XML_CLOB;
      7    insert into XML_DEFAULT values (XML_DEFAULT);
      8    dbms_xslprocessor.clob2file( XML_DEFAULT.getclobval() , 'XMLDIR','XML_DEFAULT.xml');
      9    IF  XML_DEFAULT.isSchemaValid ( 'SCHEMALOCATION_DOES_NO_MATTER_FOR_TEST_CASE.XSD', 'SCHEMA_NO_MATTER') = 1 THEN  null; ELSE  null; END IF;
    10    commit;
    11    dbms_xslprocessor.clob2file( XML_DEFAULT.getclobval() , 'XMLDIR','XML_DEFAULT_IS_VALID.xml',nls_charset_id('WE8MSWIN1252'));
    12    dbms_xslprocessor.clob2file( XML_DEFAULT.getclobval() , 'XMLDIR','XML_DEFAULT_WIN1252.xml');
    13    insert into XML_CLOB values (XML_CLOB);
    14    dbms_xslprocessor.clob2file( XML_CLOB.getclobval() , 'XMLDIR','XML_CLOB.xml');
    15    commit;
    16  end ;
    17  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.27
    SQL> --
    SQL> host type XML_DEFAULT.xml
    <?xml version="1.0" encoding="WINDOWS-1252"?><TEST>SELECT</TEST>
    SQL> --
    SQL> host type XML_DEFAULT_IS_VALID.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <TEST>SELECT</TEST>
    SQL> --
    SQL> host type XML_DEFAULT_WIN1252.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <TEST>SELECT</TEST>
    SQL> --
    SQL> host type XML_CLOB.xml
    <?xml version="1.0" encoding="WINDOWS-1252"?><TEST>SELECT</TEST>
    SQL> --
    SQL>First, the character set changes because isSchemaValid() causes the document to be parsed and converted to the internal database character set, as does storing it in a table.
    It appear that your solution works in SQL because the semantics of SQL are such that it causes a 'copy' of the XMLType to take place before running the isSchemaValid() processing, were we to optimize away that copy as a result of a patch or performance optimization project then you solution would break...
    If you want the output in a particular character set you should force that using XMLSerialize or getBlobVal(charsetid). Unfortunately we don't have a convience method for writing BLOBS on DBMS_XSLPROCESSOR...

  • Without to change the setting.how to set the decimal place to 7 for an UDF.

    Without to change the setting, how to set the decimal place to 7 for an UDF?

    Hi
    Once you create a UDF it will automatically be binded to the data source of data type that you gave at the time of creating UDF.
    So i think you can not set the decimal places without changing the setting in display parameters.
    i am not sure whether it will work or not one thing you can try is that create it as a alphanumeric data type and convert your decimal value to sting and then assign it to UDF,While retrieving for any manipulation you convert it as decimal.
    Hope it helps you
    Regards
    Vishnu

  • Does changing the motherboard change the imei number of the phone

    Does changing the motherboard change the imei number of the phone

    Hi Z33333333,
    Welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines. 
    I can advise that Thommo is correct, the IMEI is changed when the Main board is replaced.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • When I burned an album that had pictures from 3 cameras that I rearranged the cd came out in camera order not my rearranged order.  Can this be fixed without manually changing the cd?

    When I burned an album that had pictures from 3 cameras that I rearranged the cd came out in camera order not my rearranged order.  Can this be fixed without manually changing the cd?

    No.
    How did you arrange the shots in iPhoto? In an album, manually?
    Then Photos Menu: Batch Change -> Set Title to Text "John's Birthday", for instance, and tick the box to append a number to each Photo. Now your photos are titled 'John's Birthday 001, John's Birthday 002 ... etc'
    Then File -> Export and in the Export dialogue set the Filename to "Use Title"
    Sort on Filename in the FInder and you end up with a folder full of images in the same order as the Album in iPhoto.
    Regards
    TD

  • Does changing the SQL Server Service Account impact FILESTREAM data?

    I have a stand-alone SQL Server 2008 instance that I need to change the SQL Server service account from LocalSystem to a domain account.  However, I was wondering if there was any impact on FILESTREAM enabled databases that are hosted on the SQL Server? 
    Specifically, has anyone ever changed the SQL Server service account when using FILESTREAM ...
    Sincerely,
    Sean Fitzgerald

    I have a stand-alone SQL Server 2008 instance that I need to change the SQL Server service account from LocalSystem to a domain account.  However, I was wondering if there was any impact on FILESTREAM enabled databases that are hosted on the SQL Server? 
    Specifically, has anyone ever changed the SQL Server service account when using FILESTREAM ...
    Sincerely,
    Sean Fitzgerald
    BOL says : Only the account under which the SQL Server service account runs is granted NTFS permissions to the FILESTREAM container.So,  if you start SQL Server under different account , that account wil have access to use fliestream data (read / write)
    At the database level ,If a user has permission to the FILESTREAM column in a table, the user can open the associated files..
    Abhay Chaudhary OCP 9i, MCTS/MCITP (SQL Server 2005, 2008, 2005 BI) ms-abhay.blogspot.com/

  • Why did my camera shift without me changing the keyframe values?

    I'm working in After Effects and I'm making sure to keyframe the positions of my camera through a null object. I was able to do this fine for about a minute and 30 seconds of the video. All of a sudden after I finish animating some text layers, my camera for literally everything before has shifted to the right. My camera for after the text layer I animated remained where it should be. Why did the camera change like that and how can I fix it without going through each keyframe and changing it? 

    You need to understand something ABSOLUTELY CRUCIAL to AE Wisdom:  it's not the kind of application you use for a couple of tricks and expect things to turn out right the first time.  It takes a good knowledge of the AE basics to make it do what you want.  If you blow off the basics, you face countless unproductive hours of frustration.
    So how do you get the basics?  You go here:
    http://blogs.adobe.com/toddkopriva/2010/01/getting-started-with-after-eff.html
    If you follow the link above you'd probably stumble across what may be the best FREE training in AE Basics, compiled by Adobe's own Todd Kopriva:
    http://blogs.adobe.com/toddkopriva/2012/02/after-effects-basics-tutorials-by-andrew-devis. html
    Read all the glowing things Todd writes about this series of tutorials.
    Well, that ought to get you started on shat many people consider a journey rather than a destination: true Affer Effects Enlightenment.

  • How can I use a word file without pages changing the file

    I want to edit this word file I created, but pages either can't open it because i sent it via email from google docs, or it will change it completley. I don't want to get Office for mac, so What Do I Do?

    http://www.libreoffice.org
    It's open-source and quite nice and full-featured

  • Weblogic.Admin: How do I change the properties of the DefaultIdentityAsserter

    For the Default Identity Asserter, I need to add the X.509 to the "Chosen" list.
    How do I do it at the command line using weblogic.Admin?

    "Hari Menon" <[email protected]> wrote in message
    news:[email protected]..
    >
    For the Default Identity Asserter, I need to add the X.509 to the "Chosen"list.
    How do I do it at the command line using weblogic.Admin?
    C:\weblogic\dev\src810>java weblogic.Admin -url
    t3://localhost:7001 -username weblogic
    -password weblogic SET -mbean Security:Name=myrealmDefaultIdentityAsserter
    -commotype -property ActiveTypes "AuthenticatedUser|X.509"
    C:\weblogic\dev\src810>java weblogic.Admin -url
    t3://localhost:7001 -username weblogic
    -password weblogic -pretty GET -mbean
    Security:Name=myrealmDefaultIdentityAsserter

  • Does changing the iTunes Country account affect the iPhone?

    Hi all
    I bought an iPhone in the UK and am moving to Australia. In the meantime I am spending time in Europe and still use the phone on a prepay deal.
    If I change my iTunes account from the UK to Australia while I'm traveling, will this affect the phone in any way?
    Cheers,
    Doug

    Thanks I do have a billing address in Australia.
    I'll give it a try and post my experience back here.
    Doug

  • I need to Paste without Photoshop changing the pasted size, please help!

    Hello all,
    I'm learning to use photoshop and could really use some help! I need to cut and paste an image from one photoshop doc to another. This I can do just fine, but when I do, it resizes the image I pasted and makes it smaller. Since I'm wokring with scans that need to retain their exact size, this is not good.
    Can anyone please tell me what I'm doing woring?
    -Also, the piece of the doc I'm cutting from is a little bit bigger than the 8..5 x 11 letter size doc I'm pasting into.
    Thanks so much for your input!
    Anna

    Hi Anna
    Did you find the answer to your question?  The forum you posted in here specifically serves Photoshop.com, an online site and service. 
    I fyou still need help, please repost your question at:
    the forum for Photoshop CS: http://forums.adobe.com/community/photoshop/general  or
    the forum for Photoshop Elements: http://forums.adobe.com/community/photoshop_elements

  • FCE HD, confused by Motion Path (I want to change the speed of movement)

    I am a huge FCE noob, let's get that out of the way. I have also been a member here since May of last year, but for some reason it now shows that this is my first post. (????) Anyway, I have figured out how to use a motion path, including curving the path, but I can't figure out how to alter the speed that a "motion path" video enters, or leaves, the screen.
    While I'm here, I also want to learn how to use shapes (as in a circle/triangle/custom shaped border to a video clip) and I have not been able to find that info. I have Lisa Brenneis's "Final Cut Express HD for Mac OS X" book and have not been able to find the answers to these two questions there.
    Thanks in advance for your useful help!!
    BILL

    The first and last keframes can have Ease In/Ease Out applied to smooth the start or stop action.
    Clicking between two keframes on a a motion path should give you Bezier Handles. There a four blue dots on them, the inner two will control speed. Dragging an inner dot along the handle either slows or speeds the action.
    Al

  • Does changing the RSS excerpt length of blog entries really work?

    Hello,
    Due to various problems[1] with the RSS feed contents that iWeb produces for blog entries I would like to limit each excerpt in the RSS feed to a small portion of the blog entry to encourage readers to visit the full post on my website. The iWeb help says that adjusting the "Excerpt Length" in the Blog portion of the Inspector will adjust the excerpt length on the blog summary page and in the RSS file. But no matter what I choose for the Excerpt Length, the text of the entire entry goes into the RSS file.
    Has anyone else had any success in limiting the contents of the RSS feed? Is this a bug in the program or in the help text?
    Thanks in advance for any help that you can provide!
    -Jason

    Sorry for replying to my own post, but I forgot to mention the problems I've had with the contents of RSS feeds of an iWeb blog:
    1. inline images don't make it to the RSS feed, just the template default image (which I know how to replace, but sometimes I want more images in a blog entry)
    2. hash characters (aka "number sign" or "pound sign" or "#") in a link URL get UTF-8 encoded to %2523 which browsers and/or servers don't seem to like. I discovered that when directly linking to a particulary .Mac Web Gallery album. The link works fine from the blog page, but not from the RSS feed. <sigh>
    -Jason

  • How to change the entire cover to my iPhone4? how much does it cost?, how to change the entire cover to my iPhone4? how much does it cost?

    i have ruined the metallic part of the cover, and also the display, i would like to know if Apple does change the entire cover, and, in case, how much does it cost??

    Apple will replace the phone for $149. They do not repair phones.

Maybe you are looking for