Username and Password while starting the weblogic

Hi All,
Whenever I call the start script to start weblogic the script asks for the username and password I tried changing the script many times with and without the values but it always requests for the username and password.Is there anything which needs to be set in the admin cosole.
Let me know.
Thanks
sandhya

Hello Sandhya,
You need to specify boot up credentials in boot.properties files ,so at startup server doesn't prompts for them. Refer this link for more informaition. Once you bring the server up, these credential will get encrypted and thus seucured also.
http://e-docs.bea.com/wls/docs81/ConsoleHelp/startstop.html#BootIdentityFiles
Regards,
Kuldeep Singh.

Similar Messages

  • Provide developer a username and password to access the weblogic

    Hi,
    we have a weblogic server with a domain name soa_domain and a managed server instance name soa_server1.
    we have 5 developer working. Our aim is to give each developer a username and password to access the weblogic for developing and deploying the applications so that they will not be able to access or tamper other developers work.
    how to accomplish this in weblogic 11g
    Thanks in Advance
    user3560574

    GO to Security Realms > myrealm > Users n Groups > Create a new user (say 'developer') > Click on 'developer' user > Click on Groups > Make it a member of the groups you want your developer to be depending on what kind of previledges you want to give them.
    -Faisal
    http://www.weblogic-wonders.com

  • Passing username and password while calling the simple HTTP API

    Hi,
    I want to execute a graph by calling the http api from a java code. However, this gives me a 401 unauthorized http error as I am not passing the username and password to the clover http url.
    The following is the format of the constructed url. - http://<host>:<port>/clover/simpleHttpApi/graph_run?sandbox=<sandboxname>&graphID=graph/Baseline.grf&verbose=FULL
    Can anyone suggest how to pass user credentials to this url.
    Thanks

    Brett,
    Thanks for the response.
    The idea is to run the baseline graph using the simple http api and get the run id of the job. Then I plan to call
    this url - http://<host>:<port>/clover/simpleHttpApi/graph_status?runID=1310924&returnType=STATUS_TEXT&waitForStatus=FINISHED_OK by passing the obtained run ID of the previous job dynamically to this url. This status has to be read and printed on the screen. Now all this is easy to write using java and executing the java class using the JAVA EXECUTE component of Integrator ETL 3.1. My only problem is how do I pass the user credentials.
    Thanks

  • While starting the weblogic its asking password

    while starting the weblogic its asking user name and password  ...
    what should it be?
    Richard

    Hi,
    Please enter weblogic admin user password. To avoid entering password at startup you need to follow below steps.
    1) cd $DOMAIN_HOME/servers/<server name>/
    2) mkdir security
    chmod 775 security
    3) create boot.properties file.
    touch boot.properties
    4) open the file boot.properties and enter username and password
    vi boot.properties
    username=weblogic
    password=xxxxxxxx
    Note: During first startup your credentials will be encrypted.
    Regards,
    Jagx

  • I forgot my Firefox Sync username and password but have the sync code. Will that allow me to recover my bookmarks? I don't have access to the original computer in sync.

    I forgot my Firefox Sync username and password but have the sync code. Will that allow me to recover my bookmarks? I don't have access to the original computer in sync.

    You need at least the email address that you used to create that account to reset the password.
    *https://services.mozilla.com/

  • HT201303 I know my username and password but forgot the answers to the security questions and my recover email address is no longer valid.

    I know my username and password but forgot the answers to the security questions and my recover email address is no longer valid.  What to do?

    Basically, none; if desired, you can fill out and submit this form, but will probably be told to call.
    (122649)

  • Ask for Username and Password while Opening an Applet

    Can we code such a way that , While we open an Applet , It should ask for User and password and upon sucessful validation , the Main applet must be loaded !
    Any Suggestions Please !
    Thanks .....

    public class FirstApplet extends Applet {
         private boolean authentified = false;
         private SecondApplet applet = null;
         public void init() {
              System.out.println("FirstApplet: init()");
              authentified=authentificate();
         public void start() {
              System.out.println("FirstApplet: start() "+authentified);
              if (authentified==true) {
                   applet=new SecondApplet();
                   applet.init();
                   applet.start();
         public void stop() {
              System.out.println("FirstApplet: stop()");
              if (applet!=null) applet.stop();
         public void destroy() {
              System.out.println("FirstApplet: destroy()");
              if (applet!=null) applet.destroy();
         private boolean authentificate() {
              System.out.println("FirstApplet: authentificate()");
              // ask the user for username and password
              // check the password, if it's ok, return true
              // if it's not okay, return false
              // how to do a login window, see
              // http://www.codeguru.com/java/articles/510.shtml
              return true;
    }

  • Problem while starting the weblogic managed server

    Hi,
    I am facing the following error while starting the managed weblogic server :
    weblogic.diagnostics.lifecycle.DiagnosticComponentLifecycleException: weblogic.store.PersistentStoreException:
    java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:66)
    at weblogic.diagnostics.lifecycle.DiagnosticFoundationService.start(DiagnosticFoundationService.java:107)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the
    file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.store.io.file.Heap.open(Heap.java:185)
    at weblogic.store.io.file.FileStoreIO.open(FileStoreIO.java:88)
    at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:332)
    at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:323)
    at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:104)
    at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:177)
    at weblogic.diagnostics.archive.DiagnosticStoreRepository.getStore(DiagnosticStoreRepository.java:85)
    at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:64)
    ... 4 more
    Caused by: java.io.IOException: [Store:280021]There was an error while opening the file store file
    "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.store.io.file.StoreDir.throwIOException(StoreDir.java:214)
    at weblogic.store.io.file.StoreDir.open(StoreDir.java:104)
    at weblogic.store.io.file.Heap.open(Heap.java:183)
    ... 11 more
    Caused by: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11
    at weblogic.store.io.file.direct.DirectIONative.open(Native Method)
    at weblogic.store.io.file.direct.DirectFileChannel.<init>(DirectFileChannel.java:52)
    at weblogic.store.io.file.direct.DirectIOManager.open(DirectIOManager.java:139)
    at weblogic.store.io.file.StoreFile.openInternal(StoreFile.java:118)
    at weblogic.store.io.file.StoreFile.open(StoreFile.java:148)
    at weblogic.store.io.file.StoreDir.open(StoreDir.java:96)
    ... 12 more
    >
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class
    weblogic.protocol.ServerIdentityManager$Initializer
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIdentityManager.java:64)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:172)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:801)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:423)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:409)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:187)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:458)
    at weblogic.Server.main(Server.java:67)
    Kindly suggest some solution for this.
    Best Regards,
    Varun

    Hi,
    I killed the processes hunged up and now m facing the following error while starting the managed weblogic:
    <Oct 12, 2012 3:01:53 AM PDT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger.
    weblogic.security.service.SecurityServiceException: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:342)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:221)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1783)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger
    at com.thortech.xl.security.wl.XellerateAuthenticationProviderImpl.<clinit>(XellerateAuthenticationProviderImpl.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:51)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.thortech.util.logging.Logger
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    <Oct 12, 2012 3:01:53 AM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 12, 2012 3:01:53 AM PDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Is the sign-in username and password for firefox the same for mozilla

    I am in the Firefox getting started tab. I tried to sign-in using the account log-in information for Mozilla. Are these two separate accounts?

    Every website on the mozilla.org domain has a separate user database for registration and login.
    ''I have accumulated 12 username / password entries for mozilla.org websites over the past 10 years. And most of them use the same username and password!''

  • Error While Starting the Weblogic Managed server- BEA-160001

    Hi,
    While starting the managed server (10.3.4) below exception occurs. Help me on why the error occurs.
    <Error> <J2EE> <BEA-160001> <Error deploying Internal Application: weblogic.application.ModuleException: [HTTP:101216]Servlet: "CoordinatorPortTypeServlethttp" failed to preload on startup in Web application: "wls-wsat.war".
    java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    Caused by: java.lang.IllegalArgumentException: com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.internal.messaging.saaj.soap.LocalStrings
         at java.util.logging.Logger.getLogger(Logger.java:314)
         at com.sun.xml.internal.messaging.saaj.soap.SAAJMetaFactoryImpl.<clinit>(SAAJMetaFactoryImpl.java:41)
    .

    Hi,
    There are two workaround for this issue.
    1) Without disabling wls-wsat application:
    Here are the steps:
    Add jar saaj-impl-1.3.jar to weblogic classpath
    Start weblogic using java options:
    -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
    -Djavax.xml.soap.SOAPFactory=com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
    -Djavax.xml.soap.MetaFactory=com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl
    2) If wls-wsat is not required:
    This is the setting to disable wls-wsat:
    -Dweblogic.wsee.wstx.wsat.deployed=false
    It is mentioned here in the doc
    http://docs.oracle.com/cd/E21764_01/web.1111/e13734/cluster.htm
    Regards,
    Kal

  • Error while starting the weblogic server

    hi all
    i got the below error while trying to start the weblogic server on windows machine (win2k3-sp1). please suggest me the best way to overcome from this problem.
    thanks in anticipation.
    "FATAL ERROR: Exception from System.loadLibrary(smjavaagentapi) java.lang.Unsatis
    fiedLinkError: no smjavaagentapi in java.library.path
    FATAL ERROR: Exception from AgentAPI.initialize() java.lang.UnsatisfiedLinkError
    : initialize
    <Aug 22, 2006 6:23:51 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000386> <Se
    rver subsystem failed. Reason: java.lang.UnsatisfiedLinkError: javaagent_api_get
    Config"

    Copy http_client.jar file from $ORACLE_HOME/oui/jlib to $DOMAIN_HOME/lib. Also check whether the classpath has been set for this jar file under $DOMAIN_HOME/bin/setDomainEnv.sh
    https://forums.oracle.com/forums/thread.jspa?messageID=10200685

  • Unable to start the Managed servers OIM and SOA after starting the Weblogic

    Hi,
    We are unable to start the any manager servers after starting the weblogic Admin Server.
    We are getting the below error after trying to start the OIM or SOA managed servers.
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 5555; nested exception is:
         java.net.BindException: Address already in use
    We have also cross verified that the port 5555 is listening after starting the weblogic Admin server.
    Please help us to start the managed servers in the weblogic 10.3.5.
    Thanks.

    We are getting the below errors after starting the Admin server and Managed servers.
    Admin Server:
    <Jan 11, 2012 7:15:06 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Jan 11, 2012 7:16:02 AM EST> <Error> <org.apache.beehive.netui.pageflow.internal.AdapterManager> <BEA-000000> <ServletContainerAdapter manager not initialized correctly.>
    Managed Server:
    Starting WLS with line:
    /opt/jdk1.6.0_27/bin/java -client -Xms1024m -Xmx4096m -XX:PermSize=512m -XX:MaxPermSize=1024m -Dweblogic.Name=oim_server1 -Djava.security.policy=/ama/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.security.SSL.trustedCAKeyStore=/ama/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -Xverify:none -da -Dplatform.home=/ama/Oracle/Middleware/wlserver_10.3 -Dwls.home=/ama/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/ama/Oracle/Middleware/wlserver_10.3/server -Dcommon.components.home=/ama/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/ama/Oracle/Middleware/user_projects/domains/base_domain -Djrockit.optfile=/ama/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/servers/oim_server1 -Doracle.domain.config.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/carml -Digf.arisidstack.home=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/servers/oim_server1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/ama/Oracle/Middleware/Oracle_IDM1/server/loginmodule/wls,/ama/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/ama/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler|oracle.bpm.io.fs.protocol -Dweblogic.jdbc.remoteEnabled=false -DXL.HomeDir=/ama/Oracle/Middleware/Oracle_IDM1/server -Djava.security.auth.login.config=/ama/Oracle/Middleware/Oracle_IDM1/server/config/authwl.conf -Dorg.owasp.esapi.resources=/ama/Oracle/Middleware/Oracle_IDM1/server/apps/oim.ear/APP-INF/classes -da:org.apache.xmlbeans... -Dsoa.archives.dir=/ama/Oracle/Middleware/Oracle_SOA1/soa -Dsoa.oracle.home=/ama/Oracle/Middleware/Oracle_SOA1 -Dsoa.instance.home=/ama/Oracle/Middleware/user_projects/domains/base_domain -Dtangosol.coherence.clusteraddress=227.7.7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.xml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.transaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Djavax.net.ssl.trustStore=/ama/Oracle/Middleware/wlserver_10.3/server/lib/DemoTrust.jks -Dem.oracle.home=/ama/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dums.oracle.home=/ama/Oracle/Middleware/Oracle_SOA1 -Dweblogic.management.discover=false -Dweblogic.management.server=http://127.0.0.1:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/ama/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/ama/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 5555; nested exception is:
         java.net.BindException: Address already in use
    We have to find out why the port 5555 is in listening mode after starting the Admin server.

  • How do i open a protected pdf that requires username and password in side the pdf itself?

    Hi,
    I bought this pdf from SABS South Africa, the file contains the electrical unit standards and I cant walk around with my laptop all the time. The PDF has a username and password field on page 6, which connects directly to SABS website to be able to unlock from page 6 to 397. Why cant i type into the username and password fields on my mobile??
    Regards,
    Christo

    Hi,
    Is the PDF document "protectedPDF" by Vitrium?
    Currently, Acrobat DC mobile products (for iOS and Android) do not support PDF documents with DRM (Digital Rights Management) by third-parties.
    I am not aware of any other free mobile apps that support "protectedPDF" documents.
    I'd recommend using the desktop version of Reader on a Windows or Mac computer to view the PDF documents. Sorry for the inconvenience.

  • Hide username and password while calling Oracle reports from  forms11g

    Is there any other methods to hide the username and password other than define keymapping in CGICMD.DAT file in oracle forms 11g.

    Hope fully following code of procedure will eliminate the username and password.
    PROCEDURE RUN_REPORT_OBJECT_PROC(
    report_format                VARCHAR2,
    report_destype_name     NUMBER,
    report_file_name           VARCHAR2,
    report_otherparam          VARCHAR2) IS
    report_message           VARCHAR2(1000):='';     
    rep_status           VARCHAR2(1000):='';
    vjob_id                               VARCHAR2(4000):='';
    hidden_action               VARCHAR2(7000):='';
    v_report_other               VARCHAR2(4000):='';
    i                                                  number;
    c                                                  char;
    c_old                                        char;
    c_new char;
    report_id REPORT_OBJECT;
    report_server_name      VARCHAR2(100); --Report Server Name
    report_dest                         VARCHAR2(100); --Report Destination
    reports_servlet               VARCHAR2(100); --Report URL
    report_path                         varchar2(100);
    v_port                                   varchar2(10);
    BEGIN
         reports_servlet := 'http://localhost:7778'/reports/rwservlet';
         report_path := report_dest||report_file_name;
         report_id:= find_report_object('rep_obj');
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_FILENAME,report_path);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,report_server_name);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,report_destype_name);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,report_format);
         hidden_action := hidden_action ||'&report=' ||GET_REPORT_OBJECT_PROPERTY(report_id,REPORT_FILENAME);
         hidden_action     := hidden_action ||'&destype=' ||GET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE);
         hidden_action     := hidden_action ||'&desformat='||GET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT);
         hidden_action     := hidden_action ||'&userid='     ||GET_APPLICATION_PROPERTY(username)||'/'||
                                       GET_APPLICATION_PROPERTY(password)||'@'||
                                       GET_APPLICATION_PROPERTY(connect_string);
         c_old :='@';
         FOR i IN 1..LENGTH(report_otherparam) LOOP
              c_new:= substr(report_otherparam,i,1);
              IF (c_new =' ') THEN
                   c:='&';
              ELSE
                   c:= c_new;
              END IF;
              -- eliminate multiple blanks
              IF (c_old =' ' and c_new = ' ') THEN
                   null;
              ELSE
                   v_report_other     := v_report_other||c;
              END IF;
              -- save current value as old value
              c_old := c_new;
         END LOOP;
         hidden_action := hidden_action ||'&'||v_report_other;
         hidden_action := reports_servlet||'?_server='||report_server_name||hidden_action;
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,'pfaction='||hidden_action||' '||report_otherparam);
         report_message     := run_report_object(report_id);
    rep_status      := report_object_status(report_message);               
         IF rep_status='FINISHED' THEN
              vjob_id :=substr(report_message,length(report_server_name)+2,length(report_message));           
              WEB.SHOW_DOCUMENT(reports_servlet||'/getjobid'||vjob_id||'?server='||report_server_name,' _blank');
         ELSE
              null;
         END IF;
    END;

  • Xdb username and password while accessing servlets

    Hi all,
    I just installed application server 8.2. I wrote a simple login.html and a servlet program. The deployment went fine but when I access from browser and click sunbit in login page, it asks for a xdb username and password. I don't remember giving it during installation. What is this?
    Thanks

    Hint: "Search Forums" feature can be your friend :-)
    http://forum.sun.com/jive/thread.jspa?forumID=129&threadID=52586

Maybe you are looking for

  • HELP ! MY IPOD KEEPS RESTARTING !

    After I disconected my ipod from my macbook, it was fine then i turned it off so i could take a nap. When I woke up and went to turn it on again, it started but it keeps going back to the screen with the apple on it. it was half way charged when i tu

  • I try to install presonus studio one v.2 and it crashes for no reason

    i was trying to install PreSonus Studio One v.1 and then i upgrade it to v.2 and both of them crashes for no reason can someone help me with this? Process:         studioapp [4407] Path:            /Applications/Studio One 2.app/Contents/MacOS/studio

  • Displaying the correct value of Y in page X of Y when running a batch

    Hi There Does anyone know how I can re-set the Y of page X of Y in the footer for each PO when running a batch? I am using <?for-each@section:G_HEADERS?> which is working great for each PO - re-setting the PO number in the header and re-setting the X

  • Double files

    I note that all my music is included double in iTunes. A study reveals that all files in d:\Music ("My Music" folder) is included, but also all files in my external backup drive L: (l:\music). How can I tell iTunes only to look in D:\Music? I also li

  • SF & MS SQL Integratio​n using MS SQL BCP connector

    Hi I am trying to integrate SF with MS SQL using MS SQL BCP connector provided in Boomi, but getting the following error: Unable to store data, error copying stream.; Caused by: com.ctc.wstx.exc.WstxIOException: Invalid null character in text to outp