Package Configuration Wizard or Project Deployment Model

I am using SQL Server 2012 and I have multiple SSIS packages working in DEV.
My aim is to deploy these to File System for execution by a Windows Service application. Should I therefore using the Package Configuration Wizard for storing DEV and PROD server details?
Is the Project Deployment Model only required when deploying to SQL Server?

Hi DarrenOD,
The project deployment model enables you to deploy your projects to the Integration Services server. And there are some features like Parameters, Environment, Environment variables, SSISDB catalog and Catalog stored procedures and views that are available
to projects developed only for the project deployment model.
After converting project deployment model to package deployment model, there are four steps in the package deployment process:
The first optional step is optional and involves creating package configurations that update properties of package elements at run time. The configurations are automatically included when you deploy the packages.
The second step is to build the Integration Services project to create a package deployment utility. The deployment utility for the project contains the packages that you want to deploy.
The third step is to copy the deployment folder that was created when you built the Integration Services project to the target computer.
The fourth step is to run, on the target computer, the Package Installation Wizard to install the packages to the file system.
Reference:
Deployment of Projects and Packages
How to: Deploy a Package
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • How can I use UC4 instead of SSIS Master Package deployed using project deployment model?

    Hi Folks,
    My team is planning to opt UC4 for scheduling the SQL Jobs and I have to come up with a plan to integrate it. 
    As of now, I do not have software licence in place to do some research. 
    If you have worked on it, can you tell me that how can I schedule SSIS packages using UC4. 
    Also, we are using SSIS project parameters (Project deployment Model). What kind of changes I have to make in SSIS packages to support UC4. Is it possible to pass parameters to SSIS package through UC4? If not, is there any alternativ?
    Appreciate your help!
    Gaurav Gupta

    If you have access to Automic Community, there are details there on how to execute SSIS 2012 packages deployed in SSISDB catalog (project deployment model). Here is the link:
    https://community.automic.com/discussion/4878/how-to-execute-sql-server-data-tools-ssdt-2012-package-synchronously-using-sql-job
    Leonard

  • Use Package Parameters in Package Deployment Model

    Can you use Package Parameters when you use the Package
    Deployment Model? The Parameter tab is visible in SSDT and in SSDT they seem to work, but can you use them outside SSDT? In a SQL Agent Job or on the command prompt?
    And if not... why is the tab visible? ;-)

    Hi HansAnderss,
    Integration Services (SSIS) parameters allow us to assign values to properties within packages at the time of package execution. We can create project parameters at the project level and package parameters at the package level. But the use of parameters
    are only supported in Project Deployment Model, we cannot use parameters in Package Deployment Model. This is by design.
    Just as you said, we can also see the Parameters tab in Package Deployment Model. And I couldn’t find a way to hide the pane. If you have concern about this issue, I recommend you that submit the requirement at
    https://connect.microsoft.com/SQLServer/.  If the requirement mentioned by customers for many times, the product team may consider to add this feature in the next SQL Server version. Your feedback
    is valuable for us to improve our products and increase the level of service provided.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SSIS Parent package Deployment model

    Hi,
    I'm converting a SSIS 2008 R2 solution with multiple project to SSIS 2014, one of the projects stores only parent packages and these packages are calling packages in other projects. Using project deployment with project reference I guess this is not possible.
    But can I have a parent package in package deployment model project and then call child-packages in project deployment model? Can I set values in an SQL Server Agent Job that sets project parameters?

    Hi perwi,
    I think in this scenario just convert, the legacy mode should be used and make sure the conversion is successful, only then try switching to Project Deployment.
    Nothing can be set in the Agent, but in the Catalog (SSISDB).
    Arthur My Blog

  • When Deploying SSIS Packages to SQL Server using SSMS Import feature, is the package configuration file deployed at the same time?

    Hello, everyone,
    I have an SSIS package with a XML package configuration file. I deployed it to the sql server using the import feature in SSMS (in Stored Packages, right click MSDB, select Import, select the package to deploy in file system). My question is 
    Is the XML package configuration file also deployed? If so, which folder is it stored so that I can change the values in it? If not, is setting up the Configuration tab when scheduling a agent job the way to go manually bring the configuration file in?
    Your help and information is much appreciated.
    Regards

    Thank you Arthur for your reply. I appreciate it.
    A followup questions:
    I used direct setting for the configuration file path on C:\. But it needs to be on D:\ on the remote server. I can't create the D:\ path because I don't have D:\ drive on my computer (I understand I could use indirect setting to change the path in the remote
    server. But that's not the concern here).
    My question is:  since the configuration is not deployed, can I make it up by setting up the Configurations in creating the agent job step? That is, copy the configuration file to the D:\ drive on the remote server, in Configurations tab, add the configuration
    file on D:\ to the configuration. Will it work? Will the package still look for the original config file on C:\?  and if it doesn't find it there, will it cause any error?
    Thank you in advance for your help.
    Regards

  • SSIS 2012 Project Deployment with included EXE application not deployed in Catalog

    Hi,
    I have converted a SSIS solution consisting of 20 packages, two exe applications, and a web service to the project deployment model. My question is: where are the exe applications deployed to? I don't see them in the catalog on the server.  If I exclude
    these from the solution and disable the steps in the packages using them, everything works fine.  In BIDS, I can include the exe applications  and run the solution locally and it works fine. I have parameters for the path to the EXEs, but when configuring
    the path in the catalog, I am unsure what to set it to. Do I need to manually move these EXE applications to the database server separately from the deployment?
    THanks much,
    Pat 

    You can even put exes as files in file system in a shared folder and access them from packages in catalog. Just pass the paths (UNC) using parameters in package
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • SSIS Project Deployment : Getting error "query the operation_messages view for the operation identifier"

    Hello,
    I have developed SSIS package and using Project Deployment Model.
    I have created a Folder under the SSISDB in Integration Services Catalog.
    Then, Right click on the Project folder and Deploy Project, Selected the .ispac file and clicked Deploy.
    It gives me below error.
    Can anyone please help me on this?
    I tried deploying it several times but getting the same error message. I searched for forums and tried below things:
    http://capstonebi.blogspot.in/2012/09/ssis-2012-deployment-frustrations.html
    http://thinknook.com/ssis-2012-deployment-error-the-project-or-operation-records-do-not-exist-2012-08-03/
    Thank you,
    Mittal.

    Hi Mittal,
    If we want to find more information about this error, we should execute the query below under SSISDB catalog in SQL Server Management Studio, then expand the message column to see the detail error message:
    select * from catalog.operation_messages
    where operation_id=100155
    Generally, the issue always be caused by a timeout for big projects, this is a known issue. The workaround for this issue is create two indexes in the SSISDB catalog to improve the performance. For more details, please see:
    https://connect.microsoft.com/SQLServer/feedback/details/804901/ssis-2012-deploying-new-versions-of-large-projects-runs-into-a-timeout-during-deployment-into-ssis-catalog
    Besides, it can also be caused by other issues. For example, if the package includes an Attunity Oracle connection, but the deployed environment doesn’t install the Attunity connectors. For more details, please see:
    http://www.sqlservercentral.com/Forums/Topic1587793-2799-1.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Combining package configuration and Execute SQL task at run time

    Hi everyone,
    I have an issue regarding setting values at run time
    I use package configuration to manage different enviroments scenarios (DEV, PROD):
    XML file to store the connections string of SSISConfigDB
    and the actual values of parameters in that SSISConfig DB tables Filtered by ConfigurationFilter column
    Now, one of my packages needs in addition setting at run time value of a flat file name
    i used an Execute SQL task - within the task i read into a variable the file name using command line
    then, the full path of Flat File Connection is set by expression concatenating the root folder and the variable
    the problem is that the variable stays empy! as if the Execute SQL task was never executed!
     Am i doing something incorrect? in the package configuration wizard the configured value are only XML file and the connection string of the DB.
    to summerize - how can i combine package configuration, default value, Execute SQL task and expression at runtime?

    1.EvaluateasExpression=TRUE (Full Path variable)
    2. Do you mean to invlole a ISNULL() function in the expression? if so, no
    3. Of course i recieve a valid value
    4. The Full path expression is evaluated to the root folder - without the portion of the file name
    here is the syntax in Execute SQL Task:
      truncate table OnErrorFlagTable
      Declare @Path varchar(128)
      Declare @FileName varchar(128) 
      Declare @SenderID varchar(5)
      Declare @INST_COD varchar(5)
      Declare @Flag int = 0
     Declare @FileType varchar(2)='01'
      Truncate table TraumaRecords
    Select @Path = 'C:\RootFolder\'
     --***Insert into Temp table the file so we can take his name***--
    Create Table #Tmp(Txt Varchar(Max))
    Insert Into #Tmp(Txt)
    Exec master..xp_cmdshell 'Dir *.txt C:\RootFolder\/b'
    select top 1 @Filename = Txt From #Tmp
    Where ISNUMERIC(substring(Txt,1,1))=1
    order by Txt desc
    Insert into OnErrorFlagTable
    Select 2,@FileName
    Select @FileName as TraumaFileName,@FileType as FileType
    Then, in ResultSet TraumaFileName and FileType are mapped
    Expression of @TraumaFlatfileFullPath is
    @[User::TraumaFlatfilePath]+ @[User::TraumaFlatFileName]
    where the variable @[User::TraumaFlatfilePath] is evaluated in variable window (default value)
    and it's value is C:\RootFolder\
    and @[User::TraumaFlatFileName] is the ResultSet of the ExecuteSQLTask
    and for some reason when executed in SSIS return null while in SSMS return the expected value
    Can you try making this into a procedure with required parameters and call it from SQL task to see if you get return value correctly? Use OUTPUT parameters for getting back required values
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Configuration wizard Weblogic deployment error [Admin Center]

    I'm getting an error during the "Executing WLST Script" phase of the configuration wizard.
    My environment:
    BEA Weblogic Server 10.0 (installed with Workspace Studio 1.1)
    Oracle BPM 10g3 (10.3.0.0)
    Oracle Database 10g Express
    This is what the AdmCenterConsole.log file has:
    Deploying application from C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear to targets BPMServer (upload=true) ...
    <Jan 28, 2009 11:15:59 AM PST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, wlj2eedeployer archive: C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear, to BPMServer .>
    .Completed the deployment of Application with status completed
    Current Status of your Deployment:
    Deployment command type: deploy
    Deployment State : completed
    Deployment Message : no message
    Deploying application from C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear to targets BPMServer (upload=true) ...
    <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, 01-eng-bpmengine -archive: C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear-, to BPMServer .>
    WLST-WLS-1233170095995: <Warning> <DeploymentService> <BEA-290003> <Deployment service servlet encountered an exception while handling request of type "app_upload". Exception is: "*Connection reset*".>
    Failed to deploy the application with status failed
    Current Status of your Deployment:
    Deployment command type: deploy
    Deployment State : failed
    Deployment Message : weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041 Unable to upload 'C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear' to 't3://dmcad00064252:7001'
    No stack trace available.
    weblogic.management.scripting.ScriptException: Error occured while performing deploy : Deployment Failed.
        at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:49)
        at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:185)
        at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:535)
        at weblogic.management.scripting.WLScriptContext.deploy(WLScriptContext.java:427)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
        at org.python.core.PyMethod.__call__(PyMethod.java:96)
        at org.python.core.PyObject.__call__(PyObject.java:248)
        at org.python.core.PyObject.invoke(PyObject.java:2016)
        at org.python.pycode._pyx19.deploy$8(<iostream>:223)
        at org.python.pycode._pyx19.call_function(<iostream>)
        at org.python.core.PyTableCode.call(PyTableCode.java:208)
        at org.python.core.PyTableCode.call(PyTableCode.java:404)
        at org.python.core.PyFunction.__call__(PyFunction.java:184)
        at org.python.pycode._pyx18.deploy_Applications$61(C:\Documents and Settings\c742323\.configWizard\tmp\config.py:623)
        at org.python.pycode._pyx18.call_function(C:\Documents and Settings\c742323\.configWizard\tmp\config.py)
        at org.python.core.PyTableCode.call(PyTableCode.java:208)
        at org.python.core.PyTableCode.call(PyTableCode.java:256)
        at org.python.core.PyFunction.__call__(PyFunction.java:169)
        at org.python.pycode._pyx18.f$0(C:\Documents and Settings\c742323\.configWizard\tmp\config.py:738)
        at org.python.pycode._pyx18.call_function(C:\Documents and Settings\c742323\.configWizard\tmp\config.py)
        at org.python.core.PyTableCode.call(PyTableCode.java:208)
        at org.python.core.PyCode.call(PyCode.java:14)
        at org.python.core.Py.runCode(Py.java:1135)
        at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
        at weblogic.management.scripting.WLST.main(WLST.java:106)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at weblogic.WLST.main(WLST.java:29)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi. I'm having this same exact issue. My AdmCenterConsole.log contains the same error. Additionally, the log file for my BPMDomain log contains this information:
    Current Status of your Deployment:
    Deployment command type: deploy
    Deployment State : failed
    Deployment Message : weblogic.management.ManagementException: [Deployer:149003]Unable to access application source information in '[DeploymentService:290003]Deployment service servlet encountered an exception while handling request of type "app_upload". Exception is: "Read timed out".\app\01-eng-albpmengine.ear' for application '01-eng-albpmengine'. The specific error is: No application files exist.
    No stack trace available.
    This Exception occurred at Sun Apr 19 14:29:13 CDT 2009.
    weblogic.management.scripting.ScriptException: Error occured while performing deploy : Deployment Failed.
         at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
         at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:185)
         at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:536)
         at weblogic.management.scripting.WLScriptContext.deploy(WLScriptContext.java:429)
    mick3y -- Did you happen to ever get this issue resolved?
    Thanks, Alan

  • Process Orchestration - Configuration Wizard "Process Integration and Orchestration Package" shows running

    Hi SAP Gurus,
    I have installed an SAP PO system and am running the Config Wizard from NWA. The functional unit I have selected from NWA is - "Process Integration and Orchestration Package". This functional unit has in turn selected few more functional units like AEX, SLD. The issue that I am facing is that the wizard does not appear for my inputs and it shows that the selected wizards are running. Please see attachment "config_wizard_running.jpeg"
    I read some forums and found a thread where in it was mentioned how to stop the config wizard and restart it. http://scn.sap.com/thread/1422958
    Even after restarting my server, the functional units are still showing as running in NWA --> Configuration --> Scenarios --> Configuration Wizard --> Functional Unit Configuration UI. Please see attachment "Config_wizard_stuck.jpeg"
    I restarted the application as suggested in the post so that I could run Config Wizard again. But its now allowing me to start it as the status is Running.
    Please suggest.
    Regards,
    Amit

    Hi Dimitri,
    Thanks a lot. I have resetted the functional units. This time the wizard comes up ok.
    Regards,
    Amit

  • Project Server 2013 Configuration Wizard Error

    Hi Everyone,
    I have installed SharePoint 2013 over Single Server with built in DB. Server
    uses Windows Server 2008 & SQL Server 2008. SharePoint installed correctly and it is running well.
    Now,
    I need to install Project Server 2013, so I installed its required updated, its prerequisites, then installed it. After installation, Configuration wizard started, but it failed with following error info:-
    What
    is the reason of that error and how to solve this problem?
    Thanks
    Wa'el Mohsen

    That sounds easy enough.  Just two questions though:
    1) what is 25774? KB? an update?
    2) how do I delete it from IIS?
    Thank you,

  • Error in configuring NWDI - by using configuration wizard

    Hello,
    I have installed CE 7.1 and like to install NWDI. It requires me to execute some configuration wizards from administratio tool of the NW CE server. I am following the configuration guide for NWDI and initiated a "Change Management Service (CMS): Create an Application Skeleton". It asks me to provide a CMS URL when I give it http://localhost:50000 or http://cmsmain.localhost:50000 it give me an error that CMS is not running or the URL is not correct like this.
    I got to know that CMS is builtin in NWDI and NWDI is builtin in NW CE 7.1. How to check whether CMS is installed. Or any idea to configure the NWDI.
    Regards,
    Naeem Khan

    Hi Alexander,
    You may be right. I am installed trial version for the moment. But I have installed ESR as additional comoponent which I have downloaded from Service Market Place. Let's try!!!!!
    But the problem is that I have seen there are several components If I go Support Packages and Patches" -->SAP NetWeaver" -->SAP NETWEAVER" SAP EHP1 FOR SAP NW CE 7.1" -->Entry by Component" NW Development Infrastructure
    what for components should I require from this site??? and how to deploy them on my server??? Unlike ESR there are SCA files which I am not sure how to deploy them on my server!!! If you know please let me know.
    Regards,
    Naeem

  • OutOfMemoryError when running Oracle BPM Enterprise's Configuration Wizard

    Hi,
    I was trying to configure Oracle BPM Enterprise via Oracle BPM Admin Center. I left most of the settings to their respective default values; only adding in passwords for the Directory, Engine, etc. However an error was encountered when it is trying to deploy the '01-eng-bpmengine' EAR file. A 'OutOfMemoryError: Java heap space' was logged after running the configuration for a while. Below is the full error log:
    AdmCenterConsole.log
    FuegoLauncher.main()
    fix classpath: C:\OraBPMwlHome\bin;C:\OraBPMwlHome\bin\lax.jar;
    new classpath: C:\OraBPMwlHome\bin\lax.jar;FuegoLauncher.main() - 2
    arg[0] = C:\OraBPMwlHome\bin\obpmadmcenter.properties
    StreamLogOutput: No log file specified in property 'fuego.log.admcenter.file'.
    Defaulting to System.err.
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] CLASSPATH=C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] PATH=C:\bea\patch_wlw1030\profiles\default\native;C:\bea\patch_wls1030\profiles\default\native;C:\bea\patch_cie660\profiles\default\native;C:\bea\WLSERV~1.3\server\native\win\32;C:\bea\WLSERV~1.3\server\bin;C:\bea\modules\ORGAPA~1.5\bin;C:\Java\JDK16~1.0_1\jre\bin;C:\Java\JDK16~1.0_1\bin;C:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Java\jdk1.6.0_10\bin;C:\apache-ant-1.6.5\bin;C:\bea\WLSERV~1.3\server\native\win\32\oci920_8
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] Your environment has been set.
    [<I> 03/03/09 20:54:12]
    [<I> 03/03/09 20:54:12] CLASSPATH=C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar
    [<I> 03/03/09 20:54:13]
    [<I> 03/03/09 20:54:13] Initializing WebLogic Scripting Tool (WLST) ...
    [<I> 03/03/09 20:54:13]
    [<I> 03/03/09 20:54:19] Welcome to WebLogic Server Administration Scripting Shell
    [<I> 03/03/09 20:54:19]
    [<I> 03/03/09 20:54:19] Type help() for help on available commands
    [<I> 03/03/09 20:54:19]
    [<I> 03/03/09 20:54:19] t3://SN-06-SHENGYUEN:7001
    [<I> 03/03/09 20:54:20] Connecting to t3://SN-06-SHENGYUEN:7001 with userid weblogic ...
    [<I> 03/03/09 20:54:22] Successfully connected to Admin Server 'AdminServer' that belongs to domain 'oft'.
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Warning: An insecure protocol was used to connect to the
    [<I> 03/03/09 20:54:22] server. To ensure on-the-wire security, the SSL port or
    [<I> 03/03/09 20:54:22] Admin port should be used instead.
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Location changed to edit tree. This is a writable tree with
    [<I> 03/03/09 20:54:22] DomainMBean as the root. To make changes you will need to start
    [<I> 03/03/09 20:54:22] an edit session via startEdit().
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] For more help, use help(edit)
    [<I> 03/03/09 20:54:22]
    [<I> 03/03/09 20:54:22] Starting an edit session ...
    [<I> 03/03/09 20:54:22] Started edit session, please be sure to save and activate your
    [<I> 03/03/09 20:54:22] changes once you are done.
    [<I> 03/03/09 20:54:22] creating mbean of type JMSServer ...
    [<I> 03/03/09 20:54:22] creating mbean of type JMSSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type SubDeployment ...
    [<I> 03/03/09 20:54:22] creating mbean of type Queue ...
    [<I> 03/03/09 20:54:22] creating mbean of type Topic ...
    [<I> 03/03/09 20:54:22] creating mbean of type ConnectionFactory ...
    [<I> 03/03/09 20:54:22] creating mbean of type ConnectionFactory ...
    [<I> 03/03/09 20:54:22] creating mbean of type JDBCSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type JDBCSystemResource ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] creating mbean of type Property ...
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSServer
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type SubDeployment
    [<I> 03/03/09 20:54:22] setting attributes for mbean type Queue
    [<I> 03/03/09 20:54:22] setting attributes for mbean type Topic
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSConnectionFactory
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JMSConnectionFactory
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCConnectionPoolParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDriverParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCXAParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSourceParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCConnectionPoolParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDriverParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCDataSourceParams
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCSystemResource
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] setting attributes for mbean type JDBCProperty
    [<I> 03/03/09 20:54:22] Saving all your changes ...
    [<I> 03/03/09 20:54:22] Saved all your changes successfully.
    [<I> 03/03/09 20:54:22] Your edit session is not stopped, you can continue your edits.
    [<I> 03/03/09 20:54:22] Activating all your changes, this may take a while ...
    [<I> 03/03/09 20:54:22] The edit lock associated with this edit session is released
    [<I> 03/03/09 20:54:22] once the activation is completed.
    [<I> 03/03/09 20:54:23] Activation completed
    [<I> 03/03/09 20:54:23] Creating a user ...
    [<I> 03/03/09 20:54:23]
    [<I> 03/03/09 20:54:23] User already exist
    [<I> 03/03/09 20:54:23] Deploying application from C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear to targets AdminServer (upload=true) ...
    [<I> 03/03/09 20:54:23] <Mar 3, 2009 8:54:23 PM SGT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, wlj2eedeployer [archive: C:\OraBPMwlHome\j2ee\weblogic\deployer\wlj2eedeployer.ear], to AdminServer .>
    [<I> 03/03/09 20:54:27] .Completed the deployment of Application with status completed
    [<I> 03/03/09 20:54:27] Current Status of your Deployment:
    [<I> 03/03/09 20:54:27] Deployment command type: deploy
    [<I> 03/03/09 20:54:27] Deployment State : completed
    [<I> 03/03/09 20:54:27] Deployment Message : no message
    [<I> 03/03/09 20:54:27] Deploying application from C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear to targets AdminServer (upload=true) ...
    [<I> 03/03/09 20:54:27] <Mar 3, 2009 8:54:27 PM SGT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, 01-eng-bpmengine [archive: C:\OraBPMwlHome\ears\engine\01-eng-bpmengine.ear], to AdminServer .>
    [<I> 03/03/09 20:54:43] Failed to deploy the application with status failed
    [<I> 03/03/09 20:54:43] Current Status of your Deployment:
    [<I> 03/03/09 20:54:43] Deployment command type: deploy
    [<I> 03/03/09 20:54:43] Deployment State : failed
    [<I> 03/03/09 20:54:43] Deployment Message : java.lang.OutOfMemoryError: Java heap space
    [<I> 03/03/09 20:54:43] weblogic.management.scripting.ScriptException: Error occured while performing deploy : Deployment Failed.
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:185)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:536)
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLScriptContext.deploy(WLScriptContext.java:429)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [<I> 03/03/09 20:54:43] No stack trace available.
    [<I> 03/03/09 20:54:43] This Exception occurred at Tue Mar 03 20:54:43 SGT 2009.
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [<I> 03/03/09 20:54:43]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [<I> 03/03/09 20:54:43]      at java.lang.reflect.Method.invoke(Method.java:597)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyObject.__call__(PyObject.java:248)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyObject.invoke(PyObject.java:2016)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx17.deploy$8(<iostream>:223)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx17.call_function(<iostream>)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:404)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyFunction.__call__(PyFunction.java:184)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.deploy_Applications$61(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py:623)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.call_function(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:256)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyFunction.__call__(PyFunction.java:169)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.f$0(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py:738)
    [<I> 03/03/09 20:54:43]      at org.python.pycode._pyx16.call_function(C:\Documents and Settings\shengyuen\.configWizard\tmp\config.py)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [<I> 03/03/09 20:54:43]      at org.python.core.PyCode.call(PyCode.java:14)
    [<I> 03/03/09 20:54:43]      at org.python.core.Py.runCode(Py.java:1135)
    [<I> 03/03/09 20:54:43]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43] Exiting WebLogic Scripting Tool.
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43]
    [<I> 03/03/09 20:54:43]      at weblogic.management.scripting.WLST.main(WLST.java:129)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [<I> 03/03/09 20:54:43]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [<I> 03/03/09 20:54:43]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [<I> 03/03/09 20:54:43]      at java.lang.reflect.Method.invoke(Method.java:597)
    [<I> 03/03/09 20:54:43]      at weblogic.WLST.main(WLST.java:29)
    [<I> 03/03/09 20:54:43] <Mar 3, 2009 8:54:43 PM SGT> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    Is there any way that I can increase the heap size of the Configuration Wizard? If not, is there any solution to this problem?

    Hi,
    It seems to be a Weblogic OOM (OutOfMemory).
    Why don't you try increasing the weblogic memory (you have to modify your domain scripts)
    I guess that after increasing your WLS domain memory settings you will be able to configure it using the config wizard.
    Hope this helps,
    Ariel

  • Error while deploying model

    Dear friends,
    I am facing following error while deploying model. can anyone help me how to resolve this error?
    Error in compiling Flex application: java.lang.InternalError: An error occurred because there is no graphics environment available.  Please set the headless-server setting in the configuration file to true.
       at macromedia.graphics.images.LosslessImage.<init>(LosslessImage.java:34)
       at flex.compiler.ImageLoader.lossless(ImageLoader.java:135)
       at flex.compiler.ImageLoader.load(ImageLoader.java:70)
       at flex.compiler.reflect.CompositeResourceLoader.load(CompositeResourceLoader.java:63)
       at flex.compiler.reflect.Type.importResource(Type.java:625)
       at flex.compiler.reflect.Type.parseEmbedAttributes(Type.java:517)
       at flex.compiler.reflect.Type.parseProperties(Type.java:219)
       at flex.compiler.ASComponent.<init>(ASComponent.java:66)
       at flex.compiler.ASClassLoader.loadComponent(ASClassLoader.java:131)
       at flex.compiler.CachedComponentLoader.getComponent(CachedComponentLoader.java:197)
       at flex.compiler.CachedComponentLoader.loadDefinition(CachedComponentLoader.java:101)
       at flex.compiler.CachedComponentLoader.getDefinition(CachedComponentLoader.java:263)
       at flex.compiler.CompositeLoader.getDefinition(CompositeLoader.java:54)
       at flex.compiler.linker.Loader.getType(Loader.java:266)
       at flex.compiler.linker.Loader.findType(Loader.java:248)
       at flex.compiler.linker.Loader.findType(Loader.java:247)
       at flex.compiler.reflect.Property.getType(Property.java:74)
       at flex.compiler.parser.MxmlParser.parseAttrProperties(MxmlParser.java:3432)
       at flex.compiler.parser.MxmlParser.parseUIObject(MxmlParser.java:662)
       at flex.compiler.parser.MxmlParser.access$300(MxmlParser.java:85)
       at flex.compiler.parser.MxmlParser$UIObjectHandler.element(MxmlParser.java:800)
       at flex.compiler.parser.MxmlParser.startElement(MxmlParser.java:367)
       at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
       at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
       at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
       at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
       at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
       at flex.compiler.parser.MxmlParser.parseDocument(MxmlParser.java:4363)
       at flex.compiler.MxmlLoader.parse(MxmlLoader.java:277)
       at flex.compiler.MxmlLoader.loadComponentType(MxmlLoader.java:178)
       at flex.compiler.MxmlLoader.loadComponent(MxmlLoader.java:204)
       at flex.compiler.CachedComponentLoader.getComponent(CachedComponentLoader.java:197)
       at flex.compiler.CachedComponentLoader.loadDefinition(CachedComponentLoader.java:101)
       at flex.compiler.CachedComponentLoader.getDefinition(CachedComponentLoader.java:263)
       at flex.compiler.CompositeLoader.getDefinition(CompositeLoader.java:54)
       at flex.compiler.linker.Loader.getType(Loader.java:266)
       at flex.compiler.linker.Loader.findType(Loader.java:248)
       at flex.compiler.CompilerPackageManager.loadType(CompilerPackageManager.java:629)
       at flex.compiler.MxmlCompiler.openDocument(MxmlCompiler.java:61)
       at flex.compiler.MxmlCompiler.compile(MxmlCompiler.java:234)
       at flex.tools.Mxmlc.main(Mxmlc.java:166)

    Nirav,
    Have you checked the IGS (Internet Graphics Services)?
    Regards,
    Gilson

  • Service Pack 2 Update - Configuration Failed in Step 5:Products Configuration Wizard (Login Failed)

    THIS IS FOR THE TEST ENVIRONMENT, THERE IS ONLY ONE SP SERVER/ONE SQL SERVER
    The previous admin before me had already installed OWA Sp2/September 2014 CU on this box without Project Server Sp2 being installed along with it. I am now just updating Project Server to Service Pack 2. I downloaded the file from Microsoft, and installed
    the files on the box. I now am running the Products Configuration Wizard to complete the update. 
    note: the config database version is 14.0.7132.5000 (because of the OWA Sp2
    and September cumulative update installed, it does not say Service Pack 2 anywhere)
    Please see photos to see the error I am getting. I cannot access the central administration anymore, it is giving me a HTTP Error 503. I need to fix this ASAP! I have tried using another account that should have had permissions but still no dice.
    04/13/2015 11:23:43  13  ERR   Exception: System.Data.SqlClient.SqlException: Cannot open database "SharePoint_AdminContent_9ddeb31a-419b-4852-b9b5-da18ee2fb7ca" requested by the login.
    The login failed.
    Login failed for user 'domain\user'.
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory
    connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()
       at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData
    monitoringData, Boolean retryForDeadLock)
       at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)
       at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command)
       at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.GetVersion(SPDatabase database, Guid id, Version defaultVersion,
    SqlSession session, SPDatabaseSequence sequence)
       at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.get_SchemaVersion()
       at Microsoft.SharePoint.Upgrade.SPSequence.get_IsBackwardsCompatible()
       at Microsoft.SharePoint.Upgrade.SPUpgradeSession.IsBackwardsCompatible(Object o, Boolean bRecurse)
       at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.get_IsBackwardsCompatible()
       at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.ValidateBackwardsCompatibility()
       at Microsoft.SharePoint.SPSite.PreinitializeServer(SPRequest request)
       at Microsoft.SharePoint.SPWeb.InitializeSPRequest()
       at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName)
       at Microsoft.SharePoint.SPListCollection.get_Count()
       at Microsoft.SharePoint.Administration.SPAdministrationWebApplication.get_HealthRules()
       at Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.RegisterRules(Assembly assembly)
       at Microsoft.Office.InfoPath.Server.Util.HealthAnalyzerRegistration.RegisterHealthRules()
       at Microsoft.Office.InfoPath.Server.Administration.FormsService.Update()
       at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServiceInConfigDB(Boolean provisionTheServiceToo, String
    serviceRegistryKeyName)
       at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServices(Boolean provisionTheServicesToo)
       at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()  

    Build number hasn't changed since I updated to Sp2. It still is 14.0.7132.5000. Is this supposed to be this way? 
    Previous admin before me had:
    Service Pack 2 for Microsoft Office Web Apps (KB2687470) 64-Bit Edition
    14.0.7015.1000
    Installed
     on all languages (arabic, english, french, german, russian, spanish) but we do not use any of them here. 
    Also, there are several hotfixes like this (not all show in photo, there are more)
    Hotfix for Microsoft Project Server 2010 (KB2883006) 64-Bit Edition
    14.0.7132.5000
    Installed
    Please see photos. 

Maybe you are looking for

  • Mail.app Stopped Working with Google Apps Account

    I have accessed my Google Apps e-mail account via Mail.app for many months with no problems. Then all of a sudden yesterday it has stopped working. I can't download new messages no matter what I do, and it does not give me any errors such as wrong us

  • How to read characters from a text file in java program ?

    Sir, I have to read the characters m to z listed in a text file . I must compare the character read from the file. And if any of the characters between m to z is matched i have to replace it with a hexadecimal value. Any help or suggesstions in this

  • How to pass credentials to an external web service from BPEL in 11g

    Hi All, I am using JDev,SOA 11.1.1.2.0. In our process we are calling siebel service which is a secured one and it does not use wsse security headers. In siebel service i am passing username and password through soap headers. What we need to do apart

  • Build failed when use EJB Model

    Hi experts. I have one eb dynpro DC that contains a model type enterprise java beans. When i apply template "Service Controller" in component controller and after deploy i get the follow error in Build log: [javac] Compiling 26 source files to D:SAPW

  • Oracle 9.0.1on RH 9: "Error in involking target install of make file"

    I have complete 100% for install Oracle 9.0.1 i on RH 9 But the problem happen during second step, is Oracle Configuration. when I finished 62% the error message occure. It is "Error in involking target install of make file /opt/oracle/product/9.0.1/